path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
webfiles/semantic/components/item.css
MisterD66/Scout-Quest
/*! * # Semantic UI 2.1.7 - Item * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2015 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Standard *******************************/ /*-------------- Item ---------------*/ .ui.items > .item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 1em 0em; width: 100%; min-height: 0px; background: transparent; padding: 0em; border: none; border-radius: 0rem; box-shadow: none; -webkit-transition: box-shadow 0.1s ease; transition: box-shadow 0.1s ease; z-index: ''; } .ui.items > .item a { cursor: pointer; } /*-------------- Items ---------------*/ .ui.items { margin: 1.5em 0em; } .ui.items:first-child { margin-top: 0em !important; } .ui.items:last-child { margin-bottom: 0em !important; } /*-------------- Item ---------------*/ .ui.items > .item:after { display: block; content: ' '; height: 0px; clear: both; overflow: hidden; visibility: hidden; } .ui.items > .item:first-child { margin-top: 0em; } .ui.items > .item:last-child { margin-bottom: 0em; } /*-------------- Images ---------------*/ .ui.items > .item > .image { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; display: block; float: none; margin: 0em; padding: 0em; max-height: ''; -webkit-align-self: top; -ms-flex-item-align: top; align-self: top; } .ui.items > .item > .image > img { display: block; width: 100%; height: auto; border-radius: 0.125rem; border: none; } .ui.items > .item > .image:only-child > img { border-radius: 0rem; } /*-------------- Content ---------------*/ .ui.items > .item > .content { display: block; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; background: none; margin: 0em; padding: 0em; box-shadow: none; font-size: 1em; border: none; border-radius: 0em; } .ui.items > .item > .content:after { display: block; content: ' '; height: 0px; clear: both; overflow: hidden; visibility: hidden; } .ui.items > .item > .image + .content { min-width: 0; width: auto; display: block; margin-left: 0em; -webkit-align-self: top; -ms-flex-item-align: top; align-self: top; padding-left: 1.5em; } .ui.items > .item > .content > .header { display: inline-block; margin: -0.21425em 0em 0em; font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-weight: bold; color: rgba(0, 0, 0, 0.85); } /* Default Header Size */ .ui.items > .item > .content > .header:not(.ui) { font-size: 1.28571429em; } /*-------------- Floated ---------------*/ .ui.items > .item [class*="left floated"] { float: left; } .ui.items > .item [class*="right floated"] { float: right; } /*-------------- Content Image ---------------*/ .ui.items > .item .content img { -webkit-align-self: middle; -ms-flex-item-align: middle; align-self: middle; width: ''; } .ui.items > .item img.avatar, .ui.items > .item .avatar img { width: ''; height: ''; border-radius: 500rem; } /*-------------- Description ---------------*/ .ui.items > .item > .content > .description { margin-top: 0.6em; max-width: auto; font-size: 1em; line-height: 1.4285em; color: rgba(0, 0, 0, 0.87); } /*-------------- Paragraph ---------------*/ .ui.items > .item > .content p { margin: 0em 0em 0.5em; } .ui.items > .item > .content p:last-child { margin-bottom: 0em; } /*-------------- Meta ---------------*/ .ui.items > .item .meta { margin: 0.5em 0em 0.5em; font-size: 1em; line-height: 1em; color: rgba(0, 0, 0, 0.6); } .ui.items > .item .meta * { margin-right: 0.3em; } .ui.items > .item .meta :last-child { margin-right: 0em; } .ui.items > .item .meta [class*="right floated"] { margin-right: 0em; margin-left: 0.3em; } /*-------------- Links ---------------*/ /* Generic */ .ui.items > .item > .content a:not(.ui) { color: ''; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.items > .item > .content a:not(.ui):hover { color: ''; } /* Header */ .ui.items > .item > .content > a.header { color: rgba(0, 0, 0, 0.85); } .ui.items > .item > .content > a.header:hover { color: #1e70bf; } /* Meta */ .ui.items > .item .meta > a:not(.ui) { color: rgba(0, 0, 0, 0.4); } .ui.items > .item .meta > a:not(.ui):hover { color: rgba(0, 0, 0, 0.87); } /*-------------- Labels ---------------*/ /*-----Star----- */ /* Icon */ .ui.items > .item > .content .favorite.icon { cursor: pointer; opacity: 0.75; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.items > .item > .content .favorite.icon:hover { opacity: 1; color: #ffb70a; } .ui.items > .item > .content .active.favorite.icon { color: #ffe623; } /*-----Like----- */ /* Icon */ .ui.items > .item > .content .like.icon { cursor: pointer; opacity: 0.75; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.items > .item > .content .like.icon:hover { opacity: 1; color: #ff2733; } .ui.items > .item > .content .active.like.icon { color: #ff2733; } /*---------------- Extra Content -----------------*/ .ui.items > .item .extra { display: block; position: relative; background: none; margin: 0.5rem 0em 0em; width: 100%; padding: 0em 0em 0em; top: 0em; left: 0em; color: rgba(0, 0, 0, 0.4); box-shadow: none; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; border-top: none; } .ui.items > .item .extra > * { margin: 0.25rem 0.5rem 0.25rem 0em; } .ui.items > .item .extra > [class*="right floated"] { margin: 0.25rem 0em 0.25rem 0.5rem; } .ui.items > .item .extra:after { display: block; content: ' '; height: 0px; clear: both; overflow: hidden; visibility: hidden; } /******************************* Responsive *******************************/ /* Default Image Width */ .ui.items > .item > .image:not(.ui) { width: 175px; } /* Tablet Only */ @media only screen and (min-width: 768px) and (max-width: 991px) { .ui.items > .item { margin: 1em 0em; } .ui.items > .item > .image:not(.ui) { width: 150px; } .ui.items > .item > .image + .content { display: block; padding: 0em 0em 0em 1em; } } /* Mobily Only */ @media only screen and (max-width: 767px) { .ui.items > .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin: 2em 0em; } .ui.items > .item > .image { display: block; margin-left: auto; margin-right: auto; } .ui.items > .item > .image, .ui.items > .item > .image > img { max-width: 100% !important; width: auto !important; max-height: 250px !important; } .ui.items > .item > .image + .content { display: block; padding: 1.5em 0em 0em; } } /******************************* Variations *******************************/ /*------------------- Aligned --------------------*/ .ui.items > .item > .image + [class*="top aligned"].content { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .ui.items > .item > .image + [class*="middle aligned"].content { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; } .ui.items > .item > .image + [class*="bottom aligned"].content { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; } /*-------------- Relaxed ---------------*/ .ui.relaxed.items > .item { margin: 1.5em 0em; } .ui[class*="very relaxed"].items > .item { margin: 2em 0em; } /*------------------- Divided --------------------*/ .ui.divided.items > .item { border-top: 1px solid rgba(34, 36, 38, 0.15); margin: 0em; padding: 1em 0em; } .ui.divided.items > .item:first-child { border-top: none; margin-top: 0em !important; padding-top: 0em !important; } .ui.divided.items > .item:last-child { margin-bottom: 0em !important; padding-bottom: 0em !important; } /* Relaxed Divided */ .ui.relaxed.divided.items > .item { margin: 0em; padding: 1.5em 0em; } .ui[class*="very relaxed"].divided.items > .item { margin: 0em; padding: 2em 0em; } /*------------------- Link --------------------*/ .ui.items a.item:hover, .ui.link.items > .item:hover { cursor: pointer; } .ui.items a.item:hover .content .header, .ui.link.items > .item:hover .content .header { color: #1e70bf; } /*-------------- Size ---------------*/ .ui.items > .item { font-size: 1em; } /******************************* Theme Overrides *******************************/ /******************************* User Variable Overrides *******************************/
www/master/components/dashboard/views/partials/groupItem.html
tya/kubernetes
<div layout="row" ng-if="group.kind != 'grouping'"> <div> <!-- Default box display --> <div layout="row" class="group-item" ng-repeat="(groupType, data) in group | groupBy: 'metadata.labels.type'"> <!-- left image --> <div class="icon-area"> <div class="group-icon" style="background-color: {{getGroupColor(groupType)}}"></div> </div> <!-- right area --> <div class="group-main-area" layout="column"> <!-- type --> <div class="subtype"> {{groupType | ucfirst}}s </div> <!-- links --> <div layout="row" layout-wrap> <div layout="row" ng-repeat="item in data"> <!-- title --> <div ng-switch on='item.metadata.labels["type"]'> <div class="group-name"> <a ng-switch-when='pod' ng-href="#/dashboard/pods/{{ item.metadata.name }}">{{ item.metadata.name }}</a> <a ng-switch-when='service' ng-href="#/dashboard/services/{{ item.metadata.name }}">{{ item.metadata.name }}</a> <a ng-switch-when='replicationController' ng-href="#/dashboard/replicationcontrollers/{{ item.metadata.name }}">{{ item.metadata.name }}</a> <div ng-switch-default>{{item.metadata.name}}</div> </div> </div> <div class="selectFilter"> <md-select ng-model="selectedFilter" ng-change="changeFilterBy(selectedFilter)"> <md-optgroup label="FILTER"> <md-option ng-value="'{{key | uriComponentEncode}}={{value | uriComponentEncode}}'" ng-repeat="(key, value) in item.metadata.labels">{{key}}: {{value}}</md-option> </md-option-group> </md-optgroup> </md-select> </div> <!-- This is the official button design, but requires a custom dialog. Fix up after the demo. --> <!-- <md-button ng-click="" class="filter-button" style="padding:0"> <md-icon md-svg-src="components/dashboard/img/icons/ic_arrow_drop_down_18px.svg" class="filter-icon" aria-label="" alt="Filter"></md-icon> </md-button> --> </div> </div> </div> </div> </div> </div>
src/routes/Account/components/About/About.css
bhj/karaoke-forever
.container { top: var(--container-padding); background-color: var(--panel-bg-color); border-radius: var(--border-radius); overflow: hidden; } .title { background-color: var(--panel-title-bg-color); font: var(--panel-title-font); margin: 0; padding: var(--panel-title-padding); } .content { padding: var(--container-padding); text-align: center; } .logo { font-size: 24px; cursor: pointer; } .sm { color: #aaa; font-size: 75%; margin-top: .5em; } .pseudolink { text-decoration: underline; } .changelogContainer { height: 100%; display: flex; flex-direction: column; } .changelogContent { flex: 1; margin: .5rem 0; overflow: scroll; }
user_guide/installation/upgrade_133.html
bituka/uaefreelancers_site
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CodeIgniter User Guide</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle_darker.jpg" width="154" height="43" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 2.1.0</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; Upgrading from 1.3.2 to 1.3.3 </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>Upgrading from 1.3.2 to 1.3.3</h1> <p class="important"><strong>Note:</strong> The instructions on this page assume you are running version 1.3.2. If you have not upgraded to that version please do so first.</p> <p>Before performing an update you should take your site offline by replacing the index.php file with a static one.</p> <h2>Step 1: Update your CodeIgniter files</h2> <p>Replace the following directories in your "system" folder with the new versions:</p> <p class="important"><strong>Note:</strong> If you have any custom developed files in these folders please make copies of them first.</p> <ul> <li>codeigniter</li> <li>drivers</li> <li>helpers</li> <li>init</li> <li>libraries</li> </ul> <h2>Step 2: Update your Models</h2> <p>If you are <strong>NOT</strong> using CodeIgniter's <a href="../general/models.html">Models</a> feature disregard this step.</p> <p>As of version 1.3.3, CodeIgniter does <strong>not</strong> connect automatically to your database when a model is loaded. This allows you greater flexibility in determining which databases you would like used with your models. If your application is not connecting to your database prior to a model being loaded you will have to update your code. There are several options for connecting, <a href="../general/models.html">as described here</a>.</p> <h2>Step 3: Update your user guide</h2> <p>Please also replace your local copy of the user guide with the new version.</p> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;&nbsp;<a href="index.html">Installation Instructions</a> &nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="troubleshooting.html">Troubleshooting</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 - 2011 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">EllisLab, Inc.</a></p> </div> </body> </html>
test/fixtures/sonnet.LXII.html
isaacs/fgrep
<HTML><HEAD><TITLE>Sonnet LXII</TITLE></HEAD> <BODY><H1>Sonnet LXII</H1> <BLOCKQUOTE>Sin of self-love possesseth all mine eye<BR> And all my soul and all my every part;<BR> And for this sin there is no remedy,<BR> It is so grounded inward in my heart.<BR> Methinks no face so gracious is as mine,<BR> No shape so true, no truth of such account;<BR> And for myself mine own worth do define,<BR> As I all other in all worths surmount.<BR> But when my glass shows me myself indeed,<BR> Beated and chopp'd with tann'd antiquity,<BR> Mine own self-love quite contrary I read;<BR> Self so self-loving were iniquity.<BR> 'Tis thee, myself, that for myself I praise,<BR> Painting my age with beauty of thy days.<BR> </BLOCKQUOTE> </BODY></HTML>
Documentation/OAS/OptimizeAcquisitionSettings.html
neherlab/PoissonNMF
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ImageJ plug-ins to optimize imaging parameters for fluorescence microscopy</title> </head> <body> <h2>ImageJ plug-ins to optimize imaging parameters for fluorescence microscopy</h2> To obtain the label concentration of spectrally overlapping labels, the imaging data has to be "unmixed" by offline computation (<a href="#dickinson">Dickinson et al., 2001</a>). The accuracy of this linear unmixing depends critically on the degree of spectral overlap between the dyes, and on the choice of the spectral channels used to detect the emission. Here, we present a plug-in for the image analysis software ImageJ that determines the optimal choice of spectral channels and the optimal excitations for a given set of dyes. The plug-in follows closely the procedure presented in <a href="#neher">Neher and Neher, 2004</a>.<br></br> Briefly, the plug-in first determines the optimal excitation settings assuming the emission is detected at full spectral resolution. Excitations are optimized by looping over all possible mixtures of excitation wavelength such that the total laser power adds up to 100%. After the best combinations of excitation wavelengths are determined, the plug-in loops over all possible choices of emission windows. Different configurations are compared via the sum of squared standard deviations of the label concentrations. <h3><a name="installation">Installation</a></h3> Copy the 'OptimizeAcquistionScheme_.jar' into the plug-in folder of your ImageJ distribution: <a href="OptimzizeAcquisitionScheme_.jar">OptimzizeAcquisitionScheme_.jar</a> version 0.5.1 <h3><a name="run">Running the plug-in</a></h3> Localize the plug-in the ImageJ plug-ins menu and run it. You will be asked to enter the number of dyes in the sample and the number of laser wavelength available. After clicking 'Ok', a new dialog will open where more specific information about the sample and the set-up has to be entered:<br></br> The first three fields specify the range of the emission and the resolution, at which the different channels are sampled, i.e. what is the step size used for the channels boundaries during the optimization. Beware, the run-time of the plugin increases dramatically with smaller step sizes! The next two fields are used to specify the number of excitations the user wants to do and the number of channels that can be measured in each of the excitations. <br> Next, the user has to specify whether the same emission channels are to be used in all excitations or whether the channels should be optimized for each excitation separately. Note that using the same channels for all excitation is much faster and optimizing channels for more than 2 excitations can easily result in excessively long run-times, in particular when the number of steps (lambda range over stepsize) is large (>20). The other checkbox is used to specify whether the detection should be forced to start at longer wavelength than the longest excitation wavelength in a specific excitation. <br> The remaining fields are used to specify the available laser wave length and select the emission and excitation spectra from the spectral library. The can also be entered manually.<br> <img src="OAS_parameterDialog.png" width=400 alt="Parameter Dialog"> <h4>Results</h4> The optimal excitations and emission channels are printed into a separate window. The emission channels are also indicated in the plot showing the emission spectra. Below is shown an example for the dyes A488, Cy3, MitoRed and FM464. The parameters are optimized for 2 excitations, having the laser wavelength 488, 514 and 561nm available. <br> The optimal solution turns out to be one excitation at 488nm and one at 561nm, leaving the 514nm laser unused. Note that knowledge of the excitation spectra is necessary.<br> <img alt="emission spectra" src="OAS_emission_spectra.png"> <img alt="Results" src="OAS_results.png"> <h3><a name="refs">References</a></h3> <a name="dickinson">[1] Dickinson, ME, Bearman, G, Tille, S, Lansford, R, and Fraser, SE. Multi-spectral imaging and linear unmixing add a whole new dimension to laser scanning fluorescence microscopy, BioTechniques, vol. 31 (6) pp. 1272, 2001 </a><br> <a name="neher">[2] Neher, R, and Neher, E. Optimizing imaging parameters for the separation of multiple labels in a fluorescence image, Journal of microscopy, vol. 213 (Pt 1) pp. 46-62, 2004 </a><br> </body> </html>
public/css/index.css
fxjinformation/WeddingDressWebsite
*{ margin: 0px; padding: 0px; list-style: none; } /*Portfolio*/ #portfolio { padding: 80px 0px 0px 0px; } .block_title a{ text-decoration: none; color: royalblue; font-size: 24px; } .block_title a:hover{ text-decoration: none; color: red; } .port { list-style: none; text-align: left; padding-bottom: 40px; } .port .item { display: inline-block; text-align: left; position: relative; } .port figure { margin: 0; position: relative; } .port figure img { max-width: 100%; display: block; position: relative; } .port figcaption { position: absolute; top: 0; left: 0; padding: 20px; background: #111; color: #e66f69; } .port figcaption h3 { margin: 0px 0px 8px 0px; padding: 0; color: #fff; } .port figcaption span:before { content: 'by '; } .port figcaption a { text-align: center; padding: 8px 15px; display: inline-block; color: #fff; } .cs-style-3 figure { overflow: hidden; } .cs-style-3 figure img { -webkit-transition: -webkit-transform 0.4s; -moz-transition: -moz-transform 0.4s; transition: transform 0.4s; } .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); } .cs-style-3 figcaption { height: 100px; width: 100%; top: auto; bottom: 0; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; transition: transform 0.4s, opacity 0.1s 0.3s; } .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s; } .cs-style-3 figcaption a { position: absolute; bottom: 31px; right: 20px; } .button{ background: transparent; border: 1px solid #fff; } .button:hover { background: white; color: #000; } .btn-center { display: block; padding: 80px 0px 60px 0px; text-align: center; } .big.button { border: 1px solid #000; font-size: 2em; color: #000; padding: 15px 30px; } .big.button:hover { background: #000; color: #fff; } .item-space { margin-bottom: 30px; } /*Portfolio*/ /*cameraman*/ #cameraman ul{ margin: 0px auto; } #cameraman ul li{ margin-right: 40px; width: 225px; height: 150px; float: left; } #cameraman ul li:last-child{ margin-right: 0; } #cameraman ul li a{ position: relative; display: block; width: 100%; height: 100%; -webkit-perspective: 800px; -moz-perspective: 800px; } #cameraman ul li a > div{ position: absolute; left: 0; height: 0; width: 100%; height: 100%; color: #fff; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -webkit-transition: .8s ease-in-out ; -moz-transition: .8s ease-in-out ; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; } #cameraman ul li a div:first-child{ /* 绕y轴旋转 */ -webkit-transform: rotateY(0); -moz-transform: rotateY(0); z-index: 2; margin-left: 60px; } #cameraman ul li a div:last-child{ overflow: hidden; margin-left: 60px; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); z-index: 1; } #cameraman ul li a:hover div:first-child{ -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); } #cameraman ul li a:hover div:last-child{ background: url(../image/bg.jpg) no-repeat 0 0; width: 195px; height: 150px; -webkit-transform: rotateY(0); -moz-transform: rotateY(0); } #cameraman ul li a div h3{ margin: 0 auto 15px; padding: 15px 0; width: 200px; height: 16px; line-height: 16px; font-size: 14px; text-align: center; border-bottom: 1px #fff dashed; } #cameraman ul li a div p{ padding: 0 10px; font-size: 12px; text-indent: 2em; line-height: 18px; } /*cameraman*/ /*news*/ #news { padding: 50px 0px 0px 0px; } #news figure { margin: 0; position: relative; } #news div{ margin-right: -110px; } #news figure:first-child{ margin-left: 60px; } #news figure img { width: 250px; max-width: 100%; display: block; position: relative; } #news figure span{ margin-left: 12px; color: #000; } /* Wobble Horizontal */ @-webkit-keyframes wobble-horizontal { 16.65% { -webkit-transform: translateX(8px); transform: translateX(8px); } 33.3% { -webkit-transform: translateX(-6px); transform: translateX(-6px); } 49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); } 66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); } 83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes wobble-horizontal { 16.65% { -webkit-transform: translateX(8px); transform: translateX(8px); } 33.3% { -webkit-transform: translateX(-6px); transform: translateX(-6px); } 49.95% { -webkit-transform: translateX(4px); transform: translateX(4px); } 66.6% { -webkit-transform: translateX(-2px); transform: translateX(-2px); } 83.25% { -webkit-transform: translateX(1px); transform: translateX(1px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } .wobble-horizontal { display: inline-block; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } .wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active { -webkit-animation-name: wobble-horizontal; animation-name: wobble-horizontal; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } /*news*/ #aboutUs span{ float: left; margin-left: 80px; } .myscroll {height: 260px; line-height: 26px; font-size: 14px; overflow: hidden;float: left;} .myscroll li { height: 26px; margin-left: 25px;} .myscroll a { color: #333; text-decoration: none;} .myscroll a:hover { color: #ED5565; text-decoration: underline;} /*news*/ /*address*/ .address{ padding-top: 50px; } /*address*/ #scrollToTop{ width: 40px; height: 40px; position: fixed; right: 3%; top: 90%; } #scrollToTop img[name='second']{ display: none; }
manpages/man8/irqbalance_selinux.8.html
yuweijun/yuweijun.github.io
<!DOCTYPE html> <HTML><head><TITLE>Manpage of irqbalance_selinux</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="site-description">{"type":"documentation"}</div> </div> </header> <div class="page-content"><div class="wrap"> <H1>irqbalance_selinux</H1> Section: irqbalance SELinux Policy documentation (8)<BR>Updated: irqbalance<BR><A HREF="#index">Index</A> <A HREF="/manpages/index.html">Return to Main Contents</A><HR> <A NAME="lbAB">&nbsp;</A> <H2>NAME</H2> irqbalance_selinux - Security Enhanced Linux Policy for the irqbalance processes <A NAME="lbAC">&nbsp;</A> <H2>DESCRIPTION</H2> <P> <P> SELinux Linux secures <B>irqbalance</B> (IRQ balancing daemon) processes via flexible mandatory access control. <P> <P> <P> <A NAME="lbAD">&nbsp;</A> <H2>FILE CONTEXTS</H2> SELinux requires files to have an extended attribute to define the file type. <P> You can see the context of a file using the <B>-Z</B> option to <B>lsP Policy governs the access confined processes have to these files. SELinux irqbalance policy is very flexible allowing users to setup their irqbalance processes in as secure a method as possible. <P> The following file types are defined for irqbalance: <P> <P> <P> irqbalance_exec_t </B> <P> - Set files with the irqbalance_exec_t type, if you want to transition an executable to the irqbalance_t domain. <P> <P> <P> <B>irqbalance_var_run_t </B> <P> - Set files with the irqbalance_var_run_t type, if you want to store the irqbalance files under the /run directory. <P> <P> <P> Note: File context can be temporarily modified with the chcon command. If you want to permanently change the file context you need to use the <B>semanage fcontext </B> command. This will modify the SELinux labeling database. You will need to use <B>restorecon</B> to apply the labels. <P> <A NAME="lbAE">&nbsp;</A> <H2>PROCESS TYPES</H2> SELinux defines process types (domains) for each process running on the system <P> You can see the context of a process using the <B>-Z</B> option to <B>psP Policy governs the access confined processes have to files. SELinux irqbalance policy is very flexible allowing users to setup their irqbalance processes in as secure a method as possible. <P> The following process types are defined for irqbalance: <P> irqbalance_t </B> <P> Note: <B>semanage permissive -a PROCESS_TYPE </B> can be used to make a process type permissive. Permissive process types are not denied access by SELinux. AVC messages will still be generated. <P> <A NAME="lbAF">&nbsp;</A> <H2>COMMANDS</H2> <B>semanage fcontext</B> can also be used to manipulate default file context mappings. <P> <B>semanage permissive</B> can also be used to manipulate whether or not a process type is permissive. <P> <B>semanage module</B> can also be used to enable/disable/install/remove policy modules. <P> <P> <B>system-config-selinux </B> is a GUI tool available to customize SELinux policy settings. <P> <A NAME="lbAG">&nbsp;</A> <H2>AUTHOR<TT>&nbsp;&nbsp;</TT></H2> This manual page was autogenerated by genman.py.<BR> <P> <A NAME="lbAH">&nbsp;</A> <H2>SEE ALSO</H2> <A HREF="/manpages/index.html?8+selinux">selinux</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?8+irqbalance">irqbalance</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?8+semanage">semanage</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?8+restorecon">restorecon</A>(8), <A HREF="http://localhost/cgi-bin/man/man2html?1+chcon">chcon</A>(1) <P> <HR> <A NAME="index">&nbsp;</A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">DESCRIPTION</A><DD> <DT><A HREF="#lbAD">FILE CONTEXTS</A><DD> <DT><A HREF="#lbAE">PROCESS TYPES</A><DD> <DT><A HREF="#lbAF">COMMANDS</A><DD> <DT><A HREF="#lbAG">AUTHOR<TT>&nbsp;&nbsp;</TT></A><DD> <DT><A HREF="#lbAH">SEE ALSO</A><DD> </DL> <HR> This document was created by <A HREF="/manpages/index.html">man2html</A>, using the manual pages.<BR> Time: 05:34:26 GMT, December 24, 2015 </div></div> </body> </HTML>
gallery/FragrantHillsPark/index.html
edwardtoday/edwardtoday.github.io
--- layout: gallery title: "香山" ---
src/style.css
cvan/fastHAR
* { -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } .hidden { display: none; } a { color: #036; } a:hover { color: #69c; } body { font-family: "Source Sans Pro", sans-serif; margin: 30px; } button, select { font: inherit; } button, .button { background: #fff; border: 1px solid #ddd; border-bottom-color: #aaa; border-radius: 4px; color: #666; cursor: pointer; display: inline-block; font-size: 10px; font-weight: 600; padding: 3px 10px 2px; } .button { text-decoration: none; } input.large { bottom: 7px; display: inline-block; font-size: 24px; min-width: 500px; padding: 5px; position: relative; } .refresh::before { color: #999; content: "\21BB"; /* ↻ */ display: inline-block; padding-right: 10px; } .refresh:hover { background-color: #eee; border-color: #aaa; border-bottom-color: #666; color: #333; } .refresh:hover::before { color: #666; } .export { background: #def; margin-bottom: 5px; } .export:hover { background: #9cf; border-color: #7bf; border-bottom-color: #39f; color: #036; } .header { border-bottom: 1px solid #ccc; float: left; margin: 0 0 30px; padding-bottom: 5px; width: 100%; } h1, h1 a { color: #333; } h1 { float: left; line-height: 38px; } h1 a { text-decoration: none; } h1 a:hover { color: #666; } h2 { color: #999; float: right; position: relative; bottom: -5px; } main { clear: both; } .chart { margin: 0 auto 15px; text-align: center; } iframe { border: 1px solid transparent; height: 310px; margin-top: 5px; width: 100%; } iframe[src] { border-color: #ccc; } rect:hover { cursor: pointer; } g.y.axis { fill: #999; font-size: 9px; } g.y.axis .tick { fill: #333; font-size: 8px; } .no-data { color: #999; font-size: 48px; font-weight: 600; padding: 30px 0; text-align: center; }
clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.0/mathcomp-analysis/0.2.3.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-analysis: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / mathcomp-analysis - 0.2.3</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-analysis <small> 0.2.3 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-04 11:22:03 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-04 11:22:03 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;pierre-yves@strub.nu&quot; homepage: &quot;https://github.com/math-comp/analysis&quot; bug-reports: &quot;https://github.com/math-comp/analysis/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/analysis.git&quot; license: &quot;CeCILL-C&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;Cyril Cohen&quot; &quot;Assia Mahboubi&quot; &quot;Damien Rouhling&quot; &quot;Pierre-Yves Strub&quot; ] build: [ [make &quot;INSTMODE=global&quot; &quot;config&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.12~&quot;) | (= &quot;dev&quot;) } &quot;coq-mathcomp-field&quot; {(&gt;= &quot;1.8.0&quot; &amp; &lt;= &quot;1.10.0&quot;)} &quot;coq-mathcomp-finmap&quot; {(&gt;= &quot;1.2.0&quot; &amp; &lt;= &quot;1.4.1&quot;)} ] synopsis: &quot;An analysis library for mathematical components&quot; description: &quot;&quot;&quot; This repository contains an experimental library for real analysis for the Coq proof-assistant and using the Mathematical Components library. It is inspired by the Coquelicot library. &quot;&quot;&quot; tags: [ &quot;category:Mathematics/Real Calculus and Topology&quot; &quot;keyword: analysis&quot; &quot;keyword: topology&quot; &quot;keyword: real numbers&quot; &quot;logpath: mathcomp-analysis&quot; &quot;date:2019-12-03&quot; ] url { http: &quot;https://github.com/math-comp/analysis/archive/0.2.3.tar.gz&quot; checksum: &quot;sha512=10eb050e9d43af3c0cc4798bf93010ec73d2cf9a149380ae524f1051361888ca8a7caf0428047ca18986b9484fce93fa9a491545d0382c6784275618e3a1b0b5&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-analysis.0.2.3 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-mathcomp-analysis -&gt; coq &gt;= dev -&gt; ocaml &gt;= 4.05.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-analysis.0.2.3</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.3/lambek/8.8.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lambek: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.3 / lambek - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> lambek <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-07 04:07:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-07 04:07:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.3 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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/lambek&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/Lambek&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: Computational linguistic&quot; &quot;keyword: categorial grammar&quot; &quot;keyword: Lambek calculus...&quot; &quot;category: Computer Science/Formal Languages Theory and Automata&quot; &quot;date: March-July 2003&quot; ] authors: [ &quot;Houda Anoun &lt;anoun@labri.fr&gt;&quot; &quot;Pierre Castéran &lt;casteran@labri.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lambek/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lambek.git&quot; synopsis: &quot;A Coq Toolkit for Lambek Calculus&quot; description: &quot;&quot;&quot; This library contains some definitions concerning Lambek calculus. Three formalisations of this calculus are proposed, and also some certified functions which translate derivations from one formalism to another. Several derived properties are proved and also some meta-theorems. Users can define their own lexicons and use the defined tactics to prove the derivation of sentences in a particular system (L, NL, LP, NLP ...)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lambek/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=146faacbe12684fc70e5840a963313c3&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-lambek.8.8.0 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3). The following dependencies couldn&#39;t be met: - coq-lambek -&gt; coq &gt;= 8.8 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-lambek.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
doc/api/files/__/_rvm/gems/ruby-2_2_2/gems/activerecord-4_2_2/lib/active_record/connection_handling_rb.html
benfreeman/yammer_training
<?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>connection_handling.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.2.2</span><br /> <h1> connection_handling.rb </h1> <ul class="files"> <li> ../.rvm/gems/ruby-2.2.2/gems/activerecord-4.2.2/lib/active_record/connection_handling.rb </li> <li>Last modified: 2016-02-03 17:31:52 -0800</li> </ul> </div> <div id="bodyContent"> <div id="content"> <!-- Namespace --> <div class="sectiontitle">Namespace</div> <ul> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../classes/ActiveRecord.html">ActiveRecord</a> </li> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../classes/ActiveRecord/ConnectionAdapters.html">ActiveRecord::ConnectionAdapters</a> </li> <li> <span class="type">MODULE</span> <a href="../../../../../../../../../classes/ActiveRecord/ConnectionHandling.html">ActiveRecord::ConnectionHandling</a> </li> </ul> <!-- Methods --> </div> </div> </body> </html>
index.html
iancrowther/lnug.github.io
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>LNUG - London Node User Group</title> <meta name="description" content="London Node.js User Group is a meetup for developers but everyone is welcome. We meet every month to talk about Node, Javascript and to network"> <!-- og + meta data --> <meta property="og:title" content="LNUG - London Node User Group"> <meta property="og:type" content="website"> <meta property="og:url" content="http://lnug.org"> <meta property="og:image" content="https://cloud.githubusercontent.com/assets/1097232/8071106/f07e3f4e-0efe-11e5-84f7-f4d4debe9ec7.png"> <meta property="og:site_name" content="LNUG - London Node User Group"> <meta property="og:description" content="London Node.js User Group is a meetup for developers but everyone is welcome. We meet every month to talk about Node, Javascript and to network."> <meta name="twitter:site" content="@lnugorg"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="LNUG - London Node User Group"> <meta name="twitter:description" content="London Node.js User Group is a meetup for developers but everyone is welcome. We meet every month to talk about Node, Javascript and to network."> <meta name="twitter:image" content="http://i.imgur.com/BBVehHB.png"> <meta name="twitter:url" content="http://www.lnug.org"> <meta name="google-site-verification" content="gnZ_Oz6_k7Gv93jmtpCeY6Rjz6E_rjh_1n5dlYgMcJw"> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="./images/favicon/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="./images/favicon/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./images/favicon/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./images/favicon/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon-precomposed" sizes="60x60" href="./images/favicon/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./images/favicon/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon-precomposed" sizes="76x76" href="./images/favicon/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="./images/favicon/apple-touch-icon-152x152.png"> <link rel="icon" type="image/png" href="./images/favicon/favicon-196x196.png" sizes="196x196"> <link rel="icon" type="image/png" href="./images/favicon/favicon-96x96.png" sizes="96x96"> <link rel="icon" type="image/png" href="./images/favicon/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="./images/favicon/favicon-16x16.png" sizes="16x16"> <link rel="icon" type="image/png" href="./images/favicon/favicon-128.png" sizes="128x128"> <meta name="application-name" content="&nbsp;"> <meta name="msapplication-TileColor" content="#FFFFFF"> <meta name="msapplication-TileImage" content="./images/favicon/mstile-144x144.png"> <meta name="msapplication-square70x70logo" content="./images/favicon/mstile-70x70.png"> <meta name="msapplication-square150x150logo" content="./images/favicon/mstile-150x150.png"> <meta name="msapplication-wide310x150logo" content="./images/favicon/mstile-310x150.png"> <meta name="msapplication-square310x310logo" content="./images/favicon/mstile-310x310.png"> <meta name="theme-color" content="#46483D"> <link rel="stylesheet" href="./css.css"> </head> <body> <header> <div class="container"> <a href="./index.html"> <object class="header-logo" data="images/lnug-logo.svg" type="image/svg+xml"></object> </a> <nav class="header-menu"> <a href="./speak.html">Speak</a> <a href="./sponsor.html">Sponsor</a> <a href="./contact.html">Contact</a> </nav> </div> </header> <div id="container"><div class="map-holder"> <div class="lnug-ticket"><div class="box split"> <div class="inner"> <h1>Next meetup - <span class="lnug-nextmeetup">February 24th 2016</span></h1> <div class="info clearfix"> <div class="wp desc">A friendly monthly meetup for people using Node.js for fun or profit.</div> <div class="wp">Doors open<h2>6:30</h2>pm</div> <div class="wp address"> <a href="https://www.google.co.uk/maps/search/50 - 52 Commercial St, London E1 6LT" target="_blank"> <strong class="venue">Makers Academy</strong> <address>50 - 52 Commercial St<br>London E1 6LT</address> </a> <div class="detail"></div> </div> </div> </div> </div> <div class="total clearfix ticket split"> <a id="lnug-tkt" class="buy cta" href="https://ti.to/lnug/february-2016" target="_blank">Free Ticket</a> </div> </div> <div class="map"></div> </div> <div class="container"> <h1>Talks</h1> <ul class="lnug-content"><li class="row lnug-talk"> <h2 class="title">Stranger Danger: addressing the security risk in npm dependencies</h2> <div> <img class="img-circle avatar" alt="Speaker image" src="https://avatars.githubusercontent.com/u/1106394?v=3"> <span class="name">Guy Podjarny</span> </div> <div class="desc"><p>Open source modules, and especially npm, are undoubtedly awesome. However, they also represent an undeniable and massive risk. You&rsquo;re introducing someone else&rsquo;s code into your system, often with little or no scrutiny. Each component may have vulnerabilities (~14% of them do!), may be compromised, or even be outright malicious. Multiply that risk by hundreds of dependencies, and you have a recipe for disaster.&#13;&#10;&#13;&#10;In this talk we&rsquo;ll show how you can mitigate this risk without losing productivity. We&rsquo;ll share more data more about the risk; show how to find &amp; fix known vulnerabilities in these dependencies; discuss how to prioritize the ones worthy of manual inspection &amp; suggest what to monitor in production. </p> </div> </li> <li class="row lnug-talk"> <h2 class="title">Taming Asynchronous Programming with RxJS</h2> <div> <img class="img-circle avatar" alt="Speaker image" src="https://avatars.githubusercontent.com/u/1643522?v=3"> <span class="name">Shane Osbourne</span> </div> <div class="desc"><p>Asynchronous programs can be confusing, hard to follow, difficult to debug and, quite frankly, just down right <em>annoying</em> to write. &#13;&#10;&#13;&#10;Mouse &amp; touch events in the browser, XHR requests, node&#39;s various event emitters... - what if there was a way to model all of these eventual values in the exact same way? RxJS allows us to do exactly this with the Observable. Boasting a rich set of composable operators, you can begin to unravel your spaghetti code and author declarative transformation pipelines that are simply not possible otherwise.</p> </div> </li> <li class="row lnug-talk"> <h2 class="title">How to build a real-time application with Node</h2> <div> <img class="img-circle avatar" alt="Speaker image" src="https://avatars.githubusercontent.com/u/11786608?v=3"> <span class="name">Zhivko Siderov</span> </div> <div class="desc"><p>I would like to do a beginner level talk on Node. As someone who is just starting to learn Node, I want to share my experience and make a walkthrough presentation. I haven&#39;t decided whether I will be building a game or not.</p> </div> </li> </ul> <div class="lnug-mailing-list"><form id="mc-embedded-subscribe-form" action="//LNUG.us8.list-manage.com/subscribe/post?u=9ebd291b0179eceff6533b0da&amp;id=f7e81cdb7a" method="post" name="mc-embedded-subscribe-form" target="_blank" novalidate="" class="validate"> <div id="mc_embed_signup_scroll"> Stay in touch <input id="mce-EMAIL" type="email" value="" name="EMAIL" placeholder="email address" required class="email"> <input id="mc-embedded-subscribe" type="submit" value="Subscribe" name="subscribe" class="button cta"><!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> <div style="position: absolute; left: -5000px;"> <input type="text" name="b_51dfdc2ed16b49dcad396dd73_e8e09541e1" tabindex="-1" value=""> </div> </div> </form> </div> </div> </div> <footer> <div class="container"> <object class="footer-logo" data="images/lnug-logo-monochrome.svg" type="image/svg+xml"></object> <ul class="footer-links"> <li><a href="./related-meetups.html" title="related meetups">Related Meetups</a></li> <li><a href="./archive.html" title="archive">Archive</a></li> <li><a href="./code-of-conduct.html" title="Code of conduct">Code of Conduct</a></li> </ul> <br> <small> Map provided by © <a href="https://www.mapbox.com/about/maps/">Mapbox</a> &amp; © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> </small> </div> </footer> </body> <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet" type="text/css"> <script src="./app-cache-nanny.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-2845245-14', 'auto'); ga('send', 'pageview'); if(appCacheNanny) { appCacheNanny.start(); } </script> </html>
src/main/resources/templates/fhirclient/test.html
dbakumar/openfhirappdev
<!DOCTYPE html> <html xmlns:th="http://www.thymeleaf.org"> <head lang="en"> <title>Client</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <script src='http://code.jquery.com/jquery-2.1.4.min.js'></script> <script th:src="@{/js/fhir-client.js}" ></script> <script th:inline="javascript"> /*<![CDATA[*/ var FHIRAPPCLOUD = { serviceUrl: 'https://open-ic.epic.com/FHIR/api/FHIR/DSTU2', patientId: [[${patientFHIRAccess.patient}]] , auth: { type : 'bearer' , bearer : [[${patientFHIRAccess.accessToken}]] } , } /*]]>*/ </script> </head> <body> <h1>Client </h1> <h1>Hello <span id="patient_name">...</span>!</h1> <ul id="med_list"></ul> <script> /*<![CDATA[*/ var smart = FHIR.client(FHIRAPPCLOUD); //var pq = smart.patient.Something.read(); var pq = smart.patient.read(); pq.then(function(p) { var name = p.name[0]; var formatted = name.given.join(" ") + " " + name.family.join(" "); $("#patient_name").text(formatted); $("#patient_name").append( JSON.stringify(p)); console.log(p); }); /*]]>*/ </script> </body> </html>
index.html
willyko/willyko.github.io
--- layout: default --- <div class="home"> <h1 class="page-heading">Posts</h1> <ul class="post-list"> {% for post in site.posts %} <li> <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> <a href="{{ post.url | prepend: site.baseurl }}#disqus_thread" data-disqus-identifier="{{post.url}}"></a> </li> {% endfor %} </ul> <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p> </div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'alpacado'; //var disqus_developer = 1; // Comment out when the site is live /* * * DON'T EDIT BELOW THIS LINE * * */ (function () { var s = document.createElement('script'); s.async = true; s.type = 'text/javascript'; s.src = '//' + disqus_shortname + '.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); </script>
template/css/hawthorne_type2_color3.css
rnoldo/unclesam
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic); @import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700); /*================================================================================================== Foundation Variables ==================================================================================================*/ /*================================================================================================== Imports ==================================================================================================*/ /*================================================================================================== Type Theme 02 ==================================================================================================*/ /*================================================================================================== My Variables ==================================================================================================*/ /*================================================================================================== Blog Type Theme 02: Roboto + Roboto Slab ==================================================================================================*/ /*================================================================================================== Foundation Variables ==================================================================================================*/ /*================================================================================================== Spacing Adjustments ==================================================================================================*/ /*================================================================================================== Color Theme 03 ==================================================================================================*/ /*================================================================================================== Master Color Theme 03 ==================================================================================================*/ /*================================================================================================== Foundation Variables ==================================================================================================*/ /*================================================================================================== My Variables ==================================================================================================*/ /*================================================================================================== Mixins ==================================================================================================*/ /*================================================================================================== Blog ==================================================================================================*/ /* line 28, ../scss/master/_blog.scss */ aside.blog-sidebar h5 { text-align: center; } /* line 32, ../scss/master/_blog.scss */ aside.blog-sidebar h5, .related-posts h5 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: 1.125rem; line-height: 1.2; letter-spacing: 0; text-transform: none; padding-bottom: 0.5em; } /* line 43, ../scss/master/_blog.scss */ aside.blog-sidebar li, aside.blog-sidebar p { font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 1.125rem; line-height: 1.6; letter-spacing: 0; text-transform: none; list-style-type: none; padding-bottom: 1em; text-align: center; } /* line 56, ../scss/master/_blog.scss */ aside.blog-sidebar ul { margin-left: 0; } /* line 60, ../scss/master/_blog.scss */ aside.blog-sidebar ul li { list-style-type: none; margin-left: 0; } /* line 65, ../scss/master/_blog.scss */ aside.blog-sidebar ul li a, aside.blog-sidebar ul li a:hover, aside.blog-sidebar p a, aside.blog-sidebar p a:hover, article h1 a, article h1 a:hover { border-bottom: none !important; text-decoration: none; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 71, ../scss/master/_blog.scss */ article { border-bottom: 1px solid #9d9995; padding-bottom: 1.25em; margin-bottom: 2.5em; } /* line 77, ../scss/master/_blog.scss */ article h1, h1.archive-title { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: 1.5rem; line-height: 1.2; letter-spacing: 0; text-transform: none; } /* line 87, ../scss/master/_blog.scss */ article h6.date { font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 300; font-style: normal; font-size: 1rem; line-height: 1.2; letter-spacing: 0; text-transform: none; margin-bottom: 1.5em; } /* line 99, ../scss/master/_blog.scss */ article p { font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 0.875rem; line-height: 1.5; } /* line 105, ../scss/master/_blog.scss */ article p a { -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 109, ../scss/master/_blog.scss */ div div div article h2 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: 1.3125rem; line-height: 1.2; letter-spacing: 0; text-transform: none; padding-bottom: 0.25em; } /* line 120, ../scss/master/_blog.scss */ .related-posts { margin-top: 2em; margin-bottom: 1.5em; } /* line 125, ../scss/master/_blog.scss */ .related-posts h5 { margin-bottom: 0.25em; } /* line 129, ../scss/master/_blog.scss */ .related-posts ul { list-style-type: none; margin-left: 0; } /* line 134, ../scss/master/_blog.scss */ .related-posts ul li { margin-left: 0; line-height: 1.8; font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 1.125rem; line-height: 1.6; letter-spacing: 0; text-transform: none; } /* line 146, ../scss/master/_blog.scss */ h1.archive-title { text-align: center; margin-bottom: 1.25em; } /* line 151, ../scss/master/_blog.scss */ .archive-item { margin-bottom: 2em; } /* line 155, ../scss/master/_blog.scss */ .archive-item h2 a { -webkit-transition: border 0.2s ease-out; -moz-transition: border 0.2s ease-out; transition: border 0.2s ease-out; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; border-bottom: 1px solid #8a8988; padding-bottom: 2px; text-decoration: none; } /* line 163, ../scss/master/_blog.scss */ .archive-item h2 a:hover { border-bottom: 1px solid #1a5f99; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 168, ../scss/master/_blog.scss */ .archive-item h2 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: 1.125rem; line-height: 1.7; letter-spacing: 0; text-transform: none; text-align: center; } /* line 179, ../scss/master/_blog.scss */ .archive-item h6.date { font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 300; font-style: normal; font-size: 0.875rem; line-height: 1.3; letter-spacing: 0; text-transform: none; text-align: center; padding-top: 0.125em; } /* line 191, ../scss/master/_blog.scss */ .pagination-custom { margin-bottom: 2em; } /* line 195, ../scss/master/_blog.scss */ .pagination-custom p span { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 1rem; line-height: 1.2; letter-spacing: 0; text-transform: none; color: #8a8988; } /* line 206, ../scss/master/_blog.scss */ .pagination-custom a, .pagination-custom a:hover { border-bottom: none !important; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 211, ../scss/master/_blog.scss */ .pagination-left { padding-right: 1em; } /*================================================================================================== Media Queries ==================================================================================================*/ @media only screen and (min-width: 40.063em) { /* line 223, ../scss/master/_blog.scss */ aside.blog-sidebar h5 { text-align: left; } /* line 227, ../scss/master/_blog.scss */ aside.blog-sidebar li, aside.blog-sidebar p { text-align: left; } /* line 231, ../scss/master/_blog.scss */ article h1, h1.archive-title { font-size: 2rem; } /* line 235, ../scss/master/_blog.scss */ article p { font-size: 1.125rem; } } /*================================================================================================== Global ==================================================================================================*/ /* line 69, ../scss/_custom.scss */ html { background-color: #ece5df !important; } /* line 73, ../scss/_custom.scss */ a, button, img, nav ul a, .thumbnail-caption a { -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 77, ../scss/_custom.scss */ p a, li a, .thumbnail-caption a { -webkit-transition: border 0.2s ease-out; -moz-transition: border 0.2s ease-out; transition: border 0.2s ease-out; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; border-bottom: 1px solid #9d9995; padding-bottom: 1px; } /* line 84, ../scss/_custom.scss */ p a:hover, li a:hover, .thumbnail-caption a:hover, .caption-hover { color: #1a5f99; border-bottom: 1px solid #1a5f99 !important; } /* line 89, ../scss/_custom.scss */ li .thumbnail-hover a, li thumbnail-img a img { border-bottom: none !important; } /* line 93, ../scss/_custom.scss */ div.lined-list ul { margin-left: 0; } /* line 97, ../scss/_custom.scss */ .lined-list li { font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: inherit; line-height: 1.5; letter-spacing: 0; text-transform: none; list-style-type: none; border-bottom: 1px solid #9d9995; padding-top: 0.8em; padding-bottom: 0.8em; margin-left: 0; } /* line 112, ../scss/_custom.scss */ .lined-list li strong { font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: inherit; line-height: 1.3; letter-spacing: 0; text-transform: none; } /* line 122, ../scss/_custom.scss */ .lined-list li:first-child { border-top: 1px solid #9d9995; } /* line 126, ../scss/_custom.scss */ .centered { text-align: center; } /* line 130, ../scss/_custom.scss */ iframe { border: none !important; } /* line 134, ../scss/_custom.scss */ ul.inline-list-custom li { margin-left: 0 !important; } /* line 138, ../scss/_custom.scss */ ul li { margin-left: 0.25em; padding-bottom: 1em; } /* line 144, ../scss/_custom.scss */ ol li { margin-left: 0.25em; padding-bottom: 1em; } /* line 150, ../scss/_custom.scss */ .row blockquote { border-left: 1px solid #9d9995; } /* line 154, ../scss/_custom.scss */ .row blockquote p { color: #0a161f; font-style: italic; } /* line 159, ../scss/_custom.scss */ .row blockquote cite { font-weight: bold; font-style: normal; color: #0a161f; font-size: 1em; margin-top: 1em; } /* line 167, ../scss/_custom.scss */ div h1, div h2, div h3, div h4, div h5, div h6 { font-weight: bold; } /* line 171, ../scss/_custom.scss */ div div h2 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: 1.5rem; line-height: 1.3; letter-spacing: 0; text-transform: none; } /* line 181, ../scss/_custom.scss */ div div h3 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: 1.125rem; line-height: 1.3; letter-spacing: 0; text-transform: none; } /*================================================================================================== Header & Nav ==================================================================================================*/ /* line 197, ../scss/_custom.scss */ .top-border { border-top: 4px solid #0a161f; } /* line 201, ../scss/_custom.scss */ header { padding-top: 3em; padding-bottom: 2em; } /* line 206, ../scss/_custom.scss */ header div.logo { text-align: center; } /* line 210, ../scss/_custom.scss */ div div header h1 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; font-style: normal; font-size: 1.625rem; line-height: 1.3; letter-spacing: 0; text-transform: none; line-height: 1.1; text-align: center; color: #0a161f; } /* line 223, ../scss/_custom.scss */ div div header h1 a { text-decoration: none; color: #0a161f; } /* line 228, ../scss/_custom.scss */ div div header h2 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 300; font-style: normal; font-size: 0.8125rem; line-height: 1.3; letter-spacing: 0; text-transform: none; line-height: 1.4; text-align: center; color: #0d1d2a; margin-top: 0.75em; } /* line 243, ../scss/_custom.scss */ div div header h2 a { text-decoration: none; color: #0d1d2a; } /* line 248, ../scss/_custom.scss */ div div header h1 a:hover, header h1 a:focus { color: #0a161f; } /* line 252, ../scss/_custom.scss */ div div header h2 a:hover, header h2 a:focus { color: #0d1d2a; } /* line 256, ../scss/_custom.scss */ nav { border-top: 1px solid #9d9995; border-bottom: 1px solid #9d9995; margin-bottom: 3em; background-color: #ece5df; } /* line 263, ../scss/_custom.scss */ nav ul.inline-list-custom { text-align: center; padding-top: 0.8em; margin-bottom: 0.8em; margin-left: 0; } /* line 270, ../scss/_custom.scss */ nav ul.inline-list-custom li { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 300; font-style: normal; font-size: 1rem; line-height: 2; letter-spacing: 0; text-transform: none; display: inline-block; padding-left: 1em; margin-right: 1em; padding-bottom: 0; } /* line 285, ../scss/_custom.scss */ nav ul li a, nav ul li a:hover { border: none !important; } /* line 289, ../scss/_custom.scss */ a.current { color: #8a8988; pointer-events: none; } /* line 294, ../scss/_custom.scss */ a.current:hover { color: #8a8988; } /*================================================================================================== Project ==================================================================================================*/ /* line 304, ../scss/_custom.scss */ .thumbnail { margin-bottom: -0.5em; max-width: 328px; margin-left: auto; margin-right: auto; } /* line 311, ../scss/_custom.scss */ .thumbnail-img { position: relative; } /* line 315, ../scss/_custom.scss */ .thumbnail-hover { position: absolute; display: none; width: 100%; height: 100%; background-color: rgba(26, 95, 153, 0.5); } /* line 323, ../scss/_custom.scss */ .thumbnail-hover a { position: absolute; left: 0; width: 100%; height: 100%; } /* line 330, ../scss/_custom.scss */ .thumbnail-hover a:hover { border: none; } /* line 334, ../scss/_custom.scss */ .thumbnail-caption { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 300; font-style: normal; font-size: 0.875rem; line-height: 1.5; letter-spacing: 0; text-transform: none; text-align: center; margin-top: 0.5em; } /* line 346, ../scss/_custom.scss */ .thumbnail-caption a { -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 350, ../scss/_custom.scss */ ul.small-block-grid-1 li { text-align: center; } /* line 354, ../scss/_custom.scss */ hr.project-detail-hr { margin-top: 1.75em; display: none; } /* line 359, ../scss/_custom.scss */ .project-img { text-align: center; margin-top: 3em; } /* line 364, ../scss/_custom.scss */ .project-img:first-of-type { margin-top: 1.75em; } /* line 368, ../scss/_custom.scss */ .project-img h6 { padding-top: 1em; font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 300; font-style: normal; font-size: 0.875rem; line-height: 1.5; letter-spacing: 0; text-transform: none; } /* line 379, ../scss/_custom.scss */ .back-to-top-holder { margin-top: 4em; margin-bottom: 2em; text-align: center; } /* line 385, ../scss/_custom.scss */ .back-to-top { border: none; color: #283a49; } /* line 390, ../scss/_custom.scss */ a.back-to-top:hover { border: none !important; } /* line 394, ../scss/_custom.scss */ .raw-html iframe { padding-top: 2em; } /* line 398, ../scss/_custom.scss */ .raw-html div { margin-top: 2em; } /* line 402, ../scss/_custom.scss */ .raw-html hr { display: none; margin-top: 3em; margin-bottom: 3em; } /*================================================================================================== Footer ==================================================================================================*/ /* line 414, ../scss/_custom.scss */ footer { border-top: 1px solid #9d9995; margin-top: 3em; padding-top: 4em; padding-bottom: 5em; } /* line 421, ../scss/_custom.scss */ footer ul { text-align: center; margin-top: 2em; margin-left: 0; } /* line 427, ../scss/_custom.scss */ footer li { font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; font-size: 0.8125rem; line-height: 1.6; letter-spacing: 0; text-transform: none; display: inline-block; padding-left: 1em; margin-right: 1em; color: #283a49; } /* line 441, ../scss/_custom.scss */ footer li a { color: #283a49; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 446, ../scss/_custom.scss */ footer div.social-icons { text-align: center; } /* line 450, ../scss/_custom.scss */ footer div.social-icons i { padding-left: 0.25em; padding-right: 0.25em; color: #283a49; } /* line 456, ../scss/_custom.scss */ footer div.social-icons a:hover i { color: #1a5f99; -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /* line 461, ../scss/_custom.scss */ footer div.social-icons a i { -webkit-transition: color 0.2s ease-out; -moz-transition: color 0.2s ease-out; transition: color 0.2s ease-out; } /*================================================================================================== Media Queries ==================================================================================================*/ @media only screen and (min-width: 40.063em) { /* line 473, ../scss/_custom.scss */ header { padding-top: 6.25em; padding-bottom: 3.95em; } /* line 478, ../scss/_custom.scss */ div div header h1 { font-size: 2.25rem; } /* line 482, ../scss/_custom.scss */ div div header h2 { font-size: 0.875rem; } /* line 486, ../scss/_custom.scss */ div div h2 { font-size: 1.875rem; } /* line 490, ../scss/_custom.scss */ div div h3 { font-size: 1.125rem; } /* line 494, ../scss/_custom.scss */ hr.project-detail-hr { display: block; } /* line 498, ../scss/_custom.scss */ .raw-html hr { display: block; } /* line 502, ../scss/_custom.scss */ .project-img:first-of-type { margin-top: 3em; } } /* line 287, ../bower_components/foundation/scss/foundation/components/_global.scss */ meta.foundation-mq-small { font-family: "/only screen and (max-width: 40em)/"; width: 0em; } /* line 292, ../bower_components/foundation/scss/foundation/components/_global.scss */ meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; width: 40.063em; } /* line 297, ../bower_components/foundation/scss/foundation/components/_global.scss */ meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; } /* line 302, ../bower_components/foundation/scss/foundation/components/_global.scss */ meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; } /* line 307, ../bower_components/foundation/scss/foundation/components/_global.scss */ meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; } /* line 317, ../bower_components/foundation/scss/foundation/components/_global.scss */ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /* line 322, ../bower_components/foundation/scss/foundation/components/_global.scss */ html, body { font-size: 100%; } /* line 325, ../bower_components/foundation/scss/foundation/components/_global.scss */ body { background: #ece5df; color: #0a161f; padding: 0; margin: 0; font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: "default"; } /* line 338, ../bower_components/foundation/scss/foundation/components/_global.scss */ a:hover { cursor: pointer; } /* line 343, ../bower_components/foundation/scss/foundation/components/_global.scss */ img, object, embed { max-width: 100%; height: auto; } /* line 346, ../bower_components/foundation/scss/foundation/components/_global.scss */ object, embed { height: 100%; } /* line 347, ../bower_components/foundation/scss/foundation/components/_global.scss */ img { -ms-interpolation-mode: bicubic; } /* line 353, ../bower_components/foundation/scss/foundation/components/_global.scss */ #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } /* line 358, ../bower_components/foundation/scss/foundation/components/_global.scss */ .left { float: left !important; } /* line 359, ../bower_components/foundation/scss/foundation/components/_global.scss */ .right { float: right !important; } /* line 360, ../bower_components/foundation/scss/foundation/components/_global.scss */ .clearfix { *zoom: 1; } /* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */ .clearfix:before, .clearfix:after { content: " "; display: table; } /* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */ .clearfix:after { clear: both; } /* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */ .text-left { text-align: left !important; } /* line 362, ../bower_components/foundation/scss/foundation/components/_global.scss */ .text-right { text-align: right !important; } /* line 363, ../bower_components/foundation/scss/foundation/components/_global.scss */ .text-center { text-align: center !important; } /* line 364, ../bower_components/foundation/scss/foundation/components/_global.scss */ .text-justify { text-align: justify !important; } /* line 365, ../bower_components/foundation/scss/foundation/components/_global.scss */ .hide { display: none; } /* line 371, ../bower_components/foundation/scss/foundation/components/_global.scss */ .antialiased { -webkit-font-smoothing: antialiased; } /* line 374, ../bower_components/foundation/scss/foundation/components/_global.scss */ img { display: inline-block; vertical-align: middle; } /* line 384, ../bower_components/foundation/scss/foundation/components/_global.scss */ textarea { height: auto; min-height: 50px; } /* line 387, ../bower_components/foundation/scss/foundation/components/_global.scss */ select { width: 100%; } /* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ [class*="block-grid-"] { display: block; padding: 0; margin: 0 -1.5em; *zoom: 1; } /* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */ [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } /* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */ [class*="block-grid-"]:after { clear: both; } /* line 35, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ [class*="block-grid-"] > li { display: inline; height: auto; float: left; padding: 0 1.5em 3em; } @media only screen { /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li { width: 100%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li { width: 50%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li { width: 33.33333%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li { width: 25%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li { width: 20%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li { width: 16.66667%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li { width: 14.28571%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li { width: 12.5%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li { width: 11.11111%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li { width: 10%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li { width: 9.09091%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li { width: 8.33333%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 40.063em) { /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li { width: 100%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li { width: 50%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li { width: 33.33333%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li { width: 25%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li { width: 20%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li { width: 16.66667%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li { width: 14.28571%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li { width: 12.5%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li { width: 11.11111%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li { width: 10%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li { width: 9.09091%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li { width: 8.33333%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 64.063em) { /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li { width: 100%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li { width: 50%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li { width: 33.33333%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li { width: 25%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li { width: 20%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li { width: 16.66667%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li { width: 14.28571%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li { width: 12.5%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li { width: 11.11111%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li { width: 10%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li { width: 9.09091%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } /* line 44, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li { width: 8.33333%; padding: 0 1.5em 3em; } /* line 48, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(n) { clear: none; } /* line 49, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */ .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } /* line 197, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button, .button { cursor: pointer; font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-decoration: none; text-align: center; display: inline-block; padding-top: 1rem; padding-right: 2rem; padding-bottom: 1.0625rem; padding-left: 2rem; font-size: 1rem; /* @else { font-size: $padding - rem-calc(2); } */ background-color: #0a161f; border-color: #04080c; color: white; -webkit-transition: background-color 300ms ease-out; -moz-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; padding-top: 1.0625rem; padding-bottom: 1rem; -webkit-appearance: none; border: none; font-weight: normal !important; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button:hover, button:focus, .button:hover, .button:focus { background-color: #04080c; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button:hover, button:focus, .button:hover, .button:focus { color: white; } /* line 205, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.secondary, .button.secondary { background-color: #1a5f99; border-color: #165183; color: white; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: #165183; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { color: white; } /* line 206, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.success, .button.success { background-color: #1a5f99; border-color: #165183; color: white; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: #165183; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { color: white; } /* line 207, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.alert, .button.alert { background-color: #1a5f99; border-color: #165183; color: white; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: #165183; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { color: white; } /* line 209, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.large, .button.large { padding-top: 1.125rem; padding-right: 2.25rem; padding-bottom: 1.1875rem; padding-left: 2.25rem; font-size: 1.25rem; /* @else { font-size: $padding - rem-calc(2); } */ } /* line 210, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.small, .button.small { padding-top: 0.875rem; padding-right: 1.75rem; padding-bottom: 0.9375rem; padding-left: 1.75rem; font-size: 0.8125rem; /* @else { font-size: $padding - rem-calc(2); } */ } /* line 211, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.tiny, .button.tiny { padding-top: 0.625rem; padding-right: 1.25rem; padding-bottom: 0.6875rem; padding-left: 1.25rem; font-size: 0.6875rem; /* @else { font-size: $padding - rem-calc(2); } */ } /* line 212, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.expand, .button.expand { padding-right: 0; padding-left: 0; width: 100%; } /* line 214, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.left-align, .button.left-align { text-align: left; text-indent: 0.75rem; } /* line 215, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.right-align, .button.right-align { text-align: right; padding-right: 0.75rem; } /* line 217, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.radius, .button.radius { -webkit-border-radius: 3px; border-radius: 3px; } /* line 218, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.round, .button.round { -webkit-border-radius: 1000px; border-radius: 1000px; } /* line 220, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: #0a161f; border-color: #04080c; color: white; cursor: "default"; opacity: 0.7; -webkit-box-shadow: none; box-shadow: none; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #04080c; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { color: white; } /* line 166, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: #0a161f; } /* line 221, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #1a5f99; border-color: #165183; color: white; cursor: "default"; opacity: 0.7; -webkit-box-shadow: none; box-shadow: none; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #165183; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: white; } /* line 166, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #1a5f99; } /* line 222, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #1a5f99; border-color: #165183; color: white; cursor: "default"; opacity: 0.7; -webkit-box-shadow: none; box-shadow: none; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #165183; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: white; } /* line 166, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #1a5f99; } /* line 223, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #1a5f99; border-color: #165183; color: white; cursor: "default"; opacity: 0.7; -webkit-box-shadow: none; box-shadow: none; } /* line 142, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #165183; } /* line 153, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: white; } /* line 166, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #1a5f99; } @media only screen and (min-width: 40.063em) { /* line 228, ../bower_components/foundation/scss/foundation/components/_buttons.scss */ button, .button { display: inline-block; } } /* line 45, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */ .flex-video { position: relative; padding-top: 1.5625rem; padding-bottom: 67.5%; height: 0; margin-bottom: 1rem; overflow: hidden; } /* line 28, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */ .flex-video.widescreen { padding-bottom: 57.25%; } /* line 29, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */ .flex-video.vimeo { padding-top: 0; } /* line 34, ../bower_components/foundation/scss/foundation/components/_flex-video.scss */ .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Standard Forms */ /* line 300, ../bower_components/foundation/scss/foundation/components/_forms.scss */ form { margin: 0 0 1rem; } /* Using forms within rows, we need to set some defaults */ /* line 75, ../bower_components/foundation/scss/foundation/components/_forms.scss */ form .row .row { margin: 0 -0.5rem; } /* line 78, ../bower_components/foundation/scss/foundation/components/_forms.scss */ form .row .row .column, form .row .row .columns { padding: 0 0.5rem; } /* line 81, ../bower_components/foundation/scss/foundation/components/_forms.scss */ form .row .row.collapse { margin: 0; } /* line 84, ../bower_components/foundation/scss/foundation/components/_forms.scss */ form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; } /* line 85, ../bower_components/foundation/scss/foundation/components/_forms.scss */ form .row .row.collapse input { -moz-border-radius-bottomright: 0; -moz-border-radius-topright: 0; -webkit-border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; } /* line 97, ../bower_components/foundation/scss/foundation/components/_forms.scss */ form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5rem; } /* Label Styles */ /* line 306, ../bower_components/foundation/scss/foundation/components/_forms.scss */ label { font-size: 0.875rem; color: #4d4d4d; cursor: pointer; display: block; font-weight: normal; margin-bottom: 0.5rem; /* Styles for required inputs */ } /* line 307, ../bower_components/foundation/scss/foundation/components/_forms.scss */ label.right { float: none; text-align: right; } /* line 308, ../bower_components/foundation/scss/foundation/components/_forms.scss */ label.inline { margin: 0 0 1rem 0; padding: 0.625rem 0; } /* line 310, ../bower_components/foundation/scss/foundation/components/_forms.scss */ label small { text-transform: capitalize; color: #666666; } /* line 316, ../bower_components/foundation/scss/foundation/components/_forms.scss */ select { -webkit-appearance: none !important; background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat; background-position-x: 97%; background-position-y: center; border: 1px solid #cccccc; padding: 0.5rem; font-size: 0.875rem; -webkit-border-radius: 0; border-radius: 0; } /* line 327, ../bower_components/foundation/scss/foundation/components/_forms.scss */ select.radius { -webkit-border-radius: 3px; border-radius: 3px; } /* line 328, ../bower_components/foundation/scss/foundation/components/_forms.scss */ select:hover { background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat; background-position-x: 97%; background-position-y: center; border-color: #999999; } @-moz-document url-prefix() { /* line 338, ../bower_components/foundation/scss/foundation/components/_forms.scss */ select { background: #fafafa; } /* line 339, ../bower_components/foundation/scss/foundation/components/_forms.scss */ select:hover { background: #f2f2f2; } } /* Attach elements to the beginning or end of an input */ /* line 343, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; border-style: solid; border-width: 1px; overflow: hidden; font-size: 0.875rem; height: 2.3125rem; line-height: 2.3125rem; } /* Adjust padding, alignment and radius if pre/post element is a button */ /* line 346, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .postfix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; } /* line 347, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .prefix.button { padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; text-align: center; line-height: 2.125rem; border: none; } /* line 349, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .prefix.button.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 350, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .postfix.button.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } /* line 351, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .prefix.button.round { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 1000px; -moz-border-radius-topleft: 1000px; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } /* line 352, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .postfix.button.round { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; } /* Separate prefix and postfix styles when on span or label so buttons keep their own */ /* line 355, ../bower_components/foundation/scss/foundation/components/_forms.scss */ span.prefix, label.prefix { background: #f2f2f2; border-color: #d9d9d9; border-right: none; color: #333333; } /* line 356, ../bower_components/foundation/scss/foundation/components/_forms.scss */ span.prefix.radius, label.prefix.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 358, ../bower_components/foundation/scss/foundation/components/_forms.scss */ span.postfix, label.postfix { background: #f2f2f2; border-color: #cccccc; border-left: none; color: #333333; } /* line 359, ../bower_components/foundation/scss/foundation/components/_forms.scss */ span.postfix.radius, label.postfix.radius { -webkit-border-radius: 0; border-radius: 0; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } /* Input groups will automatically style first and last elements of the group */ /* line 365, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .input-group.radius > *:first-child, .input-group.radius > *:first-child * { -moz-border-radius-bottomleft: 3px; -moz-border-radius-topleft: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 368, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .input-group.radius > *:last-child, .input-group.radius > *:last-child * { -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } /* line 373, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .input-group.round > *:first-child, .input-group.round > *:first-child * { -moz-border-radius-bottomleft: 1000px; -moz-border-radius-topleft: 1000px; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; } /* line 376, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .input-group.round > *:last-child, .input-group.round > *:last-child * { -moz-border-radius-topright: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-top-right-radius: 1000px; -webkit-border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; } /* We use this to get basic styling on all basic form elements */ /* line 396, ../bower_components/foundation/scss/foundation/components/_forms.scss */ input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; background-color: white; font-family: inherit; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875rem; margin: 0 0 1rem 0; padding: 0.5rem; height: 2.3125rem; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out; -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; } /* line 182, ../bower_components/foundation/scss/foundation/components/_global.scss */ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { -webkit-box-shadow: 0 0 5px #999999; -moz-box-shadow: 0 0 5px #999999; box-shadow: 0 0 5px #999999; border-color: #999999; } /* line 123, ../bower_components/foundation/scss/foundation/components/_forms.scss */ input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; } /* line 130, ../bower_components/foundation/scss/foundation/components/_forms.scss */ input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #dddddd; } /* Adjust margin for form elements below */ /* line 410, ../bower_components/foundation/scss/foundation/components/_forms.scss */ input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 1rem 0; } /* line 415, ../bower_components/foundation/scss/foundation/components/_forms.scss */ input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; vertical-align: baseline; } /* Normalize file input width */ /* line 424, ../bower_components/foundation/scss/foundation/components/_forms.scss */ input[type="file"] { width: 100%; } /* We add basic fieldset styling */ /* line 429, ../bower_components/foundation/scss/foundation/components/_forms.scss */ fieldset { border: solid 1px #dddddd; padding: 1.25rem; margin: 1.125rem 0; } /* line 247, ../bower_components/foundation/scss/foundation/components/_forms.scss */ fieldset legend { font-weight: bold; background: white; padding: 0 0.1875rem; margin: 0; margin-left: -0.1875rem; } /* Error Handling */ /* line 436, ../bower_components/foundation/scss/foundation/components/_forms.scss */ [data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #1a5f99; color: white; } /* line 439, ../bower_components/foundation/scss/foundation/components/_forms.scss */ [data-abide] span.error, [data-abide] small.error { display: none; } /* line 441, ../bower_components/foundation/scss/foundation/components/_forms.scss */ span.error, small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #1a5f99; color: white; } /* line 447, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .error input, .error textarea, .error select { margin-bottom: 0; } /* line 452, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .error label, .error label.error { color: #1a5f99; } /* line 457, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .error > small, .error small.error { display: block; padding: 0.375rem 0.5625rem 0.5625rem; margin-top: -1px; margin-bottom: 1rem; font-size: 0.75rem; font-weight: normal; font-style: italic; background: #1a5f99; color: white; } /* line 461, ../bower_components/foundation/scss/foundation/components/_forms.scss */ .error span.error-message { display: block; } /* line 467, ../bower_components/foundation/scss/foundation/components/_forms.scss */ input.error, textarea.error { margin-bottom: 0; } /* line 470, ../bower_components/foundation/scss/foundation/components/_forms.scss */ label.error { color: #1a5f99; } /* line 190, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 70.5625rem; *zoom: 1; } /* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */ .row:before, .row:after { content: " "; display: table; } /* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */ .row:after { clear: both; } /* line 195, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .row.collapse > .column, .row.collapse > .columns { position: relative; padding-left: 0; padding-right: 0; float: left; } /* line 197, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .row.collapse .row { margin-left: 0; margin-right: 0; } /* line 200, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .row .row { width: auto; margin-left: -1.5em; margin-right: -1.5em; margin-top: 0; margin-bottom: 0; max-width: none; *zoom: 1; } /* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */ .row .row:before, .row .row:after { content: " "; display: table; } /* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */ .row .row:after { clear: both; } /* line 201, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .row .row.collapse { width: auto; margin: 0; max-width: none; *zoom: 1; } /* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */ .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } /* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */ .row .row.collapse:after { clear: both; } /* line 206, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 1.5em; padding-right: 1.5em; width: 100%; float: left; } @media only screen { /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-3 { position: relative; left: 25%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-3 { position: relative; right: 25%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-6 { position: relative; left: 50%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-6 { position: relative; right: 50%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-9 { position: relative; left: 75%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-9 { position: relative; right: 75%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 1.5em; padding-right: 1.5em; float: left; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-1 { position: relative; width: 8.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-2 { position: relative; width: 16.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-3 { position: relative; width: 25%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-4 { position: relative; width: 33.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-5 { position: relative; width: 41.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-6 { position: relative; width: 50%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-7 { position: relative; width: 58.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-8 { position: relative; width: 66.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-9 { position: relative; width: 75%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-10 { position: relative; width: 83.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-11 { position: relative; width: 91.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-12 { position: relative; width: 100%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-0 { position: relative; margin-left: 0%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-1 { position: relative; margin-left: 8.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-2 { position: relative; margin-left: 16.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-3 { position: relative; margin-left: 25%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-4 { position: relative; margin-left: 33.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-5 { position: relative; margin-left: 41.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-6 { position: relative; margin-left: 50%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-7 { position: relative; margin-left: 58.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-8 { position: relative; margin-left: 66.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-9 { position: relative; margin-left: 75%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .small-offset-10 { position: relative; margin-left: 83.33333%; } /* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.small-centered, .columns.small-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } /* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left !important; } /* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right !important; } } @media only screen and (min-width: 40.063em) { /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-3 { position: relative; left: 25%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-3 { position: relative; right: 25%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-6 { position: relative; left: 50%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-6 { position: relative; right: 50%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-9 { position: relative; left: 75%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-9 { position: relative; right: 75%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 1.5em; padding-right: 1.5em; float: left; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-1 { position: relative; width: 8.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-2 { position: relative; width: 16.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-3 { position: relative; width: 25%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-4 { position: relative; width: 33.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-5 { position: relative; width: 41.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-6 { position: relative; width: 50%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-7 { position: relative; width: 58.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-8 { position: relative; width: 66.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-9 { position: relative; width: 75%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-10 { position: relative; width: 83.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-11 { position: relative; width: 91.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-12 { position: relative; width: 100%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-0 { position: relative; margin-left: 0%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-1 { position: relative; margin-left: 8.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-2 { position: relative; margin-left: 16.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-3 { position: relative; margin-left: 25%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-4 { position: relative; margin-left: 33.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-5 { position: relative; margin-left: 41.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-6 { position: relative; margin-left: 50%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-7 { position: relative; margin-left: 58.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-8 { position: relative; margin-left: 66.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-9 { position: relative; margin-left: 75%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .medium-offset-10 { position: relative; margin-left: 83.33333%; } /* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.medium-centered, .columns.medium-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } /* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left !important; } /* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right !important; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-1 { position: relative; left: 8.33333%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-2 { position: relative; left: 16.66667%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-3 { position: relative; left: 25%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-3 { position: relative; right: 25%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-4 { position: relative; left: 33.33333%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-5 { position: relative; left: 41.66667%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-6 { position: relative; left: 50%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-6 { position: relative; right: 50%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-7 { position: relative; left: 58.33333%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-8 { position: relative; left: 66.66667%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-9 { position: relative; left: 75%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-9 { position: relative; right: 75%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-10 { position: relative; left: 83.33333%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 216, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .push-11 { position: relative; left: 91.66667%; right: auto; } /* line 219, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .pull-11 { position: relative; right: 91.66667%; left: auto; } } @media only screen and (min-width: 64.063em) { /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-3 { position: relative; left: 25%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-3 { position: relative; right: 25%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-6 { position: relative; left: 50%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-6 { position: relative; right: 50%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-9 { position: relative; left: 75%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-9 { position: relative; right: 75%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 1.5em; padding-right: 1.5em; float: left; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-1 { position: relative; width: 8.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-2 { position: relative; width: 16.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-3 { position: relative; width: 25%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-4 { position: relative; width: 33.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-5 { position: relative; width: 41.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-6 { position: relative; width: 50%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-7 { position: relative; width: 58.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-8 { position: relative; width: 66.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-9 { position: relative; width: 75%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-10 { position: relative; width: 83.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-11 { position: relative; width: 91.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-12 { position: relative; width: 100%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-0 { position: relative; margin-left: 0%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-1 { position: relative; margin-left: 8.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-2 { position: relative; margin-left: 16.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-3 { position: relative; margin-left: 25%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-4 { position: relative; margin-left: 33.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-5 { position: relative; margin-left: 41.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-6 { position: relative; margin-left: 50%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-7 { position: relative; margin-left: 58.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-8 { position: relative; margin-left: 66.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-9 { position: relative; margin-left: 75%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .large-offset-10 { position: relative; margin-left: 83.33333%; } /* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.large-centered, .columns.large-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } /* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left !important; } /* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right !important; } } @media only screen and (min-width: 90.063em) { /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-3 { position: relative; left: 25%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-3 { position: relative; right: 25%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-6 { position: relative; left: 50%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-6 { position: relative; right: 50%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-9 { position: relative; left: 75%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-9 { position: relative; right: 75%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 1.5em; padding-right: 1.5em; float: left; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-1 { position: relative; width: 8.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-2 { position: relative; width: 16.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-3 { position: relative; width: 25%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-4 { position: relative; width: 33.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-5 { position: relative; width: 41.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-6 { position: relative; width: 50%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-7 { position: relative; width: 58.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-8 { position: relative; width: 66.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-9 { position: relative; width: 75%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-10 { position: relative; width: 83.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-11 { position: relative; width: 91.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-12 { position: relative; width: 100%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-0 { position: relative; margin-left: 0%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-1 { position: relative; margin-left: 8.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-2 { position: relative; margin-left: 16.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-3 { position: relative; margin-left: 25%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-4 { position: relative; margin-left: 33.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-5 { position: relative; margin-left: 41.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-6 { position: relative; margin-left: 50%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-7 { position: relative; margin-left: 58.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-8 { position: relative; margin-left: 66.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-9 { position: relative; margin-left: 75%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xlarge-offset-10 { position: relative; margin-left: 83.33333%; } /* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.xlarge-centered, .columns.xlarge-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } /* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.xlarge-uncentered, .columns.xlarge-uncentered { margin-left: 0; margin-right: 0; float: left !important; } /* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.xlarge-uncentered.opposite, .columns.xlarge-uncentered.opposite { float: right !important; } } @media only screen and (min-width: 120.063em) { /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-1 { position: relative; left: 8.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-1 { position: relative; right: 8.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-2 { position: relative; left: 16.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-2 { position: relative; right: 16.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-3 { position: relative; left: 25%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-3 { position: relative; right: 25%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-4 { position: relative; left: 33.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-4 { position: relative; right: 33.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-5 { position: relative; left: 41.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-5 { position: relative; right: 41.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-6 { position: relative; left: 50%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-6 { position: relative; right: 50%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-7 { position: relative; left: 58.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-7 { position: relative; right: 58.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-8 { position: relative; left: 66.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-8 { position: relative; right: 66.66667%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-9 { position: relative; left: 75%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-9 { position: relative; right: 75%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-10 { position: relative; left: 83.33333%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-10 { position: relative; right: 83.33333%; left: auto; } /* line 148, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-push-11 { position: relative; left: 91.66667%; right: auto; } /* line 151, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-pull-11 { position: relative; right: 91.66667%; left: auto; } /* line 157, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column, .columns { position: relative; padding-left: 1.5em; padding-right: 1.5em; float: left; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-1 { position: relative; width: 8.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-2 { position: relative; width: 16.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-3 { position: relative; width: 25%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-4 { position: relative; width: 33.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-5 { position: relative; width: 41.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-6 { position: relative; width: 50%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-7 { position: relative; width: 58.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-8 { position: relative; width: 66.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-9 { position: relative; width: 75%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-10 { position: relative; width: 83.33333%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-11 { position: relative; width: 91.66667%; } /* line 161, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-12 { position: relative; width: 100%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-0 { position: relative; margin-left: 0%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-1 { position: relative; margin-left: 8.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-2 { position: relative; margin-left: 16.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-3 { position: relative; margin-left: 25%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-4 { position: relative; margin-left: 33.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-5 { position: relative; margin-left: 41.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-6 { position: relative; margin-left: 50%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-7 { position: relative; margin-left: 58.33333%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-8 { position: relative; margin-left: 66.66667%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-9 { position: relative; margin-left: 75%; } /* line 165, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .xxlarge-offset-10 { position: relative; margin-left: 83.33333%; } /* line 168, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"]:last-child { float: right; } /* line 169, ../bower_components/foundation/scss/foundation/components/_grid.scss */ [class*="column"] + [class*="column"].end { float: left; } /* line 172, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.xxlarge-centered, .columns.xxlarge-centered { position: relative; margin-left: auto; margin-right: auto; float: none !important; } /* line 175, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.xxlarge-uncentered, .columns.xxlarge-uncentered { margin-left: 0; margin-right: 0; float: left !important; } /* line 182, ../bower_components/foundation/scss/foundation/components/_grid.scss */ .column.xxlarge-uncentered.opposite, .columns.xxlarge-uncentered.opposite { float: right !important; } } /* line 48, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */ .inline-list { margin: 0 auto 1.0625rem auto; margin-left: -1.375rem; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } /* line 37, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */ .inline-list > li { list-style: none; float: left; margin-left: 1.375rem; display: block; } /* line 42, ../bower_components/foundation/scss/foundation/components/_inline-lists.scss */ .inline-list > li > * { display: block; } /* line 132, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination { display: block; height: 1.5rem; margin-left: -0.3125rem; } /* line 95, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li { height: 1.5rem; color: #222222; font-size: 0.875rem; margin-left: 0.3125rem; } /* line 101, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li a { display: block; padding: 0.0625rem 0.625rem 0.0625rem; color: #999999; -webkit-border-radius: 3px; border-radius: 3px; } /* line 109, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li:hover a, ul.pagination li a:focus { background: #e6e6e6; } /* line 47, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li.unavailable a { cursor: default; color: #999999; } /* line 52, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus { background: transparent; } /* line 60, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li.current a { background: #0a161f; color: white; font-weight: bold; cursor: default; } /* line 67, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #0a161f; } /* line 119, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ ul.pagination li { float: left; display: block; } /* Pagination centred wrapper */ /* line 137, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ .pagination-centered { text-align: center; } /* line 119, ../bower_components/foundation/scss/foundation/components/_pagination.scss */ .pagination-centered ul.pagination li { float: none; display: inline-block; } /* line 111, ../bower_components/foundation/scss/foundation/components/_type.scss */ p.lead { font-size: 1.21875rem; line-height: 1.6; } /* line 116, ../bower_components/foundation/scss/foundation/components/_type.scss */ .subheader { line-height: 1.4; color: #2f6893; font-weight: 300; margin-top: 0.2rem; margin-bottom: 0.5rem; } /* Typography resets */ /* line 145, ../bower_components/foundation/scss/foundation/components/_type.scss */ div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; } /* Default Link Styles */ /* line 152, ../bower_components/foundation/scss/foundation/components/_type.scss */ a { color: #0a161f; text-decoration: none; line-height: inherit; } /* line 158, ../bower_components/foundation/scss/foundation/components/_type.scss */ a:hover, a:focus { color: #1a5f99; } /* line 160, ../bower_components/foundation/scss/foundation/components/_type.scss */ a img { border: none; } /* Default paragraph styles */ /* line 164, ../bower_components/foundation/scss/foundation/components/_type.scss */ p { font-family: inherit; font-weight: normal; font-size: 1rem; line-height: 1.5; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; } /* line 174, ../bower_components/foundation/scss/foundation/components/_type.scss */ p aside { font-size: 0.875rem; line-height: 1.35; font-style: italic; } /* Default header styles */ /* line 182, ../bower_components/foundation/scss/foundation/components/_type.scss */ h1, h2, h3, h4, h5, h6 { font-family: "Roboto Slab", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: 300; font-style: normal; color: #0a161f; text-rendering: optimizeLegibility; margin-top: 0.2rem; margin-bottom: 0.5rem; line-height: 1.4; } /* line 192, ../bower_components/foundation/scss/foundation/components/_type.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #2f6893; line-height: 0; } /* line 199, ../bower_components/foundation/scss/foundation/components/_type.scss */ h1 { font-size: 2.375rem; } /* line 200, ../bower_components/foundation/scss/foundation/components/_type.scss */ h2 { font-size: 1.625rem; } /* line 201, ../bower_components/foundation/scss/foundation/components/_type.scss */ h3 { font-size: 1.5625rem; } /* line 202, ../bower_components/foundation/scss/foundation/components/_type.scss */ h4 { font-size: 1.1875rem; } /* line 203, ../bower_components/foundation/scss/foundation/components/_type.scss */ h5 { font-size: 1.125rem; } /* line 204, ../bower_components/foundation/scss/foundation/components/_type.scss */ h6 { font-size: 1em; } /* line 208, ../bower_components/foundation/scss/foundation/components/_type.scss */ hr { border: solid #9d9995; border-width: 1px 0 0; clear: both; margin: 1.25rem 0 1.1875rem; height: 0; } /* Helpful Typography Defaults */ /* line 218, ../bower_components/foundation/scss/foundation/components/_type.scss */ em, i { font-style: italic; line-height: inherit; } /* line 224, ../bower_components/foundation/scss/foundation/components/_type.scss */ strong, b { font-weight: bold; line-height: inherit; } /* line 229, ../bower_components/foundation/scss/foundation/components/_type.scss */ small { font-size: 60%; line-height: inherit; } /* line 234, ../bower_components/foundation/scss/foundation/components/_type.scss */ code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: #0f3658; } /* Lists */ /* line 243, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul, ol, dl { font-size: 1rem; line-height: 1.5; margin-bottom: 1.25rem; list-style-position: outside; font-family: inherit; } /* line 251, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul { margin-left: 1.1rem; } /* line 253, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul.no-bullet { margin-left: 0; } /* line 257, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul.no-bullet li ul, ul.no-bullet li ol { margin-left: 1.25rem; margin-bottom: 0; list-style: none; } /* Unordered Lists */ /* line 270, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul li ul, ul li ol { margin-left: 1.25rem; margin-bottom: 0; font-size: 1rem; /* Override nested font-size change */ } /* line 279, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; } /* line 282, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul.square { list-style-type: square; margin-left: 1.1rem; } /* line 283, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul.circle { list-style-type: circle; margin-left: 1.1rem; } /* line 284, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul.disc { list-style-type: disc; margin-left: 1.1rem; } /* line 285, ../bower_components/foundation/scss/foundation/components/_type.scss */ ul.no-bullet { list-style: none; } /* Ordered Lists */ /* line 289, ../bower_components/foundation/scss/foundation/components/_type.scss */ ol { margin-left: 1.4rem; } /* line 293, ../bower_components/foundation/scss/foundation/components/_type.scss */ ol li ul, ol li ol { margin-left: 1.25rem; margin-bottom: 0; } /* Definition Lists */ /* line 302, ../bower_components/foundation/scss/foundation/components/_type.scss */ dl dt { margin-bottom: 0.3rem; font-weight: bold; } /* line 306, ../bower_components/foundation/scss/foundation/components/_type.scss */ dl dd { margin-bottom: 0.75rem; } /* Abbreviations */ /* line 311, ../bower_components/foundation/scss/foundation/components/_type.scss */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #0a161f; border-bottom: 1px dotted #dddddd; cursor: help; } /* line 318, ../bower_components/foundation/scss/foundation/components/_type.scss */ abbr { text-transform: none; } /* Blockquotes */ /* line 323, ../bower_components/foundation/scss/foundation/components/_type.scss */ blockquote { margin: 0 0 1.25rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #dddddd; } /* line 328, ../bower_components/foundation/scss/foundation/components/_type.scss */ blockquote cite { display: block; font-size: 0.8125rem; color: #234d6c; } /* line 332, ../bower_components/foundation/scss/foundation/components/_type.scss */ blockquote cite:before { content: "\2014 \0020"; } /* line 337, ../bower_components/foundation/scss/foundation/components/_type.scss */ blockquote cite a, blockquote cite a:visited { color: #234d6c; } /* line 343, ../bower_components/foundation/scss/foundation/components/_type.scss */ blockquote, blockquote p { line-height: 1.5; color: #2f6893; } /* Microformats */ /* line 349, ../bower_components/foundation/scss/foundation/components/_type.scss */ .vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #dddddd; padding: 0.625rem 0.75rem; } /* line 355, ../bower_components/foundation/scss/foundation/components/_type.scss */ .vcard li { margin: 0; display: block; } /* line 359, ../bower_components/foundation/scss/foundation/components/_type.scss */ .vcard .fn { font-weight: bold; font-size: 0.9375rem; } /* line 366, ../bower_components/foundation/scss/foundation/components/_type.scss */ .vevent .summary { font-weight: bold; } /* line 368, ../bower_components/foundation/scss/foundation/components/_type.scss */ .vevent abbr { cursor: "default"; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625rem; } @media only screen and (min-width: 40.063em) { /* line 379, ../bower_components/foundation/scss/foundation/components/_type.scss */ h1, h2, h3, h4, h5, h6 { line-height: 1.4; } /* line 380, ../bower_components/foundation/scss/foundation/components/_type.scss */ h1 { font-size: 3rem; } /* line 381, ../bower_components/foundation/scss/foundation/components/_type.scss */ h2 { font-size: 2.25rem; } /* line 382, ../bower_components/foundation/scss/foundation/components/_type.scss */ h3 { font-size: 1.875rem; } /* line 383, ../bower_components/foundation/scss/foundation/components/_type.scss */ h4 { font-size: 1.5rem; } } /* * Print styles. * * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */ /* line 394, ../bower_components/foundation/scss/foundation/components/_type.scss */ .print-only { display: none !important; } @media print { /* line 396, ../bower_components/foundation/scss/foundation/components/_type.scss */ * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; } /* line 404, ../bower_components/foundation/scss/foundation/components/_type.scss */ a, a:visited { text-decoration: underline; } /* line 405, ../bower_components/foundation/scss/foundation/components/_type.scss */ a[href]:after { content: " (" attr(href) ")"; } /* line 407, ../bower_components/foundation/scss/foundation/components/_type.scss */ abbr[title]:after { content: " (" attr(title) ")"; } /* line 412, ../bower_components/foundation/scss/foundation/components/_type.scss */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* line 415, ../bower_components/foundation/scss/foundation/components/_type.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* line 420, ../bower_components/foundation/scss/foundation/components/_type.scss */ thead { display: table-header-group; /* h5bp.com/t */ } /* line 423, ../bower_components/foundation/scss/foundation/components/_type.scss */ tr, img { page-break-inside: avoid; } /* line 425, ../bower_components/foundation/scss/foundation/components/_type.scss */ img { max-width: 100% !important; } @page { margin: 0.5cm; } /* line 431, ../bower_components/foundation/scss/foundation/components/_type.scss */ p, h2, h3 { orphans: 3; widows: 3; } /* line 437, ../bower_components/foundation/scss/foundation/components/_type.scss */ h2, h3 { page-break-after: avoid; } /* line 439, ../bower_components/foundation/scss/foundation/components/_type.scss */ .hide-on-print { display: none !important; } /* line 440, ../bower_components/foundation/scss/foundation/components/_type.scss */ .print-only { display: block !important; } /* line 441, ../bower_components/foundation/scss/foundation/components/_type.scss */ .hide-for-print { display: none !important; } /* line 442, ../bower_components/foundation/scss/foundation/components/_type.scss */ .show-for-print { display: inherit !important; } } /* line 77, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ meta.foundation-mq-topbar { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } /* Wrapped around .top-bar to contain to grid width */ /* line 86, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .contain-to-grid { width: 100%; background: #333333; } /* line 90, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .contain-to-grid .top-bar { margin-bottom: 0; } /* line 94, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; } /* line 101, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .fixed.expanded:not(.top-bar) { overflow-y: auto; height: auto; width: 100%; max-height: 100%; } /* line 107, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .fixed.expanded:not(.top-bar) .title-area { position: fixed; width: 100%; z-index: 99; } /* line 113, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .fixed.expanded:not(.top-bar) .top-bar-section { z-index: 98; margin-top: 45px; } /* line 120, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar { overflow: hidden; height: 45px; line-height: 45px; position: relative; background: #333333; margin-bottom: 0; } /* line 129, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar ul { margin-bottom: 0; list-style: none; } /* line 134, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .row { max-width: none; } /* line 137, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar form, .top-bar input { margin-bottom: 0; } /* line 139, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar input { height: auto; padding-top: .35rem; padding-bottom: .35rem; font-size: 0.75rem; } /* line 141, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .button { padding-top: .45rem; padding-bottom: .35rem; margin-bottom: 0; font-size: 0.75rem; } /* line 152, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .title-area { position: relative; margin: 0; } /* line 157, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name { height: 45px; margin: 0; font-size: 16px; } /* line 162, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 { line-height: 45px; font-size: 1.0625rem; margin: 0; } /* line 166, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 a { font-weight: normal; color: white; width: 50%; display: block; padding: 0 15px; } /* line 177, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar { position: absolute; right: 0; top: 0; } /* line 182, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar a { color: white; text-transform: uppercase; font-size: 0.8125rem; font-weight: bold; position: relative; display: block; padding: 0 15px; height: 45px; line-height: 45px; } /* line 195, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon { right: 15px; top: 50%; margin-top: -16px; padding-left: 40px; } /* line 201, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon a { text-indent: -48px; width: 34px; height: 34px; line-height: 33px; padding: 0; color: white; } /* line 209, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar.menu-icon a span { position: absolute; right: 0; display: block; width: 16px; height: 0; -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } /* line 230, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded { height: auto; background: transparent; } /* line 234, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .title-area { background: #333333; } /* line 237, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .toggle-topbar a { color: #888888; } /* line 238, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded .toggle-topbar a span { -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; } /* line 258, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms ease-out; -moz-transition: left 300ms ease-out; transition: left 300ms ease-out; } /* line 264, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul { width: 100%; height: auto; display: block; background: #333333; font-size: 16px; margin: 0; } /* line 274, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .divider, .top-bar-section [role="separator"] { border-top: solid 1px #1a1a1a; clear: both; height: 1px; width: 100%; } /* line 282, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a { display: block; width: 100%; color: white; padding: 12px 0 12px 0; padding-left: 15px; font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 0.8125rem; font-weight: normal; background: #333333; } /* line 293, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button { background: #0a161f; font-size: 0.8125rem; padding-right: 15px; padding-left: 15px; } /* line 298, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button:hover { background: black; } /* line 302, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.secondary { background: #1a5f99; } /* line 304, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.secondary:hover { background: #13446d; } /* line 308, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.success { background: #1a5f99; } /* line 310, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.success:hover { background: #13446d; } /* line 314, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.alert { background: #1a5f99; } /* line 316, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li > a.button.alert:hover { background: #13446d; } /* line 324, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li:hover > a { background: #272727; color: white; } /* line 331, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li.active > a { background: #0a161f; color: white; } /* line 334, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li.active > a:hover { background: #04080c; } /* line 341, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-form { padding: 15px; } /* line 344, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown { position: relative; } /* line 348, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: transparent transparent transparent rgba(255, 255, 255, 0.4); border-left-style: solid; margin-right: 15px; margin-top: -4.5px; position: absolute; top: 50%; right: 0; } /* line 360, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved { position: static; } /* line 361, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved > .dropdown { display: block; } /* line 368, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown { position: absolute; left: 100%; top: 0; display: none; z-index: 99; } /* line 375, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li { width: 100%; height: auto; } /* line 379, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li a { font-weight: normal; padding: 8px 15px; } /* line 382, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li a.parent-link { font-weight: normal; } /* line 387, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li.title h5 { margin-bottom: 0; } /* line 388, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li.title h5 a { color: white; line-height: 22.5px; display: block; } /* line 396, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown label { padding: 8px 15px 2px; margin-bottom: 0; text-transform: uppercase; color: #777777; font-weight: bold; font-size: 0.625rem; } /* line 407, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .js-generated { display: block; } @media only screen and (min-width: 40.063em) { /* line 412, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar { background: #333333; *zoom: 1; overflow: visible; } /* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */ .top-bar:before, .top-bar:after { content: " "; display: table; } /* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */ .top-bar:after { clear: both; } /* line 417, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .toggle-topbar { display: none; } /* line 419, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .title-area { float: left; } /* line 420, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar .name h1 a { width: auto; } /* line 423, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar input, .top-bar .button { font-size: 0.875rem; position: relative; top: 7px; } /* line 429, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar.expanded { background: #333333; } /* line 432, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .contain-to-grid .top-bar { max-width: 70.5625rem; margin: 0 auto; margin-bottom: 0; } /* line 438, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section { -webkit-transition: none 0 0; -moz-transition: none 0 0; transition: none 0 0; left: 0 !important; } /* line 442, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul { width: auto; height: auto !important; display: inline; } /* line 447, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li { float: left; } /* line 449, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul li .js-generated { display: none; } /* line 455, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section li.hover > a:not(.button) { background: #272727; color: white; } /* line 460, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section li a:not(.button) { padding: 0 15px; line-height: 45px; background: #333333; } /* line 464, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section li a:not(.button):hover { background: #272727; } /* line 472, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a { padding-right: 35px !important; } /* line 474, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown > a:after { content: ""; display: block; width: 0; height: 0; border: inset 5px; border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; border-top-style: solid; margin-top: -2.5px; top: 22.5px; } /* line 483, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved { position: relative; } /* line 484, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.moved > .dropdown { display: none; } /* line 488, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { display: block; } /* line 495, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; top: 1rem; margin-top: -2px; right: 5px; } /* line 507, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown { left: 0; top: auto; background: transparent; min-width: 100%; } /* line 514, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li a { color: white; line-height: 1; white-space: nowrap; padding: 12px 15px; background: #333333; } /* line 522, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li label { white-space: nowrap; background: #333333; } /* line 528, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .dropdown li .dropdown { left: 100%; top: 0; } /* line 536, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-bottom: none; border-top: none; border-right: solid 1px #4d4d4d; clear: none; height: 45px; width: 0; } /* line 545, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section .has-form { background: #333333; padding: 0 15px; height: 45px; } /* line 553, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul.right li .dropdown { left: auto; right: 0; } /* line 557, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .top-bar-section ul.right li .dropdown li .dropdown { right: 100%; } /* line 567, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .no-js .top-bar-section ul li:hover > a { background: #272727; color: white; } /* line 573, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .no-js .top-bar-section ul li:active > a { background: #0a161f; color: white; } /* line 581, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */ .no-js .top-bar-section .has-dropdown:hover > .dropdown { display: block; } } /* line 67, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas { -webkit-backface-visibility: hidden; } /* line 73, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .off-canvas-wrap, .inner-wrap { position: relative; width: 100%; } /* line 79, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .left-off-canvas-menu, .right-off-canvas-menu { width: 250px; top: 0; bottom: 0; height: 100%; position: absolute; overflow-y: auto; background: #333333; z-index: 1001; box-sizing: content-box; } /* line 150, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.left-small, section.right-small { width: 2.8125rem; height: 2.8125rem; position: absolute; top: 0; } /* line 270, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .off-canvas-wrap { overflow: hidden; } /* line 271, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .inner-wrap { *zoom: 1; -webkit-transition: -webkit-transform 500ms ease; -moz-transition: -moz-transform 500ms ease; -ms-transition: -ms-transform 500ms ease; -o-transition: -o-transform 500ms ease; transition: transform 500ms ease; } /* line 165, ../bower_components/foundation/scss/foundation/components/_global.scss */ .inner-wrap:before, .inner-wrap:after { content: " "; display: table; } /* line 166, ../bower_components/foundation/scss/foundation/components/_global.scss */ .inner-wrap:after { clear: both; } /* line 273, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ nav.tab-bar { background: #333333; color: white; height: 2.8125rem; line-height: 2.8125rem; position: relative; } /* line 139, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 { color: white; font-weight: bold; line-height: 2.8125rem; margin: 0; } /* line 145, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 { font-size: 1.125rem; } /* line 275, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.left-small { border-right: solid 1px #1a1a1a; box-shadow: 1px 0 0 #4d4d4d; left: 0; } /* line 276, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.right-small { border-left: solid 1px #4d4d4d; box-shadow: -1px 0 0 #1a1a1a; right: 0; } /* line 278, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.tab-bar-section { padding: 0 0.625rem; position: absolute; text-align: center; height: 2.8125rem; top: 0; } @media only screen and (min-width: 40.063em) { /* line 278, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.tab-bar-section { text-align: left; } } /* line 182, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.tab-bar-section.left { left: 0; right: 2.8125rem; } /* line 186, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.tab-bar-section.right { left: 2.8125rem; right: 0; } /* line 190, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ section.tab-bar-section.middle { left: 2.8125rem; right: 2.8125rem; } /* line 282, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ a.menu-icon { text-indent: 2.1875rem; width: 2.8125rem; height: 2.8125rem; display: block; line-height: 2.0625rem; padding: 0; color: white; position: relative; } /* line 293, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ a.menu-icon span { position: absolute; display: block; width: 1rem; height: 0; left: 0.8125rem; top: 0.3125rem; -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; } /* line 313, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ a.menu-icon:hover span { -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; } /* line 325, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .left-off-canvas-menu { -webkit-transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -ms-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } /* line 326, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .right-off-canvas-menu { -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); -ms-transform: translate3d(100%, 0, 0); -o-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); right: 0; } /* line 328, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ ul.off-canvas-list { list-style-type: none; padding: 0; margin: 0; } /* line 204, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ ul.off-canvas-list li label { padding: 0.3rem 0.9375rem; color: #999999; text-transform: uppercase; font-weight: bold; background: #444444; border-top: 1px solid #5e5e5e; border-bottom: none; margin: 0; } /* line 214, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ ul.off-canvas-list li a { display: block; padding: 0.66667rem; color: rgba(255, 255, 255, 0.7); border-bottom: 1px solid #262626; } /* line 334, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .move-right > .inner-wrap { -webkit-transform: translate3d(250px, 0, 0); -moz-transform: translate3d(250px, 0, 0); -ms-transform: translate3d(250px, 0, 0); -o-transform: translate3d(250px, 0, 0); transform: translate3d(250px, 0, 0); } /* line 337, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .move-right a.exit-off-canvas { transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; } @media only screen and (min-width: 40.063em) { /* line 244, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .move-right a.exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } } /* line 341, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .move-left > .inner-wrap { -webkit-transform: translate3d(-250px, 0, 0); -moz-transform: translate3d(-250px, 0, 0); -ms-transform: translate3d(-250px, 0, 0); -o-transform: translate3d(-250px, 0, 0); transform: translate3d(-250px, 0, 0); } /* line 345, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .move-left a.exit-off-canvas { transition: background 300ms ease; cursor: pointer; box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5); display: block; position: absolute; background: rgba(255, 255, 255, 0.2); top: 0; bottom: 0; left: 0; right: 0; z-index: 1002; } @media only screen and (min-width: 40.063em) { /* line 244, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .move-left a.exit-off-canvas:hover { background: rgba(255, 255, 255, 0.05); } } /* line 353, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .lt-ie10 .left-off-canvas-menu { left: -250px; } /* line 354, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .lt-ie10 .right-off-canvas-menu { right: -250px; } /* line 357, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .lt-ie10 .move-left > .inner-wrap { right: 250px; } /* line 358, ../bower_components/foundation/scss/foundation/components/_offcanvas.scss */ .lt-ie10 .move-right > .inner-wrap { left: 250px; }
css/creative.css
teras-arrow/teras-arrow.github.io
/*! * Start Bootstrap - Creative v1.1.0 (http://startbootstrap.com/template-overviews/creative) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ html, body { height: 100%; width: 100%; } body { font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; } hr { border-color: #000000; border-width: 3px; max-width: 50px; } hr.light { border-color: white; } a { -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; color: #000000; } a:hover, a:focus { color: #eb3812; } h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; } p { font-size: 16px; line-height: 1.5; margin-bottom: 20px; } .bg-primary { background-color: #000000; } .bg-dark { background-color: #222222; color: white; } .text-faded { color: rgba(255, 255, 255, 0.7); } section { padding: 100px 0; } aside { padding: 50px 0; } .no-padding { padding: 0; } .navbar-default { background-color: white; border-color: rgba(34, 34, 34, 0.05); font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } .navbar-default .navbar-header .navbar-brand { color: #000000; font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; font-weight: 700; text-transform: uppercase; } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default .navbar-header .navbar-toggle { font-weight: 700; font-size: 12px; color: #222222; text-transform: uppercase; } .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus { text-transform: uppercase; font-weight: 700; font-size: 13px; color: #222222; } .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover { color: #000000; } .navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus { color: #000000 !important; background-color: transparent; } .navbar-default .nav > li.active > a:hover, .navbar-default .nav > li.active > a:focus:hover { background-color: transparent; } @media (min-width: 768px) { .navbar-default { background-color: transparent; border-color: rgba(255, 255, 255, 0.3); } .navbar-default .navbar-header .navbar-brand { color: rgba(255, 255, 255, 0.7); } .navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus { color: white; } .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus { color: rgba(255, 255, 255, 0.7); } .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover { color: white; } .navbar-default.affix { background-color: white; border-color: rgba(34, 34, 34, 0.05); } .navbar-default.affix .navbar-header .navbar-brand { color: #000000; font-size: 14px; } .navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus { color: #eb3812; } .navbar-default.affix .nav > li > a, .navbar-default.affix .nav > li > a:focus { color: #222222; } .navbar-default.affix .nav > li > a:hover, .navbar-default.affix .nav > li > a:focus:hover { color: #000000; } } header { position: relative; width: 100%; min-height: auto; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; background-position: center; text-align: center; color: black; } header .header-content { position: relative; text-align: center; padding: 100px 15px 100px; width: 100%; } header .header-content .header-content-inner h1 { font-weight: 700; text-transform: uppercase; margin-top: 0; margin-bottom: 0; font-size: 30px; } header .header-content .header-content-inner hr { margin: 30px auto; } header .header-content .header-content-inner p { font-weight: 300; color: rgba(255, 255, 255, 0.7); font-size: 16px; margin-bottom: 50px; } @media (min-width: 768px) { header { min-height: 100%; } header .header-content { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); padding: 0 50px; } header .header-content .header-content-inner { max-width: 1000px; margin-left: auto; margin-right: auto; } header .header-content .header-content-inner h1 { font-size: 50px; } header .header-content .header-content-inner p { font-size: 18px; max-width: 80%; margin-left: auto; margin-right: auto; } } .section-heading { margin-top: 0; } .service-box { max-width: 400px; margin: 50px auto 0; } @media (min-width: 992px) { .service-box { margin: 20px auto 0; } } .service-box p { margin-bottom: 0; } .portfolio-box { position: relative; display: block; max-width: 650px; margin: 0 auto; } .portfolio-box .portfolio-box-caption { color: white; opacity: 0; display: block; background: rgba(240, 95, 64, 0.9); position: absolute; bottom: 0; text-align: center; width: 100%; height: 100%; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content { width: 100%; text-align: center; position: absolute; top: 50%; transform: translateY(-50%); } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; padding: 0 15px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { text-transform: uppercase; font-weight: 600; font-size: 14px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 18px; } .portfolio-box:hover .portfolio-box-caption { opacity: 1; } .portfolio-box:focus { outline: none; } @media (min-width: 768px) { .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category { font-size: 16px; } .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name { font-size: 22px; } } .call-to-action h2 { margin: 0 auto 20px; } .text-primary { color: #000000; } .no-gutter > [class*='col-'] { padding-right: 0; padding-left: 0; } .btn-default { color: #222222; background-color: white; border-color: white; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #222222; background-color: #f2f2f2; border-color: #ededed; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: white; border-color: white; } .btn-default .badge { color: white; background-color: #222222; } .btn-primary { color: white; background-color: #000000; border-color: #000000; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; transition: all 0.35s; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: white; background-color: #ee4b28; border-color: #ed431f; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #000000; border-color: #000000; } .btn-primary .badge { color: #000000; background-color: white; } .btn { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; border: none; border-radius: 300px; font-weight: 700; text-transform: uppercase; } .btn-xl { padding: 15px 30px; } ::-moz-selection { color: white; text-shadow: none; background: #222222; } ::selection { color: white; text-shadow: none; background: #222222; } img::selection { color: white; background: transparent; } img::-moz-selection { color: white; background: transparent; } body { webkit-tap-highlight-color: #222222; } /* carousel */ #quote-carousel { padding: 0 10px 30px 10px; margin-top: 30px; } /* Control buttons */ #quote-carousel .carousel-control { background: none; color: #222; font-size: 2.3em; text-shadow: none; margin-top: 30px; } /* Previous button */ #quote-carousel .carousel-control.left { left: -12px; } /* Next button */ #quote-carousel .carousel-control.right { right: -12px !important; } /* Changes the position of the indicators */ #quote-carousel .carousel-indicators { right: 50%; top: auto; bottom: 0px; margin-right: -19px; } /* Changes the color of the indicators */ #quote-carousel .carousel-indicators li { background: #c0c0c0; } #quote-carousel .carousel-indicators .active { background: #333333; } #quote-carousel img { width: 250px; height: 100px } /* End carousel */ .item blockquote { border-left: none; margin: 0; } .item blockquote img { margin-bottom: 10px; } .item blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; } /** MEDIA QUERIES */ /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { #quote-carousel { margin-bottom: 0; padding: 0 40px 30px 40px; } } /* Small devices (tablets, up to 768px) */ @media (max-width: 768px) { /* Make the indicators larger for easier clicking with fingers/thumb on mobile */ #quote-carousel .carousel-indicators { bottom: -20px !important; } #quote-carousel .carousel-indicators li { display: inline-block; margin: 0px 5px; width: 15px; height: 15px; } #quote-carousel .carousel-indicators li.active { margin: 0px 5px; width: 20px; height: 20px; } }
docs/html/structarm__lms__instance__q31.html
team-diana/nucleo-dynamixel
<!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>nucleo-dynamixel: arm_lms_instance_q31 Struct 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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </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">nucleo-dynamixel &#160;<span id="projectnumber">0.0.1</span> </div> <div id="projectbrief">A library for controlling dynamixel servomotors, designed for nucleo stm32</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="modules.html"><span>Modules</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> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('structarm__lms__instance__q31.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="summary"> <a href="#pub-attribs">Public Attributes</a> &#124; <a href="structarm__lms__instance__q31-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">arm_lms_instance_q31 Struct Reference</div> </div> </div><!--header--> <div class="contents"> <p>Instance structure for the Q31 LMS filter. <a href="structarm__lms__instance__q31.html#details">More...</a></p> <p><code>#include &lt;<a class="el" href="arm__math_8h_source.html">arm_math.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:ac0d84f7d054555931ef8a62511fbcb8a"><td class="memItemLeft" align="right" valign="top">uint16_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarm__lms__instance__q31.html#ac0d84f7d054555931ef8a62511fbcb8a">numTaps</a></td></tr> <tr class="separator:ac0d84f7d054555931ef8a62511fbcb8a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a206d47b49de6f357f933ebe61520753c"><td class="memItemLeft" align="right" valign="top">q31_t *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarm__lms__instance__q31.html#a206d47b49de6f357f933ebe61520753c">pState</a></td></tr> <tr class="separator:a206d47b49de6f357f933ebe61520753c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4afe56e991a5416adfd462aa88bda500"><td class="memItemLeft" align="right" valign="top">q31_t *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarm__lms__instance__q31.html#a4afe56e991a5416adfd462aa88bda500">pCoeffs</a></td></tr> <tr class="separator:a4afe56e991a5416adfd462aa88bda500"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acb6ca9996b3c5f740d5d6c8e9f4f1d46"><td class="memItemLeft" align="right" valign="top">q31_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarm__lms__instance__q31.html#acb6ca9996b3c5f740d5d6c8e9f4f1d46">mu</a></td></tr> <tr class="separator:acb6ca9996b3c5f740d5d6c8e9f4f1d46"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4705a8f0011bb9166e09bf5bd51e595e"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structarm__lms__instance__q31.html#a4705a8f0011bb9166e09bf5bd51e595e">postShift</a></td></tr> <tr class="separator:a4705a8f0011bb9166e09bf5bd51e595e"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Instance structure for the Q31 LMS filter. </p> </div><h2 class="groupheader">Member Data Documentation</h2> <a class="anchor" id="acb6ca9996b3c5f740d5d6c8e9f4f1d46"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">q31_t arm_lms_instance_q31::mu</td> </tr> </table> </div><div class="memdoc"> <p>step size that controls filter coefficient updates. </p> </div> </div> <a class="anchor" id="ac0d84f7d054555931ef8a62511fbcb8a"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">uint16_t arm_lms_instance_q31::numTaps</td> </tr> </table> </div><div class="memdoc"> <p>number of coefficients in the filter. </p> </div> </div> <a class="anchor" id="a4afe56e991a5416adfd462aa88bda500"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">q31_t* arm_lms_instance_q31::pCoeffs</td> </tr> </table> </div><div class="memdoc"> <p>points to the coefficient array. The array is of length numTaps. </p> </div> </div> <a class="anchor" id="a4705a8f0011bb9166e09bf5bd51e595e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">uint32_t arm_lms_instance_q31::postShift</td> </tr> </table> </div><div class="memdoc"> <p>bit shift applied to coefficients. </p> </div> </div> <a class="anchor" id="a206d47b49de6f357f933ebe61520753c"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">q31_t* arm_lms_instance_q31::pState</td> </tr> </table> </div><div class="memdoc"> <p>points to the state variable array. The array is of length numTaps+blockSize-1. </p> </div> </div> <hr/>The documentation for this struct was generated from the following file:<ul> <li>Dynamixel-MX106/mbed/TARGET_NUCLEO_F446RE/<a class="el" href="arm__math_8h_source.html">arm_math.h</a></li> </ul> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="structarm__lms__instance__q31.html">arm_lms_instance_q31</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li> </ul> </div> </body> </html>
Contents/Resources/Documents/classgoogle_1_1appengine_1_1runtime_1_1_direct_upload_handler-members.html
tzmartin/gae-php.docset
<!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.7"/> <title>App Engine PHP SDK: 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="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="gae-php.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine PHP SDK &#160;<span id="projectnumber">v1 rev.445</span> </div> <div id="projectbrief">The PHP runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><a class="el" href="namespacegoogle_1_1appengine_1_1runtime.html">runtime</a></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1runtime_1_1_direct_upload_handler.html">DirectUploadHandler</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">google\appengine\runtime\DirectUploadHandler Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classgoogle_1_1appengine_1_1runtime_1_1_direct_upload_handler.html">google\appengine\runtime\DirectUploadHandler</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>handle</b>() (defined in <a class="el" href="classgoogle_1_1appengine_1_1runtime_1_1_direct_upload_handler.html">google\appengine\runtime\DirectUploadHandler</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1runtime_1_1_direct_upload_handler.html">google\appengine\runtime\DirectUploadHandler</a></td><td class="entry"><span class="mlabel">static</span></td></tr> </table></div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
webapp-builds/EmergencePullTool/resources/EmergencePullTool-all.css
CfABrigadePhiladelphia/laddr
@import 'EmergencePullTool-all_1.css'; @import 'EmergencePullTool-all_2.css';
assets/vendor/bootstrap-sweetalert/sweetalert.css
harinathebc/sample_codeigniter
body.stop-scrolling { overflow: hidden; height: 100%; } .sweet-overlay { position: fixed; z-index: 1700; top: 0; right: 0; bottom: 0; left: 0; display: none; background-color: rgba(0, 0, 0, .4); } .sweet-alert { position: fixed; z-index: 1700; top: 50%; left: 50%; display: none; overflow: hidden; width: 478px; margin-top: -200px; margin-left: -269px; padding: 20px 30px; text-align: center; border-radius: .215rem; background-color: #fff; } @media (max-width: 767px) { .sweet-alert { right: .9375rem; left: .9375rem; width: auto; margin-right: 0; margin-left: 0; } } .sweet-alert .form-group { display: none; } .sweet-alert .form-group .sa-input-error { display: none; } .sweet-alert.show-input .form-group { display: block; } .sweet-alert .sa-confirm-button-container { position: relative; display: inline-block; } .sweet-alert .la-ball-fall { position: absolute; top: 50%; left: 50%; visibility: hidden; margin-top: -9px; margin-left: -27px; opacity: 0; } .sweet-alert button[disabled] { cursor: default; opacity: .6; } .sweet-alert button.confirm[disabled] { color: transparent; } .sweet-alert button.confirm[disabled] ~ .la-ball-fall { visibility: visible; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; opacity: 1; } .sweet-alert .sa-icon { position: relative; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 80px; height: 80px; margin: 20px auto; border: 4px solid gray; border-radius: 50%; } .sweet-alert .sa-icon.sa-error { border-color: #f96868; } .sweet-alert .sa-icon.sa-error .sa-x-mark { position: relative; display: block; } .sweet-alert .sa-icon.sa-error .sa-line { position: absolute; top: 37px; display: block; width: 47px; height: 5px; border-radius: 2px; background-color: #f96868; } .sweet-alert .sa-icon.sa-error .sa-line.sa-left { left: 17px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .sweet-alert .sa-icon.sa-error .sa-line.sa-right { right: 16px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .sweet-alert .sa-icon.sa-warning { border-color: #f2a654; } .sweet-alert .sa-icon.sa-warning .sa-body { position: absolute; top: 10px; left: 50%; width: 5px; height: 47px; margin-left: -2px; border-radius: 2px; background-color: #f2a654; } .sweet-alert .sa-icon.sa-warning .sa-dot { position: absolute; bottom: 10px; left: 50%; width: 7px; height: 7px; margin-left: -3px; border-radius: 50%; background-color: #f2a654; } .sweet-alert .sa-icon.sa-info { border-color: #57c7d4; } .sweet-alert .sa-icon.sa-info::before { position: absolute; bottom: 17px; left: 50%; width: 5px; height: 29px; margin-left: -2px; content: ''; border-radius: 2px; background-color: #57c7d4; } .sweet-alert .sa-icon.sa-info::after { position: absolute; top: 19px; width: 7px; height: 7px; margin-left: -3px; content: ''; border-radius: 50%; background-color: #57c7d4; } .sweet-alert .sa-icon.sa-success { border-color: #46be8a; } .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after { position: absolute; width: 60px; height: 120px; content: ''; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); border-radius: 50%; background: #fff; } .sweet-alert .sa-icon.sa-success::before { top: -7px; left: -33px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 60px 60px; -ms-transform-origin: 60px 60px; -o-transform-origin: 60px 60px; transform-origin: 60px 60px; border-radius: 120px 0 0 120px; } .sweet-alert .sa-icon.sa-success::after { top: -11px; left: 30px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0 60px; -ms-transform-origin: 0 60px; -o-transform-origin: 0 60px; transform-origin: 0 60px; border-radius: 0 120px 120px 0; } .sweet-alert .sa-icon.sa-success .sa-placeholder { position: absolute; z-index: 2; top: -4px; left: -4px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 80px; height: 80px; border: 4px solid rgba(70, 190, 138, .2); border-radius: 50%; } .sweet-alert .sa-icon.sa-success .sa-fix { position: absolute; z-index: 1; top: 8px; left: 27px; width: 7px; height: 90px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); background-color: #fff; } .sweet-alert .sa-icon.sa-success .sa-line { position: absolute; z-index: 2; display: block; height: 5px; border-radius: 2px; background-color: #46be8a; } .sweet-alert .sa-icon.sa-success .sa-line.sa-tip { top: 46px; left: 14px; width: 25px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .sweet-alert .sa-icon.sa-success .sa-line.sa-long { top: 38px; right: 8px; width: 47px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .sweet-alert .sa-icon.sa-custom { border: none; border-radius: 0; background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; background-size: contain; } .sweet-alert .btn-default.focus, .sweet-alert .btn-default:focus { border-color: #e4eaec; -webkit-box-shadow: none; box-shadow: none; } .sweet-alert .btn-success.focus, .sweet-alert .btn-success:focus { border-color: #46be8a; -webkit-box-shadow: none; box-shadow: none; } .sweet-alert .btn-info.focus, .sweet-alert .btn-info:focus { border-color: #57c7d4; -webkit-box-shadow: none; box-shadow: none; } .sweet-alert .btn-danger.focus, .sweet-alert .btn-danger:focus { border-color: #f96868; -webkit-box-shadow: none; box-shadow: none; } .sweet-alert .btn-warning.focus, .sweet-alert .btn-warning:focus { border-color: #f2a654; -webkit-box-shadow: none; box-shadow: none; } .sweet-alert button::-moz-focus-inner { border: 0; } @-webkit-keyframes showSweetAlert { 0% { -webkit-transform: scale(.7); transform: scale(.7); } 45% { -webkit-transform: scale(1.05); transform: scale(1.05); } 80% { -webkit-transform: scale(.95); transform: scale(.95); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-o-keyframes showSweetAlert { 0% { -o-transform: scale(.7); transform: scale(.7); } 45% { -o-transform: scale(1.05); transform: scale(1.05); } 80% { -o-transform: scale(.95); transform: scale(.95); } 100% { -o-transform: scale(1); transform: scale(1); } } @keyframes showSweetAlert { 0% { -webkit-transform: scale(.7); -o-transform: scale(.7); transform: scale(.7); } 45% { -webkit-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); } 80% { -webkit-transform: scale(.95); -o-transform: scale(.95); transform: scale(.95); } 100% { -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } @-webkit-keyframes hideSweetAlert { 0% { -webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(.5); transform: scale(.5); } } @-o-keyframes hideSweetAlert { 0% { -o-transform: scale(1); transform: scale(1); } 100% { -o-transform: scale(.5); transform: scale(.5); } } @keyframes hideSweetAlert { 0% { -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(.5); -o-transform: scale(.5); transform: scale(.5); } } @-webkit-keyframes slideFromTop { 0% { top: 0; } 100% { top: 50%; } } @-o-keyframes slideFromTop { 0% { top: 0; } 100% { top: 50%; } } @keyframes slideFromTop { 0% { top: 0; } 100% { top: 50%; } } @-webkit-keyframes slideToTop { 0% { top: 50%; } 100% { top: 0; } } @-o-keyframes slideToTop { 0% { top: 50%; } 100% { top: 0; } } @keyframes slideToTop { 0% { top: 50%; } 100% { top: 0; } } @-webkit-keyframes slideFromBottom { 0% { top: 70%; } 100% { top: 50%; } } @-o-keyframes slideFromBottom { 0% { top: 70%; } 100% { top: 50%; } } @keyframes slideFromBottom { 0% { top: 70%; } 100% { top: 50%; } } @-webkit-keyframes slideToBottom { 0% { top: 50%; } 100% { top: 70%; } } @-o-keyframes slideToBottom { 0% { top: 50%; } 100% { top: 70%; } } @keyframes slideToBottom { 0% { top: 50%; } 100% { top: 70%; } } .showSweetAlert { -webkit-animation: showSweetAlert .3s; -o-animation: showSweetAlert .3s; animation: showSweetAlert .3s; } .showSweetAlert[data-animation=none] { -webkit-animation: none; -o-animation: none; animation: none; } .showSweetAlert[data-animation=slide-from-top] { -webkit-animation: slideFromTop .3s; -o-animation: slideFromTop .3s; animation: slideFromTop .3s; } .showSweetAlert[data-animation=slide-from-bottom] { -webkit-animation: slideFromBottom .3s; -o-animation: slideFromBottom .3s; animation: slideFromBottom .3s; } .hideSweetAlert { -webkit-animation: hideSweetAlert .3s; -o-animation: hideSweetAlert .3s; animation: hideSweetAlert .3s; } .hideSweetAlert[data-animation=none] { -webkit-animation: none; -o-animation: none; animation: none; } .hideSweetAlert[data-animation=slide-from-top] { -webkit-animation: slideToTop .3s; -o-animation: slideToTop .3s; animation: slideToTop .3s; } .hideSweetAlert[data-animation=slide-from-bottom] { -webkit-animation: slideToBottom .3s; -o-animation: slideToBottom .3s; animation: slideToBottom .3s; } @-webkit-keyframes animateSuccessTip { 0% { top: 19px; left: 1px; width: 0; } 54% { top: 19px; left: 1px; width: 0; } 70% { top: 37px; left: -8px; width: 50px; } 84% { top: 48px; left: 21px; width: 17px; } 100% { top: 45px; left: 14px; width: 25px; } } @-o-keyframes animateSuccessTip { 0% { top: 19px; left: 1px; width: 0; } 54% { top: 19px; left: 1px; width: 0; } 70% { top: 37px; left: -8px; width: 50px; } 84% { top: 48px; left: 21px; width: 17px; } 100% { top: 45px; left: 14px; width: 25px; } } @keyframes animateSuccessTip { 0% { top: 19px; left: 1px; width: 0; } 54% { top: 19px; left: 1px; width: 0; } 70% { top: 37px; left: -8px; width: 50px; } 84% { top: 48px; left: 21px; width: 17px; } 100% { top: 45px; left: 14px; width: 25px; } } @-webkit-keyframes animateSuccessLong { 0% { top: 54px; right: 46px; width: 0; } 65% { top: 54px; right: 46px; width: 0; } 84% { top: 35px; right: 0; width: 55px; } 100% { top: 38px; right: 8px; width: 47px; } } @-o-keyframes animateSuccessLong { 0% { top: 54px; right: 46px; width: 0; } 65% { top: 54px; right: 46px; width: 0; } 84% { top: 35px; right: 0; width: 55px; } 100% { top: 38px; right: 8px; width: 47px; } } @keyframes animateSuccessLong { 0% { top: 54px; right: 46px; width: 0; } 65% { top: 54px; right: 46px; width: 0; } 84% { top: 35px; right: 0; width: 55px; } 100% { top: 38px; right: 8px; width: 47px; } } @-webkit-keyframes rotatePlaceholder { 0% { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } 5% { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } 12% { -webkit-transform: rotate(-405deg); transform: rotate(-405deg); } 100% { -webkit-transform: rotate(-405deg); transform: rotate(-405deg); } } @-o-keyframes rotatePlaceholder { 0% { -o-transform: rotate(-45deg); transform: rotate(-45deg); } 5% { -o-transform: rotate(-45deg); transform: rotate(-45deg); } 12% { -o-transform: rotate(-405deg); transform: rotate(-405deg); } 100% { -o-transform: rotate(-405deg); transform: rotate(-405deg); } } @keyframes rotatePlaceholder { 0% { -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 5% { -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } 12% { -webkit-transform: rotate(-405deg); -o-transform: rotate(-405deg); transform: rotate(-405deg); } 100% { -webkit-transform: rotate(-405deg); -o-transform: rotate(-405deg); transform: rotate(-405deg); } } .animateSuccessTip { -webkit-animation: animateSuccessTip .75s; -o-animation: animateSuccessTip .75s; animation: animateSuccessTip .75s; } .animateSuccessLong { -webkit-animation: animateSuccessLong .75s; -o-animation: animateSuccessLong .75s; animation: animateSuccessLong .75s; } .sa-icon.sa-success.animate::after { -webkit-animation: rotatePlaceholder 4.25s ease-in; -o-animation: rotatePlaceholder 4.25s ease-in; animation: rotatePlaceholder 4.25s ease-in; } @-webkit-keyframes animateErrorIcon { 0% { -webkit-transform: rotateX(100deg); transform: rotateX(100deg); opacity: 0; } 100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; } } @-o-keyframes animateErrorIcon { 0% { transform: rotateX(100deg); opacity: 0; } 100% { transform: rotateX(0deg); opacity: 1; } } @keyframes animateErrorIcon { 0% { -webkit-transform: rotateX(100deg); transform: rotateX(100deg); opacity: 0; } 100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; } } .animateErrorIcon { -webkit-animation: animateErrorIcon .5s; -o-animation: animateErrorIcon .5s; animation: animateErrorIcon .5s; } @-webkit-keyframes animateXMark { 0% { margin-top: 26px; -webkit-transform: scale(.4); transform: scale(.4); opacity: 0; } 50% { margin-top: 26px; -webkit-transform: scale(.4); transform: scale(.4); opacity: 0; } 80% { margin-top: -6px; -webkit-transform: scale(1.15); transform: scale(1.15); } 100% { margin-top: 0; -webkit-transform: scale(1); transform: scale(1); opacity: 1; } } @-o-keyframes animateXMark { 0% { margin-top: 26px; -o-transform: scale(.4); transform: scale(.4); opacity: 0; } 50% { margin-top: 26px; -o-transform: scale(.4); transform: scale(.4); opacity: 0; } 80% { margin-top: -6px; -o-transform: scale(1.15); transform: scale(1.15); } 100% { margin-top: 0; -o-transform: scale(1); transform: scale(1); opacity: 1; } } @keyframes animateXMark { 0% { margin-top: 26px; -webkit-transform: scale(.4); -o-transform: scale(.4); transform: scale(.4); opacity: 0; } 50% { margin-top: 26px; -webkit-transform: scale(.4); -o-transform: scale(.4); transform: scale(.4); opacity: 0; } 80% { margin-top: -6px; -webkit-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); } 100% { margin-top: 0; -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } } .animateXMark { -webkit-animation: animateXMark .5s; -o-animation: animateXMark .5s; animation: animateXMark .5s; } @-webkit-keyframes pulseWarning { 0% { border-color: #f8d486; } 100% { border-color: #f8bb86; } } @-o-keyframes pulseWarning { 0% { border-color: #f8d486; } 100% { border-color: #f8bb86; } } @keyframes pulseWarning { 0% { border-color: #f8d486; } 100% { border-color: #f8bb86; } } .pulseWarning { -webkit-animation: pulseWarning .75s infinite alternate; -o-animation: pulseWarning .75s infinite alternate; animation: pulseWarning .75s infinite alternate; } @-webkit-keyframes pulseWarningIns { 0% { background-color: #f8d486; } 100% { background-color: #f8bb86; } } @-o-keyframes pulseWarningIns { 0% { background-color: #f8d486; } 100% { background-color: #f8bb86; } } @keyframes pulseWarningIns { 0% { background-color: #f8d486; } 100% { background-color: #f8bb86; } } .pulseWarningIns { -webkit-animation: pulseWarningIns .75s infinite alternate; -o-animation: pulseWarningIns .75s infinite alternate; animation: pulseWarningIns .75s infinite alternate; } @-webkit-keyframes rotate-loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes rotate-loading { 0% { -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotate-loading { 0% { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
client/templates/application/layout.html
aaromnido/learn-microscope
<template name="layout"> <div class="container"> <header class="navbar navbar-default" role="navigation"> <div class="navbar-header"> <a class="navbar-brand" href="{{pathFor 'postsList'}}">Microscope</a> </div> </header> <div id="main"> {{> yield}} </div> </div> </template>
data science/machine_learning_for_the_web/chapter_4/movie/28354.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Wo de fu qin mu qin (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?0235060">Wo de fu qin mu qin (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Steve+Rhodes">Steve Rhodes</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> THE ROAD HOME A film review by Steve Rhodes Copyright 2001 Steve Rhodes RATING (0 TO ****): ***</PRE> <P>THE ROAD HOME (WO DE FU QIN MU QIN), by acclaimed director Zhang Yimou (TO LIVE and SHANGHAI TRIAD), is an exceedingly modest love story that is saved by its gorgeous filming, haunting scoring and heartfelt acting. Although your mind may wander since so little happens, your eyes may tear up during some of the striking visuals. The result is a disappointing film that's still worth seeing.</P> <P>As the story begins, Yusheng Luo (Sun Honglei) has returned to his hometown, the small, remote village of Sanhetun in Northern China. His father has died in another town, so his mother insists that, following an ancient tradition, they carry the body back to Sanhetun on foot rather than by car or tractor. The snowy landscape of the present is filmed in stark black and white. Most of the movie takes place in the past when Yusheng's father and mother first met. This part is shot in radiant colors, which perfectly capture the rich yellows and golds of an autumn forest.</P> <P>Yusheng's mother, Di Zhao, a petite young beauty, is played with a bright eyed spark by Zhang Ziyi. You'll remember her from CROUCHING TIGER, HIDDEN DRAGON. Di's husband, Changyu Luo (Zheng Hao), is a tall man with a big smile who has come from "the city," where he was unemployed, to be Sanhetun's only teacher. </P> <P>As soon as Di lays eyes on Changyu, she knows she has found her Mr. Right. She is the certified "most beautiful maiden" in the village, since the woman so designated is chosen to make the red banner that will be placed on the ceiling in the new school house that the men will build. The story explains how it was considered bad luck back then for women to take part in constructing buildings. She tries to win his heart by making the most scrumptious of all of the dishes that the women prepare daily for the men raising the new school house.</P> <P>The film's pervasive theme music, which repeats every few minutes, could become a sort of Chinese water torture if you didn't like it. Personally, I didn't care how many dozen times it played, I couldn't get enough of it. A week from now, I suspect that this tune will be the only part of the production that will prove memorable.</P> <P>THE ROAD HOME runs 1:29. The film is in Mandarin with English subtitles. It is rated G since there is nothing to offend anyone of any age. Kids less than 13, however, are not likely to find much to hold their interest.</P> <P>The film opens nationwide in the United States on Friday, June 8, 2001. In the Silicon Valley, it will be showing at the Camera theaters.</P> <P>Web: <A HREF="http://www.InternetReviews.com">http://www.InternetReviews.com</A> Email: <A HREF="mailto:Steve.Rhodes@InternetReviews.com">Steve.Rhodes@InternetReviews.com</A></P> <PRE><HR></PRE> <P>Want free reviews and weekly movie and video recommendations via Email? Just send me a letter with the word "subscribe" in the subject line.</P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
data science/machine_learning_for_the_web/chapter_4/movie/23113.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Stigmata (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?0145531">Stigmata (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Shay+Casey">Shay Casey</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>*1/2 out of ****</PRE> <P>Year: 1999. Starring Patricia Arquette, Gabriel Byrne, Jonathan Pryce, Nia Long, Thomas Kopache, Rade Serbedzija, Enrico Colantoni, Dick Latessa, Portia de Rossi. Written by Tom Lazarus and Rick Ramage. Directed by Rupert Wainwright. Rated R.</P> <P>If anything, "Stigmata" should be taken as a warning against releasing similarly-themed films relatively close to one another. Of the four supernatural horror flicks released this year, it is clearly the worst. I suppose I should have seen this coming. After all, "Blair Witch" thoroughly creeped me out, "Sixth Sense" was mildly spooky, and then "Stir of Echoes" had its moments, but wasn't anything I'd lose sleep over. Clearly, the quality of the horror this summer has slowly been dropping. Is it then any surprise that "Stigmata" is the dullest, most horribly executed piece of MTV-influenced tripe I have seen in a long while? No, not really.</P> <P>Patricia Arquette plays Frankie Page, a hairdresser from Pittsburgh who receives a rosary as a gift from her globe-trotting mother. As it turns out, the rosary belonged to a recently-deceased Brazilian priest. The priest's church had been under investigation by Father Andrew Kiernan (Gabriel Byrne) because of the mysterious appearance of a bleeding statue. Father Kiernan is an investigator who has made a career out of disproving supposed religious signs, but this time he believes there is something to the bleeding statue. His investigation is soon called off, however, when the Frankie starts exhibiting signs of the stigmata, in which a person is inflicted with wounds like that of Jesus Christ. Father Kiernan is initially skeptical of Frankie' s story, considering she's an atheist, but once he witnesses the stigmata attacks himself, he dedicates himself to finding out what is going on. He eventually begins to suspect that his boss, Cardinal Houseman (Jonathan Pryce), is concealing something that could bring down the Catholic Church. As it turns out, the dead priest had been working on the translation of a "fifth gospel" before they were excommunicated.</P> <P>The new Rupert Wainwright music video . . . I mean film "Stigmata" is the sort of film that starts off OK and only gets worse. Indeed, it would have been good if it were a music video, because it's only interesting for about five minutes. I'm not sure what Wainwright is trying to prove with his endless parade of slow-motion, double-exposure, and extreme close-ups (Whoaaaaaa!!!!), other than the fact that he has the most swelled head of any director in Hollywood and, yes, he has been to film school. His camera trickery is interesting for a little while, but eventually, it becomes headache-inducing. What this film needed is a second audio track to be played over the dialogue (such as it is), with Wainwright screaming at the audience, "See? Look at what I can do! I'm an EX-cellent dir-ECT-or." Maybe then he'd explain why he decided to start half of his scenes with slow-motion shots of water dripping in reverse, or why he included random superfluous shots as that of an egg frying (ooh, scary!). If there was some underlying meaning behind all this camera trickery, I didn't see it. Just when you thought it was safe to get involved in the story, here comes a double-exposure shot of two Patricia Arquettes collapsing into bed for no reason whatsoever. Arrrrrrrghhhh . . .</P> <P>Then again, the superfluous camera trickery wouldn't bother me if "Stigmata" had a story or characters that were remotely engaging. Though Wainwright's vanity certainly doesn't help, he does seem to have been given a nearly unworkable script. Where are plot continuity and character development when you need them? Case in point: Frankie Page is the character that (I assume) we are supposed to identify and sympathize with, but we aren't given any back story on her character, or any reason to like her. The extent of her character development seems to be that she is a hard-working hairdresser (who can somehow afford a cavernous apartment on the top floor of her building) and she's kind of cute, so let's start the bleeding! The fact that she's clearly not the brightest bulb in the drawer doesn't help, either. According to Frankie Page, what is the first thing to do after receiving mysterious wounds on your wrists and back? Go clubbing! Sure, that makes sense. Arquette, Byrne, and Pryce give it the old college try, but their characters are so one-dimensional that they just appear to be sleepwalking. Scenes between Arquette and Byrne that were probably supposed to be sexually charged fall almost embarrassingly flat, because the setup of the romantic subplot is so clumsily handled that it almost reaches the point of becoming laughable. Even though Frankie Page's life is falling apart before her very eyes, she still finds the time to hit on a priest who wanders in to her hair salon. Even more curiously, he seems to be interested in her advances. Father Andrew's religious doubt pops up so suddenly that it seems more silly than dramatic. As for Pryce, he may as well wear a curled mustache and cackle, "I'll get you, my pretty," for all the depth his Cardinal Houseman is afforded. Trust me, I'm not revealing anything by telling you Pryce turns out to be a villain.</P> <P>What's worse, after being faced with dull characters and the prospect of having annoying camera tricks and loud music jammed down our throats, we now have to contend with a story that starts off in one direction, veers off in another, then another, and ends up being totally incomprehensible. First of all, the film doesn't even bother to explain what should be very simple plot details. How does Frankie get the stigmata merely by touching a rosary? How come an atheist like her was chosen, since Father Andrew mentions that only very devout believers have ever received stigmata? Actually, I'm not sure what Frankie was posessed by. Supposedly, stigmata occurs when one is posessed by the Holy Spirit, but the film later has her being posessed by the dead priest, and later by some evil spirit (I think). Which one is it? The answer to this question, of course, is very simple: the possessing entity in each scene is determined by whichever effects and flashy camera work Mr. Wainwright wants to use this time. Furthermore, the ending is a ridiculously neat little wrap-up, and the filmmakers compound this problem by ultimately turning the film into a diatribe against the Catholic Church. If you do any research at all about the Gospel of St. Thomas, you'll find that it is not being suppressed by the Church (as the film seems to claim), but that it is readily available at your local library. There's nothing the Catholics need to worry about, though. "Stigmata's" religion is so off-base that it can't be confused for anything remotely resembling the real Catholic Church. If they wanted to portray Catholic priests as mobsters, they should have gone all-out and equipped them with sharkskin suits and tommy guns, which would have been far more interesting. I'm not Catholic; in fact, I don 't care much for the Catholic Church, but its cartoonish misrepresentation in this film should not be considered realistic by any means.</P> <P>It's rare to see a film that fails on as many levels as "Stigmata" does. It' s not thought-provoking, though it would like to be, and it is definitely not scary, though it pretends to be. I'm not sure why they tried to pass this off as a horror film, because there is absolutely nothing scary about the story. Maybe it's an attempt to cover up the fact that none of the scenes have any dramatic weight whatsoever. The initial shock of seeing Arquette covered with blood is dulled by the fact that it happens over, and over, and over. Like so many films of the MTV generation, this one suffers from overkill. So much is overdone in "Stigmata," that it eventually has no effect on the audience, leaving us to pick out the film's (many) flaws. I'm also still trying to figure out why the quotation they take from the Gospel of St. Thomas is so Earth-shattering. When we finally hear it, the saying sounds like something every five-year-old learns on their first day of Sunday School, which means that for all its flash, the whole film is really much ado about nothing. The dog days of summer usually produce one monstrous dog, and "Stigmata" is it.</P> <PRE>-reviewed by Shay Casey</PRE> <P>For more reviews, go to <A HREF="http://www.geocities.com/Hollywood/Land/4252/movies.html">http://www.geocities.com/Hollywood/Land/4252/movies.html</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
login.html
weisong912252139/admin
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Amaze UI Admin index Examples</title> <meta name="description" content="这是一个 index 页面"> <meta name="keywords" content="index"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="renderer" content="webkit"> <meta http-equiv="Cache-Control" content="no-siteapp" /> <link rel="icon" type="image/png" href="assets/i/favicon.png"> <link rel="apple-touch-icon-precomposed" href="assets/i/app-icon72x72@2x.png"> <meta name="apple-mobile-web-app-title" content="Amaze UI" /> <link rel="stylesheet" href="assets/css/amazeui.min.css" /> <link rel="stylesheet" href="assets/css/amazeui.datatables.min.css" /> <link rel="stylesheet" href="assets/css/app.css"> <script src="./assets/js/jquery-1.10.2.js"></script> </head> <body data-type="login"> <script src="assets/js/theme.js"></script> <div class="am-g tpl-g"> <!-- 风格切换 --> <div class="tpl-skiner"> <div class="tpl-skiner-toggle am-icon-cog"> </div> <div class="tpl-skiner-content"> <div class="tpl-skiner-content-title"> 选择主题 </div> <div class="tpl-skiner-content-bar"> <span class="skiner-color skiner-white" data-color="theme-white"></span> <span class="skiner-color skiner-black" data-color="theme-black"></span> </div> </div> </div> <div class="tpl-login"> <div class="tpl-login-content"> <div class="tpl-login-logo"> </div> <form class="am-form tpl-form-line-form"> <div class="am-form-group"> <input type="text" class="tpl-form-input" id="user-name" placeholder="请输入账号"> </div> <div class="am-form-group"> <input type="password" class="tpl-form-input" id="user-name" placeholder="请输入密码"> </div> <div class="am-form-group tpl-login-remember-me"> <input id="remember-me" type="checkbox"> <label for="remember-me"> 记住密码 </label> </div> <div class="am-form-group"> <button type="button" class="am-btn am-btn-primary am-btn-block tpl-btn-bg-color-success tpl-login-btn">提交</button> </div> </form> </div> </div> </div> <script src="https://cdn.bootcss.com/amazeui/2.7.2/js/amazeui.min.js"></script> <script src="assets/js/app.js"></script> </body> </html>
callstyles.css
amorri21/reactor
/*Neon Green: #6FFF00 Neon Pink: #FF00FF Neon Yellow: #FFFF00 Neon Blue: #4D4DFF Neon Red: #FE0001 Neon Orange: #FF4105 Neon Purple: #993CF3*/ .verticalLine { border-left:thick solid #993CF3; } .background { background: #6E7678; } .submitGas{ background-color: #6FFF00; border-bottom:solid; border-left: #FFEEEE; border-right:solid; border-top: #EEEEEE; color: black; font-family: Verdana, Arial; font-weight:bold; } .submitFurnace{ background-color: #FE0001; border-bottom:solid; border-left: #FFEEEE; border-right:solid; border-top: #EEEEEE; color: black; font-family: Verdana, Arial; } .submitStart{ background-color: #6FFF00; border-bottom:solid; border-left: #FFEEEE; border-right:solid; border-top: #EEEEEE; color: black; font-family: Verdana, Arial; height:25px; width:50px; font-weight:bold; } .submitStop{ background-color: #FF4105; border-bottom:solid; border-left: #FFEEEE; border-right:solid; border-top: #EEEEEE; color: black; font-family: Verdana, Arial; height:25px; width:50px; font-weight:bold; } .submitDownload{ background-color: #FF00FF; border-bottom:solid; border-left: #FFEEEE; border-right:solid; border-top: #EEEEEE; color: black; font-family: Verdana, Arial; font-weight:bold; } .submitTrun{ background-color: #FF4105; border-bottom:solid; border-left: #FFEEEE; border-right:solid; border-top: #EEEEEE; color: black; font-family: Verdana, Arial; font-weight:bold; } .mainTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #FFFF00; font-weight:bold; text-decoration:underline; } .sectionTitle{ font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; text-decoration:underline; font-weight:bold; } .subtitle{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight:bold; } .value{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FE0001; text-decoration:underline; font-weight:bold; text-align:right; } .parameter{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight:bold; text-align:left; } .sampleid{ font-family: Arial, Helvetica, sans-serif; font-size: 8px; background-color: #ffffff; color: black; height:18px; } .reactoruse{ font-family: Arial, Helvetica, sans-serif; font-size: 8px; background-color: #ffffff; color: black; height:18px; } .submitShut{ background-color: #6FFF00; border-bottom:solid; border-left: #FFEEEE; border-right:solid; border-top: #EEEEEE; color: black; font-family: Verdana, Arial; font-weight:bold; }
_posts/2007-05-28-iRack,-是新产品还是政治讽刺!?.html
Leask/leask.github.io
--- layout: post status: publish published: true title: iRack, 是新产品还是政治讽刺!? author: Leask author_login: leask author_email: i@leaskh.com author_url: https://leaskh.com wordpress_id: 344 wordpress_url: http://leaskh.wordpress.com/2007/05/28/irack-%e6%98%af%e6%96%b0%e4%ba%a7%e5%93%81%e8%bf%98%e6%98%af%e6%94%bf%e6%b2%bb%e8%ae%bd%e5%88%ba date: '2007-05-28 04:32:11 +0800' date_gmt: '2007-05-28 04:32:11 +0800' categories: - News and politics tags: [] comments: [] --- <div id="msgcns!15BAC1A170471DB!2184" class="bvMsg">Video link:<br /> <br />http://www.youtube.com/watch?v=eyewHytiHJs</div></p>
assets/css/style.css
limal/angularjs-films
body { background: #ffffff; color: #333333; font-family: sans-serif; margin: 2em 0; } .container { max-width: 800px; } h3 { font-size: 1.0em; } .film h2 { font-size: 1.25em; min-height: 2.0em; } .row { margin-bottom: 1em; }
public/css/style.css
diegoingaramo/greatpintapp
body .btn { font: 1.0em "Lucida Grande", Helvetica, Arial, sans-serif; } html, body { height: 100%; } .max-height { height: 100%; } .bg-fill-color { background-color: rgba(129, 208, 216, 0.06); } /* Menu customization */ #custom-bootstrap-menu.navbar-default .navbar-brand { color: rgba(119, 119, 119, 1); } .container-fluid { padding-right: 0px; } #custom-bootstrap-menu.navbar-default { background-color: rgba(129, 208, 216, 1); border-width: 1px; border-radius: 4px; } #custom-bootstrap-menu.navbar-default .navbar-nav>li>a { color: rgba(119, 119, 119, 1); background-color: rgba(129, 208, 216, 1); } #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover, #custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus { color: rgba(51, 51, 51, 1); background-color: rgba(120, 205, 214, 1); } #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a, #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover, #custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus { color: rgba(85, 85, 85, 1); background-color: rgba(120, 205, 214, 1); } #custom-bootstrap-menu.navbar-default .navbar-toggle { border-color: #78cdd6; } #custom-bootstrap-menu.navbar-default .navbar-toggle:hover, #custom-bootstrap-menu.navbar-default .navbar-toggle:focus { background-color: #78cdd6; } #custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar { background-color: #78cdd6; } #custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar, #custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar { background-color: #81d0d8; } .navbar { margin-bottom: 0px; } .navbar-brand{ font-family: cursive; } #login-dropdown-list a { cursor: pointer; } .dropdown-menu { margin-top: -1px !important; right: -15px !important; border-radius: 0px !important; background-color: #81D0D8; border: 0px; display: none; } #login-dropdown-list .dropdown-menu { min-width: 300px; padding: 15px; } #login-dropdown-list .btn, #recent-section .btn { margin-top: 5px; background-color: #81D0D8; color: #fff; border-color: #F8FDFD; } #login-dropdown-list input:last-of-type { margin-bottom: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } #login-dropdown-list input { margin-top: 10px; border-radius: 0px; position: relative; z-index: 1; } #login-dropdown-list .dropdown-menu .or { margin: 5px 0; text-align: center; } .alert-info, .alert-danger, .alert-warning, .alert-success { color: rgba(255, 255, 255, 0.84); } .alert { padding: 15px; margin-bottom: 20px; border: 0px solid transparent; border-radius: 4px; } .alert-danger { color: #f44336; background-color: #A7DEE3; border-color: #ebccd1; } .keepOpen { display: block; } /* End Menu customization */ /* Recent Section */ h3 { color: #81D0D8; font-family: cursive; } #recent-section .btn { font-weight: bold; font-size: 1em; padding: 6px 50px; } #recent-section label { color: #777 } /* End Recent Section */ .vcenter { display: inline-block; vertical-align: middle; float: none; } .card { margin-bottom: 15px; padding-bottom: 7px; border-radius: 8px; background: #ffffff; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .card-text a { cursor: pointer; } .card-title { margin: 5px; font-family: cursive; font-style: oblique; } .masonry-brick { width: 15%; margin: 0.5em; } .masonry-brick img { width:100%; } /* Footer section */ footer { padding: 1px 0; height: 20px; position: fixed; bottom: 0; width: 100%; } /*End Footer section*/
languages/grails/gradle/eclipse_project/build/reports/tests/org.gradle.html
jefersonm/sandbox
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Test results - Package org.gradle</title> <link href="base-style.css" rel="stylesheet" type="text/css"> <link href="style.css" rel="stylesheet" type="text/css"> <script src="report.js" type="text/javascript"></script> </head> <body> <div id="content"> <h1>Package org.gradle</h1> <div class="breadcrumbs"> <a href="index.html">all</a> &gt; org.gradle</div> <div id="summary"> <table> <tr> <td> <div class="summaryGroup"> <table> <tr> <td> <div class="infoBox" id="tests"> <div class="counter">1</div> <p>tests</p> </div> </td><td> <div class="infoBox" id="failures"> <div class="counter">0</div> <p>failures</p> </div> </td><td> <div class="infoBox" id="duration"> <div class="counter">0.007s</div> <p>duration</p> </div> </td> </tr> </table> </div> </td><td> <div class="infoBox success" id="successRate"> <div class="percent">100%</div> <p>successful</p> </div> </td> </tr> </table> </div> <div id="tabs"> <ul class="tabLinks"> <li> <a href="#tab0">Classes</a> </li> </ul> <div class="tab" id="tab0"> <h2>Classes</h2> <table> <thead> <tr> <th>Class</th><th>Tests</th><th>Failures</th><th>Duration</th><th>Success rate</th> </tr> </thead> <tr> <td class="success"><a href="org.gradle.PersonTest.html">PersonTest</a><td>1</td><td>0</td><td>0.007s</td><td class="success">100%</td></td> </tr> </table> </div> </div> <div id="footer"> <p>Generated by <a href="http://www.gradle.org/">Gradle 1.0-rc-3</a> at Jun 24, 2012 10:17:42 PM</p> </div> </div> </body> </html>
_site/404.html
dividebyfalse/dividebyfalse.github.io
<!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>404 Not Found | Блог ноющего программиста</title> <meta name="description" content="Обо всём и сразу."> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="canonical" href="http://divideby.ml/404.html"> <link rel="alternate" type="application/atom+xml" title="Блог ноющего программиста" href="/feed.xml" /> <meta property="og:title" content="404 Not Found | Блог ноющего программиста" /> <meta property="og:type" content="website" /> <meta property="og:image" content="http://qckanemoto.github.io/jekyll-qck-theme/assets/img/ogp.png" /> <meta property="og:url" content="http://divideby.ml/404.html" /> <meta property="og:site_name" content="Блог ноющего программиста" /> <meta property="fb:admins" content="" /> <meta property="fb:app_id" content="" /> <meta property="og:description" content="Обо всём и сразу." /> <!--[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]--> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,700italic,400italic" rel="stylesheet"> <link href="/assets/css/tooltip.css" rel="stylesheet"> <link href="/assets/css/style.css" rel="stylesheet"> </head> <body> <header class="site-header"> <div class="inner clearfix"> <a href="/"> <img class="avatar" src="/assets/img/Pikachu.png" alt=""/> </a> <h1 class="clearfix"> <a class="title " href="/">Блог ноющего программиста</a> <p class="description">Обо всём и сразу.</p> </h1> </div> </header> <div class="site-container"> <div class="site-content"> <div class="article-wrapper"> <article> <header> <div class="panel"> <h1> 404 Not Found </h1> <ul class="tags"> </ul> <div class="clearfix"> <ul class="meta"> </ul> </div> </div> </header> <section class="post-content"> Sorry, the requested page wasn't found on the server. </section> <footer> </footer> </article> </div> </div> <aside class="site-aside"> <div class="inner"> <div class="block"> <form action="/search"> <input type="search" id="search" name="q" placeholder="Поиск" /> </form> </div> <ul> <li><a class="page-link" href="/about/">Обомнешка</a></li> <li><a class="page-link" href="/tags/">Теги</a></li> <li><a class="page-link" href="/archives/">Архив</a></li> </ul> <ul class="icons"> <li> <a href="/feed.xml"> <i class="fa fa-fw fa-rss"></i> </a> </li> <li> <a href="https://github.com/Evmap"> <i class="fa fa-fw fa-github"></i> </a> </li> <li> <a href="https://twitter.com/divide_by_false"> <i class="fa fa-fw fa-twitter"></i> </a> </li> </ul> <hr class="with-no-margin margin-bottom"/> <div class="block sticky"> <h1>Недавние посты</h1> <ul> <li><a href="/2016/07/31/get-it-done/">Тайм-Memеджмент</a></li> <li><a href="/2016/07/24/exalarm/">Лайкни бывшую(ого) в инстаграм. Часть 1</a></li> <li><a href="/2016/07/11/toyota/">Тойота-Маша-Недоверяша</a></li> <li><a href="/2016/07/11/slaves/">Quot servi tot hostes</a></li> <li><a href="/2016/01/22/hello_everyone/">Hello everyone!</a></li> </ul> </div> </div> </aside> </div> <footer class="site-footer"> <div class="inner"> <span>Powered by <a href="http://jekyllrb.com">Jekyll</a> with <a href="https://github.com/qckanemoto/jekyll-qck-theme">QckTheme</a></span> </div> </footer> <script src="/assets/lib/jquery.min.js"></script> <script src="/assets/lib/maphilight.js"></script> <script src="/assets/lib/garand-sticky/jquery.sticky.js"></script> <script src="/assets/js/script.js"></script> <script src="/assets/js/tooltip.js"></script> <!-- Init Facebook SDK --> <!-- Google Analytics --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-72712048-1', 'auto'); ga('send', 'pageview'); </script> </body> </html>
_layouts/default.html
seafoodbuffet/blog.barelycode.com
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us"> {% include head.html %} <body class="theme-base-0d"> {% include sidebar.html %} <!-- Wrap is the content to shift when toggling the sidebar. We wrap the content to avoid any CSS collisions with our real content. --> <div class="wrap"> <div class="masthead"> <div class="container"> <label for="sidebar-checkbox" class="sidebar-toggle"></label> <h3 class="masthead-title"> <a href="{{ site.url }}/" title="Home">{{ site.title }}</a> <small>{{ site.tagline }}</small> </h3> </div> </div> <div class="container content"> {{ content }} </div> </div> </body> </html>
OtherPage/WebDesign/SpecialPage/home-slider-nivo.html
turkey321/turkey321.github.com
<!DOCTYPE html> <html> <head> <title>03 Home slider nivo__符海飞个人网站</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="A small sentence describing your website's subject" /> <meta name="keywords" content="some, keywords, separated, by, comas" /> <meta name="Robots" content="index, follow" /> <!-- Favicon --> <link rel="icon" type="image/png" href="favicon.png" /> <!-- Main CSS --> <link rel="stylesheet" type="text/css" media="screen" href="style.css" /> <link rel="stylesheet" type="text/css" media="screen" href="css/select_color.css" /> <!-- Skin CSS --> <link rel="stylesheet" href="js/nivo-slider/nivo-slider.css" type="text/css" media="screen" /> <link rel="stylesheet" href="js/nivo-slider/themes/default/default.css" type="text/css" media="screen" /> <link rel="stylesheet" type="text/css" media="screen" href="styles/blue/blue.css" class="changeme" /> <!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css" /><![endif]--> <!--[if IE 8]><link rel="stylesheet" type="text/css" href="css/ie8.css" /><![endif]--> <!-- Scripts --> <script type="text/javascript" src="js/jquery-1.7.1.min.js"></script> <script type="text/javascript" src="js/jquery.easing.js"></script> <script type="text/javascript" src="js/jquery.cookie.js"></script> <!-- Anything Slider --> <script type="text/javascript" src="js/anything-slider/jquery.anythingslider.min.js"></script> <script type="text/javascript" src="js/nivo-slider/jquery.nivo.slider.pack.js"></script> <!-- Js Plugins --> <script type="text/javascript" src="js/accordion.js"></script> <script type="text/javascript" src="js/tabs.js"></script> <script type="text/javascript" src="js/toggler.js"></script> <!-- Main JS --> <script type="text/javascript" src="js/main.js"></script> <!-- Theme Color Picker / Plugin --> <script type="text/javascript" src="js/themecolorpicker.js"></script> <!-- --> <script type="text/javascript" src="js/jquery.hoverIntent.minified.js"></script> </head> <body class="home"> <div id="header"> <div class="wrap"> <h1 class="logo"> <a href="home-slider-fade.html"> <img src="images/logo.png" width="232" height="48" title="" alt="" /> </a> </h1> <a class="home-button" href="home-slider-fade.html" title="">Home</a> <div id="main-navigation"> <ul class="dd-menu"> <li> <a title="" href="about.html">About</a> </li> <li> <a title="" href="portfolio-one-page.html">Portfolio</a> <ul> <li class="arrow"></li> <li><a href="portfolio-list.html" title="">List</a></li> <li><a href="portfolio-thumbs.html" title="">Grid</a> <ul> <li><a href="portfolio-one-page.html" title="">One Page Slider</a></li> <li><a href="portfolio-3col.html" title="">3col</a></li> <li><a href="portfolio-thumbs.html" title="">Thumbs</a></li> </ul> </li> <li><a href="portfolio-details.html" title="">Details</a></li> </ul> </li> <li> <a title="" href="#">Features</a> <ul> <li class="arrow"></li> <li><a href="home-slider-fade.html" title="">Home Sliders</a> <ul> <li><a href="home-slider-fade.html" title="">Fade</a></li> <li><a href="index.html" title="">3d</a></li> <li><a href="home-slider-nivo.html" title="">Nivo</a></li> </ul> </li> <li><a href="home-blog-classic.html" title="">Home Blog</a> <ul> <li><a href="home-blog-classic.html" title="">Classic</a></li> <li><a href="home-blog-modern.html" title="">Modern</a></li> </ul> </li> <li><a href="home-corporate.html" title="">Home Corporate</a></li> <li><a href="services-layout.html" title="">Services Layout</a></li> <li><a href="full-width.html" title="">Full Width</a></li> <li><a href="columns.html" title="">Columns</a></li> <li><a href="typography.html" title="">Typography</a></li> <li><a href="tabs-toggles-others.html" title="">Tabs, Toggles &amp; Others</a></li> <li><a href="tables-sliders.html" title="">Tables &amp; Sliders</a></li> <li><a href="error-page-404.html" title="">404 Error Page</a></li> <li><a href="#" title="">Colors</a> <ul> <li><a href="#" title="">Light</a></li> <li><a href="#" title="">Green</a></li> <li><a href="#" title="">Red</a></li> <li><a href="#" title="">Turquoise</a></li> <li><a href="#" title="">Blue</a></li> </ul> </li> </ul> </li> <li> <a title="" href="blog-classic.html">Blog</a> <ul> <li class="arrow"></li> <li><a href="blog-classic.html" title="">Classic</a></li> <li><a href="blog-modern.html" title="">Modern</a></li> <li><a href="single-post.html" title="">Single Post</a></li> </ul> </li> <li><a title="" href="contact.html">Contact</a></li> </ul> <!-- end dd-menu --> </div> <!-- end main-navigation--> <div class="work-with-us"> <h3>Work With Us</h3> <a class="work-with-us-button" href="contact.html" title=""></a> </div> <!-- end work-with-us --> </div> <!-- end wrap --> </div> <!-- end header --> <div class="slider-wrapper nivo theme-default"> <div class="ribbon"></div> <div id="slider" class="nivoSlider wrap"> <img src="assets/wallpaper-1-955x400.jpg" alt="Alt text 1" title="" /> <img src="assets/wallpaper-2-955x400.jpg" alt="Alt text 2" title="" /> <img src="assets/wallpaper-3-955x400.jpg" alt="Alt text 3" title="" /> <a href="#"><img src="assets/wallpaper-4-955x400.jpg" alt="Alt text 4" title="#htmlcaption" /></a> </div> <!-- end slider --> <div id="htmlcaption" class="nivo-html-caption"> <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>. </div> </div> <!-- slider-wrapper --> <div id="tagline"> <div class="wrap"> <h3>Class aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos</h3> </div> <!-- end wrap --> </div> <!-- end tagline --> <div id="content" class="home"> <div class="wrap"> <div class="c-3 sidebar-left"> <div class="widget widget-working-on"> <h3 class="widget-title">What I am working on?</h3> <p class="image"><img width="184" height="119" alt="" src="assets/working-project.jpg" /></p> <p class="actions"><a title="" href="default.htm" class="button-red small"><span>Look My Showcase</span></a></p> </div> <!-- end widget-working-on --> <div class="divider-sidebar"></div> <div class="widget widget-link-list"> <h3 class="widget-title">Link List</h3> <ul> <li><a href="default.htm" title="">Vivamus convallis rutrum</a></li> <li><a href="default.htm" title="">Lorem Praesent massa lectus </a></li> <li><a href="default.htm" title="">Vulputate sed vestibulum</a></li> <li><a href="default.htm" title="">Vivamus convallis rutrum</a></li> <li><a href="default.htm" title="">lorem Praesent massa lectus</a></li> <li><a href="default.htm" title="">Vulputate sed vestibulum</a></li> </ul> </div> <!-- end widget-link-list --> <div class="divider-sidebar"></div> <div class="widget widget-tabs"> <div class="tabs"> <ul> <li><a rel="tabs-1" href="#">Tab First</a></li> <li><a rel="tabs-2" href="#">Second</a></li> <li><a rel="tabs-3" href="#">Third</a></li> </ul> <div class="tabs-1"> <p>Quisque tincidunt lacus in ante. Donec adipiscing. Curabitur at enim at nulla iaculis feugiat.</p> <p>Ut semper, nisi vel suscipit venenatis, felis diam auctor mi, quis iaculis leo nulla vel sapien.</p> </div> <div class="tabs-2"> <p>Quisque tincidunt lacus in ante. Donec adipiscing. Curabitur at enim at nulla iaculis feugiat.</p> <p>Ut semper, nisi vel suscipit venenatis, felis diam auctor mi, quis iaculis leo nulla vel sapien.</p> </div> <div class="tabs-3"> <p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p> <p>Ut semper, nisi vel suscipit venenatis, felis diam auctor mi, quis iaculis leo nulla vel sapien.</p> </div> </div> </div> <!-- end widget-tabs --> <div class="divider-sidebar"></div> <div class="widget widget-text"> <h3 class="widget-title">Text widget</h3> <p>Quisque tincidunt lacus in ante. Donec adipiscing. Curabitur at enim at nulla iaculis feugiat. Ut semper, nisi vel suscipit venenatis, felis diam auctor mi, quis iaculis leo nulla vel sapien. </p> <p class="actions"><a title="" href="default.htm" class="button dark small"><span>Read More</span></a></p> </div> <!-- end widget-text --> </div> <!-- end c-3 sidebar-left --> <div id="page-small" class="c-6"> <div class="page-wrap"> <div class="post modern"> <div class="meta"> <div class="ribon-1"></div> <div class="ribon-2 tooltip"> <a class="meta-icons comments" title="Item 1" href="#"></a> <a class="meta-icons date" title="sep 20, 2013" href="#"></a> <a class="meta-icons category" title="mobile design" href="#"></a> <a class="meta-icons author" title="mobile design" href="#"></a> <a class="meta-icons view-link" title="Unioxa PSD Theme on ThemeForest" href="../../../themeforest.net/item/Unioxa-psd-theme-portfolioagencybusiness/648310"></a> <div class="popup opacity-60"> Enter text Here... <div class="triangle opacity-60"></div> </div> </div> </div> <p class="image"> <a href="#"><img class="image" src="assets/image-thumb-post-modern-1.jpg" width="202" height="124" alt="" title="" /></a> </p> <h2 class="title"><a href="default.htm">Maecenas sit ame neque</a></h2> <div class="excerpt"> <p>Proin neque velit, porttitor at, venenatis ac, pharetra at, purus. Aenean pulvinar nulla. </p> </div> <p class="actions"><a title="" href="default.htm" class="button small"><span>More</span></a></p> </div> <!-- end post --> <div class="post modern"> <div class="meta"> <div class="ribon-1"></div> <div class="ribon-2 tooltip"> <a class="meta-icons comments" title="13" href="#"></a> <a class="meta-icons date" title="sep 20, 2013" href="#"></a> <a class="meta-icons category" title="mobile design" href="#"></a> <a class="meta-icons author" title="mobile design" href="#"></a> <a class="meta-icons view-link" title="Unioxa PSD Theme on ThemeForest" href="../../../themeforest.net/item/Unioxa-psd-theme-portfolioagencybusiness/648310"></a> <div class="popup opacity-60"> Ovde ide neki tekst <div class="triangle opacity-60"></div> </div> </div> </div> <p class="image"> <a href="default.htm"><img src="assets/image-thumb-post-modern-2.jpg" width="202" height="124" alt="" title="" /></a> </p> <h2 class="title"><a href="default.htm">Maecenas sit ame neque</a></h2> <div class="excerpt"> <p>Proin neque velit, porttitor at, venenatis ac, pharetra at, purus. Aenean pulvinar nulla. </p> </div> <p class="actions"><a title="" href="default.htm" class="button small"><span>More</span></a></p> </div> <!-- end post --> <div class="divider clearfix"></div> <div class="post modern"> <div class="meta"> <div class="ribon-1"></div> <div class="ribon-2 tooltip"> <a class="meta-icons comments" title="Title Item 1" href="#"></a> <a class="meta-icons date" title="Title Item 2" href="#"></a> <a class="meta-icons category" title="Title Item 3" href="#"></a> <a class="meta-icons author" title="Title Item 4" href="#"></a> <a class="meta-icons view-link" title="Unioxa PSD Theme on ThemeForest" href="../../../themeforest.net/item/Unioxa-psd-theme-portfolioagencybusiness/648310"></a> <div class="popup opacity-60"> Ovde ide neki tekst <div class="triangle opacity-60"></div> </div> </div> </div> <p class="image"> <a href="default.htm"><img src="assets/image-thumb-post-modern-3.jpg" width="202" height="124" alt="" title="" /></a> </p> <h2 class="title"><a href="default.htm">Maecenas sit ame neque</a></h2> <div class="excerpt"> <p>Proin neque velit, porttitor at, venenatis ac, pharetra at, purus. Aenean pulvinar nulla. </p> </div> <p class="actions"><a title="" href="default.htm" class="button small"><span>More</span></a></p> </div> <!-- end post --> <div class="post modern"> <div class="meta"> <div class="ribon-1"></div> <div class="ribon-2 tooltip"> <a class="meta-icons comments" title="13" href="#"></a> <a class="meta-icons date" title="sep 20, 2013" href="#"></a> <a class="meta-icons category" title="mobile design" href="#"></a> <a class="meta-icons author" title="mobile design" href="#"></a> <a class="meta-icons view-link" title="Unioxa PSD Theme on ThemeForest" href="../../../themeforest.net/item/Unioxa-psd-theme-portfolioagencybusiness/648310"></a> <div class="popup opacity-60"> Ovde ide neki tekst <div class="triangle opacity-60"></div> </div> </div> </div> <p class="image"> <a href="default.htm"><img src="assets/image-thumb-post-modern-4.jpg" width="202" height="124" alt="" title="" /></a> </p> <h2 class="title"><a href="default.htm">Maecenas sit ame neque</a></h2> <div class="excerpt"> <p>Proin neque velit, porttitor at, venenatis ac, pharetra at, purus. Aenean pulvinar nulla. </p> </div> <p class="actions"><a title="" href="default.htm" class="button small"><span>More</span></a></p> </div> <!-- end post --> <div class="divider clearfix"></div> <div class="post modern"> <div class="meta"> <div class="ribon-1"></div> <div class="ribon-2 tooltip"> <a class="meta-icons comments" title="13" href="#"></a> <a class="meta-icons date" title="sep 20, 2013" href="#"></a> <a class="meta-icons category" title="mobile design" href="#"></a> <a class="meta-icons author" title="mobile design" href="#"></a> <a class="meta-icons view-link" title="Unioxa PSD Theme on ThemeForest" href="../../../themeforest.net/item/Unioxa-psd-theme-portfolioagencybusiness/648310"></a> <div class="popup opacity-60"> Ovde ide neki tekst <div class="triangle opacity-60"></div> </div> </div> </div> <p class="image"> <a href="default.htm"><img src="assets/image-thumb-post-modern-5.jpg" width="202" height="124" alt="" title="" /></a> </p> <h2 class="title"><a href="default.htm">Maecenas sit ame neque</a></h2> <div class="excerpt"> <p>Proin neque velit, porttitor at, venenatis ac, pharetra at, purus. Aenean pulvinar nulla. </p> </div> <p class="actions"><a title="" href="default.htm" class="button small"><span>More</span></a></p> </div> <!-- end post --> <div class="post modern"> <div class="meta"> <div class="ribon-1"></div> <div class="ribon-2 tooltip"> <a class="meta-icons comments" title="13" href="#"></a> <a class="meta-icons date" title="sep 20, 2013" href="#"></a> <a class="meta-icons category" title="mobile design" href="#"></a> <a class="meta-icons author" title="mobile design" href="#"></a> <a class="meta-icons view-link" title="Unioxa PSD Theme on ThemeForest" href="../../../themeforest.net/item/Unioxa-psd-theme-portfolioagencybusiness/648310"></a> <div class="popup opacity-60"> Ovde ide neki tekst <div class="triangle opacity-60"></div> </div> </div> </div> <p class="image"> <a href="default.htm"><img src="assets/image-thumb-post-modern-6.jpg" width="202" height="124" alt="" title="" /></a> </p> <h2 class="title"><a href="default.htm">Maecenas sit ame neque</a></h2> <div class="excerpt"> <p>Proin neque velit, porttitor at, venenatis ac, pharetra at, purus. Aenean pulvinar nulla. </p> </div> <p class="actions"><a title="" href="default.htm" class="button small"><span>More</span></a></p> </div> <!-- end post --> <div class="pagination"> <a href="#" class="previous">Previous</a> <ul> <li><a href="#" class="current">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> </ul> <a href="#" class="next">Next</a> </div> <!-- end pagination --> </div> <!-- end page-wrap --> </div> <!-- end page-small --> <div class="c-3 sidebar-right"> <div class="widget widget-search"> <h3 class="widget-title">Search Unioxa</h3> <form action="" id="searchform" method="get"> <p> <input type="text" size="15" id="s" name="s" value="Enter Your keywords..." onfocus="if ( this.value == this.defaultValue ) this.value = '';" onblur="if ( this.value == '' ) this.value = this.defaultValue" /> </p> <p> <input type="submit" id="submit-search" value="Search" /> </p> </form> </div> <!-- end widget-search --> <div class="divider-sidebar"></div> <div class="widget widget-most-popular"> <h3 class="widget-title">Most Popular post</h3> <ul> <li> <p class="image"><img height="48" width="48" alt="" src="assets/image-latest-posts-1.jpg" /></p> <h2 class="widget-title"><a title="" href="default.htm">Maecenas sit amet neque vel orci</a></h2> <p class="meta"> <span><a class="date" title="" href="#">sep 20, 2013</a></span> </p> </li> <li> <p class="image"><img height="48" width="48" alt="" src="assets/image-latest-posts-2.jpg" /></p> <h2 class="widget-title"><a title="" href="default.htm">Maecenas sit amet neque vel orci</a></h2> <p class="meta"> <span><a class="date" title="" href="#">sep 20, 2013</a></span> </p> </li> <li class="last-child"> <p class="image"><img height="48" width="48" alt="" src="assets/image-latest-posts-3.jpg" /></p> <h2 class="widget-title"><a title="" href="default.htm">Maecenas sit amet neque vel orci</a></h2> <p class="meta"> <span><a class="date" title="" href="#">sep 20, 2013</a></span> </p> </li> </ul> </div> <!-- end widget-most-popular --> <div class="divider-sidebar"></div> <div class="widget widget-accordion"> <h3 class="widget-title">Accordion widget</h3> <div class="accordion"> <h3 class="accordion_button"><span class="ui-icon closed"></span><a href="#">Lorem Praesent massa</a></h3> <div class="accordion_item_content"> <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. </p> </div> <h3 class="accordion_button"><span class="ui-icon closed"></span><a href="#">Vulputate sed vestibul</a></h3> <div class="accordion_item_content"> <p>Quisque tincidunt lacus in ante. Donec adipiscing. Curabitur at enim at nulla iaculis feugiat.</p> </div> <h3 class="accordion_button"><span class="ui-icon closed"></span><a href="#">Vivamus convallis rutrum</a></h3> <div class="accordion_item_content"> <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. </p> </div> <h3 class="accordion_button"><span class="ui-icon closed"></span><a href="#">lorem Praesent massa </a></h3> <div class="accordion_item_content"> <p>Laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit. </p> </div> </div> </div> <!-- end widget-accordion --> <div class="divider-sidebar"></div> <div class="widget widget-tags"> <h3 class="widget-title">Tags</h3> <div class="tagcloud"> <a href="#" title="">Lorem</a> <a href="#" title="">Fix</a> <a href="#" title="">Widget</a> <a href="#" title="">Consectetur </a> <a href="#" title="">Phasellus </a> <a href="#" title="">Lorem</a> <a href="#" title="">Fix</a> <a href="#" title="">Widget</a> <a href="#" title="">Consectetur </a> <a href="#" title="">Phasellus </a> </div> </div> <!-- end widget-tags --> </div> <!-- end c-3 sidebar-right --> </div> <!-- end wrap --> </div> <!-- end content --> <div class="widget widget-newsletter"> <div class="wrap"> <form action="" id="newsletterform" method="get"> <ul> <li class="left"> <h3>Join Our Newsletter </h3> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> <input type="text" size="15" id="email-1" class="u-3" name="email-1" value="Enter Your Email..." onfocus="if ( this.value == this.defaultValue ) this.value = '';" onblur="if ( this.value == '' ) this.value = this.defaultValue" /> </li> <li class="right"> <input type="submit" id="submit-newsletter" name="submit" value="Submit" /> </li> </ul> </form> </div> <!-- end wrap --> </div> <!-- end widget-newsletter --> <div class="widget widget-social-icons"> <div class="wrap"> <h3>Join Us On The Web </h3> <ul> <li><a class="twitter" href="default.htm" title="">twitter</a></li> <li><a class="facebook" href="default.htm" title="">facebook</a></li> <li><a class="youtube" href="default.htm" title="">youtube</a></li> <li><a class="google" href="default.htm" title="">google</a></li> <li><a class="rss" href="default.htm" title="">rss</a></li> </ul> </div> <!-- end wrap --> </div> <!-- end widget-social-icons --> <div id="footer-1" class="toggler"> <!-- Footer Toggle--> <div class="less-content"> <!-- close -> Opened --> <a href="#"><span class="ui-icon opened"></span><strong>Show me less</strong> content in the footer</a> </div> <!-- End Footer Toggle--> <div class="wrap "> <div class="c-2"> <div class="widget widget-site-navigation"> <h3>Site Navigation</h3> <ul> <li><a href="default.htm" title="">Home</a></li> <li><a href="default.htm" title="">About Us</a></li> <li><a href="default.htm" title="">Portfolio</a></li> <li><a href="default.htm" title="">Features</a></li> <li><a href="default.htm" title="">Services</a></li> <li><a href="default.htm" title="">Blog</a></li> <li><a href="default.htm" title="">Contact Us</a></li> </ul> </div> <!-- end widget-site-navigation --> </div> <div class="c-2"> <div class="widget widget-blog-categories"> <h3>Blog Categories</h3> <ul> <li><a href="default.htm" title="">App </a></li> <li><a href="default.htm" title="">Webdesign</a></li> <li><a href="default.htm" title="">Case Studio</a></li> <li><a href="default.htm" title="">Jobs</a></li> <li><a href="default.htm" title="">Networks</a></li> <li><a href="default.htm" title="">Services</a></li> <li><a href="default.htm" title="">Case Studio</a></li> </ul> </div> <!-- end widget-blog-categories --> </div> <div class="c-2"> <div class="widget widget-job-boards"> <h3>Job Boards</h3> <ul> <li><a href="default.htm" title="">Social Media</a></li> <li><a href="default.htm" title="">Development</a></li> <li><a href="default.htm" title="">Graphic Design</a></li> <li><a href="default.htm" title="">Web Design</a></li> <li><a href="default.htm" title="">Marketing</a></li> <li><a href="default.htm" title="">Project Management</a></li> <li><a href="default.htm" title="">Development</a></li> </ul> </div> <!-- end widget-job-boards --> </div> <div class="c-6"> <div class="widget widget-about"> <h3>About Us</h3> <p class="image"><img height="111" width="111" alt="" src="assets/image-thumb-about.jpg" /></p> <p>Quisque tincidunt lacus in ante. Donec adipiscing. Curabitur at enim at nulla iaculis feugiat. Ut semper, nisi vel suscipit venenatis, felis diam auctor mi, quis iaculis leo nulla vel sapien. Phasellus blandit nibh vel turpis. Curabitur commodo. </p> </div> <!-- end widget-about --> </div> </div> <!-- end wrap --> </div> <!-- end footer-1 --> <div id="footer-2"> <div class="wrap"> <div class="c-4"> <div class="widget widget-latest-posts"> <h3 class="widget-title">Latest Blog Post</h3> <ul> <li> <p class="image"><img height="48" width="48" alt="" src="assets/image-latest-posts-1.jpg" /></p> <h2 class="widget-title"><a title="" href="default.htm">Maecenas sit amet neque vel orci vulputate luctus</a></h2> <p class="meta"> <span><a class="date" title="" href="#">sep 20, 2013</a></span> </p> </li> <li> <p class="image"><img height="48" width="48" alt="" src="assets/image-latest-posts-2.jpg" /></p> <h2 class="widget-title"><a title="" href="default.htm">Maecenas sit amet neque vel orci vulputate luctus</a></h2> <p class="meta"> <span><a class="date" title="" href="#">sep 20, 2013</a></span> </p> </li> <li> <p class="image"><img height="48" width="48" alt="" src="assets/image-latest-posts-3.jpg" /></p> <h2 class="widget-title"><a title="" href="default.htm">Maecenas sit amet neque vel orci vulputate luctus</a></h2> <p class="meta"> <span><a class="date" title="" href="#">sep 20, 2013</a></span> </p> </li> </ul> </div> <!-- end widget-latest-posts --> </div> <div class="c-4"> <div class="widget widget-twitter"> <h3 class="widget-title">Twitter Updates</h3> <ul class="twitter-feed"> <li class="tweet-row"> <span class="profile"><a href="default.htm">@John Doe:</a></span> <span class="content">We asked what you'd talk about at #DinnerWithBarack. Here's what you said:<a href="default.htm" class="replay">http://t.co/5ygEgMT4</a></span> <span class="time"><a href="default.htm">Friday, September 16, 2013 at 3:23:</a></span> </li> <li class="tweet-row"> <span class="profile"><a href="default.htm">@John Doe:</a></span> <span class="content">We asked what you'd talk about at #DinnerWithBarack. Here's what you said:<a href="default.htm" class="replay">http://t.co/5ygEgMT4</a></span> <span class="time"><a href="default.htm">Friday, September 16, 2013 at 3:23:</a></span> </li> <li class="tweet-row"> <span class="profile"><a href="default.htm">@John Doe:</a></span> <span class="content">We asked what you'd talk about at #DinnerWithBarack. Here's what you said:<a href="default.htm" class="replay">http://t.co/5ygEgMT4</a></span> <span class="time"><a href="default.htm">Friday, September 16, 2013 at 3:23:</a></span> </li> </ul> </div> <!-- end widget-twitter --> </div> <div class="c-4"> <div class="widget widget-contact-us"> <h3 class="widget-title">Contact Us</h3> <form enctype="multipart/form-data" method="post" action="php/mail.php" id="contactform"> <p> <input id="name" name="name" class="u-4" onblur="if ( this.value == '' ) this.value = this.defaultValue" onfocus="if ( this.value == this.defaultValue ) this.value = '';" value="Your name..." /> </p> <p> <input id="email" name="email" class="u-4" onblur="if ( this.value == '' ) this.value = this.defaultValue" onfocus="if ( this.value == this.defaultValue ) this.value = '';" value="Your Email..." /> </p> <p> <textarea cols="1" rows="6" id="message" name="message" class="u-4"></textarea> </p> <p> <input type="submit" id="submit-contact" name="submit" value="Contact Us" /> </p> </form> </div> <!-- end widget-contact-us --> </div> </div> <!-- end wrap --> </div> <!-- end footer --> <div id="subfooter"> <div class="wrap"> <div class="c-6"> <p id="copyright">&copy; 2013 onlinesolutions</p> </div> <div class="c-6"> <ul class="subfooter-menu"> <li><a href="default.htm" title="">Terms &amp; Conditions</a></li> <li><a href="default.htm" title="">Copyrights</a></li> <li><a href="default.htm" title="">Site Map</a></li> </ul> </div> </div> <!-- end wrap --> </div> <!-- end subfooter --> <div id="templates" style="display: hidden;"> <div class="tooltip"> <div class="popup"> Ovde ide neki tekst <div class="arrow-down"></div> </div> </div> </div> <!-- Theme's customization Tools --> <div id="theme-tool-container"> <div class="theme-switcher-section"> <span class="theme-switcher-section-title">Colors</span> <ul class="theme-switcher-color-sheme"> <li><a href="#" rel="./styles/blue/blue.css"><span class="image"><img src="styles/blue/html-bg.png" alt="" /></span></a></li> <li><a href="#" rel="./styles/green/green.css"><span class="image"><img src="styles/green/html-bg.png" alt="" /></span></a></li> <li><a href="#" rel="./styles/light/light.css"><span class="image"><img src="styles/light/html-bg.png" alt="" /></span></a></li> <li><a href="#" rel="./styles/red/red.css"><span class="image"><img src="styles/red/html-bg.png" alt="" /></span></a></li> <li><a href="#" rel="./styles/turquoise/turquoise.css"><span class="image"><img src="styles/turquoise/html-bg.png" alt="" /></span></a></li> </ul> </div> <a href="#" class="theme-tool-switcher-toggler"></a> </div> </body> </html>
tags/Java-并发/index.html
LinYaoTian/LinYaoTian.github.io
<!DOCTYPE html> <html lang="en"> <!-- Head tag --> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keyword" content=""> <link rel="shortcut icon" href="/img/ironman-draw.png"> <!-- Place this tag in your head or just before your close body tag. --> <script async defer src="https://buttons.github.io/buttons.js"></script> <title> LinYT&#39;s Blog </title> <link rel="canonical" href="http://LinYaoTian.github.io/tags/Java-并发/"> <!-- Bootstrap Core CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <!-- Custom CSS --> <link rel="stylesheet" href="/css/beantech.min.css"> <!-- Pygments Highlight CSS --> <link rel="stylesheet" href="/css/highlight.css"> <link rel="stylesheet" href="/css/widget.css"> <link rel="stylesheet" href="/css/rocket.css"> <link rel="stylesheet" href="/css/signature.css"> <link rel="stylesheet" href="/css/toc.css"> <!-- Custom Fonts --> <!-- <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> --> <!-- Hux change font-awesome CDN to qiniu --> <link href="https://cdn.staticfile.org/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!-- Hux Delete, sad but pending in China <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]--> <!-- ga & ba script hoook --> <script></script> </head> <!-- hack iOS CSS :active style --> <body ontouchstart=""> <!-- Modified by Yu-Hsuan Yen --> <!-- Post Header --> <style type="text/css"> header.intro-header{ background-image: url('/undefined') /*page*/ } </style> <header class="intro-header" > <!-- Signature --> <div id="signature"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="site-heading"> <h1>LinYaoTian&#39;s Blog</h1> <!--<hr class="small">--> <span class="subheading"></span> </div> </div> </div> </div> </div> </header> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle"> <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="/">LinYaoTian&#39;s Blog</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <!-- Known Issue, found by Hux: <nav>'s height woule be hold on by its content. so, when navbar scale out, the <nav> will cover tags. also mask any touch event of tags, unfortunately. --> <div id="huxblog_navbar"> <div class="navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/">Home</a> </li> <li> <a href="/archive/">Archives</a> </li> <li> <a href="/tags/">Tags</a> </li> </ul> </div> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <script> // Drop Bootstarp low-performance Navbar // Use customize navbar with high-quality material design animation // in high-perf jank-free CSS3 implementation var $body = document.body; var $toggle = document.querySelector('.navbar-toggle'); var $navbar = document.querySelector('#huxblog_navbar'); var $collapse = document.querySelector('.navbar-collapse'); $toggle.addEventListener('click', handleMagic) function handleMagic(e){ if ($navbar.className.indexOf('in') > 0) { // CLOSE $navbar.className = " "; // wait until animation end. setTimeout(function(){ // prevent frequently toggle if($navbar.className.indexOf('in') < 0) { $collapse.style.height = "0px" } },400) }else{ // OPEN $collapse.style.height = "auto" $navbar.className += " in"; } } </script> <!-- Main Content --> <!-- Main Content --> <div class="container"> <div class="row"> <!-- USE SIDEBAR --> <!-- Post Container --> <div class=" col-lg-8 col-lg-offset-1 col-md-8 col-md-offset-1 col-sm-12 col-xs-12 post-container "> <!-- Main Content --> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <!-- 归档列表 --> <!-- 归档列表 --> <div class="one-tag-list"> <span class="fa fa-calendar-times-o listing-seperator" id="2019"> <span class="tag-text">2019</span> </span> <ul> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 02-03 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2019/02/03/ListView 和 RecyclerView 的缓存对比/" style="color: #0085a1"> <span> ListView 与 RecyclerView 缓存对比 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 02-03 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2019/02/03/RecyclerView缓存解析/" style="color: #0085a1"> <span> RecyclerView 缓存解析 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 02-03 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2019/02/03/ListView缓存解析/" style="color: #0085a1"> <span> ListView 缓存解析 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 02-01 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2019/02/01/Android 自定义 View 之 LeavesLoading/" style="color: #0085a1"> <span> Android 自定义 View 之 LeavesLoading </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> </ul> </div> <div class="one-tag-list"> <span class="fa fa-calendar-times-o listing-seperator" id="2018"> <span class="tag-text">2018</span> </span> <ul> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 12-09 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/12/09/TreeMap/" style="color: #0085a1"> <span> TreeMap </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 12-09 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/12/09/Set/" style="color: #0085a1"> <span> Set </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 12-08 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/12/08/ConcurrentHashMap/" style="color: #0085a1"> <span> ConcurrentHashMap源码分析 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 12-08 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/12/08/LinkedHashMap/" style="color: #0085a1"> <span> LinkedHashMap源码分析 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 12-07 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/12/07/HashMap/" style="color: #0085a1"> <span> HashMap源码分析 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 12-06 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/12/06/LinkedList/" style="color: #0085a1"> <span> LinkedList源码分析 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 12-06 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/12/06/ArrayList/" style="color: #0085a1"> <span> ArrayList源码分析 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 09-19 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/09/19/Java 并发(四) - 深入理解同步实现/" style="color: #0085a1"> <span> Java 并发(四) - 深入理解同步实现 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 09-15 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/09/15/Java-并发(三) - 活跃性和性能,死锁和显示锁/" style="color: #0085a1"> <span> Java 并发(三) - 活跃性和性能,死锁和显示锁 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 09-06 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/09/06/Java 并发(二) - Executor 框架/" style="color: #0085a1"> <span> Java 并发(二) - Executor 框架 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 09-02 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/09/02/Java 并发(一) - 基础知识/" style="color: #0085a1"> <span> Java 并发(一) - 基础知识 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 08-02 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/08/02/JVM(九) - 线程安全与锁优化/" style="color: #0085a1"> <span> JVM(九) - 线程优化与锁优化 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 08-01 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/08/01/JVM(八) - Java内存模型与线程/" style="color: #0085a1"> <span> JVM(八) - Java内存模型与线程 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 07-30 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/07/30/JVM(七) - JVM 晚期(运行期)优化/" style="color: #0085a1"> <span> JVM(七) - JVM 晚期(运行期)优化 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 07-29 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/07/29/JVM(六) - JVM 早期(编译器)优化/" style="color: #0085a1"> <span> JVM(六) - JVM 早期(编译器)优化 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 07-28 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/07/28/JVM(五) - 虚拟机字节码执行机制/" style="color: #0085a1"> <span> JVM(五) - 虚拟机字节码执行机制 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 07-27 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/07/27/JVM(四) - 虚拟机的类加载机制/" style="color: #0085a1"> <span> JVM(四) - 虚拟机的类加载机制 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 07-26 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/07/26/JVM(三) - 类文件结构/" style="color: #0085a1"> <span> JVM(三) - 类文件结构 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 07-25 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/07/25/JVM(二) - 垃圾收集器与内存分配策略/" style="color: #0085a1"> <span> JVM(二) - 垃圾收集器与内存分配策略 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 07-24 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/07/24/JVM(一) - Java 内存区域/" style="color: #0085a1"> <span> JVM(一) - Java 内存区域 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 02-10 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/02/10/ItemTouchHelper 实现可拖拽和侧滑的列表/" style="color: #0085a1"> <span> ItemTouchHelper 实现可拖拽和侧滑的列表 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> <!-- <li class="listing-item"> <time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time> <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a> </li> --> <li > 02-07 <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="/2018/02/07/仿知乎分享界面/" style="color: #0085a1"> <span> 仿知乎分享界面 </span> </a> <!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> --> </li> </ul> </div> </div> </div> </div> <!-- 如果开启评论功能 --> </div> <!-- Sidebar Container --> <div class=" col-lg-3 col-lg-offset-0 col-md-3 col-md-offset-0 col-sm-12 col-xs-12 sidebar-container "> <!-- Featured Tags --> <hr> <!-- Short About --> <section class="visible-md visible-lg"> <h5><a href="/about/">ABOUT ME</a></h5> <div class="short-about"> <img id = "avatar_pic" src="/img/leimu.png" /> <p>Hi, i&#39;m LinYaoTian</p> <!-- SNS Link --> <ul class="list-inline"> <li> <a target="_blank" href="https://github.com/LinYaoTian"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a target="_blank" href="https://juejin.im/user/59759b3e6fb9a06baf2ee47b"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-link fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> </div> </section> <hr> <h5>RECENT POSTS</h3> <div class="widget"> <ul> <li> <a href="/2019/02/03/ListView 和 RecyclerView 的缓存对比/">ListView 与 RecyclerView 缓存对比</a> </li> <li> <a href="/2019/02/03/RecyclerView缓存解析/">RecyclerView 缓存解析</a> </li> <li> <a href="/2019/02/03/ListView缓存解析/">ListView 缓存解析</a> </li> <li> <a href="/2019/02/01/Android 自定义 View 之 LeavesLoading/">Android 自定义 View 之 LeavesLoading</a> </li> <li> <a href="/2018/12/09/TreeMap/">TreeMap</a> </li> </ul> </div> <hr> </div> </div> </div> <!-- Footer --> <!-- 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 target="_blank" href="https://github.com/LinYaoTian"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted"> Copyright &copy; LinYaoTian 2019 <br> Theme by <a href="http://huangxuan.me">Hux</a> <span style="display: inline-block; margin: 0 5px;"> <i class="fa fa-heart"></i> </span> re-Ported by <a href="http://beantech.org">BeanTech</a> | <iframe style="margin-left: 2px; margin-bottom:-5px;" frameborder="0" scrolling="0" width="91px" height="20px" src="https://ghbtns.com/github-btn.html?user=YenYuHsuan&repo=hexo-theme-beantech&type=star&count=true" > </iframe> </p> </div> </div> </div> </footer> <!-- jQuery --> <script src="/js/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="/js/bootstrap.min.js"></script> <!-- Custom Theme JavaScript --> <script src="/js/hux-blog.min.js"></script> <!-- async load function --> <script> function async(u, c) { var d = document, t = 'script', o = d.createElement(t), s = d.getElementsByTagName(t)[0]; o.src = u; if (c) { o.addEventListener('load', function (e) { c(null, e); }, false); } s.parentNode.insertBefore(o, s); } </script> <!-- Because of the native support for backtick-style fenced code blocks right within the Markdown is landed in Github Pages, From V1.6, There is no need for Highlight.js, so Huxblog drops it officially. - https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0 - https://help.github.com/articles/creating-and-highlighting-code-blocks/ --> <!-- <script> async("http://cdn.bootcss.com/highlight.js/8.6/highlight.min.js", function(){ hljs.initHighlightingOnLoad(); }) </script> <link href="http://cdn.bootcss.com/highlight.js/8.6/styles/github.min.css" rel="stylesheet"> --> <!-- jquery.tagcloud.js --> <script> // only load tagcloud.js in tag.html if($('#tag_cloud').length !== 0){ async("http://LinYaoTian.github.io/js/jquery.tagcloud.js",function(){ $.fn.tagcloud.defaults = { //size: {start: 1, end: 1, unit: 'em'}, color: {start: '#bbbbee', end: '#0085a1'}, }; $('#tag_cloud a').tagcloud(); }) } </script> <!--fastClick.js --> <script> async("https://cdn.bootcss.com/fastclick/1.0.6/fastclick.min.js", function(){ var $nav = document.querySelector("nav"); if($nav) FastClick.attach($nav); }) </script> <!-- Google Analytics --> <script> // dynamic User by Hux var _gaId = 'UA-XXXXXXXX-X'; var _gaDomain = 'yoursite'; // Originial (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', _gaId, _gaDomain); ga('send', 'pageview'); </script> <!-- Baidu Tongji --> <a id="rocket" href="#top" class=""></a> <script type="text/javascript" src="/js/totop.js?v=1.0.0" async=""></script> <script type="text/javascript" src="/js/toc.js?v=1.0.0" async=""></script> <!-- Image to hack wechat --> <img src="http://LinYaoTian.github.io/img/icon_wechat.png" width="0" height="0" /> <!-- Migrate from head to bottom, no longer block render and still work --> </body> </html>
node_modules/lout/public/css/style.css
christophercliff/mke-bus
body { padding-top: 60px; } .anchor { /* Offset the anchors for the title to be visible when navigating. */ display: block; position: relative; top: -60px; visibility: hidden; } .anchor-link, .anchor-link > span { text-decoration: none !important; } .route-index .route { -webkit-transition: all 200ms ease; -o-transition: all 200ms ease; transition: all 200ms ease; } .route-index .route .h2 { margin-top: 3px; margin-bottom: 10px; } .route-index .route:hover { background-color: #EEE; -webkit-box-shadow: 1px 1px 10px #CCC; box-shadow: 1px 1px 10px #CCC; } .route-index .full-width-label { display: inline-block; width: 100%; } .route-details .parameters dd { margin-left: 10px; } .route-details .panel-body { padding-top: 0; padding-bottom: 0; } .route-details .panel-heading { padding-top: 5px; background-size: 50px 50px; background-color: #DDD; background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(315deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(315deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); } .route-details .panel-heading.GET { background-color: #D9E8F4; } .route-details .panel-heading.PUT { background-color: #FCEFDC; } .route-details .panel-heading.POST { background-color: #DEF1DE; } .route-details .panel-heading.DELETE { background-color: #F7DDDC; } .route-details .panel-heading.OPTIONS { background-color: #DEF2F8; } .route-details ul.disc-bullets > li { list-style-type: disc; } .route-details ul.reduced-margin-list { margin-left: -20px; }
javadoc/4.0/org/robolectric/shadows/ShadowExifInterface.html
robolectric/robolectric.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_161-google-v7) on Fri Nov 09 17:55:36 PST 2018 --> <title>ShadowExifInterface</title> <meta name="date" content="2018-11-09"> <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="ShadowExifInterface"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowEventLog.ShadowEvent.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowExpandableListView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowExifInterface.html" target="_top">Frames</a></li> <li><a href="ShadowExifInterface.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.robolectric.shadows</div> <h2 title="Class ShadowExifInterface" class="title">Class ShadowExifInterface</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.robolectric.shadows.ShadowExifInterface</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre><a href="../../../org/robolectric/annotation/Implements.html" title="annotation in org.robolectric.annotation">@Implements</a>(<a href="../../../org/robolectric/annotation/Implements.html#value--">value</a>=android.media.ExifInterface.class, <a href="../../../org/robolectric/annotation/Implements.html#callThroughByDefault--">callThroughByDefault</a>=false) public class <span class="typeNameLabel">ShadowExifInterface</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/shadows/ShadowExifInterface.html#ShadowExifInterface--">ShadowExifInterface</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> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="ShadowExifInterface--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>ShadowExifInterface</h4> <pre>public&nbsp;ShadowExifInterface()</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-all.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script> <script type="text/javascript"><!-- hljs.initHighlightingOnLoad(); //--></script></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/robolectric/shadows/ShadowEventLog.ShadowEvent.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/robolectric/shadows/ShadowExpandableListView.html" title="class in org.robolectric.shadows"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/robolectric/shadows/ShadowExifInterface.html" target="_top">Frames</a></li> <li><a href="ShadowExifInterface.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#methods.inherited.from.class.java.lang.Object">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ajax/libs/semantic-ui/1.6.0/components/tab.min.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:ae4652f6735b699bd6ef847b53eb164ab367d858f91e889039ec1c0c98d32900 size 1079
_layouts/page.html
MathieuFortune/mathieufortune.github.io
--- layout: default --- <article class="page {{ page.type }}"> <header class="page-header"> <h1 class="page-title uvp-title--medium">{{ page.title | escape }}<hr/></h1> </header> <div class="page-content"> {{ content }} </div> <div class="clearfix"></div> </article>
shortcodes-modal-ajax-test.html
doctoreric/CAMANCURA
<!-- Called by shortcodes-modals.html --> <div class="modal-header"><!-- modal header --> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button> <h4 class="modal-title" id="myModalLabel">Ajax Modal</h4> </div><!-- /modal header --> <!-- modal body --> <div class="modal-body"> Modal loaded via ajax! </div> <!-- /modal body --> <div class="modal-footer"><!-- modal footer --> <button class="btn btn-default" data-dismiss="modal">Close</button> <button class="btn btn-primary">Save changes</button> </div><!-- /modal footer -->
examples/style.css
dgellow/react-slidable
body { margin: 0; padding: 10px 20px; } .content { margin:auto; padding:20px; width:600px; } @media (max-width: 768px) { .content { margin: auto; padding: 20px 40px; width: auto; } } /* Slide */ .slide { box-sizing: border-box; padding: 20px; border: 1px solid black; display: inline-block; } .slide__image { display: inline-block; width: 50%; } .slide__image img { width: 100%; } .slide__description { vertical-align: top; display: inline-block; width: 50%; } .slide__description__title { } .slide__description__text { } /* Single item */ .slidable--single { } /* Multiple items */ .slidable--multiple { } /* Autoplay */ .slidable--autoplay { } /* Custom transition */ .slidable--custom-transition { } /* Custom callback */ .slidable--custom-callback { }
App/Admin/View/default/public_home.html
lsliangshan/test_admin
<div class="container" style="opacity: 1; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0);"> <pre>这里是首页</pre> <form name="form" action=""></form> </div>
docs/content/content-collapsible-set-events.html
kcomkar/jquery-mobile
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery Mobile Docs - Collapsible Content</title> <link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css" /> <link rel="stylesheet" href="../_assets/css/jqm-docs.css"/> <script src="../../js/jquery.js"></script> <script src="../../docs/_assets/js/jqm-docs.js"></script> <script src="../../js/"></script> </head> <body> <div data-role="page" class="type-interior"> <div data-role="header" data-theme="f"> <h1>Collapsible set</h1> <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse">Home</a> <a href="../nav.html" data-icon="search" data-iconpos="notext" data-rel="dialog" data-transition="fade">Search</a> </div><!-- /header --> <div data-role="content"> <div class="content-primary"> <h2>Collapsible sets</h2> <ul data-role="controlgroup" data-type="horizontal" class="localnav"> <li><a href="content-collapsible-set.html" data-role="button" data-transition="fade">Basics</a></li> <li><a href="content-collapsible-set-options.html" data-role="button" data-transition="fade">Options</a></li> <li><a href="content-collapsible-set-methods.html" data-role="button" data-transition="fade">Methods</a></li> <li><a href="content-collapsible-set-events.html" data-role="button" data-transition="fade" class="ui-btn-active">Events</a></li> </ul> <p>Bind events directly to the set container, typically a <code>div</code> element. Use jQuery Mobile's <a href="../api/events.html">virtual events</a>, or bind standard JavaScript events, like change, focus, blur, etc.:</p> <pre><code> $( ".selector" ).bind( "create", function(event, ui) { ... }); </code></pre> <p>The collapsible set plugin has the following custom event:</p> <dl> <dt><code>create</code> triggered when a collapsible set is created</dt> <dd> <pre><code> $( ".selector" ).collapsibleset({ create: function(event, ui) { ... } }); </code></pre> </dd> </dl> </div><!--/content-primary --> <div class="content-secondary"> <div data-role="collapsible" data-collapsed="true" data-theme="b" data-content-theme="d"> <h3>More in this section</h3> <ul data-role="listview" data-theme="c" data-dividertheme="d"> <li data-role="list-divider">Content Formatting</li> <li><a href="content-html.html">Basic HTML styles</a></li> <li><a href="content-grids.html">Layout grids (columns)</a></li> <li><a href="content-collapsible.html">Collapsible content blocks</a></li> <li data-theme="a"><a href="content-collapsible-set.html">Collapsible sets (accordions)</a></li> <li><a href="content-themes.html">Theming content</a></li> </ul> </div> </div> </div><!-- /content --> <div data-role="footer" class="footer-docs" data-theme="c"> <p>&copy; 2011-12 The jQuery Project</p> </div> </div><!-- /page --> </body> </html>
assets/frames/frame-tolky.html
georstef/bootstrap-recaptcha
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="reCAPTCHA based on Bootstrap and Font Awesome!"> <title>Default Bootstrap - reCAPTCHA</title> <!-- Bootstrap core CSS --> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> <!-- Font Awesome --> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link href="../css/docs-theme.css" rel="stylesheet"> </head> <body> <script type="text/javascript"> var RecaptchaOptions = { theme: 'custom', custom_theme_widget: 'recaptcha_widget' }; </script> <div id="recaptcha_widget"> <label class="control-label" for="recaptcha_response_field">Are you human?</label> <div class=""> <div id="recaptcha_image" class="center-block"></div> <div class="btn-group btn-group-xs btn-group-justified"> <a class="btn btn-default" id="recaptcha_reload_btn" href="javascript:Recaptcha.reload()" title="Get a new challenge" tabindex="-1"><span class="fa fa-refresh"></span></a> <a class="btn btn-default recaptcha_only_if_image" href="javascript:Recaptcha.switch_type('audio')" title="Get audio challenge" tabindex="-1"><span class="fa fa-headphones"></span></a> <a class="btn btn-default recaptcha_only_if_audio" href="javascript:Recaptcha.switch_type('image')" title="Get image challenge" tabindex="-1"><span class="fa fa-file-image-o"></span></a> <a class="btn btn-default" href="javascript:Recaptcha.showhelp()" title="Help" tabindex="-1"><span class="fa fa-question"></span></a> </div> </div> <br> <input type="text" class="form-control" id="recaptcha_response_field" name="recaptcha_response_field" placeholder="Pedo Mellon a Minno"> <div class="recaptcha_only_if_incorrect_sol" style="color:red">Incorrect, please try again</div> <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6Le2u_wSAAAAAL_gETRxPdb5oU3p5if1cDLCasKT"></script> </div> </body> </html>
blog_backup/algorithms/278.html
tedye/leetcode
<strong><a href="http://leetcode.com/problems/first-bad-version/" target="_blank">Question</a></strong> <blockquote> </blockquote> <!--more--> <strong>Analysis</strong> <strong><a href="https://github.com/tedye/leetcode/blob/master/Python/leetcode.278.first-bad-version.py" target="_blank">Code</a></strong> <pre class="theme:sublime-text lang:python decode:true " title="Leetcode#1" data-url="https://raw.githubusercontent.com/tedye/leetcode/master/Python/leetcode.278.first-bad-version.py" > Please in backup code here! </pre>
_posts/2011/2011-11-11-zagreb-stc-1.html
zeljkofilipin/filipin
--- tags: event facebook organizer photo testing testival title: 'Zagreb Software Testing Club #1, Zagreb, Croatia' --- <iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fmedia%2Fset%2F%3Fset%3Da.10154142224762290.1073741867.735252289%26type%3D3&width=500" width="500" height="597" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe> <p>I was at <a href="http://zagorskisoftwaretester.blogspot.com/2011/10/software-testers-speak-up-meeting-1.html">Software Testers Speak Up Meeting #1</a> yesterday at <a href="http://www.ericsson.com/hr/">Ericsson Nikola Tesla</a> (in Zagreb, Croatia). It was organized by <a href="http://zagorskisoftwaretester.blogspot.com/">Karlo Šmid</a>.</p> <p>It was a good meeting. About 15 of us showed up. We introduced ourselves, talked about what we do, asked questions... After and hour or two talking, pizza arrived but the discussions continued, sometimes in smaller groups or pairs. A really good meeting.</p> <p>The next one will probably be at the same place in a month or two. We will probably have one or two short 10-20 minute talks the next time. I am really looking forward to it.</p> <p>If you want to continue the discussion from the meeting, ping Karlo (<a href="https://twitter.com/#!/karlosmid">@karlosmid</a>) or me (<a href="zeljkofilipin">@zeljkofilipin</a>) at Twitter, join <a href="https://groups.google.com/forum/#!forum/viaqa">viaqa</a> Google group or <a href="http://www.linkedin.com/groups/viaqa-3753518?gid=3753518&trk=hb_side_g">viaqa</a>/<a href="http://www.linkedin.com/groups?gid=96618&trk=hb_side_g">Croatian Software Testing Network</a> LinkedIn groups.</p> <p>Update: <a href="http://zagorskisoftwaretester.blogspot.com/2011/11/notes-on-software-testers-speak-up.html">Karlo wrote about the meeting</a> too.</p>
data science/machine_learning_for_the_web/chapter_4/movie/14469.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Keep the Aspidistra Flying (1997)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119453">Keep the Aspidistra Flying (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Seth+Bookey">Seth Bookey</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>The Inevitability of Conformity</PRE> <P>Review of A Merry War (1998) (a/k/a Keep the Aspidistra Flying or Comstock and Rosemary (1997))</P> <P>Seen with on 29 August 1998 with Peter at the Lincoln Plaza Cinemas for $8.75Q</P> <P>When does it become painfully clear that being middle class is not all that bad? Well, for most people, settling comfortably into the bourgeoisie is not a problem. But Gordon Comstock wants to be a full-time poet, so he quits his job with New Albion Publicity and gets a low-paying job in a bookshop and writes poetry at night at a respectable boarding house nearby. Respectable, since there's an aspidistra in the window, and in his room. He laments that while the greats wrote, "Tiger tiger burning bright" he is writing ad slogans like, "Corner Tables takes his with BOVEX."</P> <P>As seen in so many other British movies, class distinctions in British society are alive and well here. Here, the delineations are done with a wry wit and with a great love of language. Gordon benefits from having a Fellow Traveller for a friend--who happens to be well-tanned, stinking rich, and able to spend, as an envious Gordon points out, "have sex in the afternoon."</P> <P>Richard E. Grant, as Gordon, brings a comic sense that gives the movie its entire character. His energy when delivering lines like, "Promise me we'll have sex in the afternoon," and "I've been reduced to thruppence!" (upon discovering his aptly named slim volume of poetry, "Mice," is selling for three pence), is the difference between yet another lavish British costume drama and sheer and utter joy. One of the funniest movies I have seen in a long time, actually, with a good bite.</P> <P>Grant alternates between disgust and joy, enlivening his forays into fancy restaurants that don't believe he's the host, despite his ability to pay, and Lamberth, a horrible slum he romanticizes as he shows it off to his one-time fiance Rosemary (played by a very pale "straight man" Helena Bonham Carter) while joking with the local working girls.</P> <P>Basically, Grant's performance overshadows the other actors', but they are all very good. Julian Wadham is the aristocratic Ravelston, who loves the working classes, but from a distance that ensures he doesn't have to smell them. Harriet Walter is the long-suffering sister; Lesley Vickerage the wisecracking, sarcastic lover of Ravelston. Barbara Leigh-Hunt is the stuffy bourgeois landlady, overly concerned with her aspidistra, while Liz Smith as Mrs. Meakin, the landlady in his reduced circumstances, is hilarity itself. That a publicized brawl in a pub ruins his career the "good" bookstore is a comment on what Britain was like at the time, and in many ways, still is. Grant makes the "ruination" far from tragic, but redemptive, cleaning himself by rolling in the mud of the working class and loving every minute of it.</P> <P>There are a few things that will make you wonder, like, why do these people around him stand by him and believe in him, even when he eschews and insults them? Also, it's the height of the depression. Why is everyone so happy, well-fed, and trouble-free?</P> <P>It doesn't matter. It's well done and enjoyable. The cinematography is also well done, BOVEX ads going up around both town and countryside, and later, being picked at, are portentious of the inevitable conformity, the certainty of an aspidistra coming into his life one way or another. There is also some lovely original music by Mike Batt. Written by Alan Plater and based on a novel by George Orwell.</P> <P>Frankly, it's on my Best Ten List of 1998.</P> <P><HR>Copyright (c) 1998, Seth J. Bookey, New York, NY 10021 <A HREF="mailto:sethbook@panix.com;">sethbook@panix.com;</A> <A HREF="http://www.panix.com/~sethbook">http://www.panix.com/~sethbook</A></P> <P>More movie reviews by Seth Bookey, with graphics, can be found at <A HREF="http://www.geocities.com/Athens/2679/kino.html">http://www.geocities.com/Athens/2679/kino.html</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
index.html
cknadler/throat-ripper
--- layout: default title: "Examining difficult music" description: "Throat Ripper is a music blog dedicated to exploring and examining difficult music." --- <ul class="article-list"> {% for post in paginator.posts %} <li class="article-list-item reveal"> <a href="{{ post.url | relative_url }}.html" title="{{ post.title }}"> <h5> {{ post.title }} <span class="icon icon-ios-arrow-thin-right"></span> </h5> </a> <p>{{ post.description }}</p> <div class="article-list-footer"> <span class="article-list-date"> {{ post.date | date: "%B %-d, %Y" }} </span> <span class="article-list-divider">-</span> <span class="article-list-minutes"> {% capture words %} {{ post.content | number_of_words }} {% endcapture %} {% unless words contains "-" %} {{ words | plus: 250 | divided_by: 250 | append: " minute read" }} {% endunless %} </span> <span class="article-list-divider">-</span> <div class="article-list-tags"> {% for tag in post.tags %} <a href="{{ 'tag/' | relative_url }}{{ tag }}">{{ tag }}</a> {% endfor %} </div> </div> </li> {% endfor %} {% if paginator.total_pages > 1 %} <li class="article-pagination reveal"> {% if paginator.previous_page %} <a href="{{ paginator.previous_page_path }}" class="article-pagination-right">Newer posts <span class="icon icon-ios-arrow-thin-right"></span></a> {% endif %} {% if paginator.next_page %} <a href="{{ paginator.next_page_path }}"><span class="icon icon-ios-arrow-thin-left"></span> Older posts</a> {% endif %} </li> {% endif %} </ul>
_template/doc/api/classes/ActionController/Routing/RouteBuilder.html
deild/RubyOnRailsEtudeDeCas
<!-- ! Excerpted from "Ruby on Rails, 2nd Ed." ! We make no guarantees that this code is fit for any purpose. ! Visit http://www.editions-eyrolles.com/Livre/9782212120790/ for more book information. --> <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: ActionController::Routing::RouteBuilder</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">ActionController::Routing::RouteBuilder</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../files/vendor/rails/actionpack/lib/action_controller/routing_rb.html"> vendor/rails/actionpack/lib/action_controller/routing.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> Object </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000208">assign_route_options</a>&nbsp;&nbsp; <a href="#M000210">build</a>&nbsp;&nbsp; <a href="#M000207">divide_route_options</a>&nbsp;&nbsp; <a href="#M000209">ensure_required_segments</a>&nbsp;&nbsp; <a href="#M000204">interval_regexp</a>&nbsp;&nbsp; <a href="#M000202">new</a>&nbsp;&nbsp; <a href="#M000206">segment_for</a>&nbsp;&nbsp; <a href="#M000205">segments_for_route_path</a>&nbsp;&nbsp; <a href="#M000203">separator_pattern</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="section"> <div id="attribute-list"> <h3 class="section-bar">Attributes</h3> <div class="name-list"> <table> <tr class="top-aligned-row context-row"> <td class="context-item-name">optional_separators</td> <td class="context-item-value">&nbsp;[RW]&nbsp;</td> <td class="context-item-desc"></td> </tr> <tr class="top-aligned-row context-row"> <td class="context-item-name">separators</td> <td class="context-item-value">&nbsp;[RW]&nbsp;</td> <td class="context-item-desc"></td> </tr> </table> </div> </div> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> <div id="method-M000202" class="method-detail"> <a name="M000202"></a> <div class="method-heading"> <a href="#M000202" class="method-signature"> <span class="method-name">new</span><span class="method-args">()</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000202-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000202-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 787</span> 787: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> 788: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">separators</span> = <span class="ruby-constant">Routing</span><span class="ruby-operator">::</span><span class="ruby-constant">SEPARATORS</span> 789: <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">optional_separators</span> = <span class="ruby-node">%w( / )</span> 790: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <h3 class="section-bar">Public Instance methods</h3> <div id="method-M000208" class="method-detail"> <a name="M000208"></a> <div class="method-heading"> <a href="#M000208" class="method-signature"> <span class="method-name">assign_route_options</span><span class="method-args">(segments, defaults, requirements)</span> </a> </div> <div class="method-description"> <p> Takes a hash of defaults and a hash of requirements, and assigns them to the segments. Any unused requirements (which do not correspond to a segment) are returned as a hash. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000208-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000208-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 863</span> 863: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">assign_route_options</span>(<span class="ruby-identifier">segments</span>, <span class="ruby-identifier">defaults</span>, <span class="ruby-identifier">requirements</span>) 864: <span class="ruby-identifier">route_requirements</span> = {} <span class="ruby-comment cmt"># Requirements that do not belong to a segment</span> 865: 866: <span class="ruby-identifier">segment_named</span> = <span class="ruby-constant">Proc</span>.<span class="ruby-identifier">new</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span><span class="ruby-operator">|</span> 867: <span class="ruby-identifier">segments</span>.<span class="ruby-identifier">detect</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">segment</span><span class="ruby-operator">|</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">key</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">key</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-identifier">:key</span>) } 868: <span class="ruby-keyword kw">end</span> 869: 870: <span class="ruby-identifier">requirements</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>, <span class="ruby-identifier">requirement</span><span class="ruby-operator">|</span> 871: <span class="ruby-identifier">segment</span> = <span class="ruby-identifier">segment_named</span>[<span class="ruby-identifier">key</span>] 872: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">segment</span> 873: <span class="ruby-identifier">raise</span> <span class="ruby-constant">TypeError</span>, <span class="ruby-node">&quot;#{key}: requirements on a path segment must be regular expressions&quot;</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">requirement</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Regexp</span>) 874: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">requirement</span>.<span class="ruby-identifier">source</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">%r{\A(\\A|\^^)|(\\Z|\\z|\$)\Z}</span> 875: <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-node">&quot;Regexp anchor characters are not allowed in routing requirements: #{requirement.inspect}&quot;</span> 876: <span class="ruby-keyword kw">end</span> 877: <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">regexp</span> = <span class="ruby-identifier">requirement</span> 878: <span class="ruby-keyword kw">else</span> 879: <span class="ruby-identifier">route_requirements</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">requirement</span> 880: <span class="ruby-keyword kw">end</span> 881: <span class="ruby-keyword kw">end</span> 882: 883: <span class="ruby-identifier">defaults</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>, <span class="ruby-identifier">default</span><span class="ruby-operator">|</span> 884: <span class="ruby-identifier">segment</span> = <span class="ruby-identifier">segment_named</span>[<span class="ruby-identifier">key</span>] 885: <span class="ruby-identifier">raise</span> <span class="ruby-constant">ArgumentError</span>, <span class="ruby-node">&quot;#{key}: No matching segment exists; cannot assign default&quot;</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">segment</span> 886: <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">is_optional</span> = <span class="ruby-keyword kw">true</span> 887: <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">default</span> = <span class="ruby-identifier">default</span>.<span class="ruby-identifier">to_param</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">default</span> 888: <span class="ruby-keyword kw">end</span> 889: 890: <span class="ruby-identifier">ensure_required_segments</span>(<span class="ruby-identifier">segments</span>) 891: <span class="ruby-identifier">route_requirements</span> 892: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000210" class="method-detail"> <a name="M000210"></a> <div class="method-heading"> <a href="#M000210" class="method-signature"> <span class="method-name">build</span><span class="method-args">(path, options)</span> </a> </div> <div class="method-description"> <p> Construct and return a route with the given path and options. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000210-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000210-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 914</span> 914: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">build</span>(<span class="ruby-identifier">path</span>, <span class="ruby-identifier">options</span>) 915: <span class="ruby-comment cmt"># Wrap the path with slashes</span> 916: <span class="ruby-identifier">path</span> = <span class="ruby-node">&quot;/#{path}&quot;</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">path</span>[<span class="ruby-value">0</span>] <span class="ruby-operator">==</span> <span class="ruby-value">?/</span> 917: <span class="ruby-identifier">path</span> = <span class="ruby-node">&quot;#{path}/&quot;</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">path</span>[<span class="ruby-value">-1</span>] <span class="ruby-operator">==</span> <span class="ruby-value">?/</span> 918: 919: <span class="ruby-identifier">segments</span> = <span class="ruby-identifier">segments_for_route_path</span>(<span class="ruby-identifier">path</span>) 920: <span class="ruby-identifier">defaults</span>, <span class="ruby-identifier">requirements</span>, <span class="ruby-identifier">conditions</span> = <span class="ruby-identifier">divide_route_options</span>(<span class="ruby-identifier">segments</span>, <span class="ruby-identifier">options</span>) 921: <span class="ruby-identifier">requirements</span> = <span class="ruby-identifier">assign_route_options</span>(<span class="ruby-identifier">segments</span>, <span class="ruby-identifier">defaults</span>, <span class="ruby-identifier">requirements</span>) 922: 923: <span class="ruby-identifier">route</span> = <span class="ruby-constant">Route</span>.<span class="ruby-identifier">new</span> 924: <span class="ruby-identifier">route</span>.<span class="ruby-identifier">segments</span> = <span class="ruby-identifier">segments</span> 925: <span class="ruby-identifier">route</span>.<span class="ruby-identifier">requirements</span> = <span class="ruby-identifier">requirements</span> 926: <span class="ruby-identifier">route</span>.<span class="ruby-identifier">conditions</span> = <span class="ruby-identifier">conditions</span> 927: 928: <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">route</span>.<span class="ruby-identifier">significant_keys</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">:action</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-identifier">route</span>.<span class="ruby-identifier">requirements</span>[<span class="ruby-identifier">:action</span>] 929: <span class="ruby-identifier">route</span>.<span class="ruby-identifier">requirements</span>[<span class="ruby-identifier">:action</span>] = <span class="ruby-value str">&quot;index&quot;</span> 930: <span class="ruby-identifier">route</span>.<span class="ruby-identifier">significant_keys</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">:action</span> 931: <span class="ruby-keyword kw">end</span> 932: 933: <span class="ruby-identifier">route</span> 934: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000207" class="method-detail"> <a name="M000207"></a> <div class="method-heading"> <a href="#M000207" class="method-signature"> <span class="method-name">divide_route_options</span><span class="method-args">(segments, options)</span> </a> </div> <div class="method-description"> <p> Split the given hash of options into requirement and default hashes. The segments are passed alongside in order to distinguish between default values and requirements. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000207-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000207-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 845</span> 845: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">divide_route_options</span>(<span class="ruby-identifier">segments</span>, <span class="ruby-identifier">options</span>) 846: <span class="ruby-identifier">options</span> = <span class="ruby-identifier">options</span>.<span class="ruby-identifier">dup</span> 847: <span class="ruby-identifier">requirements</span> = (<span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">:requirements</span>) <span class="ruby-operator">||</span> {}).<span class="ruby-identifier">dup</span> 848: <span class="ruby-identifier">defaults</span> = (<span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">:defaults</span>) <span class="ruby-operator">||</span> {}).<span class="ruby-identifier">dup</span> 849: <span class="ruby-identifier">conditions</span> = (<span class="ruby-identifier">options</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">:conditions</span>) <span class="ruby-operator">||</span> {}).<span class="ruby-identifier">dup</span> 850: 851: <span class="ruby-identifier">path_keys</span> = <span class="ruby-identifier">segments</span>.<span class="ruby-identifier">collect</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">segment</span><span class="ruby-operator">|</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">key</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-identifier">:key</span>) }.<span class="ruby-identifier">compact</span> 852: <span class="ruby-identifier">options</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">key</span>, <span class="ruby-identifier">value</span><span class="ruby-operator">|</span> 853: <span class="ruby-identifier">hash</span> = (<span class="ruby-identifier">path_keys</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">key</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span> <span class="ruby-identifier">value</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Regexp</span>)) <span class="ruby-operator">?</span> <span class="ruby-identifier">defaults</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">requirements</span> 854: <span class="ruby-identifier">hash</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">value</span> 855: <span class="ruby-keyword kw">end</span> 856: 857: [<span class="ruby-identifier">defaults</span>, <span class="ruby-identifier">requirements</span>, <span class="ruby-identifier">conditions</span>] 858: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000209" class="method-detail"> <a name="M000209"></a> <div class="method-heading"> <a href="#M000209" class="method-signature"> <span class="method-name">ensure_required_segments</span><span class="method-args">(segments)</span> </a> </div> <div class="method-description"> <p> Makes sure that there are no optional segments that precede a required segment. If any are found that precede a required segment, they are made required. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000209-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000209-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 897</span> 897: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ensure_required_segments</span>(<span class="ruby-identifier">segments</span>) 898: <span class="ruby-identifier">allow_optional</span> = <span class="ruby-keyword kw">true</span> 899: <span class="ruby-identifier">segments</span>.<span class="ruby-identifier">reverse_each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">segment</span><span class="ruby-operator">|</span> 900: <span class="ruby-identifier">allow_optional</span> <span class="ruby-operator">&amp;&amp;=</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">optional?</span> 901: <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-identifier">allow_optional</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">optional?</span> 902: <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">optionality_implied?</span> 903: <span class="ruby-identifier">warn</span> <span class="ruby-node">&quot;Route segment \&quot;#{segment.to_s}\&quot; cannot be optional because it precedes a required segment. This segment will be required.&quot;</span> 904: <span class="ruby-keyword kw">end</span> 905: <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">is_optional</span> = <span class="ruby-keyword kw">false</span> 906: <span class="ruby-keyword kw">elsif</span> <span class="ruby-identifier">allow_optional</span> <span class="ruby-operator">&amp;</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">respond_to?</span>(<span class="ruby-identifier">:default</span>) <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">default</span> 907: <span class="ruby-comment cmt"># if a segment has a default, then it is optional</span> 908: <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">is_optional</span> = <span class="ruby-keyword kw">true</span> 909: <span class="ruby-keyword kw">end</span> 910: <span class="ruby-keyword kw">end</span> 911: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000204" class="method-detail"> <a name="M000204"></a> <div class="method-heading"> <a href="#M000204" class="method-signature"> <span class="method-name">interval_regexp</span><span class="method-args">()</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000204-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000204-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 796</span> 796: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">interval_regexp</span> 797: <span class="ruby-constant">Regexp</span>.<span class="ruby-identifier">new</span> <span class="ruby-node">&quot;(.*?)(#{separators.source}|$)&quot;</span> 798: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000206" class="method-detail"> <a name="M000206"></a> <div class="method-heading"> <a href="#M000206" class="method-signature"> <span class="method-name">segment_for</span><span class="method-args">(string)</span> </a> </div> <div class="method-description"> <p> A factory method that returns a new segment instance appropriate for the format of the given string. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000206-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000206-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 818</span> 818: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">segment_for</span>(<span class="ruby-identifier">string</span>) 819: <span class="ruby-identifier">segment</span> = <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">string</span> 820: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">/\A:(\w+)/</span> 821: <span class="ruby-identifier">key</span> = <span class="ruby-identifier">$1</span>.<span class="ruby-identifier">to_sym</span> 822: <span class="ruby-keyword kw">case</span> <span class="ruby-identifier">key</span> 823: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:action</span> <span class="ruby-keyword kw">then</span> <span class="ruby-constant">DynamicSegment</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">key</span>, <span class="ruby-identifier">:default</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-value str">'index'</span>) 824: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:id</span> <span class="ruby-keyword kw">then</span> <span class="ruby-constant">DynamicSegment</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">key</span>, <span class="ruby-identifier">:optional</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword kw">true</span>) 825: <span class="ruby-keyword kw">when</span> <span class="ruby-identifier">:controller</span> <span class="ruby-keyword kw">then</span> <span class="ruby-constant">ControllerSegment</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">key</span>) 826: <span class="ruby-keyword kw">else</span> <span class="ruby-constant">DynamicSegment</span>.<span class="ruby-identifier">new</span> <span class="ruby-identifier">key</span> 827: <span class="ruby-keyword kw">end</span> 828: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">/\A\*(\w+)/</span> <span class="ruby-keyword kw">then</span> <span class="ruby-constant">PathSegment</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">$1</span>.<span class="ruby-identifier">to_sym</span>, <span class="ruby-identifier">:optional</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword kw">true</span>) 829: <span class="ruby-keyword kw">when</span> <span class="ruby-regexp re">/\A\?(.*?)\?/</span> 830: <span class="ruby-identifier">returning</span> <span class="ruby-identifier">segment</span> = <span class="ruby-constant">StaticSegment</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">$1</span>) <span class="ruby-keyword kw">do</span> 831: <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">is_optional</span> = <span class="ruby-keyword kw">true</span> 832: <span class="ruby-keyword kw">end</span> 833: <span class="ruby-keyword kw">when</span> <span class="ruby-node">/\A(#{separator_pattern(:inverted)}+)/</span> <span class="ruby-keyword kw">then</span> <span class="ruby-constant">StaticSegment</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">$1</span>) 834: <span class="ruby-keyword kw">when</span> <span class="ruby-constant">Regexp</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">separator_pattern</span>) <span class="ruby-keyword kw">then</span> 835: <span class="ruby-identifier">returning</span> <span class="ruby-identifier">segment</span> = <span class="ruby-constant">DividerSegment</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">$&amp;</span>) <span class="ruby-keyword kw">do</span> 836: <span class="ruby-identifier">segment</span>.<span class="ruby-identifier">is_optional</span> = (<span class="ruby-identifier">optional_separators</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">$&amp;</span>) 837: <span class="ruby-keyword kw">end</span> 838: <span class="ruby-keyword kw">end</span> 839: [<span class="ruby-identifier">segment</span>, <span class="ruby-identifier">$~</span>.<span class="ruby-identifier">post_match</span>] 840: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000205" class="method-detail"> <a name="M000205"></a> <div class="method-heading"> <a href="#M000205" class="method-signature"> <span class="method-name">segments_for_route_path</span><span class="method-args">(path)</span> </a> </div> <div class="method-description"> <p> Accepts a &quot;route path&quot; (a string defining a route), and returns the array of segments that corresponds to it. Note that the segment array is only partially initialized&#8212;the defaults and requirements, for instance, need to be set separately, via the <a href="RouteBuilder.html#M000208">assign_route_options</a> method, and the optional? method for each segment will not be reliable until after <a href="RouteBuilder.html#M000208">assign_route_options</a> is called, as well. </p> <p><a class="source-toggle" href="#" onclick="toggleCode('M000205-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000205-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 806</span> 806: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">segments_for_route_path</span>(<span class="ruby-identifier">path</span>) 807: <span class="ruby-identifier">rest</span>, <span class="ruby-identifier">segments</span> = <span class="ruby-identifier">path</span>, [] 808: 809: <span class="ruby-keyword kw">until</span> <span class="ruby-identifier">rest</span>.<span class="ruby-identifier">empty?</span> 810: <span class="ruby-identifier">segment</span>, <span class="ruby-identifier">rest</span> = <span class="ruby-identifier">segment_for</span> <span class="ruby-identifier">rest</span> 811: <span class="ruby-identifier">segments</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">segment</span> 812: <span class="ruby-keyword kw">end</span> 813: <span class="ruby-identifier">segments</span> 814: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> <div id="method-M000203" class="method-detail"> <a name="M000203"></a> <div class="method-heading"> <a href="#M000203" class="method-signature"> <span class="method-name">separator_pattern</span><span class="method-args">(inverted = false)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" onclick="toggleCode('M000203-source');return false;">[Source]</a></p> <div class="method-source-code" id="M000203-source"> <pre> <span class="ruby-comment cmt"># File vendor/rails/actionpack/lib/action_controller/routing.rb, line 792</span> 792: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">separator_pattern</span>(<span class="ruby-identifier">inverted</span> = <span class="ruby-keyword kw">false</span>) 793: <span class="ruby-node">&quot;[#{'^' if inverted}#{Regexp.escape(separators.join)}]&quot;</span> 794: <span class="ruby-keyword kw">end</span> </pre> </div> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/5e340ea614c761ddd402b2a1cea06697a6de4f5600ca32a22d2e45e951674390.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./e9fd0be1ff69bf91e1043fd0976157ee009641727cbe2cfa57763e5f08f1ab54.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>
neema-livreur/www/js/view/infoLivraison.html
2remdou/neema
<ion-view view-title="Neema"> <ion-content scroll="true" padding="true" <div class="list" > <p class="item item-icon-left"> <i class="icon ion-clock"></i> <strong>Duree Livraison</strong> : {{livraison.dureeLivraison}} </p> <p class="item item-icon-left" > <i class="icon ion-android-restaurant"></i> Restaurant : {{livraison.commande.restaurant.nom}} <br> Telephone : {{livraison.commande.restaurant.telephone}} </p> <p class="item item-icon-left" > <i class="icon ion-ios-person"></i> Client : {{livraison.commande.user.nom}} {{livraison.commande.user.prenom}} <br> Telephone: {{livraison.commande.user.telephone}} </p> <p class="item item-icon-left" > <i class="icon ion-ios-location"></i> Adresse :{{livraison.commande.lieuLivraison.nom}} <br> Quartier :{{livraison.commande.lieuLivraison.quartier.commune.nom}}-{{livraison.commande.lieuLivraison.quartier.nom}} </p> <h5 class="text-center">Les details de la commande</h5> <p class="item item-icon-right" > <i class="icon ion-key cursor-pointer" ng-click="showCodeCommande()"></i> Code secret : <span ng-hide="codeCommandeVisible">********</span> <span ng-show="codeCommandeVisible">{{livraison.commande.codeCommande}}</span> </p> <p class="item item-icon-left" > <i class="icon ion-levels"></i> Etat :{{livraison.commande.etatCommande.libelle}} </p> <p class="item item-icon-left" > <i class="icon ion-calendar"></i> Date :{{livraison.commande.dateCommande|date:'dd/MM/yyyy H:mm:ss':'+GMT'}} </p> <p ng-repeat="detailCommande in livraison.commande.detailCommandes track by detailCommande.id|orderBy:detailCommande.prix:false" class="item item-icon-left" > <i class="icon ion-android-restaurant"></i> {{detailCommande.plat.nom}} <span class="montant">({{detailCommande.quantite}}) x {{detailCommande.prix|montant}}</span> </p> <div class="row item"> <h2>MONTANT</h2> <strong class="montant">{{livraison.commande.totalCommande|montant}}</strong> </div> <button class="button button-block button-balanced" ng-click="livrer(livraison)">Livrer</button> </div> </ion-content> </ion-view>
404.html
jordanfaison/jordanfaison.github.io
<!DOCTYPE html> <html lang="en"> <!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--> <!--[if IE 8]> <html class="ie8" lang="en"> <![endif]--> <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>Jordan Faison | Feedback</title> <meta name="description" content="About - Jordan Faison"> <meta name="keywords" content="Jordan Faison, Eletrical Engineer, Solidworks Associate"> <meta name="author" content="jordanfaison"> <!-- Preloader --> <link href="assets/custom/2.2.0/css/preloader.css" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <!-- CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous" media="screen"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <link href="assets/vendor/flaticons/flaticon.min.css?v=29022016" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <link href="assets/vendor/hover/css/hover-min.css?v=2.0.2" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <link href="assets/vendor/mfp/css/magnific-popup.min.css?v=1.1.0" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <link href="assets/vendor/owl-carousel/assets/owl.carousel.min.css?v=2.1.0" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <!-- Custom styles --> <link href="assets/custom/2.2.0/css/style.css" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <link href="assets/custom/2.2.0/css/layouts/samuel.css" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> <link href="assets/custom/2.2.0/css/colors/default.css" id="color-styles" property='stylesheet' rel="stylesheet" type="text/css" media="screen"/> </head> <body id="samuel" class="boxed"> <!--Pre-Loader--> <div id="preloader"></div> <header> <section id="top-navigation" class="container-fluid nopadding"> <div class="row nopadding ident ui-bg-color01"> <!-- Photo --> <a href="index.html"> <div class="col-md-4 vc-photo photo-01">&nbsp;</div> </a> <!-- /Photo --> <div class="col-md-8 vc-name nopadding"> <!-- Name-Position --> <div class="row nopadding name"> <div class="col-md-10 name-title"><h1 class="font-accident-two-extralight">Jordan Faison</h1></div> <div class="col-md-2 nopadding name-pdf"> <a href="https://drive.google.com/open?id=0B-xtiZr0ljBnZGNnRjY1S1p5ams" class="hvr-sweep-to-right"><i class="flaticon-download149" title="Download Resume.pdf"></i></a> </div> </div> <div class="row nopadding position"> <div class="col-md-10 position-title"> <section class="cd-intro"> <h2 class="cd-headline clip is-full-width font-accident-two-light"> <span>The experienced </span> <span class="cd-words-wrapper"> <b class="is-visible">Eletrical Engineer</b> <b>CAD Designer</b> <b>Solidworks Associate</b> </span> </h2> </section> </div> <div class="col-md-2 nopadding pdf"> <a href="https://www.linkedin.com/in/jordanfaison/" class="hvr-sweep-to-right"><i class="flaticon-linkedin22" title="Linkedin"></i></a> </div> </div> <!-- /Name-Position --> <!-- Main Navigation --> <ul id="nav" class="row nopadding cd-side-navigation"> <li class="col-xs-4 col-sm-2 nopadding menuitem ui-menu-color01" data-animation-duration="1000" data-animation-delay="100"> <a href="index.html" class="hvr-sweep-to-bottom"><i class="flaticon-insignia"></i><span>home</span></a> </li> <li class="col-xs-4 col-sm-2 nopadding menuitem ui-menu-color02" data-animation-duration="1000" data-animation-delay="300"> <a href="resume.html" class="hvr-sweep-to-bottom"><i class="flaticon-graduation61"></i><span>resume</span></a> </li> <li class="col-xs-4 col-sm-2 nopadding menuitem ui-menu-color03" data-animation-duration="1000" data-animation-delay="500"> <a href="portfolio-4-col.html" class="hvr-sweep-to-bottom"><i class="flaticon-book-bag2"></i><span>portfolio</span></a> </li> <li class="col-xs-4 col-sm-2 nopadding menuitem ui-menu-color04" data-animation-duration="1000" data-animation-delay="700"> <a href="contacts.html" class="hvr-sweep-to-bottom"><i class="flaticon-placeholders4"></i><span>contacts</span></a> </li> <li class="col-xs-4 col-sm-2 nopadding menuitem ui-menu-color05" data-animation-duration="1000" data-animation-delay="900"> <a href="feedback.html" class="hvr-sweep-to-bottom"><i class="flaticon-earphones18"></i><span>feedback</span></a> </li> <li class="col-xs-4 col-sm-2 nopadding menuitem ui-menu-color06" data-animation-duration="1000" data-animation-delay="1100"> <a href="more.html" class="hvr-sweep-to-bottom"><i class="flaticon-sign"></i><span>More to come</span></a> </li> </ul> <!-- /Main Navigation --> </div> </div> </section> </header> <!-- Container --> <div class="content-wrap"> <div id="feedback" class="inner-content"> <section id="page-title" class="inner-section ui-menu-color06"> <div class="container-fluid nopadding"> <h2 class="font-accident-two-bold color01" data-animation-origin="right" data-animation-duration="400" data-animation-delay="100" data-animation-distance="50px">404 Error</h2> <h4 class="font-accident-two-light color01 uppercase subtitle" data-animation-origin="right" data-animation-duration="400" data-animation-delay="200" data-animation-distance="50px">Don't fret we're not quite done here yet</h4> <p class="small color01" data-animation-origin="right" data-animation-duration="400" data-animation-delay="300" data-animation-distance="50px"> If you think you reached this page in error, you can also ... </p> <p class="small color01" data-animation-origin="right" data-animation-duration="400" data-animation-delay="300" data-animation-distance="50px">Click your browser's Refresh button to try reconnecting to the requested page. </p> <p class="small color01" data-animation-origin="right" data-animation-duration="400" data-animation-delay="300" data-animation-distance="50px">Check the spelling of the URL to make sure the address is correct (capitalization and punctuation are important). </p> <p class="small color01" data-animation-origin="right" data-animation-duration="400" data-animation-delay="300" data-animation-distance="50px">Click your browser's Back button to return to the previous page. </p> </div> </div> <section id="Downloads" > <footer class="padding-50 dark ui-bg-color01" data-animation-origin="top" data-animation-duration="500" data-animation-delay="800" data-animation-distance="50px"> <div class="container-fluid nopadding"> <div class="row"> <div class="col-sm-3"> <h5 class="font-accident-two-bold uppercase">Location</h5> <p class="inline-block"> Lakeland, Florida </p> <div class="divider-dynamic"></div> </div> <div class="col-sm-3 cv-link"> <h5 class="font-accident-two-bold uppercase">Downloads</h5> <div class="dividewhite1"></div> <a href="https://drive.google.com/open?id=0B-xtiZr0ljBnZGNnRjY1S1p5ams"><i class="fa fa-long-arrow-down" aria-hidden="true"></i>Resume</a> <p class="inline-block"> The files are .pdf format. Use the Adobe Reader to open it. </p> <div class="divider-dynamic"></div> </div> <div class="col-sm-3"> <h5 class="font-accident-two-bold uppercase">Contact Me</h5> <div class="dividewhite1"></div> <a href="emailto:jordanfaison@ieee.org"><i class="fa fa-long" aria-hidden="false"></i>jordanfaison@ieee.org</a> <div class="divider-dynamic"></div> </div> <div class="col-sm-3"> <h5 class="font-accident-two-bold uppercase">Follow me</h5> <div class="follow"> <ul class="list-inline social"> <li><a target="_blank" href="https://www.linkedin.com/in/jordanfaison/" class="rst-icon-linkedin"><i class="fa fa-linkedin"></i></a></li> <li><a target="_blank" href="https://github.com/jordanfaison" class="rst-icon-github"><i class="fa fa-github"></i></a></li> <li><a target="_blank" href="https://www.facebook.com/jordanfaison7" class="rst-icon-facebook"><i class="fa fa-facebook"></i></a></li> <li><a target="_blank" href="https://www.instagram.com/just4jordan/" class="rst-icon-instagram"><i class="fa fa-instagram"></i></a></li> </ul> </div> <div class="divider-dynamic"></div> </div> </div> <div class="dividewhite1"></div> <div class="row"> <div class="col-md-12 copyrights"> <p>© 2017 Jordan Faison</p> </div> </div> </div> </footer> </section> <!-- Back to Top --> <div id="back-top"></div> <!-- /Back to Top --> <!-- JS --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://npmcdn.com/imagesloaded@4.1/imagesloaded.pkgd.min.js"></script> <script src="https://unpkg.com/isotope-layout@3.0/dist/isotope.pkgd.min.js"></script> <script src="https://unpkg.com/scrollreveal@3.3.2/dist/scrollreveal.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script> <script src="assets/vendor/mfp/js/jquery.magnific-popup.min.js?v=1.1.0" type="text/javascript"></script> <script src="assets/vendor/progressbar/progressbar.min.js?v=1.0.1" type="text/javascript"></script> <script src="assets/vendor/anicounter/jquery.counterup.min.js?v=1.0" type="text/javascript"></script> <script src="assets/vendor/pjax/jquery.pjax.min.js?v=1.9.6" type="text/javascript"></script> <script src="assets/vendor/owl-carousel/owl.carousel.min.js?v=2.1.0" type="text/javascript"></script> <script src="assets/vendor/headlines/headlines.min.js?v=1.0" type="text/javascript"></script> <!-- Custom scripts --> <script src="assets/custom/2.2.0/js/animation.js" type="text/javascript"></script> <script src="assets/custom/2.2.0/js/custom.js" type="text/javascript"></script> </body> </html>
Report/Price Breakout/WalkForward-SharpeRatio/montecarlo.html
Soul-Master/BullishBear
<HTML><HEAD> <TITLE>Price Breakout - Out-of-Sample summary - Backtest Report</TITLE><STYLE> <!-- BODY { font-family:"Tahoma,Arial,Helvetica,Sans Serif"; font-size:8pt; } TD { font-size:8pt; text-align: right; white-space: nowrap; } TH { font-size:8pt; text-align: left; font-weight: normal; } .CH { text-align: right; font-weight:bold; } .CHL { text-align: left; font-weight:bold; } .BIG { font-size:10pt; font-weight:bold; text-align: center; } .TAB { font-size:10pt; text-align: center; text-color:#CCCCCC; } .SELTAB { font-size:10pt; font-weight:bold; text-align: center; text-color:#000000; } .good { color:#006600; } .bad { color:#880000; } .neut { color:#000088; } a:active { background-color:#DDDDFF; } --> </STYLE> <SCRIPT> var curPart = 0; function showPart( i ) { document.getElementById("part" + curPart ).style.display = "none"; document.getElementById("part" + i ).style.display = ""; curPart = i; } </SCRIPT> </HEAD> <BODY> <DIV ALIGN=CENTER><FONT class='TAB'><a href='stats.html'>Statistics</a> | <a href='charts.html'>Charts</a> | <a href='trades.html'>Trades</a> | <a href='formula.html'>Formula</a> | <a href='settings.html'>Settings</a> | <a href='symbols.html'>Symbols</a> | <a href='montecarlo.html'><FONT class='SELTAB'>Monte Carlo</FONT></a></FONT></DIV><br> <TABLE CELLSPACING=0 CELLPADDING=2 WIDTH=100%> <TR bgcolor="#DDDDDD"><TH COLSPAN=5 CLASS="BIG" >Monte Carlo</TH></TR> </TABLE><TABLE CELLSPACING=3 WIDTH=100%> <TR><TH>&nbsp;</TH><TH class='CH'>Final Equity</TH><TH class='CH'>Annual Return</TH><TH class='CH'>Max. Drawdown $</TH><TH class='CH'>Max. Drawdown %</TH><TH class='CH'>Lowest Eq.</TH></TR> <TR><TH>1%</TH><TD>4839675</TD><TD>15.43%</TD><TD>117009</TD><TD>3.86%</TD><TD>801984</TD></TR><TR><TH>5%</TH><TD>5719573</TD><TD>17.19%</TD><TD>132439</TD><TD>4.71%</TD><TD>880811</TD></TR><TR><TH>10%</TH><TD>6187019</TD><TD>18.03%</TD><TD>143489</TD><TD>5.53%</TD><TD>906330</TD></TR><TR><TH>25%</TH><TD>7007425</TD><TD>19.38%</TD><TD>163219</TD><TD>6.83%</TD><TD>945035</TD></TR><TR><TH>50%</TH><TD>7864028</TD><TD>20.64%</TD><TD>190206</TD><TD>8.69%</TD><TD>977415</TD></TR><TR><TH>75%</TH><TD>8949965</TD><TD>22.07%</TD><TD>226997</TD><TD>11.36%</TD><TD>995465</TD></TR><TR><TH>90%</TH><TD>10076748</TD><TD>23.39%</TD><TD>272710</TD><TD>14.49%</TD><TD>1000000</TD></TR><TR><TH>95%</TH><TD>10708730</TD><TD>24.07%</TD><TD>302489</TD><TD>17.20%</TD><TD>1000000</TD></TR><TR><TH>99%</TH><TD>12277117</TD><TD>25.63%</TD><TD>376635</TD><TD>23.64%</TD><TD>1000000</TD></TR></TABLE><P></P> <P><FONT class='BIG'>MC Min/Max Equity</FONT></P><P ALIGN=CENTER><IMG SRC='mc1.png'></P> <P><FONT class='BIG'>MC Final Equity</FONT></P><P ALIGN=CENTER><IMG SRC='mc2.png'></P> <P><FONT class='BIG'>MC CAR</FONT></P><P ALIGN=CENTER><IMG SRC='mc3.png'></P> <P><FONT class='BIG'>MC Drawdown %</FONT></P><P ALIGN=CENTER><IMG SRC='mc4.png'></P> <P><FONT class='BIG'>MC Drawdown $</FONT></P><P ALIGN=CENTER><IMG SRC='mc5.png'></P> <P><FONT class='BIG'>MC Lowest Equity</FONT></P><P ALIGN=CENTER><IMG SRC='mc6.png'></P> </BODY></HTML>
src/css/components/container/container.css
aptuitiv/cacao
/* ========================================================================== Container ========================================================================== */ /** @define Container */ /** * Used as a page container that will keep it's content constrained to a * certain width. */ :root { --Container-width: 1200px; } /** * Fluid and centered by default. * * 1. Ensure that the container width includes margins & padding. */ .Container { box-sizing: border-box; /* 1 */ margin-left: auto; margin-right: auto; max-width: var(--Container-width); } /** * Modifier: Non-fluid, fixed container */ .Container--widthFixed { width: var(--Container-width); } /** * Modifier: Position container to the left */ .Container--alignLeft { margin-left: 0; } /** * Modifier: Position container to the right */ .Container--alignRight { margin-right: 0; }
multiseek/templates/multiseek/multiseek_head.html
mpasternak/django-multiseek
{% load static %} {# Please include jquery, jquery-ui and jqueryui-datepicker before #} <script> /* multiseek.js needs that to be set before */ djangoLanguageCode = '{{ LANGUAGE_CODE }}'; // currently hard-coded, but could be parametrized in the future, those // settings are used for Foundation datepicker, to enforce date format. multiseekDateFormat = 'yyyy-mm-dd'; multiseekDateWeekStart = 1; </script> <script src="{% static "multiseek/js/multiseek.js" %}" type="text/javascript"></script>
content_ga5/consumer-experience-javascript-chat-onstate.html
LivePersonInc/dev-hub
<!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>onState | 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="onState">{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 SDK</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-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-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="active 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-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="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-engagement-history-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">onState</h1> </div> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-96175782-1', 'auto'); ga('send', 'pageview'); </script> <div class="post-content"> <p>This is the current chat state.</p> <div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="nt">"state"</span><span class="p">:</span><span class="s2">"chatting"</span><span class="w"> </span><span class="p">,</span><span class="w"> </span><span class="nt">"time"</span><span class="p">:</span><span class="s2">"2013-05-23T20:00:11.250-04:00"</span><span class="w"> </span><span class="p">}</span><span class="w"> </span></code></pre> </div> <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: Apr 19, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
themes/re-elect-jay-arnold-to-kirkland-city-council-60492031c2948005aff814c1/pages_show_endorsement_wide.html
votejayarnold/NationBuilder
{% include "breadcrumbs" %} {% if page.headline.size > 0 %} <h2 class="headline">{{ page.headline }}</h2> {% endif %} <div id="content"> <div class="left"> {% if page.endorsement.intro.size > 0 %} <div id="intro" class="intro"> {{ page.endorsement.intro }} </div> {% endif %} {% if page.endorsement.content.size > 0 %} <div id="endorsement-content"> {{ page.endorsement.content }} </div> {% endif %} {% if page.endorsement.has_goal? %} {% assign thermo_width = 100 %} <div class="clearfix padbottom"> <div class="progress" style="width: {{ thermo_width }}%;"> <div class="bar bar-success" style="width: {{ page.endorsement.percent_of_goal | times:100 }}%;"> {% if page.endorsement.endorsements_count < 2 %} <div class="bar-text">JUST STARTED</div> {% else %} <div class="bar-text">{{ page.endorsement.endorsements_count | number_with_commas }} endorsements</div> {% endif %} </div> </div> <div class="bar-goal">Goal: {{ page.endorsement.goal | number_with_commas }} endorsements</div> </div> {% elsif page.endorsement.endorsements_count > 4 %} <p>Goal: <strong>{{ page.endorsement.endorsements_count | number_with_commas }} endorsements</strong></p> {% endif %} </div> <div class="right"> {% if page.endorsement.is_signed? %} {% form_for endorsement %} <div class="form-wrap"> <div class="form"> <h3 class="padbottommore">Thank you for signing!</h3> <div class="form-errors">{% error_messages_for endorsements %}</div> {% if page.is_commentable? %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_content">Change your comment</label>{% text_area "content", class:"textarea" %} </div> </div> {% endif %} {% if page.endorsement.is_image? %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_image">Upload a {% if page.endorsement.require_organization? %}logo{% else %}picture{% endif %} (140x140)</label>{% file_field "image", class:"file" %} </div> </div> {% if endorsement.has_image? %} <div class="row-fluid"> <div class="span12"><img src="{{ endorsement.large_square_image_url }}" width="140" height="140" border="0"/> </div> </div> {% endif %} {% endif %} {% if page.is_commentable? %} {% submit_tag "Update endorsement", class:"button submit-button" %} {% endif %} {{ page.endorsement.current_endorsement | delete_link message: "Remove endorsement" class_name: "button destroy-link" }} <div class="form-submit"></div> </div> </div> {% endform_for %} {% else %} {% form_for endorsement %} <div class="form-wrap"> <div class="form"> {% if request.sorta_logged_in? %} <h4 class="padbottommore">Hi {{ request.current_signup.name_or_email }}, will {% if page.endorsement.require_organization? %}your organization{% else %}you{% endif %} endorse?</h4> {% if request.logged_in? == false %} <div class="padbottommore"> If you're not {{ request.current_signup.name_or_email }}, <a href="{{ request.current_signup.logout_url }}">click here</a>. </div> {% endif %} {% else %} <h4 class="padbottommore">Will {% if page.endorsement.require_organization? %}your organization{% else %}you{% endif %} endorse?</h4> {% endif %} <div class="form-errors">{% error_messages_for endorsement %}</div> {% if page.endorsement.require_organization? %} {% if page.endorsement.is_organization? %} <div class="row-fluid"> <div class="span6"> <label for="endorsement_employer">Organization / Company</label>{% text_field "employer", class:"text" %} </div> <div class="span6"> <label for="endorsement_occupation">Your Title</label>{% text_field "occupation", class:"text" %} </div> </div> <div class="row-fluid"> <div class="span12"> <label for="endorsement_is_organization" class="checkbox">{% check_box "is_organization", class:"checkbox" %} My organization is making the endorsement</label> </div> </div> {% endif %} {% if request.sorta_logged_in? == false or request.current_signup.has_name? == false %} <div class="row-fluid"> <div class="span6"> <label for="endorsement_first_name">First Name</label>{% text_field "first_name", class:"text" %} </div> <div class="span6"><label for="endorsement_last_name">Last Name</label>{% text_field "last_name", class:"text" %} </div> </div> {% endif %} {% else %} {% if request.sorta_logged_in? == false or request.current_signup.has_name? == false %} <div class="row-fluid"> <div class="span6"> <label for="endorsement_first_name">First Name</label>{% text_field "first_name", class:"text" %} </div> <div class="span6"><label for="endorsement_last_name">Last Name</label>{% text_field "last_name", class:"text" %}</div> </div> {% endif %} {% endif %} {% if request.sorta_logged_in? == false %} <div class="row-fluid"> <div class="span6"><label for="endorsement_email">Email</label>{% email_field "email", class:"text" %}</div> {% if site.ask_for_mobiles? %} <div class="span6"> <label for="endorsement_mobile_number">Mobile phone (optional)</label>{% phone_field "mobile_number", class:"text" %} </div> {% endif %} </div> {% unless page.show_consent_form? %} <div class="row-fluid"> <div class="span6"> <label for="endorsement_email_opt_in" class="checkbox">{% check_box "email_opt_in", class:"checkbox" %} Send me email updates</label> </div> {% if site.ask_for_mobiles? %} <div class="span6"> <label for="endorsement_mobile_opt_in" class="checkbox">{% check_box "mobile_opt_in", class:"checkbox" %} Send me text message updates</label> </div> {% endif %} </div> {% endunless %} {% endif %} {% if page.endorsement.is_organization? and page.endorsement.require_organization? == false %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_employer">Organization / Company (optional)</label>{% text_field "employer", class:"text" %} </div> </div> <div class="row-fluid"> <div class="span12"> <label for="endorsement_occupation">Your Title (optional)</label>{% text_field "occupation", class:"text" %} </div> </div> <div class="row-fluid"> <div class="span12"> <label for="endorsement_is_organization" class="checkbox">{% check_box "is_organization", class:"checkbox" %} My organization is making the endorsement</label> </div> </div> {% endif %} {% if page.endorsement.is_phone? %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_phone_number">Phone</label>{% phone_field "phone_number", class:"text" %} </div> </div> {% endif %} {% if page.endorsement.is_address? %} {% if request.sorta_logged_in? == false or request.current_signup.has_full_address? == false %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_submitted_address">Address (Street, City, State, Postal code)</label>{% text_field "submitted_address", class:"text" %} </div> </div> {% endif %} {% endif %} {% if page.is_commentable? %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_content">Comments (optional)</label>{% text_area "content", class:"textarea" %} </div> </div> {% endif %} {% if page.endorsement.is_image? %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_image">Upload a {% if page.endorsement.require_organization? %}logo{% else %}picture{% endif %} (140x140)</label>{% file_field "image", class:"file" %} </div> </div> {% endif %} {% if page.endorsement.is_volunteer? and site.ask_for_volunteers? %} {% if request.sorta_logged_in? == false or request.current_signup.is_volunteer == false %} <div class="row-fluid"> <div class="span12"> <label for="endorsement_is_volunteer" class="checkbox">{% check_box "is_volunteer", class:"checkbox" %} I want to volunteer</label> </div> </div> {% endif %} {% endif %} {% if page.show_consent_form? %} {% include "consent_form" %} {% endif %} {% submit_tag "Add endorsement", class:"button submit-button" %} <div class="form-submit"></div> </div> </div> {% endform_for %} {% if page.text_keyword_instructions.size > 0 %} <div class="padbottom padtopmore"> or {{ page.text_keyword_instructions }} </div> {% endif %} {% endif %} </div> {% if page.tags_count > 0 %} <div id="page-tags" class="page-tags"> {% include "page_tags" with page %} </div> {% endif %} <div class="like-page"> <strong>Like this to spread the word:</strong> {% include "like_page" %} </div> {% if page.endorsement.featured_endorsements.size > 0 %} <div class="padtop"><h4>Featured endorsements</h4></div> {% if page.endorsement.is_image? %} {% if page.endorsement.featured_endorsements_with_images.size > 0 %} <div class="padtop"> {% for endorsement in page.endorsement.featured_endorsements_with_images %} <img src="{{ endorsement.large_square_image_url }}" border="0" width="140" height="140"> {% endfor %} </div> {% endif %} <div class="padtop"> {% if page.endorsement.featured_endorsements_without_images.size > 0 %} {% for endorsement in page.endorsement.featured_endorsements_without_images %} {% if endorsement.is_organization? %} <span class="endorser"> {% if endorsement.signup.employer.size > 0 %} <span class="employer">{{ endorsement.signup.employer }}</span> - {% endif %} {{ endorsement.signup.published_name_linked }}{% if endorsement.signup.occupation.size > 0 %}, {{ endorsement.signup.occupation }} {% endif %} &nbsp;&middot;&nbsp;</span> {% else %} <span class="endorser">{{ endorsement.signup.published_name_linked }} &nbsp;&middot;&nbsp;</span> {% endif %} {% endfor %} {% endif %} </div> {% else %} <div class="padtop"> {% for endorsement in page.endorsement.featured_endorsements %} {% if endorsement.is_organization? %} {{ endorsement.signup.employer }} - {{ endorsement.signup.published_name_linked }}, {{ endorsement.signup.occupation }} {% else %} {{ endorsement.signup.published_name_linked }} {% endif %} {% endfor %} </div> {% endif %} {% endif %} {% if page.show_stream? %} {% include "page_stream" %} {% endif %} </div>
docs/com/google/android/gms/analytics/Tracker.html
anas-ambri/androidcompat
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <title>Tracker | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto+Condensed"> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="/assets/css/default.css?v=5" rel="stylesheet" type="text/css"> <!-- JAVASCRIPT --> <script src="//www.google.com/jsapi" type="text/javascript"></script> <script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "/"; var metaTags = []; var devsite = false; </script> <script src="/assets/js/docs.js?v=3" type="text/javascript"></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-5831155-1', 'android.com'); ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker); ga('send', 'pageview'); ga('universal.send', 'pageview'); // Send page view for new tracker. </script> </head> <body class="gc-documentation google develop reference" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- dialog to prompt lang pref change when loaded from hardcoded URL <div id="langMessage" style="display:none"> <div> <div class="lang en"> <p>You requested a page in English, would you like to proceed with this language setting?</p> </div> <div class="lang es"> <p>You requested a page in Spanish (Español), would you like to proceed with this language setting?</p> </div> <div class="lang ja"> <p>You requested a page in Japanese (日本語), would you like to proceed with this language setting?</p> </div> <div class="lang ko"> <p>You requested a page in Korean (한국어), would you like to proceed with this language setting?</p> </div> <div class="lang ru"> <p>You requested a page in Russian (Русский), would you like to proceed with this language setting?</p> </div> <div class="lang zh-cn"> <p>You requested a page in Simplified Chinese (简体中文), would you like to proceed with this language setting?</p> </div> <div class="lang zh-tw"> <p>You requested a page in Traditional Chinese (繁體中文), would you like to proceed with this language setting?</p> </div> <a href="#" class="button yes" onclick="return false;"> <span class="lang en">Yes</span> <span class="lang es">Sí</span> <span class="lang ja">Yes</span> <span class="lang ko">Yes</span> <span class="lang ru">Yes</span> <span class="lang zh-cn">是的</span> <span class="lang zh-tw">没有</span> </a> <a href="#" class="button" onclick="$('#langMessage').hide();return false;"> <span class="lang en">No</span> <span class="lang es">No</span> <span class="lang ja">No</span> <span class="lang ko">No</span> <span class="lang ru">No</span> <span class="lang zh-cn">没有</span> <span class="lang zh-tw">没有</span> </a> </div> </div> --> <!-- Header --> <div id="header-wrapper"> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="/index.html"> <img src="/assets/images/dac_logo.png" srcset="/assets/images/dac_logo@2x.png 2x" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="/design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="/develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="/distribute/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="/about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <div class="header">Language</div> <div id="language" class="locales"> <select name="language" onChange="changeLangPref(this.value, true)"> <option value="en">English</option> <option value="es">Español</option> <option value="ja">日本語</option> <option value="ko">한국어</option> <option value="ru">Русский</option> <option value="zh-cn">中文(简体)</option> <option value="zh-tw">中文(繁體)</option> </select> </div> <script type="text/javascript"> <!-- loadLangPref(); //--> </script> <br class="clearfix" /> </div><!-- end 'mid' --> <div class="bottom"></div> </div><!-- end 'moremenu' --> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '/')" onkeyup="return search_changed(event, false, '/')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div><!-- end search-inner --> </div><!-- end search-container --> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> <div class="child-card samples no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div><!-- end menu-container (search and menu widget) --> <!-- Expanded quicknav --> <div id="quicknav" class="col-13"> <ul> <li class="about"> <ul> <li><a href="/about/index.html">About</a></li> <li><a href="/wear/index.html">Wear</a></li> <li><a href="/tv/index.html">TV</a></li> <li><a href="/auto/index.html">Auto</a></li> </ul> </li> <li class="design"> <ul> <li><a href="/design/index.html">Get Started</a></li> <li><a href="/design/devices.html">Devices</a></li> <li><a href="/design/style/index.html">Style</a></li> <li><a href="/design/patterns/index.html">Patterns</a></li> <li><a href="/design/building-blocks/index.html">Building Blocks</a></li> <li><a href="/design/downloads/index.html">Downloads</a></li> <li><a href="/design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="/training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="/guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="/reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="/sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> </li> <li><a href="/google/index.html">Google Services</a> </li> <li><a href="/samples/index.html">Samples</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="/distribute/googleplay/index.html">Google Play</a></li> <li><a href="/distribute/essentials/index.html">Essentials</a></li> <li><a href="/distribute/users/index.html">Get Users</a></li> <li><a href="/distribute/engage/index.html">Engage &amp; Retain</a></li> <li><a href="/distribute/monetize/index.html">Monetize</a></li> <li><a href="/distribute/analyze/index.html">Analyze</a></li> <li><a href="/distribute/tools/index.html">Tools &amp; Reference</a></li> <li><a href="/distribute/stories/index.html">Developer Stories</a></li> </ul> </li> </ul> </div><!-- /Expanded quicknav --> </div><!-- end header-wrap.wrap --> </div><!-- end header --> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap" style="position:relative;z-index:1"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="/training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="/guide/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="/reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="/sdk/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="/google/index.html" >Google Services</a> </li> <li class="samples"><a href="/samples/index.html" >Samples</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav DEVELOP --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> </div> <!--end header-wrapper --> <div id="sticky-header"> <div> <a class="logo" href="#top"></a> <a class="top" href="#top"></a> <ul class="breadcrumb"> <li class="current">Tracker</li> </ul> </div> </div> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav" class="scroll-pane"> <ul id="nav"> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/index.html"> <span class="en">Overview</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/games.html"> <span class="en">Games</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/location.html"> <span class="en">Location</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/plus.html"> <span class="en">Google+</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/maps.html"> <span class="en">Maps</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/drive.html"> <span class="en">Drive</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/cast.html"> <span class="en">Cast</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play-services/ads.html"> <span class="en">Ads</span></a> </div> <ul> <li><a href="/google/play-services/id.html"> <span class="en">Advertising ID</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/play-services/wallet.html"> <span class="en">Wallet</span> </a></div> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/safetynet/index.html"> <span class="en">SafetyNet</span> </a></div> <ul> <li> <a href="/google/play/safetynet/start.html"> <span class="en">Getting Started</span> </a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play-services/index.html"> <span class="en">Google Play Services</span></a> </div> <ul> <li><a href="/google/play-services/setup.html"> <span class="en">Setting Up Google Play Services</span></a> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/auth/api-client.html"> <span class="en">Accessing Google APIs</span></a> </div> <ul> <li> <a href="/google/auth/http-auth.html"> <span class="en">Authorizing with Google for REST APIs</span> </a> </li> </ul> </li> <li id="gms-tree-list" class="nav-section"> <div class="nav-section-header"> <a href="/reference/gms-packages.html"> <span class="en">Reference</span> </a> <div> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/billing/index.html" zh-cn-lang="应用内结算"> <span class="en">Google Play In-app Billing</span></a> </div> <ul> <li><a href="/google/play/billing/billing_overview.html" zh-cn-lang="应用内结算概述"> <span class="en">Overview</span></a> </li> <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html" zh-cn-lang="应用内结算 API"> <span class="en">Version 3 API</span></a></div> <ul> <li><a href="/google/play/billing/billing_integrate.html"> <span class="en">Implementing the API</span></a></li> <li><a href="/google/play/billing/billing_reference.html"> <span class="en">Reference</span></a></li> </ul> </li> <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html"> <span class="en">Version 2 API</span></a></div> <ul> <li><a href="/google/play/billing/v2/billing_integrate.html"> <span class="en">Implementing the API</span></a></li> <li><a href="/google/play/billing/v2/billing_subscriptions.html"> <span class="en">Subscriptions</span></a></li> <li><a href="/google/play/billing/v2/billing_reference.html"> <span class="en">Reference</span></a></li> </ul> </li> <li><a href="/google/play/billing/billing_subscriptions.html"> <span class="en">Subscriptions</span></a> </li> <li><a href="/google/play/billing/billing_best_practices.html" zh-cn-lang="安全性和设计"> <span class="en">Security and Design</span></a> </li> <li><a href="/google/play/billing/billing_testing.html" zh-cn-lang="测试应用内结算"> <span class="en">Testing In-app Billing</span></a> </li> <li><a href="/google/play/billing/billing_admin.html" zh-cn-lang="管理应用内结算"> <span class="en">Administering In-app Billing</span></a> </li> <li><a href="/google/play/billing/versions.html"> <span class="en">Version Notes</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/gcm/index.html"> <span class="en">Google Cloud Messaging</span></a> </div> <ul> <li><a href="/google/gcm/gcm.html"> <span class="en">Overview</span></a> </li> <li><a href="/google/gcm/gs.html"> <span class="en">Getting Started</span></a> </li> <li><a href="/google/gcm/client.html"> <span class="en">Implementing GCM Client</span></a> </li> <li class="nav-section"><div class="nav-section-header"><a href="/google/gcm/server.html"> <span class="en">Implementing GCM Server</span></a></div> <ul> <li><a href="/google/gcm/ccs.html"> <span class="en">CCS (XMPP)</span></a></li> <li><a href="/google/gcm/http.html"> <span class="en">HTTP</span></a></li> </ul> </li> <li><a href="/google/gcm/server-ref.html"> <span class="en">Server Reference</span></a> </li> <li><a href="/google/gcm/notifications.html"> <span class="en">User Notifications</span></a> </li> <li><a href="/google/gcm/c2dm.html"> <span class="en">Migration</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header empty"><a href="/google/gcs/index.html"> <span class="en">Google Cloud Save</span></a> </div> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/dist.html"> <span class="en">Google Play Distribution</span></a> </div> <ul> <li><a href="/google/play/filters.html"> <span class="en">Filters on Google Play</span></a> </li> <li><a href="/google/play/billing/gp-purchase-status-api.html"> <span class="en">Google Play Developer API</span></a> </li> <li><a href="/google/play/publishing/multiple-apks.html"> <span class="en">Multiple APK Support</span></a> </li> <li><a href="/google/play/expansion-files.html"> <span class="en">APK Expansion Files</span></a> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/play/licensing/index.html"> <span class="en">Application Licensing</span></a> </div> <ul> <li><a href="/google/play/licensing/overview.html"> <span class="en">Licensing Overview</span></a> </li> <li><a href="/google/play/licensing/setting-up.html"> <span class="en">Setting Up for Licensing</span></a> </li> <li><a href="/google/play/licensing/adding-licensing.html"> <span class="en">Adding Licensing to Your App</span></a> </li> <li><a href="/google/play/licensing/licensing-reference.html"> <span class="en">Licensing Reference</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="/google/backup/index.html"> Android Backup Service</a> </div> <ul> <li><a href="/google/backup/signup.html"> Register</a> </li> </ul> </li> </ul> </li> </ul> <script type="text/javascript"> <!-- buildToggleLists(); changeNavLang(getLangPref()); //--> </script> </div> <script type="text/javascript"> showGoogleRefTree(); </script> </div> <!-- end side-nav --> <script> $(document).ready(function() { scrollIntoView("devdoc-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#pubmethods">Methods</a> &#124; <a href="#inhmethods">Inherited Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public class <h1 itemprop="name">Tracker</h1> extends Object<br/> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-"> <table class="jd-inheritance-table"> <tr> <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td> </tr> <tr> <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td> <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.analytics.Tracker</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">Composes and sends hits to Google Analytics. You can get an instance of this class by calling <code><a href="/reference/com/google/android/gms/analytics/GoogleAnalytics.html#newTracker(int)">newTracker(int)</a></code>. A Tracker must be initialized with a tracking id of an app profile before you can send any hits. Use this class to set values for measurement protocol parameters using the provided set methods. A param value set using <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#set(java.lang.String, java.lang.String)">set(String, String)</a></code> method is sent with all subsequent hits until you overwrite it with another value or clear it by setting it to <code>null</code>. You can also override it by specifying a different value in a <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#send(java.util.Map<java.lang.String, java.lang.String>)">send(Map<String, String>)</a></code> call. The values passed in the <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#send(java.util.Map<java.lang.String, java.lang.String>)">send(Map<String, String>)</a></code> are sent only with that hit. The following example uses the <code><a href="/reference/com/google/android/gms/analytics/HitBuilders.EventBuilder.html">HitBuilders.EventBuilder</a></code> helper class to build a param map to pass to the <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#send(java.util.Map<java.lang.String, java.lang.String>)">send(Map<String, String>)</a></code> method. <p> <pre> GoogleAnalytics analytics = GoogleAnalytics.getInstance(context); Tracker tracker = analytics.newTracker("UA-000-1"); // Send hits to tracker id UA-000-1 // All subsequent hits will be send with screen name = "main screen" tracker.setScreenName("main screen"); tracker.send(new HitBuilders.EventBuilder() .setCategory("UX") .setAction("click") .setLabel("submit") .build()); // Builder parameters can overwrite the screen name set on the tracker tracker.send(new HitBuilders.EventBuilder() .setCategory("UX") .setAction("click") .setLabel("help popup") .setScreenName("help popup dialog") .build());</pre> A <code><a href="/reference/com/google/android/gms/analytics/Tracker.html">Tracker</a></code> can also be initialized with configuration values from an XML resource file like this: <pre> Tracker tracker = analytics.newTracker(R.xml.tracker_config);</pre> Where R.xml.tracker_config is the resource id for an XML configuration file. The file should be stored in the app's res/xml/ directory and look like this: <p> <pre> &lt;?xml version="1.0" encoding="utf-8" ?&gt; &lt;resources&gt; &lt;string name="ga_trackingId"&gt;UA-0000-1&lt;/string&gt; &lt;string name="ga_sampleFrequency"&gt;100.0&lt;/string&gt; &lt;integer name="ga_sessionTimeout"&gt;1800&lt;/integer&gt; &lt;bool name="ga_autoActivityTracking"&gt;true&lt;/bool&gt; &lt;bool name="ga_anonymizeIp"&gt;false&lt;/bool&gt; &lt;bool name="ga_reportUncaughtExceptions"&gt;true&lt;/bool&gt; &lt;screenName name="com.example.MainActivity"&gt;Home Screen&lt;/screenName&gt; &lt;screenName name="com.example.SecondActivity"&gt;Second Screen&lt;/screenName&gt; &lt;/resources&gt;</pre> The following tracker configuration values can be specified: <ul> <li>ga_trackingId(string) - tracking id to send the reports to. Required.</li> <li>ga_sampleFrequency(string) - sampling rate in percents. Default is 100.0. It can be any value between 0.0 and 100.0.</li> <li>ga_autoActivityTracking(bool) - if true, views (Activities) will be tracked. Default is false.</li> <li>ga_anonymizeIp(bool) - if true, anonymizeIp will be set for each hit. Default is false.</li> <li>ga_reportUncaughtExceptions(bool) - if true, uncaught exceptions will be tracked. Default is false. NOTE: This value can only be set to true for a single Tracker. If specified for multiple Trackers, then the last one to be initialized will be used.</li> <li>ga_sessionTimeout(int) - time (in seconds) an app can stay in the background before a new session is started. Setting this to a negative number will result in a new session never being started. Default is 1800 seconds (30 minutes).</li> </ul> <p> If ga_autoActivityTracking is enabled, an alternate screen name can be specified to substitute for the full canonical <code><a href="/reference/android/app/Activity.html">Activity</a></code> class name. In order to specify an alternate screen name use an &lt;screenName&gt; element, with the name attribute specifying the full class name, and the screen name as element content. <pre> &lt;screenName name="com.example.MainActivity"&gt;Home Screen&lt;/screenName&gt;</pre> </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- ========== METHOD SUMMARY =========== --> <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#enableAdvertisingIdCollection(boolean)">enableAdvertisingIdCollection</a></span>(boolean enabled)</nobr> <div class="jd-descrdiv"> Sets whether the advertising id and ad targeting preference should be collected while sending hits to GA servers. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#enableAutoActivityTracking(boolean)">enableAutoActivityTracking</a></span>(boolean enabled)</nobr> <div class="jd-descrdiv"> Specify whether <code><a href="/reference/android/app/Activity.html">Activity</a></code> starts should automatically generate screen views from this <code><a href="/reference/com/google/android/gms/analytics/Tracker.html">Tracker</a></code>. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#enableExceptionReporting(boolean)">enableExceptionReporting</a></span>(boolean enable)</nobr> <div class="jd-descrdiv"> Enables or disables uncaught exception reporting for a given tracker. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> String</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#get(java.lang.String)">get</a></span>(String key)</nobr> <div class="jd-descrdiv"> Gets the model value for the given key. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#send(java.util.Map<java.lang.String, java.lang.String>)">send</a></span>(Map&lt;String,&nbsp;String&gt; params)</nobr> <div class="jd-descrdiv"> Merges the model values set on this Tracker via <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#send(java.util.Map<java.lang.String, java.lang.String>)">send(Map)</a></code> with <code>params</code> and generates a hit to be sent. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#set(java.lang.String, java.lang.String)">set</a></span>(String key, String value)</nobr> <div class="jd-descrdiv"> Sets the model value for the given key. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setAnonymizeIp(boolean)">setAnonymizeIp</a></span>(boolean anonymize)</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setAppId(java.lang.String)">setAppId</a></span>(String appId)</nobr> <div class="jd-descrdiv"> Sets the id of the App for analytics reports. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setAppInstallerId(java.lang.String)">setAppInstallerId</a></span>(String appInstallerId)</nobr> <div class="jd-descrdiv"> Sets the Installer Id of the App for analytics reports. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setAppName(java.lang.String)">setAppName</a></span>(String appName)</nobr> <div class="jd-descrdiv"> Sets the name of the App for analytics reports. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setAppVersion(java.lang.String)">setAppVersion</a></span>(String appVersion)</nobr> <div class="jd-descrdiv"> Sets the version identifier of the App for analytics reports. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setCampaignParamsOnNextHit(android.net.Uri)">setCampaignParamsOnNextHit</a></span>(Uri uri)</nobr> <div class="jd-descrdiv"> Includes the campaign parameters contained in the URI referrer in the next hit. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setClientId(java.lang.String)">setClientId</a></span>(String clientId)</nobr> <div class="jd-descrdiv"> Sets a particular client Id for the device. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setEncoding(java.lang.String)">setEncoding</a></span>(String encoding)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setHostname(java.lang.String)">setHostname</a></span>(String hostname)</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setLanguage(java.lang.String)">setLanguage</a></span>(String language)</nobr> <div class="jd-descrdiv"> Sets the language based on user's preferred locale. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setLocation(java.lang.String)">setLocation</a></span>(String location)</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setPage(java.lang.String)">setPage</a></span>(String page)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setReferrer(java.lang.String)">setReferrer</a></span>(String referrer)</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setSampleRate(double)">setSampleRate</a></span>(double sampleRate)</nobr> <div class="jd-descrdiv"> Set the sample rate for all hits generated by the app. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setScreenColors(java.lang.String)">setScreenColors</a></span>(String screenColors)</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setScreenName(java.lang.String)">setScreenName</a></span>(String screenName)</nobr> <div class="jd-descrdiv"> Set the screen name to be associated with all subsequent hits. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setScreenResolution(int, int)">setScreenResolution</a></span>(int width, int height)</nobr> <div class="jd-descrdiv"> Sets the screen resolution of the device. </div> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setSessionTimeout(long)">setSessionTimeout</a></span>(long sessionTimeout)</nobr> <div class="jd-descrdiv"> Specify the time (in seconds) an app can stay in the background before a new session is started. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setTitle(java.lang.String)">setTitle</a></span>(String title)</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setUseSecure(boolean)">setUseSecure</a></span>(boolean useSecure)</nobr> <div class="jd-descrdiv"> Sets whether hits should be sent securely over https. </div> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="/reference/com/google/android/gms/analytics/Tracker.html#setViewportSize(java.lang.String)">setViewportSize</a></span>(String viewportSize)</nobr> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="inhmethods" class="jd-sumtable"><tr><th> <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a> <div style="clear:left;">Inherited Methods</div></th></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" ><img id="inherited-methods-java.lang.Object-trigger" src="/assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From class java.lang.Object <div id="inherited-methods-java.lang.Object"> <div id="inherited-methods-java.lang.Object-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> Object</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">clone</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> boolean</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">equals</span>(Object arg0)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">finalize</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final Class&lt;?&gt;</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">getClass</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> int</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">hashCode</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notify</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">notifyAll</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> String</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">toString</span>()</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>()</nobr> </td></tr> <tr class=" api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0, int arg1)</nobr> </td></tr> <tr class="alt-color api apilevel-" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad">wait</span>(long arg0)</nobr> </td></tr> </table> </div> </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- Fields --> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <h2>Public Methods</h2> <A NAME="enableAdvertisingIdCollection(boolean)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">enableAdvertisingIdCollection</span> <span class="normal">(boolean enabled)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets whether the advertising id and ad targeting preference should be collected while sending hits to GA servers. The collection of advertising id and the ad targeting preference is disabled by default and needs to be turned on for mobile audience features and any other features that require advertising id.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>enabled</td> <td>true if the advertising information should be collected. False otherwise. </td> </tr> </table> </div> </div> </div> <A NAME="enableAutoActivityTracking(boolean)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">enableAutoActivityTracking</span> <span class="normal">(boolean enabled)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Specify whether <code><a href="/reference/android/app/Activity.html">Activity</a></code> starts should automatically generate screen views from this <code><a href="/reference/com/google/android/gms/analytics/Tracker.html">Tracker</a></code>.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>enabled</td> <td>True if screen views should be automatically generated. </td> </tr> </table> </div> </div> </div> <A NAME="enableExceptionReporting(boolean)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">enableExceptionReporting</span> <span class="normal">(boolean enable)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Enables or disables uncaught exception reporting for a given tracker. This method is equivalent to using 'ga_reportUncaughtExceptions' in the tracker configuration file. Note that as with the configuration setting, only the uncaught exceptions are reported using this method. </p></div> </div> </div> <A NAME="get(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public String </span> <span class="sympad">get</span> <span class="normal">(String key)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Gets the model value for the given key. Returns null if no model value has been set. </p></div> </div> </div> <A NAME="send(java.util.Map<java.lang.String, java.lang.String>)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">send</span> <span class="normal">(Map&lt;String,&nbsp;String&gt; params)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Merges the model values set on this Tracker via <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#send(java.util.Map<java.lang.String, java.lang.String>)">send(Map)</a></code> with <code>params</code> and generates a hit to be sent. The hit may not be dispatched immediately. Note that the hit type must set for the hit to be considered valid. More information on this can be found at http://goo.gl/HVIXHR.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>params</td> <td>map of hit data to values which are merged with the existing values which are already set (using <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#set(java.lang.String, java.lang.String)">set(String, String)</a></code>). Values in this map will override the values set earlier. The values in this map will not be reused for the subsequent hits. If you need to send a value in multiple hits, you can use the <code><a href="/reference/com/google/android/gms/analytics/Tracker.html#set(java.lang.String, java.lang.String)">set(String, String)</a></code> method. </td> </tr> </table> </div> </div> </div> <A NAME="set(java.lang.String, java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">set</span> <span class="normal">(String key, String value)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets the model value for the given key. All subsequent track or send calls will send this key-value pair along as well. To remove a particular field, simply set the value to null.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>key</td> <td>The key of the field that needs to be set. It starts with "&" followed by the parameter name. The complete list of fields can be found at http://goo.gl/M6dK2U.</td> </tr> <tr> <th>value</td> <td>A string value to be sent to Google servers. A null value denotes that the value should not be sent over wire. </td> </tr> </table> </div> </div> </div> <A NAME="setAnonymizeIp(boolean)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setAnonymizeIp</span> <span class="normal">(boolean anonymize)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setAppId(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setAppId</span> <span class="normal">(String appId)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets the id of the App for analytics reports. This value is populated by default using the information provided by the android package manager. This value is usually the package name used by the app.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>appId</td> <td>String representing the name of the app. </td> </tr> </table> </div> </div> </div> <A NAME="setAppInstallerId(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setAppInstallerId</span> <span class="normal">(String appInstallerId)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets the Installer Id of the App for analytics reports. This value is populated by default using the information provided by the android package manager and the play store.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>appInstallerId</td> <td>String representing the name of the app. </td> </tr> </table> </div> </div> </div> <A NAME="setAppName(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setAppName</span> <span class="normal">(String appName)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets the name of the App for analytics reports. This value is populated by default using the information provided by the android package manager.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>appName</td> <td>String representing the name of the app. </td> </tr> </table> </div> </div> </div> <A NAME="setAppVersion(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setAppVersion</span> <span class="normal">(String appVersion)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets the version identifier of the App for analytics reports. This value is populated by default using the information provided by the android package manager.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>appVersion</td> <td>String representing the version of the app. </td> </tr> </table> </div> </div> </div> <A NAME="setCampaignParamsOnNextHit(android.net.Uri)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setCampaignParamsOnNextHit</span> <span class="normal">(Uri uri)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Includes the campaign parameters contained in the URI referrer in the next hit. If there is no referrer, or the referrer does not contain campaign parameters, this method does not add anything to the next hit. <p>Use this method to track in-app events driven by advertising with deep linking campaigns.</p> <p>Valid campaign parameters are: <ul> <li>utm_id</li> <li>utm_campaign</li> <li>utm_content</li> <li>utm_medium</li> <li>utm_source</li> <li>utm_term</li> <li>dclid</li> <li>gclid</li> </ul> <p> Example: http://my.site.com/index.html?referrer=utm_source%3Dsource%26utm_campaign%3Dwow</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>uri</td> <td>the uri containing the referrer </td> </tr> </table> </div> </div> </div> <A NAME="setClientId(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setClientId</span> <span class="normal">(String clientId)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets a particular client Id for the device. This Id should be a valid UUID (version 4) string as described in http://goo.gl/0dlrGx. If not specified, the SDK automatically generates one for you and sets it.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>clientId</td> <td>A valid version 4 UUID string. </td> </tr> </table> </div> </div> </div> <A NAME="setEncoding(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setEncoding</span> <span class="normal">(String encoding)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setHostname(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setHostname</span> <span class="normal">(String hostname)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setLanguage(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setLanguage</span> <span class="normal">(String language)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets the language based on user's preferred locale. The string should be of the format ll-cc where ll is the language and cc is the country. If no value is provided, the default value from the android SDK is used.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>language</td> <td>string that denotes a particular language/locale. </td> </tr> </table> </div> </div> </div> <A NAME="setLocation(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setLocation</span> <span class="normal">(String location)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setPage(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setPage</span> <span class="normal">(String page)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setReferrer(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setReferrer</span> <span class="normal">(String referrer)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setSampleRate(double)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setSampleRate</span> <span class="normal">(double sampleRate)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Set the sample rate for all hits generated by the app. The sampling is done at app level. The default value is 100. To enable sampling, the minimum rate required is 0.01%.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>sampleRate</td> <td>A value between 0 and 100, specifying the percentage of devices that should send hits. </td> </tr> </table> </div> </div> </div> <A NAME="setScreenColors(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setScreenColors</span> <span class="normal">(String screenColors)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setScreenName(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setScreenName</span> <span class="normal">(String screenName)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Set the screen name to be associated with all subsequent hits. </p></div> </div> </div> <A NAME="setScreenResolution(int, int)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setScreenResolution</span> <span class="normal">(int width, int height)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets the screen resolution of the device. If no resolution is specified, the default resolution from the android SDK is used.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>width</td> <td>integer representing the width in pixels.</td> </tr> <tr> <th>height</td> <td>integer representing the height in pixels. </td> </tr> </table> </div> </div> </div> <A NAME="setSessionTimeout(long)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setSessionTimeout</span> <span class="normal">(long sessionTimeout)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Specify the time (in seconds) an app can stay in the background before a new session is started. Setting this to a negative number will result in a new session never being started. Default is 30 seconds.</p></div> <div class="jd-tagdata"> <h5 class="jd-tagtitle">Parameters</h5> <table class="jd-tagtable"> <tr> <th>sessionTimeout</td> <td>Session timeout time in seconds. </td> </tr> </table> </div> </div> </div> <A NAME="setTitle(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setTitle</span> <span class="normal">(String title)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="setUseSecure(boolean)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setUseSecure</span> <span class="normal">(boolean useSecure)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p>Sets whether hits should be sent securely over https. The default value is true. </p></div> </div> </div> <A NAME="setViewportSize(java.lang.String)"></A> <div class="jd-details api apilevel-"> <h4 class="jd-details-title"> <span class="normal"> public void </span> <span class="sympad">setViewportSize</span> <span class="normal">(String viewportSize)</span> </h4> <div class="api-level"> <div></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="/license.html"> Content License</a>. </div> <div id="build_info"> <script src="/timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="/support.html">Support</a> </p> </div> </div> <!-- end footer --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d5e496aa00efb01513402184cd941eef2edd45a5c3ed5aecb0ddbe13828e3630.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./71186e7c350fd5b7b126adfd7fc82109f67ae7c93899ad1910da38eaf343033d.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>
hentai.html
yourownsupply/dontgethigh
<html> <head> <title>B-Chiku (English, Uncensored, 212 pictures) with two pages c…</title> </head> <body> <a href="hentai.html" target="_blank">open this in another tab</a> </body> </html>
docs/_modules/pymatgen/analysis/chemenv/utils/chemenv_config.html
tschaume/pymatgen
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>pymatgen.analysis.chemenv.utils.chemenv_config &#8212; pymatgen 2019.10.16 documentation</title> <link rel="stylesheet" href="../../../../../_static/proBlue.css" type="text/css" /> <link rel="stylesheet" href="../../../../../_static/pygments.css" type="text/css" /> <script type="text/javascript" id="documentation_options" data-url_root="../../../../../" src="../../../../../_static/documentation_options.js"></script> <script type="text/javascript" src="../../../../../_static/jquery.js"></script> <script type="text/javascript" src="../../../../../_static/underscore.js"></script> <script type="text/javascript" src="../../../../../_static/doctools.js"></script> <script type="text/javascript" src="../../../../../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="index" title="Index" href="../../../../../genindex.html" /> <link rel="search" title="Search" href="../../../../../search.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../../../../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="../../../../../index.html">pymatgen 2019.10.16 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../../../pymatgen.html" accesskey="U">pymatgen</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <h1>Source code for pymatgen.analysis.chemenv.utils.chemenv_config</h1><div class="highlight"><pre> <span></span><span class="c1"># coding: utf-8</span> <span class="c1"># Copyright (c) Pymatgen Development Team.</span> <span class="c1"># Distributed under the terms of the MIT License.</span> <span class="kn">from</span> <span class="nn">pymatgen.analysis.chemenv.utils.scripts_utils</span> <span class="k">import</span> <span class="n">strategies_class_lookup</span> <span class="kn">from</span> <span class="nn">os.path</span> <span class="k">import</span> <span class="n">expanduser</span><span class="p">,</span> <span class="n">exists</span> <span class="kn">from</span> <span class="nn">os</span> <span class="k">import</span> <span class="n">makedirs</span> <span class="kn">import</span> <span class="nn">json</span> <span class="kn">from</span> <span class="nn">pymatgen</span> <span class="k">import</span> <span class="n">SETTINGS</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">This module contains the classes for configuration of the chemenv package.</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;David Waroquiers&quot;</span> <span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">&quot;Copyright 2012, The Materials Project&quot;</span> <span class="n">__credits__</span> <span class="o">=</span> <span class="s2">&quot;Geoffroy Hautier&quot;</span> <span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;2.0&quot;</span> <span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">&quot;David Waroquiers&quot;</span> <span class="n">__email__</span> <span class="o">=</span> <span class="s2">&quot;david.waroquiers@gmail.com&quot;</span> <span class="n">__date__</span> <span class="o">=</span> <span class="s2">&quot;Feb 20, 2016&quot;</span> <div class="viewcode-block" id="ChemEnvConfig"><a class="viewcode-back" href="../../../../../pymatgen.analysis.chemenv.utils.chemenv_config.html#pymatgen.analysis.chemenv.utils.chemenv_config.ChemEnvConfig">[docs]</a><span class="k">class</span> <span class="nc">ChemEnvConfig</span><span class="p">():</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Class used to store the configuration of the chemenv package :</span> <span class="sd"> - Materials project access</span> <span class="sd"> - ICSD database access</span> <span class="sd"> - Default options (strategies, ...)</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">DEFAULT_PACKAGE_OPTIONS</span> <span class="o">=</span> <span class="p">{</span> <span class="s1">&#39;default_strategy&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;strategy&#39;</span><span class="p">:</span> <span class="s1">&#39;SimplestChemenvStrategy&#39;</span><span class="p">,</span> <span class="s1">&#39;strategy_options&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;distance_cutoff&#39;</span><span class="p">:</span> <span class="n">strategies_class_lookup</span><span class="p">[</span><span class="s1">&#39;SimplestChemenvStrategy&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">DEFAULT_DISTANCE_CUTOFF</span><span class="p">,</span> <span class="s1">&#39;angle_cutoff&#39;</span><span class="p">:</span> <span class="n">strategies_class_lookup</span><span class="p">[</span><span class="s1">&#39;SimplestChemenvStrategy&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">DEFAULT_ANGLE_CUTOFF</span><span class="p">,</span> <span class="s1">&#39;additional_condition&#39;</span><span class="p">:</span> <span class="n">strategies_class_lookup</span><span class="p">[</span><span class="s1">&#39;SimplestChemenvStrategy&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">DEFAULT_ADDITIONAL_CONDITION</span><span class="p">,</span> <span class="s1">&#39;continuous_symmetry_measure_cutoff&#39;</span><span class="p">:</span> <span class="n">strategies_class_lookup</span><span class="p">[</span><span class="s1">&#39;SimplestChemenvStrategy&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">DEFAULT_CONTINUOUS_SYMMETRY_MEASURE_CUTOFF</span><span class="p">}},</span> <span class="s1">&#39;default_max_distance_factor&#39;</span><span class="p">:</span> <span class="mf">1.5</span> <span class="p">}</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">package_options</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="k">if</span> <span class="n">SETTINGS</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;PMG_MAPI_KEY&quot;</span><span class="p">,</span> <span class="s2">&quot;&quot;</span><span class="p">)</span> <span class="o">!=</span> <span class="s2">&quot;&quot;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">materials_project_configuration</span> <span class="o">=</span> <span class="n">SETTINGS</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;PMG_MAPI_KEY&quot;</span><span class="p">,</span> <span class="s2">&quot;&quot;</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">materials_project_configuration</span> <span class="o">=</span> <span class="kc">None</span> <span class="k">if</span> <span class="n">package_options</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">DEFAULT_PACKAGE_OPTIONS</span> <span class="k">else</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span> <span class="o">=</span> <span class="n">package_options</span> <div class="viewcode-block" id="ChemEnvConfig.setup"><a class="viewcode-back" href="../../../../../pymatgen.analysis.chemenv.utils.chemenv_config.html#pymatgen.analysis.chemenv.utils.chemenv_config.ChemEnvConfig.setup">[docs]</a> <span class="k">def</span> <span class="nf">setup</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">while</span> <span class="kc">True</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">=&gt; Configuration of the ChemEnv package &lt;=&#39;</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Current configuration :&#39;</span><span class="p">)</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">has_materials_project_access</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; - Access to materials project is configured (add test ?)&#39;</span><span class="p">)</span> <span class="k">else</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; - No access to materials project&#39;</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; - Package options :&#39;</span><span class="p">)</span> <span class="k">for</span> <span class="n">key</span><span class="p">,</span> <span class="n">val</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="o">.</span><span class="n">items</span><span class="p">():</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; </span><span class="si">{}</span><span class="s1"> : </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">key</span><span class="p">),</span> <span class="nb">str</span><span class="p">(</span><span class="n">val</span><span class="p">)))</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">Choose in the following :&#39;</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; &lt;1&gt; + &lt;ENTER&gt; : configuration of the package options (strategy, ...)&#39;</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; &lt;q&gt; + &lt;ENTER&gt; : quit without saving configuration&#39;</span><span class="p">)</span> <span class="n">test</span> <span class="o">=</span> <span class="nb">input</span><span class="p">(</span><span class="s1">&#39; &lt;S&gt; + &lt;ENTER&gt; : save configuration and quit</span><span class="se">\n</span><span class="s1"> ... &#39;</span><span class="p">)</span> <span class="k">if</span> <span class="n">test</span> <span class="o">==</span> <span class="s1">&#39;1&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">setup_package_options</span><span class="p">()</span> <span class="k">elif</span> <span class="n">test</span> <span class="o">==</span> <span class="s1">&#39;q&#39;</span><span class="p">:</span> <span class="k">break</span> <span class="k">elif</span> <span class="n">test</span> <span class="o">==</span> <span class="s1">&#39;S&#39;</span><span class="p">:</span> <span class="n">config_file</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">save</span><span class="p">()</span> <span class="k">break</span> <span class="k">else</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; ... wrong key, try again ...&#39;</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;&#39;</span><span class="p">)</span> <span class="k">if</span> <span class="n">test</span> <span class="o">==</span> <span class="s1">&#39;S&#39;</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Configuration has been saved to file &quot;</span><span class="si">{}</span><span class="s1">&quot;&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">config_file</span><span class="p">))</span></div> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">has_materials_project_access</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">materials_project_configuration</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <div class="viewcode-block" id="ChemEnvConfig.setup_package_options"><a class="viewcode-back" href="../../../../../pymatgen.analysis.chemenv.utils.chemenv_config.html#pymatgen.analysis.chemenv.utils.chemenv_config.ChemEnvConfig.setup_package_options">[docs]</a> <span class="k">def</span> <span class="nf">setup_package_options</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">DEFAULT_PACKAGE_OPTIONS</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Choose between the following strategies : &#39;</span><span class="p">)</span> <span class="n">strategies</span> <span class="o">=</span> <span class="nb">list</span><span class="p">(</span><span class="n">strategies_class_lookup</span><span class="o">.</span><span class="n">keys</span><span class="p">())</span> <span class="k">for</span> <span class="n">istrategy</span><span class="p">,</span> <span class="n">strategy</span> <span class="ow">in</span> <span class="nb">enumerate</span><span class="p">(</span><span class="n">strategies</span><span class="p">):</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; &lt;</span><span class="si">{}</span><span class="s1">&gt; : </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="nb">str</span><span class="p">(</span><span class="n">istrategy</span> <span class="o">+</span> <span class="mi">1</span><span class="p">),</span> <span class="n">strategy</span><span class="p">))</span> <span class="n">test</span> <span class="o">=</span> <span class="nb">input</span><span class="p">(</span><span class="s1">&#39; ... &#39;</span><span class="p">)</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">[</span><span class="s1">&#39;default_strategy&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="p">{</span><span class="s1">&#39;strategy&#39;</span><span class="p">:</span> <span class="n">strategies</span><span class="p">[</span><span class="nb">int</span><span class="p">(</span><span class="n">test</span><span class="p">)</span> <span class="o">-</span> <span class="mi">1</span><span class="p">],</span> <span class="s1">&#39;strategy_options&#39;</span><span class="p">:</span> <span class="p">{}}</span> <span class="n">strategy_class</span> <span class="o">=</span> <span class="n">strategies_class_lookup</span><span class="p">[</span><span class="n">strategies</span><span class="p">[</span><span class="nb">int</span><span class="p">(</span><span class="n">test</span><span class="p">)</span> <span class="o">-</span> <span class="mi">1</span><span class="p">]]</span> <span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="n">strategy_class</span><span class="o">.</span><span class="n">STRATEGY_OPTIONS</span><span class="p">)</span> <span class="o">&gt;</span> <span class="mi">0</span><span class="p">:</span> <span class="k">for</span> <span class="n">option</span><span class="p">,</span> <span class="n">option_dict</span> <span class="ow">in</span> <span class="n">strategy_class</span><span class="o">.</span><span class="n">STRATEGY_OPTIONS</span><span class="o">.</span><span class="n">items</span><span class="p">():</span> <span class="k">while</span> <span class="kc">True</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; =&gt; Enter value for option &quot;</span><span class="si">{}</span><span class="s1">&quot; &#39;</span> <span class="s1">&#39;(&lt;ENTER&gt; for default = </span><span class="si">{}</span><span class="s1">)</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">option</span><span class="p">,</span> <span class="nb">str</span><span class="p">(</span><span class="n">option_dict</span><span class="p">[</span><span class="s1">&#39;default&#39;</span><span class="p">])))</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; Valid options are :</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">)</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">option_dict</span><span class="p">[</span><span class="s1">&#39;type&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">allowed_values</span><span class="p">))</span> <span class="n">test</span> <span class="o">=</span> <span class="nb">input</span><span class="p">(</span><span class="s1">&#39; Your choice : &#39;</span><span class="p">)</span> <span class="k">if</span> <span class="n">test</span> <span class="o">==</span> <span class="s1">&#39;&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">[</span><span class="s1">&#39;default_strategy&#39;</span><span class="p">][</span><span class="s1">&#39;strategy_options&#39;</span><span class="p">][</span><span class="n">option</span><span class="p">]</span> <span class="o">=</span> <span class="n">option_dict</span><span class="p">[</span><span class="s1">&#39;type&#39;</span><span class="p">](</span> <span class="n">strategy_class</span><span class="o">.</span><span class="n">STRATEGY_OPTIONS</span><span class="p">[</span><span class="n">option</span><span class="p">][</span><span class="s1">&#39;default&#39;</span><span class="p">])</span> <span class="k">break</span> <span class="k">try</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">[</span><span class="s1">&#39;default_strategy&#39;</span><span class="p">][</span><span class="s1">&#39;strategy_options&#39;</span><span class="p">][</span><span class="n">option</span><span class="p">]</span> <span class="o">=</span> <span class="n">option_dict</span><span class="p">[</span><span class="s1">&#39;type&#39;</span><span class="p">](</span><span class="n">test</span><span class="p">)</span> <span class="k">break</span> <span class="k">except</span> <span class="ne">ValueError</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Wrong input for option </span><span class="si">{}</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">option</span><span class="p">))</span></div> <div class="viewcode-block" id="ChemEnvConfig.package_options_description"><a class="viewcode-back" href="../../../../../pymatgen.analysis.chemenv.utils.chemenv_config.html#pymatgen.analysis.chemenv.utils.chemenv_config.ChemEnvConfig.package_options_description">[docs]</a> <span class="k">def</span> <span class="nf">package_options_description</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="n">out</span> <span class="o">=</span> <span class="s1">&#39;Package options :</span><span class="se">\n</span><span class="s1">&#39;</span> <span class="n">out</span> <span class="o">+=</span> <span class="s1">&#39; - Maximum distance factor : </span><span class="si">{:.4f}</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">[</span><span class="s1">&#39;default_max_distance_factor&#39;</span><span class="p">])</span> <span class="n">out</span> <span class="o">+=</span> <span class="s1">&#39; - Default strategy is &quot;</span><span class="si">{}</span><span class="s1">&quot; :</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">[</span><span class="s1">&#39;default_strategy&#39;</span><span class="p">][</span><span class="s1">&#39;strategy&#39;</span><span class="p">])</span> <span class="n">strategy_class</span> <span class="o">=</span> <span class="n">strategies_class_lookup</span><span class="p">[</span><span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">[</span><span class="s1">&#39;default_strategy&#39;</span><span class="p">][</span><span class="s1">&#39;strategy&#39;</span><span class="p">]]</span> <span class="n">out</span> <span class="o">+=</span> <span class="s1">&#39;</span><span class="si">{}</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">strategy_class</span><span class="o">.</span><span class="n">STRATEGY_DESCRIPTION</span><span class="p">)</span> <span class="n">out</span> <span class="o">+=</span> <span class="s1">&#39; with options :</span><span class="se">\n</span><span class="s1">&#39;</span> <span class="k">for</span> <span class="n">option</span><span class="p">,</span> <span class="n">option_dict</span> <span class="ow">in</span> <span class="n">strategy_class</span><span class="o">.</span><span class="n">STRATEGY_OPTIONS</span><span class="o">.</span><span class="n">items</span><span class="p">():</span> <span class="n">out</span> <span class="o">+=</span> <span class="s1">&#39; - </span><span class="si">{}</span><span class="s1"> : </span><span class="si">{}</span><span class="se">\n</span><span class="s1">&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">option</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">[</span><span class="s1">&#39;default_strategy&#39;</span><span class="p">][</span><span class="s1">&#39;strategy_options&#39;</span><span class="p">][</span><span class="n">option</span><span class="p">])</span> <span class="k">return</span> <span class="n">out</span></div> <div class="viewcode-block" id="ChemEnvConfig.save"><a class="viewcode-back" href="../../../../../pymatgen.analysis.chemenv.utils.chemenv_config.html#pymatgen.analysis.chemenv.utils.chemenv_config.ChemEnvConfig.save">[docs]</a> <span class="k">def</span> <span class="nf">save</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">root_dir</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="k">if</span> <span class="n">root_dir</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="n">home</span> <span class="o">=</span> <span class="n">expanduser</span><span class="p">(</span><span class="s2">&quot;~&quot;</span><span class="p">)</span> <span class="n">root_dir</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">{}</span><span class="s1">/.chemenv&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">home</span><span class="p">)</span> <span class="k">if</span> <span class="ow">not</span> <span class="n">exists</span><span class="p">(</span><span class="n">root_dir</span><span class="p">):</span> <span class="n">makedirs</span><span class="p">(</span><span class="n">root_dir</span><span class="p">)</span> <span class="n">config_dict</span> <span class="o">=</span> <span class="p">{</span><span class="s1">&#39;package_options&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">package_options</span><span class="p">}</span> <span class="n">config_file</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">{}</span><span class="s1">/config.json&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">root_dir</span><span class="p">)</span> <span class="k">if</span> <span class="n">exists</span><span class="p">(</span><span class="n">config_file</span><span class="p">):</span> <span class="n">test</span> <span class="o">=</span> <span class="nb">input</span><span class="p">(</span><span class="s1">&#39;Overwrite existing configuration ? (&lt;Y&gt; + &lt;ENTER&gt; to confirm)&#39;</span><span class="p">)</span> <span class="k">if</span> <span class="n">test</span> <span class="o">!=</span> <span class="s1">&#39;Y&#39;</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Configuration not saved&#39;</span><span class="p">)</span> <span class="k">return</span> <span class="n">config_file</span> <span class="n">f</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="n">config_file</span><span class="p">,</span> <span class="s1">&#39;w&#39;</span><span class="p">)</span> <span class="n">json</span><span class="o">.</span><span class="n">dump</span><span class="p">(</span><span class="n">config_dict</span><span class="p">,</span> <span class="n">f</span><span class="p">)</span> <span class="n">f</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Configuration saved&#39;</span><span class="p">)</span> <span class="k">return</span> <span class="n">config_file</span></div> <div class="viewcode-block" id="ChemEnvConfig.auto_load"><a class="viewcode-back" href="../../../../../pymatgen.analysis.chemenv.utils.chemenv_config.html#pymatgen.analysis.chemenv.utils.chemenv_config.ChemEnvConfig.auto_load">[docs]</a> <span class="nd">@classmethod</span> <span class="k">def</span> <span class="nf">auto_load</span><span class="p">(</span><span class="bp">cls</span><span class="p">,</span> <span class="n">root_dir</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="k">if</span> <span class="n">root_dir</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span> <span class="n">home</span> <span class="o">=</span> <span class="n">expanduser</span><span class="p">(</span><span class="s2">&quot;~&quot;</span><span class="p">)</span> <span class="n">root_dir</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">{}</span><span class="s1">/.chemenv&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">home</span><span class="p">)</span> <span class="n">config_file</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">{}</span><span class="s1">/config.json&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">root_dir</span><span class="p">)</span> <span class="k">try</span><span class="p">:</span> <span class="n">f</span> <span class="o">=</span> <span class="nb">open</span><span class="p">(</span><span class="n">config_file</span><span class="p">,</span> <span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="n">config_dict</span> <span class="o">=</span> <span class="n">json</span><span class="o">.</span><span class="n">load</span><span class="p">(</span><span class="n">f</span><span class="p">)</span> <span class="n">f</span><span class="o">.</span><span class="n">close</span><span class="p">()</span> <span class="k">return</span> <span class="n">ChemEnvConfig</span><span class="p">(</span><span class="n">package_options</span><span class="o">=</span><span class="n">config_dict</span><span class="p">[</span><span class="s1">&#39;package_options&#39;</span><span class="p">])</span> <span class="k">except</span> <span class="ne">IOError</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;Unable to load configuration from file &quot;</span><span class="si">{}</span><span class="s1">&quot; ...&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">config_file</span><span class="p">))</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39; ... loading default configuration&#39;</span><span class="p">)</span> <span class="k">return</span> <span class="n">ChemEnvConfig</span><span class="p">()</span></div></div> </pre></div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div id="searchbox" style="display: none" role="search"> <h3 id="searchlabel">Quick search</h3> <div class="searchformwrapper"> <form class="search" action="../../../../../search.html" method="get"> <input type="text" name="q" aria-labelledby="searchlabel" /> <input type="submit" value="Go" /> </form> </div> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../../../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="../../../../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="../../../../../index.html">pymatgen 2019.10.16 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../../../pymatgen.html" >pymatgen</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2011, Pymatgen Development Team. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.2.0. </div> <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>
Reports/me/memcached.clientlibrary.1.0.0/log4net-net20.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; fc63f82b-9498-463b-a3b8-8206b6c74550 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#log4net">log4net</a></strong></td> <td class="text-center">76.49 %</td> <td class="text-center">52.60 %</td> <td class="text-center">100.00 %</td> <td class="text-center">52.60 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="log4net"><h3>log4net</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Activator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetObject(System.Type,System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use object with finalizer stored in static variable, or use app-model specific unload notifications (e.g. Application.Suspending event for modern apps)</td> </tr> <tr> <td style="padding-left:2em">add_DomainUnload(System.EventHandler)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use object with finalizer stored in static variable, or use app-model specific unload notifications (e.g. Application.Suspending event for modern apps)</td> </tr> <tr> <td style="padding-left:2em">add_ProcessExit(System.EventHandler)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use object with finalizer stored in static variable, or use app-model specific unload notifications (e.g. Application.Suspending event for modern apps)</td> </tr> <tr> <td style="padding-left:2em">get_BaseDirectory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_DynamicDirectory</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FriendlyName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_SetupInformation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage of AppDomain. Use alternate means for managing configuration information.</td> </tr> <tr> <td style="padding-left:2em">GetAssemblies</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.AppDomainSetup</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_ConfigurationFile</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ApplicationException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Exception)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Array</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsSynchronized</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_SyncRoot</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Sort``2(``0[],``1[],System.Int32,System.Int32,System.Collections.Generic.IComparer{``0})</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Attribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCustomAttributes(System.Reflection.Assembly,System.Type,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Char</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToString(System.IFormatProvider)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.ArrayList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clear</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clone</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Contains(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Remove(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToArray(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Hashtable</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Object,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clear</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Contains(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ContainsKey(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CopyTo(System.Array,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsFixedSize</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsSynchronized</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Keys</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_SyncRoot</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Values</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Remove(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Item(System.Object,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Synchronized(System.Collections.Hashtable)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.CollectionsUtil</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateCaseInsensitiveHashtable</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.NameValueCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Stack</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clear</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Peek</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Pop</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Push(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConfigurationException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_BareMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.ConfigurationManager</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td> </tr> <tr> <td style="padding-left:2em">get_AppSettings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: track configuration via alternate means.</td> </tr> <tr> <td style="padding-left:2em">GetSection(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: track configuration via alternate means.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Configuration.IConfigurationSectionHandler</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Console</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Error</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Out</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OpenStandardError</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OpenStandardOutput</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Write(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.CommandType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.ConnectionState</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.DbType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDataParameter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_DbType(System.Data.DbType)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ParameterName(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Value(System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDataParameterCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbCommand</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateParameter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ExecuteNonQuery</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Parameters</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Prepare</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CommandText(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_CommandType(System.Data.CommandType)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Transaction(System.Data.IDbTransaction)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbConnection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginTransaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateCommand</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_State</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Open</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ConnectionString(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbDataParameter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Precision(System.Byte)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Scale(System.Byte)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Size(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Data.IDbTransaction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Commit</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Rollback</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.DBNull</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Value</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Debug</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Flush</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Write(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.EventLog</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateEventSource(System.Diagnostics.EventSourceCreationData)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DeleteEventSource(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LogNameFromSourceName(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SourceExists(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.EventLogEntryType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use EventSource type instead which now supports channels, enabling logging ETW events to the event log. Currently there is no other workaround, but we are working on it. Please check back.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.EventSourceCreationData</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_MachineName(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Process</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Id</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCurrentProcess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.StackFrame</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFileLineNumber</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFileName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.StackTrace</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Currently there is no workaround, but we are working on it. Please check back.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FrameCount</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFrame(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Trace</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Flush</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Write(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Environment</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_MachineName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove, or use Environment.GetEnvironmentVariable(&quot;COMPUTERNAME&quot;)</td> </tr> <tr> <td style="padding-left:2em">get_OSVersion</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td style="padding-left:2em">get_Version</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td style="padding-left:2em">GetEnvironmentVariable(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnvironmentVariables</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ICloneable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement cloning operation yourself if needed.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Directory</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateDirectory(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFiles(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.DirectoryInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateText(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Delete(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetLastWriteTime(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Move(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileAccess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_DirectoryName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Length</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Open(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileMode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileShare</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemEventArgs</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ChangeType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemEventHandler</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_FullName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileSystemWatcher</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Changed(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Created(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Deleted(System.IO.FileSystemEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">add_Renamed(System.IO.RenamedEventHandler)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_EnableRaisingEvents(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Filter(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_NotifyFilter(System.IO.NotifyFilters)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Path(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.NotifyFilters</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Path</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFullPath(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.RenamedEventArgs</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.RenamedEventHandler</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Stream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Stream.ReadAsync</td> </tr> <tr> <td style="padding-left:2em">BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Stream.ReadAsync</td> </tr> <tr> <td style="padding-left:2em">BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Stream.WriteAsync</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">EndRead(System.IAsyncResult)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Stream.ReadAsync</td> </tr> <tr> <td style="padding-left:2em">EndWrite(System.IAsyncResult)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Stream.WriteAsync</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.TextWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.WatcherChangeTypes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.LocalDataStoreSlot</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.MarshalByRefObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: Remoting is no longer available</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Dns</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetHostEntry(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetHostName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.EndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.IPAddress</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Any</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Parse(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.IPEndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.IPAddress,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.IPHostEntry</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_AddressList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Mail.MailAddress</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Mail.MailAddressCollection</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Mail.MailMessage</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_To</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Body(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_From(System.Net.Mail.MailAddress)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Priority(System.Net.Mail.MailPriority)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Subject(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Mail.MailPriority</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Mail.SmtpClient</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Send(System.Net.Mail.MailMessage)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Credentials(System.Net.ICredentialsByHost)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_DeliveryMethod(System.Net.Mail.SmtpDeliveryMethod)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Host(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Port(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Mail.SmtpDeliveryMethod</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.AddressFamily</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.NetworkStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.Sockets.Socket)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.ProtocolType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.Socket</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">BeginAccept(System.AsyncCallback,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Bind(System.Net.EndPoint)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">EndAccept(System.IAsyncResult)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_RemoteEndPoint</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Listen(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Shutdown(System.Net.Sockets.SocketShutdown)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.SocketException</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.SocketShutdown</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.SocketType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Sockets.UdpClient</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Send(System.Byte[],System.Int32,System.Net.IPEndPoint)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebRequest</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage)</td> </tr> <tr> <td style="padding-left:2em">GetResponse</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebResponse</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpResponseMessage.Dispose</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpResponseMessage.Dispose</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.OperatingSystem</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_GlobalAssemblyCache</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Location</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">GetCallingAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEntryAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetExecutingAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>typeof(CurrentType).GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">GetType(System.String,System.Boolean,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Binder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a Binder.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.MethodBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Invoke(System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.PropertyInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetValue(System.Object,System.Object,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.Messaging.CallContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetData(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetData(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.ObjRef</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Remoting.RemotingServices</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Disconnect(System.MarshalByRefObject)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Marshal(System.MarshalByRefObject,System.String,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.ISerializable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.SerializationEntry</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Value</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.SerializationInfo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AddValue(System.String,System.DateTime)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AddValue(System.String,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove serialization constructors on custom Exception types</td> </tr> <tr> <td style="padding-left:2em">GetDateTime(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetString(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove serialization constructors on custom Exception types</td> </tr> <tr> <td style="padding-left:2em">GetValue(System.String,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>either 1) Delete Serialization info from exceptions (since this can&#39;t be remoted) or 2) Use a different serialization technology if not for exceptions.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.Serialization.SerializationInfoEnumerator</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MoveNext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityAction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityPermissionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.Permissions.SecurityAction)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Principal.WindowsIdentity</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCurrent</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Impersonate</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Impersonate(System.IntPtr)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Principal.WindowsImpersonationContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Undo</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SerializableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.String</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Boolean,System.Globalization.CultureInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use String.Compare(string,string,string,StringComparison) instead. Alternativaly, use CultureInfo.CompareInfo.Compare()</td> </tr> <tr> <td style="padding-left:2em">Intern(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToLower(System.Globalization.CultureInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use CultureInfo.TextInfo.ToLower(String) instead</td> </tr> <tr> <td style="padding-left:2em">ToUpper(System.Globalization.CultureInfo)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use CultureInfo.TextInfo.ToUpper(String) instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Text.Encoding</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ASCII</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Default</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use GetEncoding(0)</td> </tr> <tr> <td style="padding-left:2em">GetEncoding(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ReaderWriterLock</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.ReaderWriterLockSlim</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.ReaderWriterLockSlim</td> </tr> <tr> <td style="padding-left:2em">AcquireReaderLock(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.ReaderWriterLockSlim</td> </tr> <tr> <td style="padding-left:2em">AcquireWriterLock(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.ReaderWriterLockSlim</td> </tr> <tr> <td style="padding-left:2em">ReleaseReaderLock</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.ReaderWriterLockSlim</td> </tr> <tr> <td style="padding-left:2em">ReleaseWriterLock</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Threading.ReaderWriterLockSlim</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AllocateDataSlot</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CurrentPrincipal</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CurrentThread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ManagedThreadId</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Name</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetData(System.LocalDataStoreSlot)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SetData(System.LocalDataStoreSlot,System.Object)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Sleep(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadPool</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">QueueUserWorkItem(System.Threading.WaitCallback,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.WaitCallback</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.WaitHandle</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WaitOne(System.Int32,System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_BaseType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().BaseType</td> </tr> <tr> <td style="padding-left:2em">get_IsAbstract</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsAbstract</td> </tr> <tr> <td style="padding-left:2em">get_IsClass</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsClass</td> </tr> <tr> <td style="padding-left:2em">get_IsEnum</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsEnum</td> </tr> <tr> <td style="padding-left:2em">get_IsSerializable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsSerializable</td> </tr> <tr> <td style="padding-left:2em">GetConstructor(System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetInterfaces</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Type[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethods(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetType(System.String,System.Boolean,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.HttpContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Current</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Trace</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Web.TraceContext</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsEnabled</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Warn(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Write(System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.Formatting</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlAttribute</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlConvert</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use ToString(DateTimeOffset)</td> </tr> <tr> <td style="padding-left:2em">ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use ToString(DateTimeOffset)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlDateTimeSerializationMode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Available in 4.0.10.0</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlDocument</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetElementsByTagName(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ImportNode(System.Xml.XmlNode,System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Load(System.Xml.XmlReader)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlElement</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetAttribute(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetAttributeNode(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNode</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AppendChild(System.Xml.XmlNode)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ChildNodes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_HasChildNodes</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_InnerText</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_LocalName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_NodeType</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_OwnerDocument</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNodeList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ItemOf(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlReaderSettings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ProhibitDtd(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlTextWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.TextWriter)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Formatting(System.Xml.Formatting)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Namespaces(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose() instead.</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose() instead.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
wvw-summary.html
frodesigns/nodebb-html-widgets
<div id="wvwSummary"> <script type="text/javascript"> function getWorldName(id) { var name; $.each(worlds, function() { if (this.id == id) { name = this.name; return false; } }); return name; } function makeSVG(tag, attrs) { var el= document.createElementNS('http://www.w3.org/2000/svg', tag); for (var k in attrs) el.setAttribute(k, attrs[k]); return el; } function drawChart(object, data){ object.empty(); var paper = object[0]; var paperSize = object.width(); object.css("height", paperSize + "px"); var total = data.reduce(function (accu, that) { return that + accu; }, 0); var sectorAngleArr = data.map(function (v) { return 360 * v / total; }); var colour = ["blue", "green", "red"]; var defs = makeSVG("defs") paper.appendChild(defs, {}); var bg = makeSVG("image", {width:paperSize, height:paperSize}); bg.setAttributeNS('http://www.w3.org/1999/xlink','href',"/assets/pie/bg.png"); paper.appendChild(bg); var startAngle = 0; var endAngle =-90; for (var i=0; i<3; i++){ var bg = makeSVG("image", {"class":"worldbg","data-score":data[i], "data-color":colour[i], width:paperSize, height:paperSize, "clip-path":"url(#"+paper.id+i+")"}); bg.setAttributeNS('http://www.w3.org/1999/xlink','href',"/assets/pie/"+i+".png"); paper.appendChild(bg); } for (var i=0; i<3; i++){ startAngle = endAngle; endAngle = startAngle + sectorAngleArr[i]; var x1,x2,y1,y2 ; x1 = parseInt(Math.round((paperSize / 2) + ((paperSize / 2))*Math.cos(Math.PI*startAngle/180))); y1 = parseInt(Math.round((paperSize / 2) + ((paperSize / 2))*Math.sin(Math.PI*startAngle/180))); x2 = parseInt(Math.round((paperSize / 2) + ((paperSize / 2))*Math.cos(Math.PI*endAngle/180))); y2 = parseInt(Math.round((paperSize / 2) + ((paperSize / 2))*Math.sin(Math.PI*endAngle/180))); if (x2 >= (paperSize - 1) / 2) { x2 = x2 - .1; } var d = "M" + (paperSize / 2) + "," + (paperSize / 2) + " L" + x1 + "," + y1 + " A" + ((paperSize / 2)) + "," + ((paperSize / 2)) + " 0 " + ((endAngle-startAngle > 180) ? 1 : 0) + ",1 " + x2 + "," + y2 + " z"; var c = parseInt(i / sectorAngleArr.length * 360); var clipPath = makeSVG("clipPath", {id: paper.id+i}); defs.appendChild(clipPath); var arc = makeSVG("path", {d: d}); clipPath.appendChild(arc); var line = makeSVG("image", {"class":"linediv",width:paperSize, height:paperSize, transform:"rotate("+ (endAngle + 90) +" " + (paperSize / 2) + " " + (paperSize / 2) + ")"}); line.setAttributeNS("http://www.w3.org/1999/xlink","href","/assets/pie/l.png"); paper.appendChild(line); } } function getData() { $.ajax({ type: "GET", url: "https://api.guildwars2.com/v2/wvw/matches?world=1005", dataType: "json", cache: false, timeout: 5000, success: function(data) { $("#wvwSummary").show(); var container = $("#wvwSummary"), red = $("#wvwSummary .red"), blue = $("#wvwSummary .blue"), green = $("#wvwSummary .green"); // world names var redWorldHtml = getWorldName(data.worlds.red); if (data.all_worlds.red.length > 1) { $.each(data.all_worlds.red, function() { if (this != data.worlds.red) { redWorldHtml += '<small>+ ' + getWorldName(this) + '</small>'; } }); } red.find(".worlds").html(redWorldHtml); var blueWorldHtml = getWorldName(data.worlds.blue); if (data.all_worlds.blue.length > 1) { $.each(data.all_worlds.blue, function() { if (this != data.worlds.blue) { blueWorldHtml += '<small>+ ' + getWorldName(this) + '</small>'; } }); } blue.find(".worlds").html(blueWorldHtml); var greenWorldHtml = getWorldName(data.worlds.green); if (data.all_worlds.green.length > 1) { $.each(data.all_worlds.green, function() { if (this != data.worlds.green) { greenWorldHtml += '<small>+ ' + getWorldName(this) + '</small>'; } }); } green.find(".worlds").html(greenWorldHtml); // ppt var redPpt = 0, bluePpt = 0, greenPpt = 0; $.each(data.maps, function() { $.each(this.objectives, function() { var points = this.points_tick; if (this.owner == "Red") { redPpt += points; } else if (this.owner == "Blue") { bluePpt += points; } else if (this.owner == "Green") { greenPpt += points; } }); }); pieDataPpt = [bluePpt, greenPpt, redPpt]; red.find(".ppt").html('+' + redPpt); blue.find(".ppt").html('+' + bluePpt); green.find(".ppt").html('+' + greenPpt); // score red.find(".score").html(data.victory_points.red.toLocaleString('en')); blue.find(".score").html(data.victory_points.blue.toLocaleString('en')); green.find(".score").html(data.victory_points.green.toLocaleString('en')); pieDataTotal = [data.victory_points.blue, data.victory_points.green, data.victory_points.red]; // kills red.find(".kills").html(data.kills.red.toLocaleString('en')); blue.find(".kills").html(data.kills.blue.toLocaleString('en')); green.find(".kills").html(data.kills.green.toLocaleString('en')); // deaths red.find(".deaths").html(data.deaths.red.toLocaleString('en')); blue.find(".deaths").html(data.deaths.blue.toLocaleString('en')); green.find(".deaths").html(data.deaths.green.toLocaleString('en')); // kdr var redKdr = (Math.round((data.kills.red / data.deaths.red) * 100) / 100).toFixed(2); var blueKdr = (Math.round((data.kills.blue / data.deaths.blue) * 100) / 100).toFixed(2); var greenKdr = (Math.round((data.kills.green / data.deaths.green) * 100) / 100).toFixed(2); kdrData = [blueKdr * 100, greenKdr * 100, redKdr * 100]; red.find(".kdr").html(redKdr); blue.find(".kdr").html(blueKdr); green.find(".kdr").html(greenKdr); // sort by score var array = [{key: 'red', value: data.victory_points.red}, {key: 'blue', value: data.victory_points.blue}, {key: 'green', value: data.victory_points.green}]; array.sort(function(obj1, obj2) { return obj1.value - obj2.value; }); $.each(array, function() { $("#wvwSummary tbody tr." + this.key).prependTo("#wvwSummary tbody"); }); // render pie charts drawChart($("#kdrChart"), kdrData); drawChart($("#pptChart"), pieDataPpt); drawChart($("#totalChart"), pieDataTotal); }, error: function() { } }); } var worlds; var kdrData; var pieDataPpt; var pieDataTotal; var wvwSummaryInterval; $(document).ready(function() { // get worlds list $.ajax({ type: "GET", url: "https://api.guildwars2.com/v2/worlds?ids=all", dataType: "json", cache: false, timeout: 5000, success: function(data) { worlds = data; }, error: function() { } }); // get data on load getData(); if (!wvwSummaryInterval) { // get data every 30 seconds wvwSummaryInterval = setInterval(function() { getData(); }, 30000); } }); </script> <style type="text/css"> #wvwSummary { display: none; padding: 10px 20px; max-width: 100%; } #wvwSummary .table-overflow { max-width: 100%; overflow-x: auto; display: inline-block; vertical-align: top; margin-bottom: 5px; } #wvwSummary th { text-align: left; padding: 5px 10px; } #wvwSummary td { text-align: left; padding: 5px 10px; vertical-align: top; } #wvwSummary td.worlds { white-space: nowrap; } #wvwSummary small { display: block; } #wvwSummary .red { color: #FF4444; } #wvwSummary .blue { color: #33B5E5; } #wvwSummary .green { color: #99CC00; } #wvwSummary .chart { display: inline-block; vertical-align: top; text-align: center; padding-top: 5px; } #wvwSummary .chart strong { display: block; } #wvwSummary svg { display: block; width: 102px; height: 102px; } @media (max-width: 340px) { #wvwSummary svg { width: 94px; height: 94px; } } </style> <h5>WvW Summary</h5> <div class="table-overflow"> <table> <thead> <tr> <th>Team</th> <th>KDR</th> <th>Kills</th> <th>Deaths</th> <th>PPT</th> <th>VP</th> </tr> </thead> <tbody> <tr class="team red"> <td class="worlds"></td> <td class="kdr"></td> <td class="kills"></td> <td class="deaths"></td> <td class="ppt"></td> <td class="score"></td> </tr> <tr class="team blue"> <td class="worlds"></td> <td class="kdr"></td> <td class="kills"></td> <td class="deaths"></td> <td class="ppt"></td> <td class="score"></td> </tr> <tr class="team green"> <td class="worlds"></td> <td class="kdr"></td> <td class="kills"></td> <td class="deaths"></td> <td class="ppt"></td> <td class="score"></td> </tr> </tbody> </table> </div> <div class="chart"> <strong>KDR</strong> <svg id="kdrChart"></svg> </div> <div class="chart"> <strong>PPT</strong> <svg id="pptChart"></svg> </div> <div class="chart"> <strong>VP</strong> <svg id="totalChart"></svg> </div> </div>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/80e922a380b977d998dae63d84bd40eb94ee8b896c6539553e7721b0550ccf79.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./6fab11a717e580c3b46ae50e109253d1b2b28ff4050f3afff37677cfde19000b.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>
Reports/sc/scriptcs.nunit.0.5.2/nunit.core.interfaces-net40.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; db01d6b8-9ee8-4685-8914-bed4e6058938 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#nunit.core.interfaces">nunit.core.interfaces</a></strong></td> <td class="text-center">88.36 %</td> <td class="text-center">73.28 %</td> <td class="text-center">100.00 %</td> <td class="text-center">73.28 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="nunit.core.interfaces"><h3>nunit.core.interfaces</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>Microsoft.Win32.Registry</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LocalMachine</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>Microsoft.Win32.RegistryKey</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetSubKeyNames</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValue(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValueNames</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OpenSubKey(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.AppDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage of AppDomain. Use alternate means for managing configuration information.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentDomain</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_FriendlyName</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_SetupInformation</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage of AppDomain. Use alternate means for managing configuration information.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.AppDomainSetup</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_ApplicationBase</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_ConfigurationFile</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_PrivateBinPath</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.ArrayList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">AddRange(System.Collections.ICollection)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ToArray(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.ListDictionary</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.Object,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.Process</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Id</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_MainModule</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCurrentProcess</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Diagnostics.ProcessModule</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ModuleName</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Environment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td style="padding-left:2em">get_OSVersion</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td style="padding-left:2em">get_Version</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Choose action based feature availability, not OS / Platform</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Exception</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>False positive (GetType() from Object is sufficient)</td> </tr> <tr> <td style="padding-left:2em">GetType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>False positive (GetType() from Object is sufficient)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ICloneable</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. Implement cloning operation yourself if needed.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Directory</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.MarshalByRefObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: Remoting is no longer available</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.OperatingSystem</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td style="padding-left:2em">get_Platform</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td style="padding-left:2em">get_Version</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.PlatformID</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use. Couple behavior to feature availability, not OS version or Platform.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">get_Location</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">GetEntryAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.SerializableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove this attribute</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ApartmentState</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Portable code should not rely on COM apartment semantics, and so should avoid this type.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Portable code should not rely on COM apartment semantics, and so should not use this method.</td> </tr> <tr> <td style="padding-left:2em">get_CurrentThread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetApartmentState</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Portable code should not rely on COM apartment semantics, and so should not use this method.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">GetField(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetMethod(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Equivalent available: Add using for System.Reflection, and reference System.Reflection.TypeExtensions </td> </tr> <tr> <td style="padding-left:2em">GetProperty(System.String,System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Version</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
client/main.html
jamiebones/Journal_Publication
<head> <meta charset="utf-8"> <title>Erudite Scholars</title> <meta name="Erudite Scholars" content="A hub for publication of Academic Papers and Journals"> <meta name="viewport" content="initial-scale=1, minimal-ui, maximum-scale=1, minimum-scale=1" /> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> </head> <body> <div id="react-root"></div> </body>
index.html
shaekuronen/jquery.breakbuster
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="css/normalize.min.css"> <link rel="stylesheet" href="css/main.css"> <style> /* https://developer.mozilla.org/en-US/docs/Web/CSS/hyphens */ .bb-section6 p { -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } .bb-section7 p { -webkit-hyphens: manual; -moz-hyphens: manual; -ms-hyphens: manual; hyphens: manual; } .bb-section8 p { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } </style> <script src="js/vendor/modernizr-2.6.2.min.js"></script> <!-- google analytics --> <script> var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']]; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.src='//www.google-analytics.com/ga.js'; s.parentNode.insertBefore(g,s)}(document,'script')); </script> <!-- end google analytics --> </head> <body> <!-- header --> <div class="header-container"> <header class="wrapper clearfix"> <h1 class="title">Breakbuster <span style="display:block;font-size:16px;font-weight:normal;">Prevent Linebreaks on Hyphens and Dashes</span></h1> <nav> <ul> <li><a href="https://github.com/shaekuronen/jquery.breakbuster">GITHUB</a></li> <li><a href="http://plugins.jquery.com/breakbuster/">JQUERY</a></li> <li><a href="#">NPM</a></li> </ul> </nav> </header> </div> <!-- end header --> <!-- main container --> <div class="main-container"> <!-- main --> <div class="main wrapper clearfix"> <article> <section class="bb-section1"> <h2>No Breakbuster or CSS Hyphens</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> <section class="bb-section2"> <h2>Breakbuster - Default Options</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> <section class="bb-section3"> <h2>Breakbuster - Only Hyphens</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> <section class="bb-section4"> <h2>Breakbuster - Only En Dashes</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> <section class="bb-section5"> <h2>Breakbuster - Only Em Dashes</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> <section class="bb-section6"> <h2>CSS Hyphens - None</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> <section class="bb-section7"> <h2>CSS Hyphens - Manual</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> <section class="bb-section8"> <h2>CSS Hyphens - Auto</h2> <p>Hyp-hen en–dash em—dash hyp&#45;hen en&#8211;dash em&#8212;dash sit am-et, conse—ctetur adip–iscing el-it. Ali—quam sodales urna n-on od–io ege—stas tem–por. Nunc vel vehi-cula ante. Hyp-hen en–dash em—dash ti–am bibe-ndum iaculis libero, eget mole–stie nisl phar—etra in. Hyp-hen en–dash em—dash in sem-per conse-quat est, eu por–ta vel—it mol-lis nec.</p> </section> </article> </div> <!-- end main --> </div> <!-- end main container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script> <script src="dist/jquery.breakbuster.min.js"></script> <!-- <script src="src/breakbuster.js"></script> --> <script> $('.bb-section2 p').breakbuster(); $('.bb-section3 p').breakbuster({ characters: ['-'] }); $('.bb-section4 p').breakbuster({ characters: ['–'] }); $('.bb-section5 p').breakbuster({ characters: ['—'] }); </script> <script src="js/main.js"></script> </body> </html>
fcb9145/html/classv8_1_1OutputStream.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v0.10.46: v8::OutputStream Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v0.10.46 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1OutputStream.html">OutputStream</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classv8_1_1OutputStream-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::OutputStream Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></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:a73e16718962e5c852c9341aed01c96cd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a73e16718962e5c852c9341aed01c96cd"></a>enum &#160;</td><td class="memItemRight" valign="bottom"><b>OutputEncoding</b> { <b>kAscii</b> = 0 }</td></tr> <tr class="separator:a73e16718962e5c852c9341aed01c96cd"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a336c7605a0ce4fbe6f6fca3b03bc16de"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a336c7605a0ce4fbe6f6fca3b03bc16de"></a>enum &#160;</td><td class="memItemRight" valign="bottom"><b>WriteResult</b> { <b>kContinue</b> = 0, <b>kAbort</b> = 1 }</td></tr> <tr class="separator:a336c7605a0ce4fbe6f6fca3b03bc16de"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a6c5c308367fc5776bcbedff0e94d6049"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1OutputStream.html#a6c5c308367fc5776bcbedff0e94d6049">EndOfStream</a> ()=0</td></tr> <tr class="separator:a6c5c308367fc5776bcbedff0e94d6049"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a93bdaa790cbd66a7283fad2cca3f48f7"><td class="memItemLeft" align="right" valign="top">virtual int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1OutputStream.html#a93bdaa790cbd66a7283fad2cca3f48f7">GetChunkSize</a> ()</td></tr> <tr class="separator:a93bdaa790cbd66a7283fad2cca3f48f7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae64c7719c109c5a7404caf4f311dc32d"><td class="memItemLeft" align="right" valign="top">virtual OutputEncoding&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1OutputStream.html#ae64c7719c109c5a7404caf4f311dc32d">GetOutputEncoding</a> ()</td></tr> <tr class="separator:ae64c7719c109c5a7404caf4f311dc32d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a42adc62ebe43d00159f80328538f217f"><td class="memItemLeft" align="right" valign="top">virtual WriteResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1OutputStream.html#a42adc62ebe43d00159f80328538f217f">WriteAsciiChunk</a> (char *data, int size)=0</td></tr> <tr class="separator:a42adc62ebe43d00159f80328538f217f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a104fd1a0b5ef685e1d4967aaacbb9e9d"><td class="memItemLeft" align="right" valign="top">virtual WriteResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1OutputStream.html#a104fd1a0b5ef685e1d4967aaacbb9e9d">WriteHeapStatsChunk</a> (<a class="el" href="structv8_1_1HeapStatsUpdate.html">HeapStatsUpdate</a> *data, int count)</td></tr> <tr class="separator:a104fd1a0b5ef685e1d4967aaacbb9e9d"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>An interface for exporting data from <a class="el" href="classv8_1_1V8.html">V8</a>, using "push" model. </p> </div><h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a6c5c308367fc5776bcbedff0e94d6049"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual void v8::OutputStream::EndOfStream </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Notify about the end of stream. </p> </div> </div> <a class="anchor" id="a93bdaa790cbd66a7283fad2cca3f48f7"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual int v8::OutputStream::GetChunkSize </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Get preferred output chunk size. Called only once. </p> </div> </div> <a class="anchor" id="ae64c7719c109c5a7404caf4f311dc32d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual OutputEncoding v8::OutputStream::GetOutputEncoding </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Get preferred output encoding. Called only once. </p> </div> </div> <a class="anchor" id="a42adc62ebe43d00159f80328538f217f"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual WriteResult v8::OutputStream::WriteAsciiChunk </td> <td>(</td> <td class="paramtype">char *&#160;</td> <td class="paramname"><em>data</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#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">pure virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Writes the next chunk of snapshot data into the stream. Writing can be stopped by returning kAbort as function result. EndOfStream will not be called in case writing was aborted. </p> </div> </div> <a class="anchor" id="a104fd1a0b5ef685e1d4967aaacbb9e9d"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">virtual WriteResult v8::OutputStream::WriteHeapStatsChunk </td> <td>(</td> <td class="paramtype"><a class="el" href="structv8_1_1HeapStatsUpdate.html">HeapStatsUpdate</a> *&#160;</td> <td class="paramname"><em>data</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>count</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">inline</span><span class="mlabel">virtual</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Writes the next chunk of heap stats data into the stream. Writing can be stopped by returning kAbort as function result. EndOfStream will not be called in case writing was aborted. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated 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>
src/doc/Ability.html
alexlo03/CodeSwap
<!DOCTYPE html> <html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>class Ability - RDoc Documentation</title> <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script> <script type="text/javascript" charset="utf-8" src="./js/search.js"></script> <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script> <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script> <body id="top" class="class"> <nav id="metadata"> <nav id="home-section" class="section"> <h3 class="section-header"> <a href="./index.html">Home</a> <a href="./table_of_contents.html#classes">Classes</a> <a href="./table_of_contents.html#methods">Methods</a> </h3> </nav> <nav id="search-section" class="section project-section" class="initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <h3 class="section-header"> <input type="text" name="search" placeholder="Search" id="search-field" title="Type to search, Up and Down to navigate, Enter to load"> </h3> </form> <ul id="search-results" class="initially-hidden"></ul> </nav> <div id="file-metadata"> <nav id="file-list-section" class="section"> <h3 class="section-header">Defined In</h3> <ul> <li>app/models/ability.rb </ul> </nav> </div> <div id="class-metadata"> <nav id="parent-class-section" class="section"> <h3 class="section-header">Parent</h3> <p class="link">Object </nav> <!-- Included Modules --> <nav id="includes-section" class="section"> <h3 class="section-header">Included Modules</h3> <ul class="link-list"> <li><span class="include">CanCan::Ability</span> </ul> </nav> <!-- Method Quickref --> <nav id="method-list-section" class="section"> <h3 class="section-header">Methods</h3> <ul class="link-list"> <li><a href="#method-c-new">::new</a> </ul> </nav> </div> <div id="project-metadata"> <nav id="fileindex-section" class="section project-section"> <h3 class="section-header">Pages</h3> <ul> <li class="file"><a href="./app/views/assignment/example_txt.html">example</a> </ul> </nav> <nav id="classindex-section" class="section project-section"> <h3 class="section-header">Class and Module Index</h3> <ul class="link-list"> <li><a href="./Ability.html">Ability</a> <li><a href="./AdminController.html">AdminController</a> <li><a href="./AdminHelper.html">AdminHelper</a> <li><a href="./ApplicationController.html">ApplicationController</a> <li><a href="./ApplicationHelper.html">ApplicationHelper</a> <li><a href="./Assignment.html">Assignment</a> <li><a href="./AssignmentController.html">AssignmentController</a> <li><a href="./AssignmentDefinition.html">AssignmentDefinition</a> <li><a href="./AssignmentDefinitionToUser.html">AssignmentDefinitionToUser</a> <li><a href="./AssignmentHelper.html">AssignmentHelper</a> <li><a href="./AssignmentPairing.html">AssignmentPairing</a> <li><a href="./Authentication.html">Authentication</a> <li><a href="./AuthenticationsController.html">AuthenticationsController</a> <li><a href="./AuthenticationsHelper.html">AuthenticationsHelper</a> <li><a href="./Course.html">Course</a> <li><a href="./CourseController.html">CourseController</a> <li><a href="./CourseGroup.html">CourseGroup</a> <li><a href="./CourseHelper.html">CourseHelper</a> <li><a href="./Deprecated.html">Deprecated</a> <li><a href="./Emailer.html">Emailer</a> <li><a href="./ErrorsController.html">ErrorsController</a> <li><a href="./FacultyController.html">FacultyController</a> <li><a href="./FacultyHelper.html">FacultyHelper</a> <li><a href="./FileSubmission.html">FileSubmission</a> <li><a href="./FileSubmissionUploader.html">FileSubmissionUploader</a> <li><a href="./FileSubmissionsController.html">FileSubmissionsController</a> <li><a href="./FileSubmissionsHelper.html">FileSubmissionsHelper</a> <li><a href="./HomeController.html">HomeController</a> <li><a href="./HomeHelper.html">HomeHelper</a> <li><a href="./PairingHelper.html">PairingHelper</a> <li><a href="./QuestionExtra.html">QuestionExtra</a> <li><a href="./RegistrationsController.html">RegistrationsController</a> <li><a href="./ReviewAnswer.html">ReviewAnswer</a> <li><a href="./ReviewAssignment.html">ReviewAssignment</a> <li><a href="./ReviewAssignmentController.html">ReviewAssignmentController</a> <li><a href="./ReviewAssignmentHelper.html">ReviewAssignmentHelper</a> <li><a href="./ReviewMapping.html">ReviewMapping</a> <li><a href="./ReviewQuestion.html">ReviewQuestion</a> <li><a href="./StudentInCourse.html">StudentInCourse</a> <li><a href="./TaForCourse.html">TaForCourse</a> <li><a href="./User.html">User</a> </ul> </nav> </div> </nav> <div id="documentation"> <h1 class="class">class Ability</h1> <div id="description" class="description"> </div><!-- description --> <section id="5Buntitled-5D" class="documentation-section"> <!-- Methods --> <section id="public-class-5Buntitled-5D-method-details" class="method-section section"> <h3 class="section-header">Public Class Methods</h3> <div id="method-c-new" class="method-detail "> <div class="method-heading"> <span class="method-name">new</span><span class="method-args">(user)</span> <span class="method-click-advice">click to toggle source</span> </div> <div class="method-description"> <div class="method-source-code" id="new-source"> <pre><span class="ruby-comment"># File app/models/ability.rb, line 4</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">user</span>) <span class="ruby-comment"># Define abilities for the passed in user here. For example:</span> <span class="ruby-comment">#</span> <span class="ruby-comment"># user ||= User.new # guest user (not logged in)</span> <span class="ruby-comment"># if user.admin?</span> <span class="ruby-comment"># can :manage, :all</span> <span class="ruby-comment"># else</span> <span class="ruby-comment"># can :read, :all</span> <span class="ruby-comment"># end</span> <span class="ruby-comment">#</span> <span class="ruby-comment"># The first argument to `can` is the action you are giving the user permission to do.</span> <span class="ruby-comment"># If you pass :manage it will apply to every action. Other common actions here are</span> <span class="ruby-comment"># :read, :create, :update and :destroy.</span> <span class="ruby-comment">#</span> <span class="ruby-comment"># The second argument is the resource the user can perform the action on. If you pass</span> <span class="ruby-comment"># :all it will apply to every resource. Otherwise pass a Ruby class of the resource.</span> <span class="ruby-comment">#</span> <span class="ruby-comment"># The third argument is an optional hash of conditions to further filter the objects.</span> <span class="ruby-comment"># For example, here the user can only update published articles.</span> <span class="ruby-comment">#</span> <span class="ruby-comment"># can :update, Article, :published =&gt; true</span> <span class="ruby-comment">#</span> <span class="ruby-comment"># See the wiki for details: https://github.com/ryanb/cancan/wiki/Defining-Abilities</span> <span class="ruby-keyword">end</span></pre> </div><!-- new-source --> </div> </div><!-- new-method --> </section><!-- public-class-method-details --> </section><!-- 5Buntitled-5D --> </div><!-- documentation --> <footer id="validator-badges"> <p><a href="http://validator.w3.org/check/referer">[Validate]</a> <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12. <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3. </footer>
deps/boost_1_77_0/libs/json/doc/html/json/ref/boost__json__string/copy.html
davehorton/drachtio-server
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>string::copy</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../index.html" title="Chapter 1. Boost.JSON"> <link rel="up" href="../boost__json__string.html" title="string"> <link rel="prev" href="subview.html" title="string::subview"> <link rel="next" href="resize.html" title="string::resize"> </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="subview.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__json__string.html"><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="resize.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h5 class="title"> <a name="json.ref.boost__json__string.copy"></a><a class="link" href="copy.html" title="string::copy">string::copy</a> </h5></div></div></div> <p> <a class="indexterm" name="idm45725628259312"></a> </p> <p> Copy a substring to another string. </p> <h6> <a name="json.ref.boost__json__string.copy.h0"></a> <span class="phrase"><a name="json.ref.boost__json__string.copy.synopsis"></a></span><a class="link" href="copy.html#json.ref.boost__json__string.copy.synopsis">Synopsis</a> </h6> <pre class="programlisting"><span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">copy</span><span class="special">(</span> <span class="keyword">char</span><span class="special">*</span> <span class="identifier">dest</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">count</span><span class="special">,</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">pos</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span> </pre> <h6> <a name="json.ref.boost__json__string.copy.h1"></a> <span class="phrase"><a name="json.ref.boost__json__string.copy.description"></a></span><a class="link" href="copy.html#json.ref.boost__json__string.copy.description">Description</a> </h6> <p> Copies <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">min</span><span class="special">(</span><span class="identifier">count</span><span class="special">,</span> <span class="identifier">size</span><span class="special">()</span> <span class="special">-</span> <span class="identifier">pos</span><span class="special">)</span></code> characters starting at index <code class="computeroutput"><span class="identifier">pos</span></code> to the string pointed to by <code class="computeroutput"><span class="identifier">dest</span></code>. </p> <h6> <a name="json.ref.boost__json__string.copy.h2"></a> <span class="phrase"><a name="json.ref.boost__json__string.copy.remarks"></a></span><a class="link" href="copy.html#json.ref.boost__json__string.copy.remarks">Remarks</a> </h6> <p> The resulting string is not null terminated. </p> <h6> <a name="json.ref.boost__json__string.copy.h3"></a> <span class="phrase"><a name="json.ref.boost__json__string.copy.return_value"></a></span><a class="link" href="copy.html#json.ref.boost__json__string.copy.return_value">Return Value</a> </h6> <p> The number of characters copied. </p> <h6> <a name="json.ref.boost__json__string.copy.h4"></a> <span class="phrase"><a name="json.ref.boost__json__string.copy.parameters"></a></span><a class="link" href="copy.html#json.ref.boost__json__string.copy.parameters">Parameters</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Name </p> </th> <th> <p> Description </p> </th> </tr></thead> <tbody> <tr> <td> <p> <code class="computeroutput"><span class="identifier">count</span></code> </p> </td> <td> <p> The number of characters to copy. </p> </td> </tr> <tr> <td> <p> <code class="computeroutput"><span class="identifier">dest</span></code> </p> </td> <td> <p> The string to copy to. </p> </td> </tr> <tr> <td> <p> <code class="computeroutput"><span class="identifier">pos</span></code> </p> </td> <td> <p> The index to begin copying from. The default argument for this parameter is <code class="computeroutput"><span class="number">0</span></code>. </p> </td> </tr> </tbody> </table></div> <h6> <a name="json.ref.boost__json__string.copy.h5"></a> <span class="phrase"><a name="json.ref.boost__json__string.copy.exceptions"></a></span><a class="link" href="copy.html#json.ref.boost__json__string.copy.exceptions">Exceptions</a> </h6> <div class="informaltable"><table class="table"> <colgroup> <col> <col> </colgroup> <thead><tr> <th> <p> Type </p> </th> <th> <p> Thrown On </p> </th> </tr></thead> <tbody><tr> <td> <p> <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">out_of_range</span></code> </p> </td> <td> <p> <code class="computeroutput"><span class="identifier">pos</span> <span class="special">&gt;</span> <span class="identifier">max_size</span><span class="special">()</span></code> </p> </td> </tr></tbody> </table></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 © 2019, 2020 Vinnie Falco<br>Copyright © 2020 Krystian Stasiowski<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="subview.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__json__string.html"><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="resize.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
site/index.html
pimsmath/quick-minidocs
<!doctype html> <html lang="en"> <head> <title>quick-minidocs</title> <meta charset="utf-8"> <link rel="stylesheet" href="/bundle.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <div id="choo-root" class="minidocs"> <div class="_2bbb10f8 minidocs-sidebar"> <div class="minidocs-header"> <h1><a href="/"><img src="/pims3.png" alt="quick-minidocs" class="minidocs-logo" /></a></h1> </div> <div class="_606ae572 minidocs-contents"> <button class="minidocs-menu-toggle">Menu</button> <div class="minidocs-menu menu-closed menu-small"> <div class="minidocs-menu-wrapper"> <div><a href="/README" class="content-link active">Read Me</a></div><div class="h1">Create</div><div><a href="/installation" class="content-link ">Installation</a></div><div><a href="/example-site-creation" class="content-link ">Create site</a></div><div><a href="/local-deploy" class="content-link ">Deploy locally</a></div><div><a href="/deploy-surge" class="content-link ">Deploy on surge.sh</a></div><div class="h1">Extend</div><div><a href="/mathjax" class="content-link ">MathJax?</a></div><div><a href="/github" class="content-link ">GitHub</a></div><div><a href="/binder" class="content-link ">Binder for Jupyter</a></div> </div> </div> </div> </div> <div class="_571b6797 minidocs-main"> <div class="markdown-body"> <div class="_3f4b1fbc minidocs-content"> <div><p>This is an example site built using <a href="https://github.com/freeman-lab/minidocs"><code>minidocs</code></a>. Minidocs is a lightweight framework for documentation and online textbooks. This site explains how to create a minidocs site, how to deploy it locally, and how to rapidly deploy it to the internet using <code>surge</code>.</p> <h3 id="create">Create</h3> <p>I installed <code>node.js</code> to get the node package manager <code>npm</code>. I used <code>npm</code> to install <code>minidocs</code> and <code>http-server</code>.</p> <p>I created the site by making a folder called <code>quick-minidocs</code>. I created a subfolder called <code>markdown</code> containing <a href="https://daringfireball.net/projects/markdown/">markdown</a> files, and a <code>contents.json</code> file specifying some organizational structure. Then I ran this command in a terminal in the <code>quick-minidocs</code> folder:</p> <p><code>minidocs markdown/ -c contents.json -o site -l pims3.png</code></p> <p>That command generated a new subdirectory called <code>site</code>. To view the site, I deployed it locally by entering the <code>site</code> subdirectory and running <code>http-server</code>. I then viewed the site in my browser.</p> <p>I deployed the site to the internet using <code>surge.sh</code>.</p> <h3 id="extend">Extend</h3> <p>I showed how to enrich minidocs by adding extensions to:</p> <ul> <li>include mathematical notation using <a href="https://www.mathjax.org/">MathJax</a></li> <li>share your site&#39;s code using <a href="https://github.com/">GitHub</a></li> <li>launch Jupyter pages from your site using <a href="http://mybinder.org/">Binder</a></li> </ul> <h3 id="license-and-source">License and Source</h3> <p>This site was created by <a href="http://colliand.com">James Colliander</a> and is freely available under the <a href="./LICENCE">MIT License</a>. Click here for <a href="http://choosealicense.com/licenses/mit/">more information on the MIT License</a>. </p> <p>The source code is available here on Github.</p> </div> </div> </div> </div> </div> <script src="/bundle.js"></script> </body> </html>
node_modules/vue-scroller/index.html
Hasky0911/Maoyan
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, user-scalable=no"> <title>vue-scroller</title> </head> <body> <div id="app"></div> <script src="dist/build.js"></script> </body> </html>
doc/overview.html
ixui/lend-book
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</title> </head> <body> <div class="block"> このドキュメントはイクスイ向け書籍管理(仮)のAPIドキュメントです。<br> このプログラムは社内の書籍管理をするためのものです。<br> <b>使用環境は:Spring Boot1.4 BootStrap3 MySQL MyBatis Flyway</b>を使用しています。<br> 依存ライブラリは<a href="https://github.com/ixui/lend-book">GitHub</a>を参照してください。 </div> </body> </html>
web-api/app/templates/done.html
hack4impact/busy-booth
{% extends "layout.html" %} {% block body %} <h1>DONE!!!</h1> {% endblock %}
lib/server/views/error_users.html
tkw1536/JAUS
<!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>{{siteName}} - Error - User Manager</title> <!-- Custom styles for this template --> <link href="/!/!/lib/css/offcanvas.css" rel="stylesheet"> <link href="/!/!/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="row"> <div class="alert alert-danger" role="alert"> <h1>An error occured</h1> <p> {{message}} </p> <a href="/!/!/userman" class="btn btn-default">Back to links overview</a> </div> </div> <footer> <p> [{{siteName}}] - <a href="/!/about">About</a> - powered by <a href="https://github.com/tkw1536/JAUS" target="_blank">JAUS</a></p> </footer> </div> </body> </html>
index.html
davidyu/F-Nought
<!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>F-Nought</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.6.2.min.js"></script> </head> <body> <!--[if lt IE 7]> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <![endif]--> <!-- Add your site or application content here --> <div id="f-nought-container"> <canvas id="canvas"> Sorry, this example cannot be run because your browser does not support the &lt;canvas&gt; element </canvas> </div> <script src="http://localhost/socket.io/socket.io.js"></script> <script src="js/utils.js"></script> <script src="js/game.js"></script> <script src="js/render.js"></script> <script src="js/client.js"></script> <script src="js/constants.js"></script> <script> Client.init(); </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script> <script src="js/plugins.js"></script> <script src="js/main.js"></script> <script> var _gaq=[['_setAccount','UA-38712549-1'],['_trackPageview']]; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; s.parentNode.insertBefore(g,s)}(document,'script')); </script> </body> </html>
DEMO WC-Plain/css/Mobile.css
SelectSires/WorkflowCarousel
#InnerBody{height:100%;margin:0px;overflow:hidden;width:100%}#Current,#Up,#Down,#Left,#Right{padding:10px;position:absolute}.Content{border:1px solid red;height:95%;width:96%}#Dashboard-Content,#Complete-Content{background-color:#fff}#Set-Content,#Tank-Content{background-color:tan}#Conversion-Content,#Pick-Content,#Jug-Content{background-color:#ffdbaa}#Current .Content{background-color:green}#Up .Content{background-color:tan}#Down .Content{background-color:tan}#Left .Content{background-color:tan}#Right .Content{background-color:tan}
templates/history_versions.html
renanberto/apocV2
<html> {{ template "header" . }} <body> <div class="ui inverted vertical masthead center aligned segment"> {{ template "menu" . }} </div> <div class="ui inverted vertical masthead segment"> <div class="ui main container"> <h1 class="ui header red"> <i class="history icon"></i> <div class="content"> Versions History. </div> </h1> <p></p> <div class="ui segment inverted red"> <div class="sixteen wide column"> <table id="historyTable" class="ui compact selectable celled striped table small dataTable no-footer" cellspacing="0" width="100%" role="grid" aria-describedby="example_info" style="width: 100%;"> <thead> <tr role="row"> <th class="sorting" tabindex="0" aria-controls="tableControl" rowspan="1" colspan="1" style="width: 200px;">Web Version</th> <th class="sorting" tabindex="0" aria-controls="tableControl" rowspan="1" colspan="1" style="width: 650px;">Android Version</th> <th class="sorting" tabindex="0" aria-controls="tableControl" rowspan="1" colspan="1" style="width: 200px;">Ios Version></th> </thead> <tbody> {{ range $key, $value := .Versions }} <tr role="row" class="even"> <td>{{ .WebVersion }}</td> <td>{{ .AndroidVersion }}</td> <td>{{ .IosVersion }}</td> </tr> {{ end }} </tbody> </table> </div> </div> </div> </div> </body> </html> <script src="../dist/mod/historyTable.js"></script> <link rel="stylesheet" type="text/css" href="../dist/mod/historyTable.css">
datacademy/templates/userena/profile_form.html
mingot/datacademy_django
{% extends 'userena/profile_base.html' %} {% load i18n %} {% load url from future %} {% load bootstrap3 %} {% block title %}{% trans "Account setup" %}{% endblock %} {% block profile_content %} <form action="" enctype="multipart/form-data" method="post"> {% csrf_token %} <fieldset> <legend>{% trans "Edit Profile" %}</legend> {{ form.as_p }} </fieldset> <input type="submit" value="{% trans "Save changes" %}" /> </form> {% endblock profile_content %} {% block extra_js %} <script> $("#edit_details").addClass("active"); </script> {% endblock extra_js %}
doc/com/tranek/chivalryserverbrowser/class-use/ServerListNormalTab.html
tranek/ChivalryServerBrowser
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_15) on Wed Apr 17 10:14:27 EDT 2013 --> <title>Uses of Class com.tranek.chivalryserverbrowser.ServerListNormalTab</title> <meta name="date" content="2013-04-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="Uses of Class com.tranek.chivalryserverbrowser.ServerListNormalTab"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">Package</a></li> <li><a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">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> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/tranek/chivalryserverbrowser/class-use/ServerListNormalTab.html" target="_top">Frames</a></li> <li><a href="ServerListNormalTab.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 com.tranek.chivalryserverbrowser.ServerListNormalTab" class="title">Uses of Class<br>com.tranek.chivalryserverbrowser.ServerListNormalTab</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.tranek.chivalryserverbrowser"> <!-- --> </a> <h3>Uses of <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a> in <a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">com.tranek.chivalryserverbrowser</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">com.tranek.chivalryserverbrowser</a> declared as <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a></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> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a></code></td> <td class="colLast"><span class="strong">MainWindow.</span><code><strong><a href="../../../../com/tranek/chivalryserverbrowser/MainWindow.html#serverListTab">serverListTab</a></strong></code> <div class="block">Tab for normal server list.</div> </td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> <caption><span>Constructors in <a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">com.tranek.chivalryserverbrowser</a> with parameters of type <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../com/tranek/chivalryserverbrowser/RefresherNormal.html#RefresherNormal(com.tranek.chivalryserverbrowser.MainWindow, com.tranek.chivalryserverbrowser.ServerListNormalTab)">RefresherNormal</a></strong>(<a href="../../../../com/tranek/chivalryserverbrowser/MainWindow.html" title="class in com.tranek.chivalryserverbrowser">MainWindow</a>&nbsp;mw, <a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">ServerListNormalTab</a>&nbsp;sl)</code> <div class="block">Creates a new RefresherNormal.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../com/tranek/chivalryserverbrowser/package-summary.html">Package</a></li> <li><a href="../../../../com/tranek/chivalryserverbrowser/ServerListNormalTab.html" title="class in com.tranek.chivalryserverbrowser">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> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/tranek/chivalryserverbrowser/class-use/ServerListNormalTab.html" target="_top">Frames</a></li> <li><a href="ServerListNormalTab.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>
app/templates/index.html
vaddina/word2emoji
{% extends "base.html" %} {% block content %} <div class="container"> <div class="row"> <div class="one-half column" style="margin-top: 10%"> <h4>Hi</h4> </div> </div> </div> <div class="container"> <form id='index_form' method="post" role="form"> <div class="row"> <div class="six columns"> <font size="5"> Enter a word or click this emoji: <a href="/search/{{emj}}" onclick="$(this).getElementById('form').submit();">{{emj}}</a> </font> <input class="u-full-width" type="text" placeholder="oslo" id="search_string" name="search_string"> </input> </div> </div> <input class="button-primary" type="submit" value="Search"></input> </form> </div> {% if search_string %} <div class="container"> {% if valid %} <div class="row"> <div class="one-half column"> <h5> Searched for <strong> <a> {{ search_string }} </a> </strong> </h5> </div> </div> <table class="u-custom-width"> <thead> <tr> <th>Emoji</th> <th>Cosine Similarity</th> </tr> </thead> <tbody> {% for result in res %} <tr> <td> <h3> <a href='/search/{{result[0]}}'> {{result[0]}} </a> </h3> </td> <td>{{result[1]}}</td> </tr> {% endfor %} </tbody> </table> {% else %} <div class="row"> <h5> No results for <strong> <a> {{ search_string }} </a> </strong>... 😞 😭 </h5> </div> {% endif %} </div> {% endif %} {% endblock %}
docs/files/src_switch_switch.js.html
open-ui/public-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>src/switch/switch.js - Open UI</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="stylesheet" href="../assets/css/custom.css" id="site_custom"> <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div class="github-fork-ribbon-wrapper right"> <div class="github-fork-ribbon"> <a href="https://github.com/open-ui/open-ui/" target="_new"><i class='fa fa-github' style='margin-right:10px;'></i>Contribute!</a> </div> </div> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="Open UI"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 0.0.1</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/$ui.html">$ui</a></li> <li><a href="../classes/$ui.accordian.html">$ui.accordian</a></li> <li><a href="../classes/$ui.carousel.html">$ui.carousel</a></li> <li><a href="../classes/$ui.chart.html">$ui.chart</a></li> <li><a href="../classes/$ui.checkbox.html">$ui.checkbox</a></li> <li><a href="../classes/$ui.color.html">$ui.color</a></li> <li><a href="../classes/$ui.colorpicker.html">$ui.colorpicker</a></li> <li><a href="../classes/$ui.datepicker.html">$ui.datepicker</a></li> <li><a href="../classes/$ui.drag.html">$ui.drag</a></li> <li><a href="../classes/$ui.fileinput.html">$ui.fileinput</a></li> <li><a href="../classes/$ui.modal.html">$ui.modal</a></li> <li><a href="../classes/$ui.notify.html">$ui.notify</a></li> <li><a href="../classes/$ui.rating.html">$ui.rating</a></li> <li><a href="../classes/$ui.scroll.html">$ui.scroll</a></li> <li><a href="../classes/$ui.select.html">$ui.select</a></li> <li><a href="../classes/$ui.slider.html">$ui.slider</a></li> <li><a href="../classes/$ui.svg.html">$ui.svg</a></li> <li><a href="../classes/$ui.switch.html">$ui.switch</a></li> <li><a href="../classes/$ui.toggle.html">$ui.toggle</a></li> <li><a href="../classes/$ui.tooltip.html">$ui.tooltip</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/open-ui.html">open-ui</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1 class="file-heading">File: src/switch/switch.js</h1> <div class="file"> <pre class="code prettyprint linenums"> var $ui = $ui || {}; /** Create a new switch control HTML: &lt;input type=&#x27;switch&#x27; id=&#x27;switch&#x27; /&gt; Javascript: $ui.switch({ element: document.getElementById(&#x27;switch&#x27;) }); @class $ui.switch @constructor @param options {Object} @param options.element {Object} DOM element to convert to control @param [options.value] {Boolean} Initial value @param [options.name=ui-switch-RandInt] {String} Name of underlying input control, defaults to the attribute value set on the passed element, or &#x60;ui-switch-RandInt&#x60; @param [options.tabindex=0] {Number} Tabindex of control, defaults to the attribute value set on the passed element, or &#x60;0&#x60; @param [options.disabled=false] {Boolean} Disabled state of control, defaults to the attribute value set on the passed element, or &#x60;false&#x60; @param [options.listeners] {Object} Object array of event listeners to bind to underlying input(s) @return Object {Object} Consisting of original DOM element (item &#x60;0&#x60;) and class methods (see below) @chainable */ (function($ui) { $ui.switch = function(opt) { var el = opt.element, // listeners = opt.listeners === undefined ? {} : opt.listeners, inputValue = opt.value || el.getAttribute(&#x27;value&#x27;) || true, inputLabel = opt.label || el.getAttribute(&#x27;label&#x27;) || el.innerHTML, inputDisabled = (opt.disabled || el.getAttribute(&#x27;disabled&#x27;)) ? &#x27;disabled&#x27; : &#x27;&#x27;, inputName = opt.name || el.getAttribute(&#x27;name&#x27;) || &#x27;ui-switch-&#x27; + $ui.getRand(1, 999), listeners = opt.listeners === undefined ? {} : opt.listeners, inputTabIndex = opt.tabindex || el.getAttribute(&#x27;tabindex&#x27;) || 0; /*jshint multistr:true */ var str = &quot;&lt;label class=&#x27;ui-switch&#x27; for=&#x27;&quot; + inputName + &quot;&#x27;&gt;\ &lt;input type = &#x27;checkbox&#x27; id = &#x27;&quot; + inputName + &quot;&#x27; name = &#x27;&quot; + inputName + &quot;&#x27; tabindex = &#x27;&quot; + inputTabIndex + &quot;&#x27; / &gt;\ &lt;span class = &#x27;ui-label&#x27; &gt; &quot; + inputLabel + &quot; &lt;/span&gt;\ &lt;span class = &#x27;ui-indicator&#x27; &gt; &quot; + inputLabel + &quot; &lt;/span&gt;\ &lt;/label&gt;&quot;; el.innerHTML = &#x27;&#x27;; el = $ui.replaceEl(el, str); $ui.bindEvent(&quot;mousewheel&quot;, el, function(e) { $ui.preventBubble(e); if (e.wheelDelta &gt; 0 || e.detail &lt; 0) { obj.val(true); }else{ obj.val(false); } }); /** Gets or sets control value @method val @param [value] {String} Value to set @return {String} Returns current value */ /** Gets or sets control disabled state @method disabled @param [boolean] {Boolean} Disabled state @return {Boolean} Returns disabled state */ var obj = { 0: el, val: function(val) { if (val === undefined) { return $ui.attribute(el.children[0], &#x27;checked&#x27;); } $ui.attribute(el.children[0], &#x27;checked&#x27;, Boolean(val)); }, disabled: function(val) { if (val !== undefined) { $ui.toggleClass(el, &#x27;ui-disabled&#x27;, Boolean(val)); $ui.attribute(el.children[0], &#x27;disabled&#x27;, Boolean(val)); } return $ui.attribute(el.children[0], &#x27;disabled&#x27;); } }; obj.val(inputValue); if (inputDisabled) { obj.disabled(true); } $ui.bindListeners(listeners, el.children[0]); return obj; }; return $ui; })($ui); </pre> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
templates/home.html
Willh6919/GPTagRugby
<!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 lang="en" class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"><title>GroundworkCSS &hearts;</title> </head> </html> <link rel="apple-touch-icon" href="../images/apple-icons/apple-touch-icon-precomposed.png"> <link rel="apple-touch-icon" sizes="57x57" href="../images/apple-icons/apple-touch-icon-57x57-precomposed.png"> <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-icons/apple-touch-icon-72x72-precomposed.png"> <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-icons/apple-touch-icon-114x114-precomposed.png"> <link rel="apple-touch-icon" sizes="144x144" href="../images/apple-icons/apple-touch-icon-144x144-precomposed.png"> <meta name="msapplication-TileImage" content="../images/apple-icons/apple-touch-icon-144x144-precomposed.png"> <meta name="msapplication-TileColor" content="#ffffff"> <!-- Modernizr --> <script src="../js/libs/modernizr-2.6.2.min.js"></script> <!-- jQuery --> <script type="text/javascript" src="../js/libs/jquery-1.8.2.min.js"></script> <!-- framework css --> <link type="text/css" rel="stylesheet" href="../css/groundwork.css"><!--[if IE]> <link type="text/css" rel="stylesheet" href="../css/groundwork-ie.css"><![endif]--><!--[if lt IE 9]> <script type="text/javascript" src="../js/libs/html5shiv.min.js"></script><![endif]--><!--[if IE 7]> <link type="text/css" rel="stylesheet" href="../css/font-awesome-ie7.min.css"><![endif]--> <script type="text/javascript"> // extend Modernizr to have datauri test (function(){ var datauri = new Image(); datauri.onerror = function() { Modernizr.addTest('datauri', function () { return false; }); }; datauri.onload = function() { Modernizr.addTest('datauri', function () { return (datauri.width == 1 && datauri.height == 1); }); Modernizr.load({ test: Modernizr.datauri, nope: '../css/no-datauri.css' }); }; datauri.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="; })(); // fallback if SVG unsupported Modernizr.load({ test: Modernizr.inlinesvg, nope: [ '../css/no-svg.css' ] }); // polyfill for HTML5 placeholders Modernizr.load({ test: Modernizr.input.placeholder, nope: [ '../css/placeholder_polyfill.css', '../js/libs/placeholder_polyfill.jquery.js' ] }); </script> <body></body> <header class="white band padded"> <div class="container"> <h2>GroundworkCSS</h2> <nav class="inline gap-top"> <ul> <li><a href="./home.html"><i class="icon-home"></i></a></li> <li><a href="./layout-1.html">Layout 1</a></li> <li><a href="./layout-2.html">Layout 2</a></li> <li><a href="./layout-3.html">Layout 3</a></li> <li><a href="./layout-4.html">Layout 4</a></li> <li><a href="./layout-5.html">Layout 5</a></li> <li><a href="./kitchen-sink.html">Kitchen Sink</a></li> </ul> </nav> </div> </header> <div class="container"> <h2>Example Layouts to Get You Going</h2> <div class="row"> <div class="one small-tablet third padded"> <div class="align-center"><a href="./layout-1.html" class="button"><img src="../images/layout-1.gif" class="gap-top">Layout 1</a></div> </div> <div class="one small-tablet third padded"> <div class="align-center"><a href="./layout-2.html" class="button"><img src="../images/layout-2.gif" class="gap-top">Layout 2</a></div> </div> <div class="one small-tablet third padded"> <div class="align-center"><a href="./layout-3.html" class="button"><img src="../images/layout-3.gif" class="gap-top">Layout 3</a></div> </div> </div> <div class="row"> <div class="one small-tablet third padded"> <div class="align-center"><a href="./layout-4.html" class="button"><img src="../images/layout-4.gif" class="gap-top">Layout 4</a></div> </div> <div class="one small-tablet third padded"> <div class="align-center"><a href="./layout-5.html" class="button"><img src="../images/layout-5.gif" class="gap-top">Layout 5</a></div> </div> <div class="one small-tablet third padded"> <div class="align-center"><a href="./kitchen-sink.html" class="button"><img src="../images/kitchen-sink.gif" class="gap-top">Kitchen Sink</a></div> </div> </div> <footer class="footer align-right"> <p>&copy 2013 Gary Hepting. Free to use, but <a href="mailto:groundwork@sidereel.com">give me a shout </a>if you find GroundworkCSS extremely useful!</p> </footer> <!-- scripts--> <script type="text/javascript" src="../js/plugins/jquery.cycle2.js"></script> <script type="text/javascript" src="../js/groundwork.all.js"></script> <!-- google analytics--> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </div>
node_modules/bower/node_modules/update-notifier/node_modules/configstore/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/index.html
thomjoy/sydney-buses
<!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="chrome=1" /> <meta name="viewport" content="width=device-width" /> <link rel="canonical" href="http://underscorejs.org" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <title>Underscore.js</title> <style> body { font-size: 14px; line-height: 22px; background: #f4f4f4 url(docs/images/background.png); color: #000; font-family: Helvetica Neue, Helvetica, Arial; } .interface { font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif !important; } div#sidebar { background: #fff; position: fixed; top: 0; left: 0; bottom: 0; width: 200px; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; padding: 15px 0 30px 30px; border-right: 1px solid #bbb; box-shadow: 0 0 20px #ccc; -webkit-box-shadow: 0 0 20px #ccc; -moz-box-shadow: 0 0 20px #ccc; } a.toc_title, a.toc_title:visited { display: block; color: black; font-weight: bold; margin-top: 15px; } a.toc_title:hover { text-decoration: underline; } #sidebar .version { font-size: 10px; font-weight: normal; } ul.toc_section { font-size: 11px; line-height: 14px; margin: 5px 0 0 0; padding-left: 0px; list-style-type: none; font-family: Lucida Grande; } .toc_section li { cursor: pointer; margin: 0 0 3px 0; } .toc_section li a { text-decoration: none; color: black; } .toc_section li a:hover { text-decoration: underline; } div.container { width: 550px; margin: 40px 0 50px 260px; } img#logo { width: 396px; height: 69px; } div.warning { margin-top: 15px; font: bold 11px Arial; color: #770000; } p { margin: 20px 0; width: 550px; } a, a:visited { color: #444; } a:active, a:hover { color: #000; } h1, h2, h3, h4, h5, h6 { padding-top: 20px; } h2 { font-size: 20px; } b.header { font-size: 16px; line-height: 30px; } span.alias { font-size: 14px; font-style: italic; margin-left: 20px; } table, tr, td { margin: 0; padding: 0; } td { padding: 2px 12px 2px 0; } table .rule { height: 1px; background: #ccc; margin: 5px 0; } ul { list-style-type: circle; padding: 0 0 0 20px; } li { width: 500px; margin-bottom: 10px; } code, pre, tt { font-family: Monaco, Consolas, "Lucida Console", monospace; font-size: 12px; line-height: 18px; font-style: normal; } tt { padding: 0px 3px; background: #fff; border: 1px solid #ddd; zoom: 1; } code { margin-left: 20px; } pre { font-size: 12px; padding: 2px 0 2px 15px; border-left: 5px solid #bbb; margin: 0px 0 30px; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 3/2) and (max-width: 640px), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 640px) { img { max-width: 100%; } div#sidebar { -webkit-overflow-scrolling: initial; position: relative; width: 90%; height: 120px; left: 0; top: -7px; padding: 10px 0 10px 30px; border: 0; } img#logo { width: auto; height: auto; } div.container { margin: 0; width: 100%; } p, div.container ul { max-width: 98%; overflow-x: scroll; } pre { overflow: scroll; } } </style> </head> <body> <div id="sidebar" class="interface"> <a class="toc_title" href="#"> Underscore.js <span class="version">(1.4.4)</span> </a> <ul class="toc_section"> <li>&raquo; <a href="http://github.com/documentcloud/underscore">GitHub Repository</a></li> <li>&raquo; <a href="docs/underscore.html">Annotated Source</a></li> </ul> <a class="toc_title" href="#"> Introduction </a> <a class="toc_title" href="#collections"> Collections </a> <ul class="toc_section"> <li>- <a href="#each">each</a></li> <li>- <a href="#map">map</a></li> <li>- <a href="#reduce">reduce</a></li> <li>- <a href="#reduceRight">reduceRight</a></li> <li>- <a href="#find">find</a></li> <li>- <a href="#filter">filter</a></li> <li>- <a href="#where">where</a></li> <li>- <a href="#findWhere">findWhere</a></li> <li>- <a href="#reject">reject</a></li> <li>- <a href="#every">every</a></li> <li>- <a href="#some">some</a></li> <li>- <a href="#contains">contains</a></li> <li>- <a href="#invoke">invoke</a></li> <li>- <a href="#pluck">pluck</a></li> <li>- <a href="#max">max</a></li> <li>- <a href="#min">min</a></li> <li>- <a href="#sortBy">sortBy</a></li> <li>- <a href="#groupBy">groupBy</a></li> <li>- <a href="#countBy">countBy</a></li> <li>- <a href="#shuffle">shuffle</a></li> <li>- <a href="#toArray">toArray</a></li> <li>- <a href="#size">size</a></li> </ul> <a class="toc_title" href="#arrays"> Arrays </a> <ul class="toc_section"> <li>- <a href="#first">first</a></li> <li>- <a href="#initial">initial</a></li> <li>- <a href="#last">last</a></li> <li>- <a href="#rest">rest</a></li> <li>- <a href="#compact">compact</a></li> <li>- <a href="#flatten">flatten</a></li> <li>- <a href="#without">without</a></li> <li>- <a href="#union">union</a></li> <li>- <a href="#intersection">intersection</a></li> <li>- <a href="#difference">difference</a></li> <li>- <a href="#uniq">uniq</a></li> <li>- <a href="#zip">zip</a></li> <li>- <a href="#object">object</a></li> <li>- <a href="#indexOf">indexOf</a></li> <li>- <a href="#lastIndexOf">lastIndexOf</a></li> <li>- <a href="#sortedIndex">sortedIndex</a></li> <li>- <a href="#range">range</a></li> </ul> <a class="toc_title" href="#functions"> Functions </a> <ul class="toc_section"> <li>- <a href="#bind">bind</a></li> <li>- <a href="#bindAll">bindAll</a></li> <li>- <a href="#partial">partial</a></li> <li>- <a href="#memoize">memoize</a></li> <li>- <a href="#delay">delay</a></li> <li>- <a href="#defer">defer</a></li> <li>- <a href="#throttle">throttle</a></li> <li>- <a href="#debounce">debounce</a></li> <li>- <a href="#once">once</a></li> <li>- <a href="#after">after</a></li> <li>- <a href="#wrap">wrap</a></li> <li>- <a href="#compose">compose</a></li> </ul> <a class="toc_title" href="#objects"> Objects </a> <ul class="toc_section"> <li>- <a href="#keys">keys</a></li> <li>- <a href="#values">values</a></li> <li>- <a href="#pairs">pairs</a></li> <li>- <a href="#invert">invert</a></li> <li>- <a href="#object-functions">functions</a></li> <li>- <a href="#extend">extend</a></li> <li>- <a href="#pick">pick</a></li> <li>- <a href="#omit">omit</a></li> <li>- <a href="#defaults">defaults</a></li> <li>- <a href="#clone">clone</a></li> <li>- <a href="#tap">tap</a></li> <li>- <a href="#has">has</a></li> <li>- <a href="#isEqual">isEqual</a></li> <li>- <a href="#isEmpty">isEmpty</a></li> <li>- <a href="#isElement">isElement</a></li> <li>- <a href="#isArray">isArray</a></li> <li>- <a href="#isObject">isObject</a></li> <li>- <a href="#isArguments">isArguments</a></li> <li>- <a href="#isFunction">isFunction</a></li> <li>- <a href="#isString">isString</a></li> <li>- <a href="#isNumber">isNumber</a></li> <li>- <a href="#isFinite">isFinite</a></li> <li>- <a href="#isBoolean">isBoolean</a></li> <li>- <a href="#isDate">isDate</a></li> <li>- <a href="#isRegExp">isRegExp</a></li> <li>- <a href="#isNaN">isNaN</a></li> <li>- <a href="#isNull">isNull</a></li> <li>- <a href="#isUndefined">isUndefined</a></li> </ul> <a class="toc_title" href="#utility"> Utility </a> <ul class="toc_section"> <li>- <a href="#noConflict">noConflict</a></li> <li>- <a href="#identity">identity</a></li> <li>- <a href="#times">times</a></li> <li>- <a href="#random">random</a></li> <li>- <a href="#mixin">mixin</a></li> <li>- <a href="#uniqueId">uniqueId</a></li> <li>- <a href="#escape">escape</a></li> <li>- <a href="#unescape">unescape</a></li> <li>- <a href="#result">result</a></li> <li>- <a href="#template">template</a></li> </ul> <a class="toc_title" href="#chaining"> Chaining </a> <ul class="toc_section"> <li>- <a href="#chain">chain</a></li> <li>- <a href="#value">value</a></li> </ul> <a class="toc_title" href="#links"> Links </a> <a class="toc_title" href="#changelog"> Change Log </a> </div> <div class="container"> <p id="introduction"> <img id="logo" src="docs/images/underscore.png" alt="Underscore.js" /> </p> <p> <a href="http://github.com/documentcloud/underscore/">Underscore</a> is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in <a href="http://prototypejs.org/doc/latest/">Prototype.js</a> (or <a href="http://www.ruby-doc.org/core/classes/Enumerable.html">Ruby</a>), but without extending any of the built-in JavaScript objects. It's the tie to go along with <a href="http://docs.jquery.com">jQuery</a>'s tux, and <a href="http://backbonejs.org">Backbone.js</a>'s suspenders. </p> <p> Underscore provides 80-odd functions that support both the usual functional suspects: <b>map</b>, <b>select</b>, <b>invoke</b> &mdash; as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so modern browsers will use the native implementations of <b>forEach</b>, <b>map</b>, <b>reduce</b>, <b>filter</b>, <b>every</b>, <b>some</b> and <b>indexOf</b>. </p> <p> A complete <a href="test/">Test &amp; Benchmark Suite</a> is included for your perusal. </p> <p> You may also read through the <a href="docs/underscore.html">annotated source code</a>. </p> <p> The project is <a href="http://github.com/documentcloud/underscore/">hosted on GitHub</a>. You can report bugs and discuss features on the <a href="http://github.com/documentcloud/underscore/issues">issues page</a>, on Freenode in the <tt>#documentcloud</tt> channel, or send tweets to <a href="http://twitter.com/documentcloud">@documentcloud</a>. </p> <p> <i>Underscore is an open-source component of <a href="http://documentcloud.org/">DocumentCloud</a>.</i> </p> <h2>Downloads <i style="padding-left: 12px; font-size:12px;">(Right-click, and use "Save As")</i></h2> <table> <tr> <td><a href="underscore.js">Development Version (1.4.4)</a></td> <td><i>40kb, Uncompressed with Plentiful Comments</i></td> </tr> <tr> <td><a href="underscore-min.js">Production Version (1.4.4)</a></td> <td><i>4kb, Minified and Gzipped</i></td> </tr> <tr> <td colspan="2"><div class="rule"></div></td> </tr> <tr> <td><a href="https://raw.github.com/documentcloud/underscore/master/underscore.js">Edge Version</a></td> <td><i>Unreleased, current <tt>master</tt>, use at your own risk</i></td> </tr> </table> <div id="documentation"> <h2 id="collections">Collection Functions (Arrays or Objects)</h2> <p id="each"> <b class="header">each</b><code>_.each(list, iterator, [context])</code> <span class="alias">Alias: <b>forEach</b></span> <br /> Iterates over a <b>list</b> of elements, yielding each in turn to an <b>iterator</b> function. The <b>iterator</b> is bound to the <b>context</b> object, if one is passed. Each invocation of <b>iterator</b> is called with three arguments: <tt>(element, index, list)</tt>. If <b>list</b> is a JavaScript object, <b>iterator</b>'s arguments will be <tt>(value, key, list)</tt>. Delegates to the native <b>forEach</b> function if it exists. </p> <pre> _.each([1, 2, 3], alert); =&gt; alerts each number in turn... _.each({one : 1, two : 2, three : 3}, alert); =&gt; alerts each number value in turn...</pre> <p id="map"> <b class="header">map</b><code>_.map(list, iterator, [context])</code> <span class="alias">Alias: <b>collect</b></span> <br /> Produces a new array of values by mapping each value in <b>list</b> through a transformation function (<b>iterator</b>). If the native <b>map</b> method exists, it will be used instead. If <b>list</b> is a JavaScript object, <b>iterator</b>'s arguments will be <tt>(value, key, list)</tt>. </p> <pre> _.map([1, 2, 3], function(num){ return num * 3; }); =&gt; [3, 6, 9] _.map({one : 1, two : 2, three : 3}, function(num, key){ return num * 3; }); =&gt; [3, 6, 9]</pre> <p id="reduce"> <b class="header">reduce</b><code>_.reduce(list, iterator, memo, [context])</code> <span class="alias">Aliases: <b>inject, foldl</b></span> <br /> Also known as <b>inject</b> and <b>foldl</b>, <b>reduce</b> boils down a <b>list</b> of values into a single value. <b>Memo</b> is the initial state of the reduction, and each successive step of it should be returned by <b>iterator</b>. The iterator is passed four arguments: the <tt>memo</tt>, then the <tt>value</tt> and <tt>index</tt> (or key) of the iteration, and finally a reference to the entire <tt>list</tt>. </p> <pre> var sum = _.reduce([1, 2, 3], function(memo, num){ return memo + num; }, 0); =&gt; 6 </pre> <p id="reduceRight"> <b class="header">reduceRight</b><code>_.reduceRight(list, iterator, memo, [context])</code> <span class="alias">Alias: <b>foldr</b></span> <br /> The right-associative version of <b>reduce</b>. Delegates to the JavaScript 1.8 version of <b>reduceRight</b>, if it exists. <b>Foldr</b> is not as useful in JavaScript as it would be in a language with lazy evaluation. </p> <pre> var list = [[0, 1], [2, 3], [4, 5]]; var flat = _.reduceRight(list, function(a, b) { return a.concat(b); }, []); =&gt; [4, 5, 2, 3, 0, 1] </pre> <p id="find"> <b class="header">find</b><code>_.find(list, iterator, [context])</code> <span class="alias">Alias: <b>detect</b></span> <br /> Looks through each value in the <b>list</b>, returning the first one that passes a truth test (<b>iterator</b>). The function returns as soon as it finds an acceptable element, and doesn't traverse the entire list. </p> <pre> var even = _.find([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; }); =&gt; 2 </pre> <p id="filter"> <b class="header">filter</b><code>_.filter(list, iterator, [context])</code> <span class="alias">Alias: <b>select</b></span> <br /> Looks through each value in the <b>list</b>, returning an array of all the values that pass a truth test (<b>iterator</b>). Delegates to the native <b>filter</b> method, if it exists. </p> <pre> var evens = _.filter([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; }); =&gt; [2, 4, 6] </pre> <p id="where"> <b class="header">where</b><code>_.where(list, properties)</code> <br /> Looks through each value in the <b>list</b>, returning an array of all the values that contain all of the key-value pairs listed in <b>properties</b>. </p> <pre> _.where(listOfPlays, {author: "Shakespeare", year: 1611}); =&gt; [{title: "Cymbeline", author: "Shakespeare", year: 1611}, {title: "The Tempest", author: "Shakespeare", year: 1611}] </pre> <p id="findWhere"> <b class="header">findWhere</b><code>_.findWhere(list, properties)</code> <br /> Looks through the <b>list</b> and returns the <i>first</i> value that matches all of the key-value pairs listed in <b>properties</b>. </p> <pre> _.findWhere(publicServicePulitzers, {newsroom: "The New York Times"}); =&gt; {year: 1918, newsroom: "The New York Times", reason: "For its public service in publishing in full so many official reports, documents and speeches by European statesmen relating to the progress and conduct of the war."} </pre> <p id="reject"> <b class="header">reject</b><code>_.reject(list, iterator, [context])</code> <br /> Returns the values in <b>list</b> without the elements that the truth test (<b>iterator</b>) passes. The opposite of <b>filter</b>. </p> <pre> var odds = _.reject([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; }); =&gt; [1, 3, 5] </pre> <p id="every"> <b class="header">every</b><code>_.every(list, iterator, [context])</code> <span class="alias">Alias: <b>all</b></span> <br /> Returns <i>true</i> if all of the values in the <b>list</b> pass the <b>iterator</b> truth test. Delegates to the native method <b>every</b>, if present. </p> <pre> _.every([true, 1, null, 'yes'], _.identity); =&gt; false </pre> <p id="some"> <b class="header">some</b><code>_.some(list, [iterator], [context])</code> <span class="alias">Alias: <b>any</b></span> <br /> Returns <i>true</i> if any of the values in the <b>list</b> pass the <b>iterator</b> truth test. Short-circuits and stops traversing the list if a true element is found. Delegates to the native method <b>some</b>, if present. </p> <pre> _.some([null, 0, 'yes', false]); =&gt; true </pre> <p id="contains"> <b class="header">contains</b><code>_.contains(list, value)</code> <span class="alias">Alias: <b>include</b></span> <br /> Returns <i>true</i> if the <b>value</b> is present in the <b>list</b>. Uses <b>indexOf</b> internally, if <b>list</b> is an Array. </p> <pre> _.contains([1, 2, 3], 3); =&gt; true </pre> <p id="invoke"> <b class="header">invoke</b><code>_.invoke(list, methodName, [*arguments])</code> <br /> Calls the method named by <b>methodName</b> on each value in the <b>list</b>. Any extra arguments passed to <b>invoke</b> will be forwarded on to the method invocation. </p> <pre> _.invoke([[5, 1, 7], [3, 2, 1]], 'sort'); =&gt; [[1, 5, 7], [1, 2, 3]] </pre> <p id="pluck"> <b class="header">pluck</b><code>_.pluck(list, propertyName)</code> <br /> A convenient version of what is perhaps the most common use-case for <b>map</b>: extracting a list of property values. </p> <pre> var stooges = [{name : 'moe', age : 40}, {name : 'larry', age : 50}, {name : 'curly', age : 60}]; _.pluck(stooges, 'name'); =&gt; ["moe", "larry", "curly"] </pre> <p id="max"> <b class="header">max</b><code>_.max(list, [iterator], [context])</code> <br /> Returns the maximum value in <b>list</b>. If <b>iterator</b> is passed, it will be used on each value to generate the criterion by which the value is ranked. </p> <pre> var stooges = [{name : 'moe', age : 40}, {name : 'larry', age : 50}, {name : 'curly', age : 60}]; _.max(stooges, function(stooge){ return stooge.age; }); =&gt; {name : 'curly', age : 60}; </pre> <p id="min"> <b class="header">min</b><code>_.min(list, [iterator], [context])</code> <br /> Returns the minimum value in <b>list</b>. If <b>iterator</b> is passed, it will be used on each value to generate the criterion by which the value is ranked. </p> <pre> var numbers = [10, 5, 100, 2, 1000]; _.min(numbers); =&gt; 2 </pre> <p id="sortBy"> <b class="header">sortBy</b><code>_.sortBy(list, iterator, [context])</code> <br /> Returns a sorted copy of <b>list</b>, ranked in ascending order by the results of running each value through <b>iterator</b>. Iterator may also be the string name of the property to sort by (eg. <tt>length</tt>). </p> <pre> _.sortBy([1, 2, 3, 4, 5, 6], function(num){ return Math.sin(num); }); =&gt; [5, 4, 6, 3, 1, 2] </pre> <p id="groupBy"> <b class="header">groupBy</b><code>_.groupBy(list, iterator, [context])</code> <br /> Splits a collection into sets, grouped by the result of running each value through <b>iterator</b>. If <b>iterator</b> is a string instead of a function, groups by the property named by <b>iterator</b> on each of the values. </p> <pre> _.groupBy([1.3, 2.1, 2.4], function(num){ return Math.floor(num); }); =&gt; {1: [1.3], 2: [2.1, 2.4]} _.groupBy(['one', 'two', 'three'], 'length'); =&gt; {3: ["one", "two"], 5: ["three"]} </pre> <p id="countBy"> <b class="header">countBy</b><code>_.countBy(list, iterator, [context])</code> <br /> Sorts a list into groups and returns a count for the number of objects in each group. Similar to <tt>groupBy</tt>, but instead of returning a list of values, returns a count for the number of values in that group. </p> <pre> _.countBy([1, 2, 3, 4, 5], function(num) { return num % 2 == 0 ? 'even' : 'odd'; }); =&gt; {odd: 3, even: 2} </pre> <p id="shuffle"> <b class="header">shuffle</b><code>_.shuffle(list)</code> <br /> Returns a shuffled copy of the <b>list</b>, using a version of the <a href="http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle">Fisher-Yates shuffle</a>. </p> <pre> _.shuffle([1, 2, 3, 4, 5, 6]); =&gt; [4, 1, 6, 3, 5, 2] </pre> <p id="toArray"> <b class="header">toArray</b><code>_.toArray(list)</code> <br /> Converts the <b>list</b> (anything that can be iterated over), into a real Array. Useful for transmuting the <b>arguments</b> object. </p> <pre> (function(){ return _.toArray(arguments).slice(1); })(1, 2, 3, 4); =&gt; [2, 3, 4] </pre> <p id="size"> <b class="header">size</b><code>_.size(list)</code> <br /> Return the number of values in the <b>list</b>. </p> <pre> _.size({one : 1, two : 2, three : 3}); =&gt; 3 </pre> <h2 id="arrays">Array Functions</h2> <p> <i> Note: All array functions will also work on the <b>arguments</b> object. However, Underscore functions are not designed to work on "sparse" arrays. </i> </p> <p id="first"> <b class="header">first</b><code>_.first(array, [n])</code> <span class="alias">Alias: <b>head</b>, <b>take</b></span> <br /> Returns the first element of an <b>array</b>. Passing <b>n</b> will return the first <b>n</b> elements of the array. </p> <pre> _.first([5, 4, 3, 2, 1]); =&gt; 5 </pre> <p id="initial"> <b class="header">initial</b><code>_.initial(array, [n])</code> <br /> Returns everything but the last entry of the array. Especially useful on the arguments object. Pass <b>n</b> to exclude the last <b>n</b> elements from the result. </p> <pre> _.initial([5, 4, 3, 2, 1]); =&gt; [5, 4, 3, 2] </pre> <p id="last"> <b class="header">last</b><code>_.last(array, [n])</code> <br /> Returns the last element of an <b>array</b>. Passing <b>n</b> will return the last <b>n</b> elements of the array. </p> <pre> _.last([5, 4, 3, 2, 1]); =&gt; 1 </pre> <p id="rest"> <b class="header">rest</b><code>_.rest(array, [index])</code> <span class="alias">Alias: <b>tail, drop</b></span> <br /> Returns the <b>rest</b> of the elements in an array. Pass an <b>index</b> to return the values of the array from that index onward. </p> <pre> _.rest([5, 4, 3, 2, 1]); =&gt; [4, 3, 2, 1] </pre> <p id="compact"> <b class="header">compact</b><code>_.compact(array)</code> <br /> Returns a copy of the <b>array</b> with all falsy values removed. In JavaScript, <i>false</i>, <i>null</i>, <i>0</i>, <i>""</i>, <i>undefined</i> and <i>NaN</i> are all falsy. </p> <pre> _.compact([0, 1, false, 2, '', 3]); =&gt; [1, 2, 3] </pre> <p id="flatten"> <b class="header">flatten</b><code>_.flatten(array, [shallow])</code> <br /> Flattens a nested <b>array</b> (the nesting can be to any depth). If you pass <b>shallow</b>, the array will only be flattened a single level. </p> <pre> _.flatten([1, [2], [3, [[4]]]]); =&gt; [1, 2, 3, 4]; _.flatten([1, [2], [3, [[4]]]], true); =&gt; [1, 2, 3, [[4]]]; </pre> <p id="without"> <b class="header">without</b><code>_.without(array, [*values])</code> <br /> Returns a copy of the <b>array</b> with all instances of the <b>values</b> removed. </p> <pre> _.without([1, 2, 1, 0, 3, 1, 4], 0, 1); =&gt; [2, 3, 4] </pre> <p id="union"> <b class="header">union</b><code>_.union(*arrays)</code> <br /> Computes the union of the passed-in <b>arrays</b>: the list of unique items, in order, that are present in one or more of the <b>arrays</b>. </p> <pre> _.union([1, 2, 3], [101, 2, 1, 10], [2, 1]); =&gt; [1, 2, 3, 101, 10] </pre> <p id="intersection"> <b class="header">intersection</b><code>_.intersection(*arrays)</code> <br /> Computes the list of values that are the intersection of all the <b>arrays</b>. Each value in the result is present in each of the <b>arrays</b>. </p> <pre> _.intersection([1, 2, 3], [101, 2, 1, 10], [2, 1]); =&gt; [1, 2] </pre> <p id="difference"> <b class="header">difference</b><code>_.difference(array, *others)</code> <br /> Similar to <b>without</b>, but returns the values from <b>array</b> that are not present in the <b>other</b> arrays. </p> <pre> _.difference([1, 2, 3, 4, 5], [5, 2, 10]); =&gt; [1, 3, 4] </pre> <p id="uniq"> <b class="header">uniq</b><code>_.uniq(array, [isSorted], [iterator])</code> <span class="alias">Alias: <b>unique</b></span> <br /> Produces a duplicate-free version of the <b>array</b>, using <i>===</i> to test object equality. If you know in advance that the <b>array</b> is sorted, passing <i>true</i> for <b>isSorted</b> will run a much faster algorithm. If you want to compute unique items based on a transformation, pass an <b>iterator</b> function. </p> <pre> _.uniq([1, 2, 1, 3, 1, 4]); =&gt; [1, 2, 3, 4] </pre> <p id="zip"> <b class="header">zip</b><code>_.zip(*arrays)</code> <br /> Merges together the values of each of the <b>arrays</b> with the values at the corresponding position. Useful when you have separate data sources that are coordinated through matching array indexes. If you're working with a matrix of nested arrays, <b>zip.apply</b> can transpose the matrix in a similar fashion. </p> <pre> _.zip(['moe', 'larry', 'curly'], [30, 40, 50], [true, false, false]); =&gt; [["moe", 30, true], ["larry", 40, false], ["curly", 50, false]] </pre> <p id="object"> <b class="header">object</b><code>_.object(list, [values])</code> <br /> Converts arrays into objects. Pass either a single list of <tt>[key, value]</tt> pairs, or a list of keys, and a list of values. </p> <pre> _.object(['moe', 'larry', 'curly'], [30, 40, 50]); =&gt; {moe: 30, larry: 40, curly: 50} _.object([['moe', 30], ['larry', 40], ['curly', 50]]); =&gt; {moe: 30, larry: 40, curly: 50} </pre> <p id="indexOf"> <b class="header">indexOf</b><code>_.indexOf(array, value, [isSorted])</code> <br /> Returns the index at which <b>value</b> can be found in the <b>array</b>, or <i>-1</i> if value is not present in the <b>array</b>. Uses the native <b>indexOf</b> function unless it's missing. If you're working with a large array, and you know that the array is already sorted, pass <tt>true</tt> for <b>isSorted</b> to use a faster binary search ... or, pass a number as the third argument in order to look for the first matching value in the array after the given index. </p> <pre> _.indexOf([1, 2, 3], 2); =&gt; 1 </pre> <p id="lastIndexOf"> <b class="header">lastIndexOf</b><code>_.lastIndexOf(array, value, [fromIndex])</code> <br /> Returns the index of the last occurrence of <b>value</b> in the <b>array</b>, or <i>-1</i> if value is not present. Uses the native <b>lastIndexOf</b> function if possible. Pass <b>fromIndex</b> to start your search at a given index. </p> <pre> _.lastIndexOf([1, 2, 3, 1, 2, 3], 2); =&gt; 4 </pre> <p id="sortedIndex"> <b class="header">sortedIndex</b><code>_.sortedIndex(list, value, [iterator], [context])</code> <br /> Uses a binary search to determine the index at which the <b>value</b> <i>should</i> be inserted into the <b>list</b> in order to maintain the <b>list</b>'s sorted order. If an <b>iterator</b> is passed, it will be used to compute the sort ranking of each value, including the <b>value</b> you pass. </p> <pre> _.sortedIndex([10, 20, 30, 40, 50], 35); =&gt; 3 </pre> <p id="range"> <b class="header">range</b><code>_.range([start], stop, [step])</code> <br /> A function to create flexibly-numbered lists of integers, handy for <tt>each</tt> and <tt>map</tt> loops. <b>start</b>, if omitted, defaults to <i>0</i>; <b>step</b> defaults to <i>1</i>. Returns a list of integers from <b>start</b> to <b>stop</b>, incremented (or decremented) by <b>step</b>, exclusive. </p> <pre> _.range(10); =&gt; [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] _.range(1, 11); =&gt; [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] _.range(0, 30, 5); =&gt; [0, 5, 10, 15, 20, 25] _.range(0, -10, -1); =&gt; [0, -1, -2, -3, -4, -5, -6, -7, -8, -9] _.range(0); =&gt; [] </pre> <h2 id="functions">Function (uh, ahem) Functions</h2> <p id="bind"> <b class="header">bind</b><code>_.bind(function, object, [*arguments])</code> <br /> Bind a <b>function</b> to an <b>object</b>, meaning that whenever the function is called, the value of <i>this</i> will be the <b>object</b>. Optionally, pass <b>arguments</b> to the <b>function</b> to pre-fill them, also known as <b>partial application</b>. </p> <pre> var func = function(greeting){ return greeting + ': ' + this.name }; func = _.bind(func, {name : 'moe'}, 'hi'); func(); =&gt; 'hi: moe' </pre> <p id="bindAll"> <b class="header">bindAll</b><code>_.bindAll(object, [*methodNames])</code> <br /> Binds a number of methods on the <b>object</b>, specified by <b>methodNames</b>, to be run in the context of that object whenever they are invoked. Very handy for binding functions that are going to be used as event handlers, which would otherwise be invoked with a fairly useless <i>this</i>. If no <b>methodNames</b> are provided, all of the object's function properties will be bound to it. </p> <pre> var buttonView = { label : 'underscore', onClick : function(){ alert('clicked: ' + this.label); }, onHover : function(){ console.log('hovering: ' + this.label); } }; _.bindAll(buttonView); jQuery('#underscore_button').bind('click', buttonView.onClick); =&gt; When the button is clicked, this.label will have the correct value... </pre> <p id="partial"> <b class="header">partial</b><code>_.partial(function, [*arguments])</code> <br /> Partially apply a function by filling in any number of its arguments, <i>without</i> changing its dynamic <tt>this</tt> value. A close cousin of <a href="#bind">bind</a>. </p> <pre> var add = function(a, b) { return a + b; }; add5 = _.partial(add, 5); add5(10); =&gt; 15 </pre> <p id="memoize"> <b class="header">memoize</b><code>_.memoize(function, [hashFunction])</code> <br /> Memoizes a given <b>function</b> by caching the computed result. Useful for speeding up slow-running computations. If passed an optional <b>hashFunction</b>, it will be used to compute the hash key for storing the result, based on the arguments to the original function. The default <b>hashFunction</b> just uses the first argument to the memoized function as the key. </p> <pre> var fibonacci = _.memoize(function(n) { return n &lt; 2 ? n : fibonacci(n - 1) + fibonacci(n - 2); }); </pre> <p id="delay"> <b class="header">delay</b><code>_.delay(function, wait, [*arguments])</code> <br /> Much like <b>setTimeout</b>, invokes <b>function</b> after <b>wait</b> milliseconds. If you pass the optional <b>arguments</b>, they will be forwarded on to the <b>function</b> when it is invoked. </p> <pre> var log = _.bind(console.log, console); _.delay(log, 1000, 'logged later'); =&gt; 'logged later' // Appears after one second. </pre> <p id="defer"> <b class="header">defer</b><code>_.defer(function, [*arguments])</code> <br /> Defers invoking the <b>function</b> until the current call stack has cleared, similar to using <b>setTimeout</b> with a delay of 0. Useful for performing expensive computations or HTML rendering in chunks without blocking the UI thread from updating. If you pass the optional <b>arguments</b>, they will be forwarded on to the <b>function</b> when it is invoked. </p> <pre> _.defer(function(){ alert('deferred'); }); // Returns from the function before the alert runs. </pre> <p id="throttle"> <b class="header">throttle</b><code>_.throttle(function, wait)</code> <br /> Creates and returns a new, throttled version of the passed function, that, when invoked repeatedly, will only actually call the original function at most once per every <b>wait</b> milliseconds. Useful for rate-limiting events that occur faster than you can keep up with. </p> <pre> var throttled = _.throttle(updatePosition, 100); $(window).scroll(throttled); </pre> <p id="debounce"> <b class="header">debounce</b><code>_.debounce(function, wait, [immediate])</code> <br /> Creates and returns a new debounced version of the passed function that will postpone its execution until after <b>wait</b> milliseconds have elapsed since the last time it was invoked. Useful for implementing behavior that should only happen <i>after</i> the input has stopped arriving. For example: rendering a preview of a Markdown comment, recalculating a layout after the window has stopped being resized, and so on. </p> <p> Pass <tt>true</tt> for the <b>immediate</b> parameter to cause <b>debounce</b> to trigger the function on the leading instead of the trailing edge of the <b>wait</b> interval. Useful in circumstances like preventing accidental double-clicks on a "submit" button from firing a second time. </p> <pre> var lazyLayout = _.debounce(calculateLayout, 300); $(window).resize(lazyLayout); </pre> <p id="once"> <b class="header">once</b><code>_.once(function)</code> <br /> Creates a version of the function that can only be called one time. Repeated calls to the modified function will have no effect, returning the value from the original call. Useful for initialization functions, instead of having to set a boolean flag and then check it later. </p> <pre> var initialize = _.once(createApplication); initialize(); initialize(); // Application is only created once. </pre> <p id="after"> <b class="header">after</b><code>_.after(count, function)</code> <br /> Creates a version of the function that will only be run after first being called <b>count</b> times. Useful for grouping asynchronous responses, where you want to be sure that all the async calls have finished, before proceeding. </p> <pre> var renderNotes = _.after(notes.length, render); _.each(notes, function(note) { note.asyncSave({success: renderNotes}); }); // renderNotes is run once, after all notes have saved. </pre> <p id="wrap"> <b class="header">wrap</b><code>_.wrap(function, wrapper)</code> <br /> Wraps the first <b>function</b> inside of the <b>wrapper</b> function, passing it as the first argument. This allows the <b>wrapper</b> to execute code before and after the <b>function</b> runs, adjust the arguments, and execute it conditionally. </p> <pre> var hello = function(name) { return "hello: " + name; }; hello = _.wrap(hello, function(func) { return "before, " + func("moe") + ", after"; }); hello(); =&gt; 'before, hello: moe, after' </pre> <p id="compose"> <b class="header">compose</b><code>_.compose(*functions)</code> <br /> Returns the composition of a list of <b>functions</b>, where each function consumes the return value of the function that follows. In math terms, composing the functions <i>f()</i>, <i>g()</i>, and <i>h()</i> produces <i>f(g(h()))</i>. </p> <pre> var greet = function(name){ return "hi: " + name; }; var exclaim = function(statement){ return statement + "!"; }; var welcome = _.compose(exclaim, greet); welcome('moe'); =&gt; 'hi: moe!' </pre> <h2 id="objects">Object Functions</h2> <p id="keys"> <b class="header">keys</b><code>_.keys(object)</code> <br /> Retrieve all the names of the <b>object</b>'s properties. </p> <pre> _.keys({one : 1, two : 2, three : 3}); =&gt; ["one", "two", "three"] </pre> <p id="values"> <b class="header">values</b><code>_.values(object)</code> <br /> Return all of the values of the <b>object</b>'s properties. </p> <pre> _.values({one : 1, two : 2, three : 3}); =&gt; [1, 2, 3] </pre> <p id="pairs"> <b class="header">pairs</b><code>_.pairs(object)</code> <br /> Convert an object into a list of <tt>[key, value]</tt> pairs. </p> <pre> _.pairs({one: 1, two: 2, three: 3}); =&gt; [["one", 1], ["two", 2], ["three", 3]] </pre> <p id="invert"> <b class="header">invert</b><code>_.invert(object)</code> <br /> Returns a copy of the <b>object</b> where the keys have become the values and the values the keys. For this to work, all of your object's values should be unique and string serializable. </p> <pre> _.invert({Moe: "Moses", Larry: "Louis", Curly: "Jerome"}); =&gt; {Moses: "Moe", Louis: "Larry", Jerome: "Curly"}; </pre> <p id="object-functions"> <b class="header">functions</b><code>_.functions(object)</code> <span class="alias">Alias: <b>methods</b></span> <br /> Returns a sorted list of the names of every method in an object &mdash; that is to say, the name of every function property of the object. </p> <pre> _.functions(_); =&gt; ["all", "any", "bind", "bindAll", "clone", "compact", "compose" ... </pre> <p id="extend"> <b class="header">extend</b><code>_.extend(destination, *sources)</code> <br /> Copy all of the properties in the <b>source</b> objects over to the <b>destination</b> object, and return the <b>destination</b> object. It's in-order, so the last source will override properties of the same name in previous arguments. </p> <pre> _.extend({name : 'moe'}, {age : 50}); =&gt; {name : 'moe', age : 50} </pre> <p id="pick"> <b class="header">pick</b><code>_.pick(object, *keys)</code> <br /> Return a copy of the <b>object</b>, filtered to only have values for the whitelisted <b>keys</b> (or array of valid keys). </p> <pre> _.pick({name : 'moe', age: 50, userid : 'moe1'}, 'name', 'age'); =&gt; {name : 'moe', age : 50} </pre> <p id="omit"> <b class="header">omit</b><code>_.omit(object, *keys)</code> <br /> Return a copy of the <b>object</b>, filtered to omit the blacklisted <b>keys</b> (or array of keys). </p> <pre> _.omit({name : 'moe', age : 50, userid : 'moe1'}, 'userid'); =&gt; {name : 'moe', age : 50} </pre> <p id="defaults"> <b class="header">defaults</b><code>_.defaults(object, *defaults)</code> <br /> Fill in null and undefined properties in <b>object</b> with values from the <b>defaults</b> objects, and return the <b>object</b>. As soon as the property is filled, further defaults will have no effect. </p> <pre> var iceCream = {flavor : "chocolate"}; _.defaults(iceCream, {flavor : "vanilla", sprinkles : "lots"}); =&gt; {flavor : "chocolate", sprinkles : "lots"} </pre> <p id="clone"> <b class="header">clone</b><code>_.clone(object)</code> <br /> Create a shallow-copied clone of the <b>object</b>. Any nested objects or arrays will be copied by reference, not duplicated. </p> <pre> _.clone({name : 'moe'}); =&gt; {name : 'moe'}; </pre> <p id="tap"> <b class="header">tap</b><code>_.tap(object, interceptor)</code> <br /> Invokes <b>interceptor</b> with the <b>object</b>, and then returns <b>object</b>. The primary purpose of this method is to "tap into" a method chain, in order to perform operations on intermediate results within the chain. </p> <pre> _.chain([1,2,3,200]) .filter(function(num) { return num % 2 == 0; }) .tap(alert) .map(function(num) { return num * num }) .value(); =&gt; // [2, 200] (alerted) =&gt; [4, 40000] </pre> <p id="has"> <b class="header">has</b><code>_.has(object, key)</code> <br /> Does the object contain the given key? Identical to <tt>object.hasOwnProperty(key)</tt>, but uses a safe reference to the <tt>hasOwnProperty</tt> function, in case it's been <a href="http://www.devthought.com/2012/01/18/an-object-is-not-a-hash/">overridden accidentally</a>. </p> <pre> _.has({a: 1, b: 2, c: 3}, "b"); =&gt; true </pre> <p id="isEqual"> <b class="header">isEqual</b><code>_.isEqual(object, other)</code> <br /> Performs an optimized deep comparison between the two objects, to determine if they should be considered equal. </p> <pre> var moe = {name : 'moe', luckyNumbers : [13, 27, 34]}; var clone = {name : 'moe', luckyNumbers : [13, 27, 34]}; moe == clone; =&gt; false _.isEqual(moe, clone); =&gt; true </pre> <p id="isEmpty"> <b class="header">isEmpty</b><code>_.isEmpty(object)</code> <br /> Returns <i>true</i> if <b>object</b> contains no values. </p> <pre> _.isEmpty([1, 2, 3]); =&gt; false _.isEmpty({}); =&gt; true </pre> <p id="isElement"> <b class="header">isElement</b><code>_.isElement(object)</code> <br /> Returns <i>true</i> if <b>object</b> is a DOM element. </p> <pre> _.isElement(jQuery('body')[0]); =&gt; true </pre> <p id="isArray"> <b class="header">isArray</b><code>_.isArray(object)</code> <br /> Returns <i>true</i> if <b>object</b> is an Array. </p> <pre> (function(){ return _.isArray(arguments); })(); =&gt; false _.isArray([1,2,3]); =&gt; true </pre> <p id="isObject"> <b class="header">isObject</b><code>_.isObject(value)</code> <br /> Returns <i>true</i> if <b>value</b> is an Object. Note that JavaScript arrays and functions are objects, while (normal) strings and numbers are not. </p> <pre> _.isObject({}); =&gt; true _.isObject(1); =&gt; false </pre> <p id="isArguments"> <b class="header">isArguments</b><code>_.isArguments(object)</code> <br /> Returns <i>true</i> if <b>object</b> is an Arguments object. </p> <pre> (function(){ return _.isArguments(arguments); })(1, 2, 3); =&gt; true _.isArguments([1,2,3]); =&gt; false </pre> <p id="isFunction"> <b class="header">isFunction</b><code>_.isFunction(object)</code> <br /> Returns <i>true</i> if <b>object</b> is a Function. </p> <pre> _.isFunction(alert); =&gt; true </pre> <p id="isString"> <b class="header">isString</b><code>_.isString(object)</code> <br /> Returns <i>true</i> if <b>object</b> is a String. </p> <pre> _.isString("moe"); =&gt; true </pre> <p id="isNumber"> <b class="header">isNumber</b><code>_.isNumber(object)</code> <br /> Returns <i>true</i> if <b>object</b> is a Number (including <tt>NaN</tt>). </p> <pre> _.isNumber(8.4 * 5); =&gt; true </pre> <p id="isFinite"> <b class="header">isFinite</b><code>_.isFinite(object)</code> <br /> Returns <i>true</i> if <b>object</b> is a finite Number. </p> <pre> _.isFinite(-101); =&gt; true _.isFinite(-Infinity); =&gt; false </pre> <p id="isBoolean"> <b class="header">isBoolean</b><code>_.isBoolean(object)</code> <br /> Returns <i>true</i> if <b>object</b> is either <i>true</i> or <i>false</i>. </p> <pre> _.isBoolean(null); =&gt; false </pre> <p id="isDate"> <b class="header">isDate</b><code>_.isDate(object)</code> <br /> Returns <i>true</i> if <b>object</b> is a Date. </p> <pre> _.isDate(new Date()); =&gt; true </pre> <p id="isRegExp"> <b class="header">isRegExp</b><code>_.isRegExp(object)</code> <br /> Returns <i>true</i> if <b>object</b> is a RegExp. </p> <pre> _.isRegExp(/moe/); =&gt; true </pre> <p id="isNaN"> <b class="header">isNaN</b><code>_.isNaN(object)</code> <br /> Returns <i>true</i> if <b>object</b> is <i>NaN</i>.<br /> Note: this is not the same as the native <b>isNaN</b> function, which will also return true if the variable is <i>undefined</i>. </p> <pre> _.isNaN(NaN); =&gt; true isNaN(undefined); =&gt; true _.isNaN(undefined); =&gt; false </pre> <p id="isNull"> <b class="header">isNull</b><code>_.isNull(object)</code> <br /> Returns <i>true</i> if the value of <b>object</b> is <i>null</i>. </p> <pre> _.isNull(null); =&gt; true _.isNull(undefined); =&gt; false </pre> <p id="isUndefined"> <b class="header">isUndefined</b><code>_.isUndefined(value)</code> <br /> Returns <i>true</i> if <b>value</b> is <i>undefined</i>. </p> <pre> _.isUndefined(window.missingVariable); =&gt; true </pre> <h2 id="utility">Utility Functions</h2> <p id="noConflict"> <b class="header">noConflict</b><code>_.noConflict()</code> <br /> Give control of the "_" variable back to its previous owner. Returns a reference to the <b>Underscore</b> object. </p> <pre> var underscore = _.noConflict();</pre> <p id="identity"> <b class="header">identity</b><code>_.identity(value)</code> <br /> Returns the same value that is used as the argument. In math: <tt>f(x) = x</tt><br /> This function looks useless, but is used throughout Underscore as a default iterator. </p> <pre> var moe = {name : 'moe'}; moe === _.identity(moe); =&gt; true</pre> <p id="times"> <b class="header">times</b><code>_.times(n, iterator, [context])</code> <br /> Invokes the given iterator function <b>n</b> times. Each invocation of <b>iterator</b> is called with an <tt>index</tt> argument. <br /> <i>Note: this example uses the <a href="#chaining">chaining syntax</a></i>. </p> <pre> _(3).times(function(n){ genie.grantWishNumber(n); });</pre> <p id="random"> <b class="header">random</b><code>_.random(min, max)</code> <br /> Returns a random integer between <b>min</b> and <b>max</b>, inclusive. If you only pass one argument, it will return a number between <tt>0</tt> and that number. </p> <pre> _.random(0, 100); =&gt; 42</pre> <p id="mixin"> <b class="header">mixin</b><code>_.mixin(object)</code> <br /> Allows you to extend Underscore with your own utility functions. Pass a hash of <tt>{name: function}</tt> definitions to have your functions added to the Underscore object, as well as the OOP wrapper. </p> <pre> _.mixin({ capitalize : function(string) { return string.charAt(0).toUpperCase() + string.substring(1).toLowerCase(); } }); _("fabio").capitalize(); =&gt; "Fabio" </pre> <p id="uniqueId"> <b class="header">uniqueId</b><code>_.uniqueId([prefix])</code> <br /> Generate a globally-unique id for client-side models or DOM elements that need one. If <b>prefix</b> is passed, the id will be appended to it. </p> <pre> _.uniqueId('contact_'); =&gt; 'contact_104'</pre> <p id="escape"> <b class="header">escape</b><code>_.escape(string)</code> <br /> Escapes a string for insertion into HTML, replacing <tt>&amp;</tt>, <tt>&lt;</tt>, <tt>&gt;</tt>, <tt>&quot;</tt>, <tt>&#x27;</tt>, and <tt>&#x2F;</tt> characters. </p> <pre> _.escape('Curly, Larry &amp; Moe'); =&gt; "Curly, Larry &amp;amp; Moe"</pre> <p id="unescape"> <b class="header">unescape</b><code>_.unescape(string)</code> <br /> The opposite of <a href="#escape"><b>escape</b></a>, replaces <tt>&amp;amp;</tt>, <tt>&amp;lt;</tt>, <tt>&amp;gt;</tt>, <tt>&amp;quot;</tt>, <tt>&amp;#x27;</tt>, and <tt>&amp;#x2F;</tt> with their unescaped counterparts. </p> <pre> _.unescape('Curly, Larry &amp;amp; Moe'); =&gt; "Curly, Larry &amp; Moe"</pre> <p id="result"> <b class="header">result</b><code>_.result(object, property)</code> <br /> If the value of the named property is a function then invoke it; otherwise, return it. </p> <pre> var object = {cheese: 'crumpets', stuff: function(){ return 'nonsense'; }}; _.result(object, 'cheese'); =&gt; "crumpets" _.result(object, 'stuff'); =&gt; "nonsense"</pre> <p id="template"> <b class="header">template</b><code>_.template(templateString, [data], [settings])</code> <br /> Compiles JavaScript templates into functions that can be evaluated for rendering. Useful for rendering complicated bits of HTML from JSON data sources. Template functions can both interpolate variables, using <tt>&lt;%= &hellip; %&gt;</tt>, as well as execute arbitrary JavaScript code, with <tt>&lt;% &hellip; %&gt;</tt>. If you wish to interpolate a value, and have it be HTML-escaped, use <tt>&lt;%- &hellip; %&gt;</tt> When you evaluate a template function, pass in a <b>data</b> object that has properties corresponding to the template's free variables. If you're writing a one-off, you can pass the <b>data</b> object as the second parameter to <b>template</b> in order to render immediately instead of returning a template function. The <b>settings</b> argument should be a hash containing any <tt>_.templateSettings</tt> that should be overridden. </p> <pre> var compiled = _.template("hello: &lt;%= name %&gt;"); compiled({name : 'moe'}); =&gt; "hello: moe" var list = "&lt;% _.each(people, function(name) { %&gt; &lt;li&gt;&lt;%= name %&gt;&lt;/li&gt; &lt;% }); %&gt;"; _.template(list, {people : ['moe', 'curly', 'larry']}); =&gt; "&lt;li&gt;moe&lt;/li&gt;&lt;li&gt;curly&lt;/li&gt;&lt;li&gt;larry&lt;/li&gt;" var template = _.template("&lt;b&gt;&lt;%- value %&gt;&lt;/b&gt;"); template({value : '&lt;script&gt;'}); =&gt; "&lt;b&gt;&amp;lt;script&amp;gt;&lt;/b&gt;"</pre> <p> You can also use <tt>print</tt> from within JavaScript code. This is sometimes more convenient than using <tt>&lt;%= ... %&gt;</tt>. </p> <pre> var compiled = _.template("&lt;% print('Hello ' + epithet); %&gt;"); compiled({epithet: "stooge"}); =&gt; "Hello stooge."</pre> <p> If ERB-style delimiters aren't your cup of tea, you can change Underscore's template settings to use different symbols to set off interpolated code. Define an <b>interpolate</b> regex to match expressions that should be interpolated verbatim, an <b>escape</b> regex to match expressions that should be inserted after being HTML escaped, and an <b>evaluate</b> regex to match expressions that should be evaluated without insertion into the resulting string. You may define or omit any combination of the three. For example, to perform <a href="http://github.com/janl/mustache.js#readme">Mustache.js</a> style templating: </p> <pre> _.templateSettings = { interpolate : /\{\{(.+?)\}\}/g }; var template = _.template("Hello {{ name }}!"); template({name : "Mustache"}); =&gt; "Hello Mustache!"</pre> <p> By default, <b>template</b> places the values from your data in the local scope via the <tt>with</tt> statement. However, you can specify a single variable name with the <b>variable</b> setting. This can significantly improve the speed at which a template is able to render. </p> <pre> _.template("Using 'with': <%= data.answer %>", {answer: 'no'}, {variable: 'data'}); =&gt; "Using 'with': no"</pre> <p> Precompiling your templates can be a big help when debugging errors you can't reproduce. This is because precompiled templates can provide line numbers and a stack trace, something that is not possible when compiling templates on the client. The <b>source</b> property is available on the compiled template function for easy precompilation. </p> <pre>&lt;script&gt; JST.project = <%= _.template(jstText).source %>; &lt;/script&gt;</pre> <h2 id="chaining">Chaining</h2> <p> You can use Underscore in either an object-oriented or a functional style, depending on your preference. The following two lines of code are identical ways to double a list of numbers. </p> <pre> _.map([1, 2, 3], function(n){ return n * 2; }); _([1, 2, 3]).map(function(n){ return n * 2; });</pre> <p> Calling <tt>chain</tt> will cause all future method calls to return wrapped objects. When you've finished the computation, use <tt>value</tt> to retrieve the final value. Here's an example of chaining together a <b>map/flatten/reduce</b>, in order to get the word count of every word in a song. </p> <pre> var lyrics = [ {line : 1, words : "I'm a lumberjack and I'm okay"}, {line : 2, words : "I sleep all night and I work all day"}, {line : 3, words : "He's a lumberjack and he's okay"}, {line : 4, words : "He sleeps all night and he works all day"} ]; _.chain(lyrics) .map(function(line) { return line.words.split(' '); }) .flatten() .reduce(function(counts, word) { counts[word] = (counts[word] || 0) + 1; return counts; }, {}) .value(); =&gt; {lumberjack : 2, all : 4, night : 2 ... }</pre> <p> In addition, the <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/prototype">Array prototype's methods</a> are proxied through the chained Underscore object, so you can slip a <tt>reverse</tt> or a <tt>push</tt> into your chain, and continue to modify the array. </p> <p id="chain"> <b class="header">chain</b><code>_.chain(obj)</code> <br /> Returns a wrapped object. Calling methods on this object will continue to return wrapped objects until <tt>value</tt> is used. </p> <pre> var stooges = [{name : 'curly', age : 25}, {name : 'moe', age : 21}, {name : 'larry', age : 23}]; var youngest = _.chain(stooges) .sortBy(function(stooge){ return stooge.age; }) .map(function(stooge){ return stooge.name + ' is ' + stooge.age; }) .first() .value(); =&gt; "moe is 21" </pre> <p id="value"> <b class="header">value</b><code>_(obj).value()</code> <br /> Extracts the value of a wrapped object. </p> <pre> _([1, 2, 3]).value(); =&gt; [1, 2, 3] </pre> <h2 id="links">Links &amp; Suggested Reading</h2> <p> The Underscore documentation is also available in <a href="http://learning.github.com/underscore/">Simplified Chinese</a>. </p> <p> <a href="http://mirven.github.com/underscore.lua/">Underscore.lua</a>, a Lua port of the functions that are applicable in both languages. Includes OOP-wrapping and chaining. (<a href="http://github.com/mirven/underscore.lua">source</a>) </p> <p> <a href="http://underscorem.org">Underscore.m</a>, an Objective-C port of many of the Underscore.js functions, using a syntax that encourages chaining. (<a href="https://github.com/robb/Underscore.m">source</a>) </p> <p> <a href="http://kmalakoff.github.com/_.m/">_.m</a>, an alternative Objective-C port that tries to stick a little closer to the original Underscore.js API. (<a href="https://github.com/kmalakoff/_.m">source</a>) </p> <p> <a href="http://brianhaveri.github.com/Underscore.php/">Underscore.php</a>, a PHP port of the functions that are applicable in both languages. Includes OOP-wrapping and chaining. (<a href="http://github.com/brianhaveri/Underscore.php">source</a>) </p> <p> <a href="http://vti.github.com/underscore-perl/">Underscore-perl</a>, a Perl port of many of the Underscore.js functions, aimed at on Perl hashes and arrays. (<a href="https://github.com/vti/underscore-perl/">source</a>) </p> <p> <a href="http://russplaysguitar.github.com/UnderscoreCF/">Underscore.cfc</a>, a Coldfusion port of many of the Underscore.js functions. (<a href="https://github.com/russplaysguitar/underscorecf">source</a>) </p> <p> <a href="https://github.com/edtsech/underscore.string">Underscore.string</a>, an Underscore extension that adds functions for string-manipulation: <tt>trim</tt>, <tt>startsWith</tt>, <tt>contains</tt>, <tt>capitalize</tt>, <tt>reverse</tt>, <tt>sprintf</tt>, and more. </p> <p> Ruby's <a href="http://ruby-doc.org/core/classes/Enumerable.html">Enumerable</a> module. </p> <p> <a href="http://www.prototypejs.org/">Prototype.js</a>, which provides JavaScript with collection functions in the manner closest to Ruby's Enumerable. </p> <p> Oliver Steele's <a href="http://osteele.com/sources/javascript/functional/">Functional JavaScript</a>, which includes comprehensive higher-order function support as well as string lambdas. </p> <p> Michael Aufreiter's <a href="http://github.com/michael/data">Data.js</a>, a data manipulation + persistence library for JavaScript. </p> <p> Python's <a href="http://docs.python.org/library/itertools.html">itertools</a>. </p> <h2 id="changelog">Change Log</h2> <p> <b class="header">1.4.4</b> &mdash; <small><i>Jan. 30, 2013</i></small> &mdash; <a href="https://github.com/documentcloud/underscore/compare/1.4.3...1.4.4">Diff</a><br /> <ul> <li> Added <tt>_.findWhere</tt>, for finding the first element in a list that matches a particular set of keys and values. </li> <li> Added <tt>_.partial</tt>, for partially applying a function <i>without</i> changing its dynamic reference to <tt>this</tt>. </li> <li> Simplified <tt>bind</tt> by removing some edge cases involving constructor functions. In short: don't <tt>_.bind</tt> your constructors. </li> <li> A minor optimization to <tt>invoke</tt>. </li> <li> Fix bug in the minified version due to the minifier incorrectly optimizing-away <tt>isFunction</tt>. </li> </ul> </p> <p> <b class="header">1.4.3</b> &mdash; <small><i>Dec. 4, 2012</i></small> &mdash; <a href="https://github.com/documentcloud/underscore/compare/1.4.2...1.4.3">Diff</a><br /> <ul> <li> Improved Underscore compatibility with Adobe's JS engine that can be used to script Illustrator, Photoshop, and friends. </li> <li> Added a default <tt>_.identity</tt> iterator to <tt>countBy</tt> and <tt>groupBy</tt>. </li> <li> The <tt>uniq</tt> function can now take <tt>array, iterator, context</tt> as the argument list. </li> <li> The <tt>times</tt> function now returns the mapped array of iterator results. </li> <li> Simplified and fixed bugs in <tt>throttle</tt>. </li> </ul> </p> <p> <b class="header">1.4.2</b> &mdash; <small><i>Oct. 1, 2012</i></small> &mdash; <a href="https://github.com/documentcloud/underscore/compare/1.4.1...1.4.2">Diff</a><br /> <ul> <li> For backwards compatibility, returned to pre-1.4.0 behavior when passing <tt>null</tt> to iteration functions. They now become no-ops again. </li> </ul> </p> <p> <b class="header">1.4.1</b> &mdash; <small><i>Oct. 1, 2012</i></small> &mdash; <a href="https://github.com/documentcloud/underscore/compare/1.4.0...1.4.1">Diff</a><br /> <ul> <li> Fixed a 1.4.0 regression in the <tt>lastIndexOf</tt> function. </li> </ul> </p> <p> <b class="header">1.4.0</b> &mdash; <small><i>Sept. 27, 2012</i></small> &mdash; <a href="https://github.com/documentcloud/underscore/compare/1.3.3...1.4.0">Diff</a><br /> <ul> <li> Added a <tt>pairs</tt> function, for turning a JavaScript object into <tt>[key, value]</tt> pairs ... as well as an <tt>object</tt> function, for converting an array of <tt>[key, value]</tt> pairs into an object. </li> <li> Added a <tt>countBy</tt> function, for counting the number of objects in a list that match a certain criteria. </li> <li> Added an <tt>invert</tt> function, for performing a simple inversion of the keys and values in an object. </li> <li> Added a <tt>where</tt> function, for easy cases of filtering a list for objects with specific values. </li> <li> Added an <tt>omit</tt> function, for filtering an object to remove certain keys. </li> <li> Added a <tt>random</tt> function, to return a random number in a given range. </li> <li> <tt>_.debounce</tt>'d functions now return their last updated value, just like <tt>_.throttle</tt>'d functions do. </li> <li> The <tt>sortBy</tt> function now runs a stable sort algorithm. </li> <li> Added the optional <tt>fromIndex</tt> option to <tt>indexOf</tt> and <tt>lastIndexOf</tt>. </li> <li> "Sparse" arrays are no longer supported in Underscore iteration functions. Use a <tt>for</tt> loop instead (or better yet, an object). </li> <li> The <tt>min</tt> and <tt>max</tt> functions may now be called on <i>very</i> large arrays. </li> <li> Interpolation in templates now represents <tt>null</tt> and <tt>undefined</tt> as the empty string. </li> <li> <del>Underscore iteration functions no longer accept <tt>null</tt> values as a no-op argument. You'll get an early error instead.</del> </li> <li> A number of edge-cases fixes and tweaks, which you can spot in the <a href="https://github.com/documentcloud/underscore/compare/1.3.3...1.4.0">diff</a>. Depending on how you're using Underscore, <b>1.4.0</b> may be more backwards-incompatible than usual &mdash; please test when you upgrade. </li> </ul> </p> <p> <b class="header">1.3.3</b> &mdash; <small><i>April 10, 2012</i></small><br /> <ul> <li> Many improvements to <tt>_.template</tt>, which now provides the <tt>source</tt> of the template function as a property, for potentially even more efficient pre-compilation on the server-side. You may now also set the <tt>variable</tt> option when creating a template, which will cause your passed-in data to be made available under the variable you named, instead of using a <tt>with</tt> statement &mdash; significantly improving the speed of rendering the template. </li> <li> Added the <tt>pick</tt> function, which allows you to filter an object literal with a whitelist of allowed property names. </li> <li> Added the <tt>result</tt> function, for convenience when working with APIs that allow either functions or raw properties. </li> <li> Added the <tt>isFinite</tt> function, because sometimes knowing that a value is a number just ain't quite enough. </li> <li> The <tt>sortBy</tt> function may now also be passed the string name of a property to use as the sort order on each object. </li> <li> Fixed <tt>uniq</tt> to work with sparse arrays. </li> <li> The <tt>difference</tt> function now performs a shallow flatten instead of a deep one when computing array differences. </li> <li> The <tt>debounce</tt> function now takes an <tt>immediate</tt> parameter, which will cause the callback to fire on the leading instead of the trailing edge. </li> </ul> </p> <p> <b class="header">1.3.1</b> &mdash; <small><i>Jan. 23, 2012</i></small><br /> <ul> <li> Added an <tt>_.has</tt> function, as a safer way to use <tt>hasOwnProperty</tt>. </li> <li> Added <tt>_.collect</tt> as an alias for <tt>_.map</tt>. Smalltalkers, rejoice. </li> <li> Reverted an old change so that <tt>_.extend</tt> will correctly copy over keys with undefined values again. </li> <li> Bugfix to stop escaping slashes within interpolations in <tt>_.template</tt>. </li> </ul> </p> <p> <b class="header">1.3.0</b> &mdash; <small><i>Jan. 11, 2012</i></small><br /> <ul> <li> Removed AMD (RequireJS) support from Underscore. If you'd like to use Underscore with RequireJS, you can load it as a normal script, wrap or patch your copy, or download a forked version. </li> </ul> </p> <p> <b class="header">1.2.4</b> &mdash; <small><i>Jan. 4, 2012</i></small><br /> <ul> <li> You now can (and probably should, as it's simpler) write <tt>_.chain(list)</tt> instead of <tt>_(list).chain()</tt>. </li> <li> Fix for escaped characters in Underscore templates, and for supporting customizations of <tt>_.templateSettings</tt> that only define one or two of the required regexes. </li> <li> Fix for passing an array as the first argument to an <tt>_.wrap</tt>'d function. </li> <li> Improved compatibility with ClojureScript, which adds a <tt>call</tt> function to <tt>String.prototype</tt>. </li> </ul> </p> <p> <b class="header">1.2.3</b> &mdash; <small><i>Dec. 7, 2011</i></small><br /> <ul> <li> Dynamic scope is now preserved for compiled <tt>_.template</tt> functions, so you can use the value of <tt>this</tt> if you like. </li> <li> Sparse array support of <tt>_.indexOf</tt>, <tt>_.lastIndexOf</tt>. </li> <li> Both <tt>_.reduce</tt> and <tt>_.reduceRight</tt> can now be passed an explicitly <tt>undefined</tt> value. (There's no reason why you'd want to do this.) </li> </ul> </p> <p> <b class="header">1.2.2</b> &mdash; <small><i>Nov. 14, 2011</i></small><br /> <ul> <li> Continued tweaks to <tt>_.isEqual</tt> semantics. Now JS primitives are considered equivalent to their wrapped versions, and arrays are compared by their numeric properties only <small>(#351)</small>. </li> <li> <tt>_.escape</tt> no longer tries to be smart about not double-escaping already-escaped HTML entities. Now it just escapes regardless <small>(#350)</small>. </li> <li> In <tt>_.template</tt>, you may now leave semicolons out of evaluated statements if you wish: <tt>&lt;% }) %&gt;</tt> <small>(#369)</small>. </li> <li> <tt>_.after(callback, 0)</tt> will now trigger the callback immediately, making "after" easier to use with asynchronous APIs <small>(#366)</small>. </li> </ul> </p> <p> <b class="header">1.2.1</b> &mdash; <small><i>Oct. 24, 2011</i></small><br /> <ul> <li> Several important bug fixes for <tt>_.isEqual</tt>, which should now do better on mutated Arrays, and on non-Array objects with <tt>length</tt> properties. <small>(#329)</small> </li> <li> <b>jrburke</b> contributed Underscore exporting for AMD module loaders, and <b>tonylukasavage</b> for Appcelerator Titanium. <small>(#335, #338)</small> </li> <li> You can now <tt>_.groupBy(list, 'property')</tt> as a shortcut for grouping values by a particular common property. </li> <li> <tt>_.throttle</tt>'d functions now fire immediately upon invocation, and are rate-limited thereafter <small>(#170, #266)</small>. </li> <li> Most of the <tt>_.is[Type]</tt> checks no longer ducktype. </li> <li> The <tt>_.bind</tt> function now also works on constructors, a-la ES5 ... but you would never want to use <tt>_.bind</tt> on a constructor function. </li> <li> <tt>_.clone</tt> no longer wraps non-object types in Objects. </li> <li> <tt>_.find</tt> and <tt>_.filter</tt> are now the preferred names for <tt>_.detect</tt> and <tt>_.select</tt>. </li> </ul> </p> <p> <b class="header">1.2.0</b> &mdash; <small><i>Oct. 5, 2011</i></small><br /> <ul> <li> The <tt>_.isEqual</tt> function now supports true deep equality comparisons, with checks for cyclic structures, thanks to Kit Cambridge. </li> <li> Underscore templates now support HTML escaping interpolations, using <tt>&lt;%- ... %&gt;</tt> syntax. </li> <li> Ryan Tenney contributed <tt>_.shuffle</tt>, which uses a modified Fisher-Yates to give you a shuffled copy of an array. </li> <li> <tt>_.uniq</tt> can now be passed an optional iterator, to determine by what criteria an object should be considered unique. </li> <li> <tt>_.last</tt> now takes an optional argument which will return the last N elements of the list. </li> <li> A new <tt>_.initial</tt> function was added, as a mirror of <tt>_.rest</tt>, which returns all the initial values of a list (except the last N). </li> </ul> </p> <p> <b class="header">1.1.7</b> &mdash; <small><i>July 13, 2011</i></small><br /> Added <tt>_.groupBy</tt>, which aggregates a collection into groups of like items. Added <tt>_.union</tt> and <tt>_.difference</tt>, to complement the (re-named) <tt>_.intersection</tt>. Various improvements for support of sparse arrays. <tt>_.toArray</tt> now returns a clone, if directly passed an array. <tt>_.functions</tt> now also returns the names of functions that are present in the prototype chain. </p> <p> <b class="header">1.1.6</b> &mdash; <small><i>April 18, 2011</i></small><br /> Added <tt>_.after</tt>, which will return a function that only runs after first being called a specified number of times. <tt>_.invoke</tt> can now take a direct function reference. <tt>_.every</tt> now requires an iterator function to be passed, which mirrors the ECMA5 API. <tt>_.extend</tt> no longer copies keys when the value is undefined. <tt>_.bind</tt> now errors when trying to bind an undefined value. </p> <p> <b class="header">1.1.5</b> &mdash; <small><i>Mar 20, 2011</i></small><br /> Added an <tt>_.defaults</tt> function, for use merging together JS objects representing default options. Added an <tt>_.once</tt> function, for manufacturing functions that should only ever execute a single time. <tt>_.bind</tt> now delegates to the native ECMAScript 5 version, where available. <tt>_.keys</tt> now throws an error when used on non-Object values, as in ECMAScript 5. Fixed a bug with <tt>_.keys</tt> when used over sparse arrays. </p> <p> <b class="header">1.1.4</b> &mdash; <small><i>Jan 9, 2011</i></small><br /> Improved compliance with ES5's Array methods when passing <tt>null</tt> as a value. <tt>_.wrap</tt> now correctly sets <tt>this</tt> for the wrapped function. <tt>_.indexOf</tt> now takes an optional flag for finding the insertion index in an array that is guaranteed to already be sorted. Avoiding the use of <tt>.callee</tt>, to allow <tt>_.isArray</tt> to work properly in ES5's strict mode. </p> <p> <b class="header">1.1.3</b> &mdash; <small><i>Dec 1, 2010</i></small><br /> In CommonJS, Underscore may now be required with just: <br /> <tt>var _ = require("underscore")</tt>. Added <tt>_.throttle</tt> and <tt>_.debounce</tt> functions. Removed <tt>_.breakLoop</tt>, in favor of an ECMA5-style un-<i>break</i>-able each implementation &mdash; this removes the try/catch, and you'll now have better stack traces for exceptions that are thrown within an Underscore iterator. Improved the <b>isType</b> family of functions for better interoperability with Internet Explorer host objects. <tt>_.template</tt> now correctly escapes backslashes in templates. Improved <tt>_.reduce</tt> compatibility with the ECMA5 version: if you don't pass an initial value, the first item in the collection is used. <tt>_.each</tt> no longer returns the iterated collection, for improved consistency with ES5's <tt>forEach</tt>. </p> <p> <b class="header">1.1.2</b><br /> Fixed <tt>_.contains</tt>, which was mistakenly pointing at <tt>_.intersect</tt> instead of <tt>_.include</tt>, like it should have been. Added <tt>_.unique</tt> as an alias for <tt>_.uniq</tt>. </p> <p> <b class="header">1.1.1</b><br /> Improved the speed of <tt>_.template</tt>, and its handling of multiline interpolations. Ryan Tenney contributed optimizations to many Underscore functions. An annotated version of the source code is now available. </p> <p> <b class="header">1.1.0</b><br /> The method signature of <tt>_.reduce</tt> has been changed to match the ECMAScript 5 signature, instead of the Ruby/Prototype.js version. This is a backwards-incompatible change. <tt>_.template</tt> may now be called with no arguments, and preserves whitespace. <tt>_.contains</tt> is a new alias for <tt>_.include</tt>. </p> <p> <b class="header">1.0.4</b><br /> <a href="http://themoell.com/">Andri Möll</a> contributed the <tt>_.memoize</tt> function, which can be used to speed up expensive repeated computations by caching the results. </p> <p> <b class="header">1.0.3</b><br /> Patch that makes <tt>_.isEqual</tt> return <tt>false</tt> if any property of the compared object has a <tt>NaN</tt> value. Technically the correct thing to do, but of questionable semantics. Watch out for NaN comparisons. </p> <p> <b class="header">1.0.2</b><br /> Fixes <tt>_.isArguments</tt> in recent versions of Opera, which have arguments objects as real Arrays. </p> <p> <b class="header">1.0.1</b><br /> Bugfix for <tt>_.isEqual</tt>, when comparing two objects with the same number of undefined keys, but with different names. </p> <p> <b class="header">1.0.0</b><br /> Things have been stable for many months now, so Underscore is now considered to be out of beta, at <b>1.0</b>. Improvements since <b>0.6</b> include <tt>_.isBoolean</tt>, and the ability to have <tt>_.extend</tt> take multiple source objects. </p> <p> <b class="header">0.6.0</b><br /> Major release. Incorporates a number of <a href="http://github.com/ratbeard">Mile Frawley's</a> refactors for safer duck-typing on collection functions, and cleaner internals. A new <tt>_.mixin</tt> method that allows you to extend Underscore with utility functions of your own. Added <tt>_.times</tt>, which works the same as in Ruby or Prototype.js. Native support for ECMAScript 5's <tt>Array.isArray</tt>, and <tt>Object.keys</tt>. </p> <p> <b class="header">0.5.8</b><br /> Fixed Underscore's collection functions to work on <a href="https://developer.mozilla.org/En/DOM/NodeList">NodeLists</a> and <a href="https://developer.mozilla.org/En/DOM/HTMLCollection">HTMLCollections</a> once more, thanks to <a href="http://github.com/jmtulloss">Justin Tulloss</a>. </p> <p> <b class="header">0.5.7</b><br /> A safer implementation of <tt>_.isArguments</tt>, and a faster <tt>_.isNumber</tt>,<br />thanks to <a href="http://jedschmidt.com/">Jed Schmidt</a>. </p> <p> <b class="header">0.5.6</b><br /> Customizable delimiters for <tt>_.template</tt>, contributed by <a href="http://github.com/iamnoah">Noah Sloan</a>. </p> <p> <b class="header">0.5.5</b><br /> Fix for a bug in MobileSafari's OOP-wrapper, with the arguments object. </p> <p> <b class="header">0.5.4</b><br /> Fix for multiple single quotes within a template string for <tt>_.template</tt>. See: <a href="http://www.west-wind.com/Weblog/posts/509108.aspx">Rick Strahl's blog post</a>. </p> <p> <b class="header">0.5.2</b><br /> New implementations of <tt>isArray</tt>, <tt>isDate</tt>, <tt>isFunction</tt>, <tt>isNumber</tt>, <tt>isRegExp</tt>, and <tt>isString</tt>, thanks to a suggestion from <a href="http://www.broofa.com/">Robert Kieffer</a>. Instead of doing <tt>Object#toString</tt> comparisons, they now check for expected properties, which is less safe, but more than an order of magnitude faster. Most other Underscore functions saw minor speed improvements as a result. <a href="http://dolzhenko.org/">Evgeniy Dolzhenko</a> contributed <tt>_.tap</tt>, <a href="http://ruby-doc.org/core-1.9/classes/Object.html#M000191">similar to Ruby 1.9's</a>, which is handy for injecting side effects (like logging) into chained calls. </p> <p> <b class="header">0.5.1</b><br /> Added an <tt>_.isArguments</tt> function. Lots of little safety checks and optimizations contributed by <a href="http://github.com/iamnoah/">Noah Sloan</a> and <a href="http://themoell.com/">Andri Möll</a>. </p> <p> <b class="header">0.5.0</b><br /> <b>[API Changes]</b> <tt>_.bindAll</tt> now takes the context object as its first parameter. If no method names are passed, all of the context object's methods are bound to it, enabling chaining and easier binding. <tt>_.functions</tt> now takes a single argument and returns the names of its Function properties. Calling <tt>_.functions(_)</tt> will get you the previous behavior. Added <tt>_.isRegExp</tt> so that <tt>isEqual</tt> can now test for RegExp equality. All of the "is" functions have been shrunk down into a single definition. <a href="http://github.com/grayrest/">Karl Guertin</a> contributed patches. </p> <p> <b class="header">0.4.7</b><br /> Added <tt>isDate</tt>, <tt>isNaN</tt>, and <tt>isNull</tt>, for completeness. Optimizations for <tt>isEqual</tt> when checking equality between Arrays or Dates. <tt>_.keys</tt> is now <small><i><b>25%&ndash;2X</b></i></small> faster (depending on your browser) which speeds up the functions that rely on it, such as <tt>_.each</tt>. </p> <p> <b class="header">0.4.6</b><br /> Added the <tt>range</tt> function, a port of the <a href="http://docs.python.org/library/functions.html#range">Python function of the same name</a>, for generating flexibly-numbered lists of integers. Original patch contributed by <a href="http://github.com/kylichuku">Kirill Ishanov</a>. </p> <p> <b class="header">0.4.5</b><br /> Added <tt>rest</tt> for Arrays and arguments objects, and aliased <tt>first</tt> as <tt>head</tt>, and <tt>rest</tt> as <tt>tail</tt>, thanks to <a href="http://github.com/lukesutton/">Luke Sutton</a>'s patches. Added tests ensuring that all Underscore Array functions also work on <i>arguments</i> objects. </p> <p> <b class="header">0.4.4</b><br /> Added <tt>isString</tt>, and <tt>isNumber</tt>, for consistency. Fixed <tt>_.isEqual(NaN, NaN)</tt> to return <i>true</i> (which is debatable). </p> <p> <b class="header">0.4.3</b><br /> Started using the native <tt>StopIteration</tt> object in browsers that support it. Fixed Underscore setup for CommonJS environments. </p> <p> <b class="header">0.4.2</b><br /> Renamed the unwrapping function to <tt>value</tt>, for clarity. </p> <p> <b class="header">0.4.1</b><br /> Chained Underscore objects now support the Array prototype methods, so that you can perform the full range of operations on a wrapped array without having to break your chain. Added a <tt>breakLoop</tt> method to <b>break</b> in the middle of any Underscore iteration. Added an <tt>isEmpty</tt> function that works on arrays and objects. </p> <p> <b class="header">0.4.0</b><br /> All Underscore functions can now be called in an object-oriented style, like so: <tt>_([1, 2, 3]).map(...);</tt>. Original patch provided by <a href="http://macournoyer.com/">Marc-André Cournoyer</a>. Wrapped objects can be chained through multiple method invocations. A <a href="#object-functions"><tt>functions</tt></a> method was added, providing a sorted list of all the functions in Underscore. </p> <p> <b class="header">0.3.3</b><br /> Added the JavaScript 1.8 function <tt>reduceRight</tt>. Aliased it as <tt>foldr</tt>, and aliased <tt>reduce</tt> as <tt>foldl</tt>. </p> <p> <b class="header">0.3.2</b><br /> Now runs on stock <a href="http://www.mozilla.org/rhino/">Rhino</a> interpreters with: <tt>load("underscore.js")</tt>. Added <a href="#identity"><tt>identity</tt></a> as a utility function. </p> <p> <b class="header">0.3.1</b><br /> All iterators are now passed in the original collection as their third argument, the same as JavaScript 1.6's <b>forEach</b>. Iterating over objects is now called with <tt>(value, key, collection)</tt>, for details see <a href="#each"><tt>_.each</tt></a>. </p> <p> <b class="header">0.3.0</b><br /> Added <a href="http://github.com/dmitryBaranovskiy">Dmitry Baranovskiy</a>'s comprehensive optimizations, merged in <a href="http://github.com/kriskowal/">Kris Kowal</a>'s patches to make Underscore <a href="http://wiki.commonjs.org/wiki/CommonJS">CommonJS</a> and <a href="http://narwhaljs.org/">Narwhal</a> compliant. </p> <p> <b class="header">0.2.0</b><br /> Added <tt>compose</tt> and <tt>lastIndexOf</tt>, renamed <tt>inject</tt> to <tt>reduce</tt>, added aliases for <tt>inject</tt>, <tt>filter</tt>, <tt>every</tt>, <tt>some</tt>, and <tt>forEach</tt>. </p> <p> <b class="header">0.1.1</b><br /> Added <tt>noConflict</tt>, so that the "Underscore" object can be assigned to other variables. </p> <p> <b class="header">0.1.0</b><br /> Initial release of Underscore.js. </p> <p> <a href="http://documentcloud.org/" title="A DocumentCloud Project" style="background:none;"> <img src="http://jashkenas.s3.amazonaws.com/images/a_documentcloud_project.png" alt="A DocumentCloud Project" /> </a> </p> </div> </div> <!-- Include Underscore, so you can play with it in the console. --> <script type="text/javascript" src="underscore.js"></script> </body> </html>
tuara/static/style.css
Widdershin/Tuara
.label a { color: #fff; } .label { background-color: #61AEFA; margin: 3px; } .label-gray { position: relative; color: #A8A6A6; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; font-size: 12px; margin-left: -0.5em; margin-right: 0.5em; margin-top: -1.25em; vertical-align: middle; display: inline-block; } .jumbotron { padding: 1em; } .panel-footer, .panel-heading { border-width: 0px !important; border: 0px 0px 0px 0px !important; background-color: rgb(240, 240, 240); float: left; width: 100%; } .panel-body { background-color: rgb(249, 249, 249); } .card { background-color: rgb(249, 249, 249); border-radius: 1px !important; border-style: solid; box-shadow: 0px 1px 0px rgb(224, 224, 224) !important; border-width: 1px !important; border-color: #E0E0E0 !important; margin-bottom: 1em; overflow: auto; } .card-contents { padding: 15px; } .card-half { width: 50%; margin-left: auto; margin-right: auto; } .footer { color: #9C9C9C; letter-spacing: 1px; margin-top: 2em; text-align: center; } .footer p { margin: 1em; } .align-right { float: right; } .text-align-mid { text-align: center; } .form-control { margin-top: 15px; }
src/Taichi/BlogBundle/Resources/assets/semantic/dist/components/item.css
heavenwoo/blog
/*! * # Semantic UI 2.1.7 - Item * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2015 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* Standard *******************************/ /*-------------- Item ---------------*/ .ui.items > .item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 1em 0em; width: 100%; min-height: 0px; background: transparent; padding: 0em; border: none; border-radius: 0rem; box-shadow: none; -webkit-transition: box-shadow 0.1s ease; transition: box-shadow 0.1s ease; z-index: ''; } .ui.items > .item a { cursor: pointer; } /*-------------- Items ---------------*/ .ui.items { margin: 1.5em 0em; } .ui.items:first-child { margin-top: 0em !important; } .ui.items:last-child { margin-bottom: 0em !important; } /*-------------- Item ---------------*/ .ui.items > .item:after { display: block; content: ' '; height: 0px; clear: both; overflow: hidden; visibility: hidden; } .ui.items > .item:first-child { margin-top: 0em; } .ui.items > .item:last-child { margin-bottom: 0em; } /*-------------- Images ---------------*/ .ui.items > .item > .image { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; display: block; float: none; margin: 0em; padding: 0em; max-height: ''; -webkit-align-self: top; -ms-flex-item-align: top; align-self: top; } .ui.items > .item > .image > img { display: block; width: 100%; height: auto; border-radius: 0.125rem; border: none; } .ui.items > .item > .image:only-child > img { border-radius: 0rem; } /*-------------- Content ---------------*/ .ui.items > .item > .content { display: block; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; background: none; margin: 0em; padding: 0em; box-shadow: none; font-size: 1em; border: none; border-radius: 0em; } .ui.items > .item > .content:after { display: block; content: ' '; height: 0px; clear: both; overflow: hidden; visibility: hidden; } .ui.items > .item > .image + .content { min-width: 0; width: auto; display: block; margin-left: 0em; -webkit-align-self: top; -ms-flex-item-align: top; align-self: top; padding-left: 1.5em; } .ui.items > .item > .content > .header { display: inline-block; margin: -0.21425em 0em 0em; font-family: 'Lato', 'Helvetica Neue', Helvetica, "Microsoft YaHei", Arial, Helvetica, sans-serif; font-weight: bold; color: rgba(0, 0, 0, 0.85); } /* Default Header Size */ .ui.items > .item > .content > .header:not(.ui) { font-size: 1.28571429em; } /*-------------- Floated ---------------*/ .ui.items > .item [class*="left floated"] { float: left; } .ui.items > .item [class*="right floated"] { float: right; } /*-------------- Content Image ---------------*/ .ui.items > .item .content img { -webkit-align-self: middle; -ms-flex-item-align: middle; align-self: middle; width: ''; } .ui.items > .item img.avatar, .ui.items > .item .avatar img { width: ''; height: ''; border-radius: 500rem; } /*-------------- Description ---------------*/ .ui.items > .item > .content > .description { margin-top: 0.6em; max-width: auto; font-size: 1em; line-height: 1.4285em; color: rgba(0, 0, 0, 0.87); } /*-------------- Paragraph ---------------*/ .ui.items > .item > .content p { margin: 0em 0em 0.5em; } .ui.items > .item > .content p:last-child { margin-bottom: 0em; } /*-------------- Meta ---------------*/ .ui.items > .item .meta { margin: 0.5em 0em 0.5em; font-size: 1em; line-height: 1em; color: rgba(0, 0, 0, 0.6); } .ui.items > .item .meta * { margin-right: 0.3em; } .ui.items > .item .meta :last-child { margin-right: 0em; } .ui.items > .item .meta [class*="right floated"] { margin-right: 0em; margin-left: 0.3em; } /*-------------- Links ---------------*/ /* Generic */ .ui.items > .item > .content a:not(.ui) { color: ''; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.items > .item > .content a:not(.ui):hover { color: ''; } /* Header */ .ui.items > .item > .content > a.header { color: rgba(0, 0, 0, 0.85); } .ui.items > .item > .content > a.header:hover { color: #009a93; } /* Meta */ .ui.items > .item .meta > a:not(.ui) { color: rgba(0, 0, 0, 0.4); } .ui.items > .item .meta > a:not(.ui):hover { color: rgba(0, 0, 0, 0.87); } /*-------------- Labels ---------------*/ /*-----Star----- */ /* Icon */ .ui.items > .item > .content .favorite.icon { cursor: pointer; opacity: 0.75; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.items > .item > .content .favorite.icon:hover { opacity: 1; color: #FFB70A; } .ui.items > .item > .content .active.favorite.icon { color: #FFE623; } /*-----Like----- */ /* Icon */ .ui.items > .item > .content .like.icon { cursor: pointer; opacity: 0.75; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.items > .item > .content .like.icon:hover { opacity: 1; color: #FF2733; } .ui.items > .item > .content .active.like.icon { color: #FF2733; } /*---------------- Extra Content -----------------*/ .ui.items > .item .extra { display: block; position: relative; background: none; margin: 0.5rem 0em 0em; width: 100%; padding: 0em 0em 0em; top: 0em; left: 0em; color: rgba(0, 0, 0, 0.4); box-shadow: none; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; border-top: none; } .ui.items > .item .extra > * { margin: 0.25rem 0.5rem 0.25rem 0em; } .ui.items > .item .extra > [class*="right floated"] { margin: 0.25rem 0em 0.25rem 0.5rem; } .ui.items > .item .extra:after { display: block; content: ' '; height: 0px; clear: both; overflow: hidden; visibility: hidden; } /******************************* Responsive *******************************/ /* Default Image Width */ .ui.items > .item > .image:not(.ui) { width: 175px; } /* Tablet Only */ @media only screen and (min-width: 768px) and (max-width: 991px) { .ui.items > .item { margin: 1em 0em; } .ui.items > .item > .image:not(.ui) { width: 150px; } .ui.items > .item > .image + .content { display: block; padding: 0em 0em 0em 1em; } } /* Mobily Only */ @media only screen and (max-width: 767px) { .ui.items > .item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin: 2em 0em; } .ui.items > .item > .image { display: block; margin-left: auto; margin-right: auto; } .ui.items > .item > .image, .ui.items > .item > .image > img { max-width: 100% !important; width: auto !important; max-height: 250px !important; } .ui.items > .item > .image + .content { display: block; padding: 1.5em 0em 0em; } } /******************************* Variations *******************************/ /*------------------- Aligned --------------------*/ .ui.items > .item > .image + [class*="top aligned"].content { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; } .ui.items > .item > .image + [class*="middle aligned"].content { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; } .ui.items > .item > .image + [class*="bottom aligned"].content { -webkit-align-self: flex-end; -ms-flex-item-align: end; align-self: flex-end; } /*-------------- Relaxed ---------------*/ .ui.relaxed.items > .item { margin: 1.5em 0em; } .ui[class*="very relaxed"].items > .item { margin: 2em 0em; } /*------------------- Divided --------------------*/ .ui.divided.items > .item { border-top: 1px solid rgba(34, 36, 38, 0.15); margin: 0em; padding: 1em 0em; } .ui.divided.items > .item:first-child { border-top: none; margin-top: 0em !important; padding-top: 0em !important; } .ui.divided.items > .item:last-child { margin-bottom: 0em !important; padding-bottom: 0em !important; } /* Relaxed Divided */ .ui.relaxed.divided.items > .item { margin: 0em; padding: 1.5em 0em; } .ui[class*="very relaxed"].divided.items > .item { margin: 0em; padding: 2em 0em; } /*------------------- Link --------------------*/ .ui.items a.item:hover, .ui.link.items > .item:hover { cursor: pointer; } .ui.items a.item:hover .content .header, .ui.link.items > .item:hover .content .header { color: #009a93; } /*-------------- Size ---------------*/ .ui.items > .item { font-size: 1em; } /******************************* Theme Overrides *******************************/ /******************************* User Variable Overrides *******************************/
javadoc/4.7/org/robolectric/pluginapi/SdkPicker.html
robolectric/robolectric.github.io
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>SdkPicker</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="description" content="declaration: package: org.robolectric.pluginapi, interface: SdkPicker"> <meta name="generator" content="javadoc/ClassWriterImpl"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../script-dir/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../script.js"></script> <script type="text/javascript" src="../../../script-dir/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../script-dir/jquery-3.4.1.js"></script> <script type="text/javascript" src="../../../script-dir/jquery-ui.js"></script> </head> <body class="class-declaration"> <script type="text/javascript">var data = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; var pathtoroot = "../../../"; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <div class="flexBox"> <header role="banner" class="flexHeader"> <nav role="navigation"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../index.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"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.7 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul></div> </div> <div class="subNav"> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <div class="navListSearch"><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </div> </div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="skipNav"><a id="skip.navbar.top"> <!-- --> </a></div> </nav> </header> <div class="flexContent"> <main role="main"> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.robolectric.pluginapi</a></div> <h1 title="Interface SdkPicker" class="title">Interface SdkPicker</h1> </div> <div class="contentContainer"> <section class="description"> <dl> <dt>All Known Implementing Classes:</dt> <dd><code><a href="../plugins/DefaultSdkPicker.html" title="class in org.robolectric.plugins">DefaultSdkPicker</a></code>, <code><a href="../SdkPicker.html" title="class in org.robolectric">SdkPicker</a></code></dd> </dl> <hr> <pre>public interface <span class="typeNameLabel">SdkPicker</span></pre> </section> <section class="summary"> <ul class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <li class="blockList"> <section class="methodSummary"><a id="method.summary"> <!-- --> </a> <h2>Method Summary</h2> <div class="memberSummary"> <div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t3" class="tableTab" onclick="show(4);">Abstract Methods</button></div> <div id="memberSummary_tabpanel" role="tabpanel"> <table aria-labelledby="t0"> <thead> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> </thead> <tbody> <tr class="altColor" id="i0"> <td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="Sdk.html" title="class in org.robolectric.pluginapi">Sdk</a>&gt;</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#selectSdks(org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration,org.robolectric.pluginapi.UsesSdk)">selectSdks</a></span>&#8203;(<a href="config/ConfigurationStrategy.Configuration.html" title="interface in org.robolectric.pluginapi.config">ConfigurationStrategy.Configuration</a>&nbsp;configuration, <a href="UsesSdk.html" title="interface in org.robolectric.pluginapi">UsesSdk</a>&nbsp;usesSdk)</code></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </div> </div> </section> </li> </ul> </section> <section class="details"> <ul class="blockList"> <!-- ============ METHOD DETAIL ========== --> <li class="blockList"> <section class="methodDetails"><a id="method.detail"> <!-- --> </a> <h2>Method Details</h2> <ul class="blockList"> <li class="blockList"> <section class="detail"> <h3><a id="selectSdks(org.robolectric.pluginapi.config.ConfigurationStrategy.Configuration,org.robolectric.pluginapi.UsesSdk)">selectSdks</a></h3> <div class="memberSignature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@Nonnull</a> </span><span class="returnType"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;<a href="Sdk.html" title="class in org.robolectric.pluginapi">Sdk</a>&gt;</span>&nbsp;<span class="memberName">selectSdks</span>&#8203;(<span class="arguments"><a href="config/ConfigurationStrategy.Configuration.html" title="interface in org.robolectric.pluginapi.config">ConfigurationStrategy.Configuration</a>&nbsp;configuration, <a href="UsesSdk.html" title="interface in org.robolectric.pluginapi">UsesSdk</a>&nbsp;usesSdk)</span></div> </section> </li> </ul> </section> </li> </ul> </section> </div> <!-- ========= END OF CLASS DATA ========= --> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../index.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"><ul class="navList" style="font-size: 1.5em;"><li>Robolectric 4.7 | <a href="/" target="_top"><img src="http://robolectric.org/images/logo-with-bubbles-down.png" style="max-height: 18pt; vertical-align: sub;"/></a></li></ul></div> </div> <div class="subNav"> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> </div> <a id="skip.navbar.bottom"> <!-- --> </a> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> </footer> </div> </div> </body> </html>
css/allinone.css
cizixs/cizixs.github.io
a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var, video { font: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; border: 0;; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:after, blockquote:before, q:after, q:before { content: ""; content: none; } img { max-width: 100%; } html { font-family: sans-serif; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;; } *, :after, :before { -webkit-box-sizing: inherit; box-sizing: inherit; } a { background-color: transparent; } a:active, a:hover { outline: 0; } b, strong { font-weight: 700; } dfn, em, i { font-style: italic; } h1 { font-size: 2em; margin: .67em 0;; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } mark { background-color: #FDFFB6; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { font: inherit; margin: 0; color: inherit;; } button { overflow: visible; border: none; } button, select { text-transform: none; } button, html input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } input { line-height: normal; } input:focus { outline: none; } input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; } input[type=search] { -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } legend { padding: 0; border: 0; } textarea { overflow: auto; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } html { font-size: 62.5%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body, html { overflow-x: hidden; } body { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif; font-size: 1.5rem; font-weight: 400; font-style: normal; line-height: 1.6em; letter-spacing: 0; color: #3C484E; background: #FFFFFF; -moz-font-feature-settings: "liga" on; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;; } ::-moz-selection { background: #CBEAFB; text-shadow: none;; } ::selection { background: #CBEAFB; text-shadow: none;; } hr { position: relative; display: block; width: 100%; height: 1px; margin: 2.5em 0 3.5em; padding: 0; border: 0; border-top: 1px solid #E3E9ED; } audio, canvas, iframe, img, svg, video { vertical-align: middle; } fieldset { margin: 0; padding: 0; border: 0; } textarea { resize: vertical; } blockquote, dl, ol, p, ul { margin: 0 0 1.5em; } ol, ul { padding-right: 1.5em; padding-left: 1.3em;; } ol ol, ol ul, ul ol, ul ul { margin: .5em 0 1em; } ul { list-style: disc; } ol { list-style: decimal; } ol, ul { max-width: 100%; } li { line-height: 1.6em; margin: .5em 0; padding-left: .3em;; } dt { font-weight: 500; float: left; width: 120px; margin: 0 20px 0 0; text-align: right; color: #15171A;; } dd { margin: 0 0 5px; text-align: left; } blockquote { margin: 1.5em 0; padding: 0 1.6em; border-left: .5em solid #E5EFF5; } blockquote p { font-size: 1.2em; font-weight: 300; margin: .8em 0;; } blockquote small { font-size: .9em; display: inline-block; margin: .8em 0 .8em 1.5em; opacity: .8; } blockquote small:before { content: "\2014 \00A0"; } blockquote cite { font-weight: 700; } blockquote cite a { font-weight: 400; } a { text-decoration: none; color: #26A8ED;; } a:hover { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.15; margin-top: 0; text-rendering: optimizeLegibility; } h1 { font-size: 5rem; font-weight: 700; margin: 0 0 .5em;; } @media (max-width:500px) { h1 { font-size: 2.2rem; } } h2 { font-size: 2rem; margin: 1.5em 0 .5em;; } @media (max-width:500px) { h2 { font-size: 1.8rem; } } h3 { font-size: 1.8rem; font-weight: 500; margin: 1.5em 0 .5em;; } @media (max-width:500px) { h3 { font-size: 1.7rem; } } h4 { font-size: 1.6rem; font-weight: 500; margin: 1.5em 0 .5em;; } h5, h6 { font-size: 1.4rem; font-weight: 500; margin: 1.5em 0 .5em;; } body { background: #F4F8FB; } .img { display: block; width: 100%; height: 100%; border-radius: 100%; background-position: 50%; background-size: cover;; } .hidden { position: absolute; visibility: hidden; text-indent: -9999px; } .site-wrapper { display: -ms-flexbox; display: -webkit-box; display: flex; flex-direction: column; min-height: 100vh; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-direction: column;; } .site-main { z-index: 100; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-positive: 1;; } .outer { position: relative; padding: 0 4vw; } .inner { width: 100%; max-width: 1040px; margin: 0 auto;; } @media (min-width:900px) { .author-template .post-feed, .home-template .post-feed, .tag-template .post-feed { margin-top: -70px; padding-top: 0; } .home-template .site-nav { position: relative; top: -70px; } } .site-header { position: relative; padding-top: 12px; padding-bottom: 12px; color: #FFFFFF; background: #090A0B no-repeat 50%; background-size: cover; } .site-header:before { bottom: 0; background: rgba(0, 0, 0, .18); } .site-header:after, .site-header:before { position: absolute; z-index: 10; top: 0; right: 0; left: 0; display: block; content: "";; } .site-header:after { bottom: auto; height: 80px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(transparent)); background: linear-gradient(rgba(0, 0, 0, .1), transparent); } .site-header.no-cover:after, .site-header.no-cover:before { display: none; } .site-header-content { display: -ms-flexbox; display: -webkit-box; display: flex; flex-direction: column; min-height: 200px; max-height: 450px; padding: 10vw 4vw; text-align: center; align-items: center; -webkit-box-align: center; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-direction: column; -ms-flex-pack: center; justify-content: center;; } .site-title { font-size: 3.8rem; font-weight: 700; z-index: 10; margin: 0; padding: 0;; } .site-logo { max-height: 45px; } .site-description { font-size: 2.2rem; font-weight: 300; z-index: 10; margin: 0; padding: 5px 0; letter-spacing: .5px; opacity: .8; } @media (max-width:500px) { .site-title { font-size: 3rem; } .site-description { font-size: 1.8rem; } } .site-nav { font-size: 1.2rem; position: relative; z-index: 300; height: 40px; align-items: flex-start; -webkit-box-align: start; -webkit-box-pack: justify; -ms-flex-align: start; -ms-flex-pack: justify; justify-content: space-between;; } .site-nav, .site-nav-left { display: -ms-flexbox; display: -webkit-box; display: flex; overflow-y: hidden; } .site-nav-left { overflow-x: auto; margin-right: 10px; padding-bottom: 80px; white-space: nowrap; letter-spacing: .4px; align-items: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-overflow-scrolling: touch; -ms-overflow-scrolling: touch; } .site-nav-logo { font-size: 1.7rem; font-weight: 700; line-height: 1em; display: block; margin-right: 24px; padding: 11px 0; letter-spacing: -.5px; color: #FFFFFF; -ms-flex-negative: 0; flex-shrink: 0;; } .site-nav-logo:hover { text-decoration: none; } .site-nav-logo img { display: block; width: auto; height: 21px; } .nav { display: -ms-flexbox; display: -webkit-box; display: flex; margin: 0 0 0 -12px; padding: 0; list-style: none; } .nav li { padding: 0; text-transform: uppercase; } .nav li, .nav li a { display: block; margin: 0; } .nav li a { padding: 10px 12px; opacity: .8; color: #FFFFFF;; } .nav li a:hover { text-decoration: none; opacity: 1; } .site-nav-right { height: 40px; } .site-nav-right, .social-links { display: -ms-flexbox; display: -webkit-box; display: flex; align-items: center; -webkit-box-align: center; -ms-flex-align: center; -ms-flex-negative: 0; flex-shrink: 0;; } .social-links a:last-of-type { padding-right: 20px; } .social-link { display: -ms-flexbox; display: -webkit-box; display: flex; margin: 0; padding: 10px; opacity: .8; color: #FFFFFF; align-items: center; -webkit-box-align: center; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center;; } .social-link:hover { opacity: 1; } .social-link svg { height: 1.8rem; fill: #FFFFFF; } .social-link-fb svg { height: 1.5rem; } .social-link-wb svg { height: 1.6rem; } .social-link-wb svg path { stroke: #FFFFFF; } .social-link-rss svg { height: 1.9rem; } .subscribe-button { font-size: 1.2rem; line-height: 1em; display: block; padding: 4px 10px; opacity: .8; color: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 10px;; } .subscribe-button:hover { text-decoration: none; opacity: 1; } .rss-button { opacity: .8; } .rss-button:hover { opacity: 1; } .rss-button svg { height: 2.1rem; margin-bottom: 1px; fill: #FFFFFF; } @media (max-width:700px) { .site-header { padding-right: 0; padding-left: 0; } .site-nav-left { margin-right: 0; padding-left: 4vw; } .site-nav-right { display: none; } } .post-feed { position: relative; margin: 0 -20px; padding: 40px 0 0; -ms-flex-wrap: wrap; flex-wrap: wrap;; } .post-card, .post-feed { display: -ms-flexbox; display: -webkit-box; display: flex; } .post-card { overflow: hidden; flex-direction: column; min-height: 300px; margin: 0 20px 40px; -webkit-transition: all .5s ease; transition: all .5s ease; border-radius: 5px; background: #FFFFFF 50%; background-size: cover; -webkit-box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03); box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03); -webkit-box-direction: normal; -webkit-box-flex: 1; -webkit-box-orient: vertical; -ms-flex: 1 1 300px; flex: 1 1 300px; -ms-flex-direction: column;; } .post-card:hover { -webkit-transition: all .4s ease; transition: all .4s ease; -webkit-transform: translate3D(0, -1px, 0) scale(1.02); transform: translate3D(0, -1px, 0) scale(1.02); -webkit-box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04); box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);; } .post-card-image-link { position: relative; display: block; overflow: hidden; border-radius: 5px 5px 0 0; } .post-card-image { width: auto; height: 200px; background: #C5D2D9 no-repeat 50%; background-size: cover; } .post-card-content-link { position: relative; display: block; padding: 25px 25px 0; color: #15171A; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-positive: 1;; } .post-card-content-link:hover { text-decoration: none; } .post-card-tags { font-size: 1.2rem; font-weight: 500; line-height: 1.15em; display: block; margin-bottom: 4px; letter-spacing: .5px; text-transform: uppercase; color: #738A94;; } .post-card-title { margin-top: 0; } .post-card-content { display: -ms-flexbox; display: -webkit-box; display: flex; flex-direction: column; -webkit-box-direction: normal; -webkit-box-flex: 1; -webkit-box-orient: vertical; -webkit-box-pack: justify; -ms-flex-direction: column; flex-grow: 1; -ms-flex-pack: justify; -ms-flex-positive: 1; justify-content: space-between; } .post-card-excerpt { font-family: Georgia, serif; } .post-card-meta { display: -ms-flexbox; display: -webkit-box; display: flex; padding: 0 25px 25px; align-items: flex-end; -webkit-box-align: end; -webkit-box-pack: justify; -ms-flex-align: end; -ms-flex-pack: justify; justify-content: space-between;; } .author-profile-image { display: block; border-radius: 100%; background: #E3E9ED; -o-object-fit: cover; object-fit: cover; } .post-card-meta .avatar-wrapper, .post-card-meta .profile-image-wrapper { position: relative; } .author-list { display: -ms-flexbox; display: -webkit-box; display: flex; margin: 0; padding: 0; list-style: none; -ms-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse;; } .author-list-item { position: relative; margin: 0; padding: 0; -ms-flex-negative: 0; flex-shrink: 0;; } .author-list-item:first-child { z-index: 10; } .author-list-item:nth-child(2) { z-index: 9; } .author-list-item:nth-child(3) { z-index: 8; } .author-list-item:nth-child(4) { z-index: 7; } .author-list-item:nth-child(5) { z-index: 6; } .author-list-item:nth-child(6) { z-index: 5; } .author-list-item:nth-child(7) { z-index: 4; } .author-list-item:nth-child(8) { z-index: 3; } .author-list-item:nth-child(9) { z-index: 2; } .author-list-item:nth-child(10) { z-index: 1; } .static-avatar { width: 34px; height: 34px; margin: 0 -5px; } .moving-avatar, .static-avatar { display: block; overflow: hidden; border: 2px solid #FFFFFF; border-radius: 100%;; } .moving-avatar { width: 56px; height: 56px; margin: 0 -6px; -webkit-transition: all .5s cubic-bezier(.4, .01, .165, .99) .7s; transition: all .5s cubic-bezier(.4, .01, .165, .99) .7s; } @media (min-width:800px) { .author-list:hover .moving-avatar { margin: 0; -webkit-transition: all .3s cubic-bezier(.4, .01, .165, .99); transition: all .3s cubic-bezier(.4, .01, .165, .99); } } .author-name-tooltip { font-size: 1.2rem; position: absolute; z-index: 999; bottom: 105%; display: block; padding: 2px 8px; -webkit-transition: all .3s cubic-bezier(.4, .01, .165, .99); transition: all .3s cubic-bezier(.4, .01, .165, .99); -webkit-transform: translateY(6px); transform: translateY(6px); white-space: nowrap; letter-spacing: .2px; pointer-events: none; opacity: 0; color: #FFFFFF; border-radius: 3px; background: #15171A; -webkit-box-shadow: 0 12px 26px rgba(39, 44, 49, .08), 1px 3px 8px rgba(39, 44, 49, .03); box-shadow: 0 12px 26px rgba(39, 44, 49, .08), 1px 3px 8px rgba(39, 44, 49, .03);; } .author-list-item:hover .author-name-tooltip { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;; } @media (max-width:650px) { .author-name-tooltip { display: none; } } .reading-time { font-size: 1.2rem; font-weight: 500; line-height: 33px; margin-left: 20px; letter-spacing: .5px; text-transform: uppercase; color: #738A94; -ms-flex-negative: 0; flex-shrink: 0;; } @media (min-width:795px) { .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) { flex-direction: row; -webkit-box-direction: normal; -webkit-box-flex: 1; -webkit-box-orient: horizontal; -ms-flex: 1 1 100%; flex: 1 1 100%; -ms-flex-direction: row;; } .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image-link { position: relative; border-radius: 5px 0 0 5px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;; } .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-image { position: absolute; width: 100%; height: 100%; } .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content { -webkit-box-flex: 0; -ms-flex: 0 1 357px; flex: 0 1 357px; } .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) h2 { font-size: 2.6rem; } .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) p { font-size: 1.8rem; line-height: 1.55em; } .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-content-link { padding: 30px 40px 0; } .home-template .post-feed .post-card:nth-child(6n+1):not(.no-image) .post-card-meta { padding: 0 40px 30px; } } .home-template .site-header:after { display: none; } @media (max-width:650px) { .post-feed { padding-top: 5vw; } .post-card { margin: 0 20px 5vw; } } .page-template .site-main, .post-template .site-main { padding-bottom: 4vw; background: #FFFFFF; } .post-full { position: relative; z-index: 50; } .post-full-header { max-width: 1040px; margin: 0 auto; padding: 6vw 3vw 3vw; text-align: center; } @media (max-width:500px) { .post-full-header { padding: 14vw 3vw 10vw; } } .post-full-meta { font-size: 1.4rem; font-weight: 600; display: -ms-flexbox; display: -webkit-box; display: flex; text-transform: uppercase; color: #738A94; align-items: center; -webkit-box-align: center; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center;; } .post-full-meta-date { color: #3EB0EF; } .post-full-title { margin: 0; color: #090A0B; } .date-divider { display: inline-block; margin: 0 6px 1px; } .post-full-image { height: 800px; margin: 0 -10vw -165px; border-radius: 5px; background: #C5D2D9 50%; background-size: cover;; } @media (max-width:1170px) { .post-full-image { height: 600px; margin: 0 -4vw -100px; border-radius: 0; } } @media (max-width:800px) { .post-full-image { height: 400px; } } .post-full-content { font-family: Georgia, serif; font-size: 2.2rem; line-height: 1.6em; position: relative; min-height: 230px; margin: 0 auto; padding: 70px 100px 0; background: #FFFFFF; } @media (max-width:1170px) { .post-full-content { padding: 5vw 7vw 0; } } @media (max-width:800px) { .post-full-content { font-size: 1.9rem; } } .post-full-content:before { left: -5px; -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } .post-full-content:after, .post-full-content:before { position: absolute; z-index: -1; top: 15px; display: block; width: 20px; height: 200px; content: ""; background: rgba(39, 44, 49, .15); -webkit-filter: blur(5px); filter: blur(5px); } .post-full-content:after { right: -5px; -webkit-transform: rotate(5deg); transform: rotate(5deg); } .no-image .post-full-content { padding-top: 0; } .no-image .post-full-content:after, .no-image .post-full-content:before { display: none; } .kg-card-markdown { display: -ms-flexbox; display: -webkit-box; display: flex; flex-direction: column; max-width: 920px; align-items: center; -webkit-box-align: center; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-align: center; -ms-flex-direction: column;; } .footnotes, .post-full-comments, .post-full-content blockquote, .post-full-content dl, .post-full-content h1, .post-full-content h2, .post-full-content h3, .post-full-content h4, .post-full-content h5, .post-full-content h6, .post-full-content ol, .post-full-content p, .post-full-content pre, .post-full-content ul { min-width: 100%; } .post-full-content li { word-break: break-word; } .post-full-content li p { margin: 0; } .post-template .kg-card-markdown> p:first-child { font-size: 1.25em; line-height: 1.5em; } .post-full-content a { color: #000000; -webkit-box-shadow: inset 0 -1px 0 #3EB0EF; box-shadow: inset 0 -1px 0 #3EB0EF; } .post-full-content a:hover { text-decoration: none; color: #3EB0EF;; } .post-full-content em, .post-full-content strong { color: #090A0B; } .post-full-content small { line-height: 1.6em; display: inline-block;; } .post-full-content li:first-child { margin-top: 0; } .post-full-content img, .post-full-content video { display: block; max-width: 1040px; margin: 1.5em auto;; } @media (max-width:1040px) { .post-full-content img, .post-full-content video { width: 100%; } } .post-full-content img[src$="#full"] { width: 100vw; max-width: none;; } .post-full-content img+ br+ small { display: block; margin-top: -3em; margin-bottom: 1.5em; } .post-full-content iframe { margin: 0 auto; } .post-full-content blockquote { margin: 0 0 1.5em; padding: 0 1.5em; border-left: 3px solid #3EB0EF; } .post-full-content blockquote p { font-size: inherit; font-style: italic; line-height: inherit; margin: 0 0 1em; color: inherit;; } .post-full-content blockquote p:last-child { margin-bottom: 0; } .post-full-content code { font-size: .8em; font-weight: 400!important; line-height: 1em; padding: 0 5px 2px; border-radius: 3px; background: #E5EFF5;; } .post-full-content pre { font-size: 1.4rem; line-height: 1.5em; overflow-x: auto; max-width: 100%; margin: 1.5em 0 3em; padding: 20px; color: #E5EFF5; border: 1px solid #000000; border-radius: 5px; background: #0E0F11;; } .post-full-content pre code { font-size: inherit; line-height: inherit; padding: 0; background: transparent; } .post-full-content .fluid-width-video-wrapper { margin: 1.5em 0 3em; } .post-full-content hr { margin: 4vw 0; } .post-full-content hr:after { position: absolute; top: -15px; left: 50%; display: block; width: 1px; height: 30px; margin-left: -10px; content: ""; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #E3E9ED; -webkit-box-shadow: 0 0 0 5px #FFFFFF; box-shadow: 0 0 0 5px #FFFFFF;; } .post-full-content h1, .post-full-content h2, .post-full-content h3, .post-full-content h4, .post-full-content h5, .post-full-content h6 { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif; color: #090A0B;; } .post-full-content h1 { font-size: 4.6rem; font-weight: 700; margin: .5em 0 .2em;; } @media (max-width:500px) { .post-full-content h1 { font-size: 2.8rem; } } .post-full-content h2 { font-size: 3.6rem; font-weight: 700; margin: .5em 0 .2em;; } @media (max-width:500px) { .post-full-content h2 { font-size: 2.6rem; } } .post-full-content h3 { font-size: 2.8rem; font-weight: 700; margin: .5em 0 .2em;; } @media (max-width:500px) { .post-full-content h3 { font-size: 2.2rem; } } .post-full-content h4 { font-size: 2.8rem; font-weight: 700; margin: .5em 0 .2em;; } @media (max-width:500px) { .post-full-content h4 { font-size: 2.2rem; } } .post-full-content h5 { font-family: Georgia, serif; font-size: 3.2rem; line-height: 1.35em; display: block; margin: .5em 0; padding: 1em 0 1.5em; text-align: center; color: #3EB0EF; border: 0;; } @media (min-width:1180px) { .post-full-content h5 { width: 100vw; max-width: 1060px;; } } @media (max-width:500px) { .post-full-content h5 { font-size: 2.2rem; padding: 0 0 .5em;; } } .post-full-content h6 { font-size: 2.3rem; font-weight: 700; margin: .5em 0 .2em;; } @media (max-width:500px) { .post-full-content h6 { font-size: 2rem; } } .footnotes-sep { margin-bottom: 30px; } .footnotes { font-size: 1.5rem; } .footnotes p { margin: 0; } .footnote-backref { font-size: 1.2rem; font-weight: 700; text-decoration: none!important; color: #3EB0EF!important; -webkit-box-shadow: none!important; box-shadow: none!important; } @media (max-width:500px) { .post-full-meta { font-size: 1.2rem; line-height: 1.3em; } .post-full-title { font-size: 2.9rem; } .post-full-image { height: 350px; margin-bottom: 4vw;; } .post-full-content { padding: 0; } .post-full-content:after, .post-full-content:before { display: none; } } .post-full-content table { font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif; font-size: 1.6rem; display: inline-block; overflow-x: auto; width: auto; max-width: 100%; margin: .5em 0 2.5em; border-spacing: 0; border-collapse: collapse; vertical-align: top; white-space: nowrap; background: radial-gradient(ellipse at left, rgba(0, 0, 0, .2) 0, transparent 75%) 0, radial-gradient(ellipse at right, rgba(0, 0, 0, .2) 0, transparent 75%) 100%; background-repeat: no-repeat; background-attachment: scroll, scroll; background-size: 10px 100%, 10px 100%; -webkit-overflow-scrolling: touch;; } .post-full-content table td:first-child { background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), to(hsla(0, 0%, 100%, 0))); background-image: linear-gradient(90deg, #FFFFFF 50%, hsla(0, 0%, 100%, 0)); background-repeat: no-repeat; background-size: 20px 100%;; } .post-full-content table td:last-child { background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #FFFFFF), to(hsla(0, 0%, 100%, 0))); background-image: linear-gradient(270deg, #FFFFFF 50%, hsla(0, 0%, 100%, 0)); background-repeat: no-repeat; background-position: 100% 0; background-size: 20px 100%;; } .post-full-content table th { font-size: 1.2rem; font-weight: 700; text-align: left; letter-spacing: .2px; text-transform: uppercase; color: #15171A; background-color: #F4F8FB; } .post-full-content table td, .post-full-content table th { padding: 6px 12px; border: 1px solid #E3ECF3; } .subscribe-form { margin: 1.5em 0; padding: 6.5vw 7vw 7vw; text-align: center; border: 1px solid #EDF4F8; border-radius: 7px; background: #F4F8FB;; } .subscribe-form-title { font-size: 3.5rem; font-weight: 700; line-height: 1; margin: 0 0 3px; padding: 0; color: #15171A;; } .subscribe-form p { font-size: 2.2rem; line-height: 1.55em; margin-bottom: 1em; letter-spacing: .2px; color: #738A94;; } .subscribe-form form { display: -ms-flexbox; display: -webkit-box; display: flex; max-width: 420px; margin: 0 auto; align-items: center; -webkit-box-align: center; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center;; } .subscribe-form .form-group { -webkit-box-flex: 1; flex-grow: 1; -ms-flex-positive: 1;; } .subscribe-email { font-size: 1.8rem; font-weight: 400; line-height: 1em; display: block; width: 100%; padding: 10px; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-transition: border-color .15s linear; transition: border-color .15s linear; color: #738A94; border: 1px solid #DAE2E7; border-radius: 5px; -webkit-appearance: none; } .subscribe-form button { font-size: 1.5rem; font-weight: 400; line-height: 37px; display: inline-block; height: 41px; margin: 0 0 0 10px; padding: 0 20px; text-align: center; color: #FFFFFF; border-radius: 5px; outline: none; background: -webkit-gradient(linear, left top, left bottom, from(#4FB7F0), color-stop(60%, #29A0E0), color-stop(90%, #29A0E0), to(#36A6E2)); background: linear-gradient(#4FB7F0, #29A0E0 60%, #29A0E0 90%, #36A6E2); -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .14); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .14); text-shadow: 0 -1px 0 rgba(0, 0, 0, .1); -webkit-font-smoothing: subpixel-antialiased; } .subscribe-form button:active, .subscribe-form button:focus { background: #209CDF; } @media (max-width:650px) { .subscribe-form-title { font-size: 2.4rem; } .subscribe-form p { font-size: 1.6rem; } } @media (max-width:500px) { .subscribe-form form { flex-direction: column; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-direction: column;; } .subscribe-form .form-group { width: 100%; } .subscribe-form button { width: 100%; margin: 10px 0 0;; } } .post-full-footer { max-width: 840px; margin: 0 auto; padding: 3vw 0 6vw; align-items: center; -webkit-box-align: center; -webkit-box-pack: justify; -ms-flex-align: center; -ms-flex-pack: justify; justify-content: space-between;; } .author-card, .post-full-footer { display: -ms-flexbox; display: -webkit-box; display: flex; } .author-card .author-profile-image { width: 60px; height: 60px; margin-right: 15px;; } .author-card-name { font-size: 2rem; margin: 8px 0 2px; padding: 0;; } .author-card-name a { font-weight: 700; color: #15171A;; } .author-card-name a:hover { text-decoration: none; } .author-card-content p { line-height: 1.3em; margin: 0; color: #738A94;; } .post-full-footer-right { margin-left: 20px; -ms-flex-negative: 0; flex-shrink: 0;; } .author-card-button { font-size: 1.2rem; font-weight: 500; line-height: 1; display: block; padding: 9px 16px; -webkit-transition: all .2s ease; transition: all .2s ease; color: #738A94; border: 1px solid #AEBBC1; border-radius: 20px;; } .author-card-button:hover { text-decoration: none; color: #3EB0EF; border-color: #3EB0EF;; } .post-full-authors { display: -ms-flexbox; display: -webkit-box; display: flex; flex-direction: column; margin-top: 20px; padding-top: 40px; border-top: 1px solid #E3E9ED; align-items: center; -webkit-box-align: center; -webkit-box-direction: normal; -webkit-box-flex: 1; -webkit-box-orient: vertical; -ms-flex-align: center; -ms-flex-direction: column; flex-grow: 1; -ms-flex-positive: 1;; } .post-full-authors-content { margin-bottom: 20px; } .post-full-authors-content p { font-size: 1.4rem; margin-bottom: 0; text-align: center; letter-spacing: .2px; text-transform: uppercase; color: #738A94;; } .post-full-authors-content a { font-size: 1.4rem; font-weight: 600; display: inline-block; text-transform: uppercase; color: #424852;; } .post-full-footer .author-list { padding: 10px 20px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;; } .author-card .author-profile-image, .author-card .avatar-wrapper { position: relative; margin-right: 15px;; } .author-list-item .author-card { font-size: 1.4rem; position: absolute; z-index: 300; bottom: 130%; left: 50%; display: block; width: 320px; margin-left: -160px; -webkit-transition: all .3s cubic-bezier(.4, .01, .165, .99); transition: all .3s cubic-bezier(.4, .01, .165, .99); -webkit-transform: scale(.98) translateY(15px); transform: scale(.98) translateY(15px); letter-spacing: .2px; pointer-events: none; opacity: 0; border-radius: 6px; background: #FFFFFF; -webkit-box-shadow: 0 12px 26px rgba(39, 44, 49, .08), 1px 3px 8px rgba(39, 44, 49, .03); box-shadow: 0 12px 26px rgba(39, 44, 49, .08), 1px 3px 8px rgba(39, 44, 49, .03);; } .author-list-item .author-card:before { position: absolute; top: 100%; left: 50%; display: block; width: 0; height: 0; margin-left: -12px; content: ""; border-top: 12px solid #FFFFFF; border-right: 12px solid transparent; border-left: 12px solid transparent; } .author-list-item .author-card.hovered { -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); pointer-events: auto; opacity: 1;; } .author-card .basic-info { display: -ms-flexbox; display: -webkit-box; display: flex; flex-direction: column; padding: 30px 20px 20px; color: #FFFFFF; border-radius: 6px 6px 0 0; background: #15171A; align-items: center; -webkit-box-align: center; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-align: center; -ms-flex-direction: column;; } .author-card .basic-info h2 { margin: 1em 0 .5em; } .author-card .bio { padding: 20px 20px 0; } @media (max-width:650px) { .author-list-item .author-card { display: none; } } .basic-info .author-profile-image, .basic-info .avatar-wrapper { width: 88px; height: 88px; margin: 0; border: none; } .basic-info .avatar-wrapper { position: relative; background: rgba(229, 239, 245, .1); } .basic-info .avatar-wrapper svg { width: 88px; height: 88px; margin: 0; opacity: .15; } .post-full-comments { max-width: 840px; margin: 0 auto;; } .read-next-feed { margin: 0 -20px; padding: 40px 0 0; -ms-flex-wrap: wrap; flex-wrap: wrap;; } .read-next-card, .read-next-feed { display: -ms-flexbox; display: -webkit-box; display: flex; } .read-next-card { position: relative; overflow: hidden; flex-direction: column; margin: 0 20px 40px; padding: 25px; color: #FFFFFF; border-radius: 5px; background: #15171A 50%; background-size: cover; -webkit-box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03); box-shadow: 8px 14px 38px rgba(39, 44, 49, .06), 1px 3px 8px rgba(39, 44, 49, .03); -webkit-box-direction: normal; -webkit-box-flex: 1; -webkit-box-orient: vertical; -ms-flex: 1 1 300px; flex: 1 1 300px; -ms-flex-direction: column;; } .read-next-card:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; content: ""; border-radius: 5px; background: linear-gradient(135deg, rgba(0, 40, 60, .8), rgba(0, 20, 40, .7)); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); } .read-next-card-header { position: relative; z-index: 50; padding-top: 20px; text-align: center; } .read-next-card-header-sitetitle { font-size: 1.3rem; line-height: 1.3em; display: block; opacity: .8; } .read-next-card-header-title { font-size: 3rem; line-height: 1.2em; margin: 0; padding: 0 20px; letter-spacing: 1px; color: #FFFFFF;; } .read-next-card-header-title a { font-weight: 300; text-decoration: none; color: #FFFFFF;; } .read-next-card-header-title a:hover { text-decoration: none; } .read-next-divider { position: relative; display: -ms-flexbox; display: -webkit-box; display: flex; height: 80px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;; } .read-next-divider svg { width: 40px; fill: transparent; stroke: #FFFFFF; stroke-opacity: .65; stroke-width: .5px;; } .read-next-card-content { font-size: 1.7rem; position: relative; z-index: 50; display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-positive: 1;; } .read-next-card-content ul { display: -ms-flexbox; display: -webkit-box; display: flex; flex-direction: column; margin: 0 auto; padding: 0; list-style: none; text-align: center; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-direction: column;; } .read-next-card-content li { font-size: 1.6rem; font-weight: 200; line-height: 1.25em; margin: 0; padding: 0; letter-spacing: -.5px; } .read-next-card-content li a { font-weight: 500; display: block; padding: 20px 0; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; vertical-align: top; color: #FFFFFF; border-bottom: 1px solid hsla(0, 0%, 100%, .3);; } .read-next-card-content li:first-of-type a { padding-top: 10px; } .read-next-card-content li a:hover { opacity: 1; } .read-next-card-footer { position: relative; margin: 15px 0 3px; text-align: center; } .read-next-card-footer a { color: #FFFFFF; } .floating-header { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; display: -ms-flexbox; display: -webkit-box; display: flex; visibility: hidden; height: 60px; -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1); transition: all .5s cubic-bezier(.19, 1, .22, 1); -webkit-transform: translate3d(0, -120%, 0); transform: translate3d(0, -120%, 0); border-bottom: 1px solid rgba(0, 0, 0, .06); background: hsla(0, 0%, 100%, .95); align-items: center; -webkit-box-align: center; -ms-flex-align: center;; } .floating-active { visibility: visible; -webkit-transition: all .5s cubic-bezier(.22, 1, .27, 1); transition: all .5s cubic-bezier(.22, 1, .27, 1); -webkit-transform: translateZ(0); transform: translateZ(0); } .floating-header-logo { font-size: 1.6rem; line-height: 1em; overflow: hidden; margin: 0 0 0 20px; white-space: nowrap; letter-spacing: -1px; text-overflow: ellipsis;; } .floating-header-logo a { font-weight: 700; line-height: 1.1em; display: -ms-flexbox; display: -webkit-box; display: flex; color: #15171A; align-items: center; -webkit-box-align: center; -ms-flex-align: center;; } .floating-header-logo a:hover { text-decoration: none; } .floating-header-logo img { max-height: 20px; margin: 0 10px 0 0;; } .floating-header-divider { line-height: 1em; margin: 0 5px;; } .floating-header-title { font-size: 1.6rem; font-weight: 700; line-height: 1.3em; overflow: hidden; margin: 0; white-space: nowrap; text-overflow: ellipsis; color: #2E2E2E; -webkit-box-flex: 1; -ms-flex: 1; flex: 1;; } .floating-header-share { font-size: 1.3rem; line-height: 1; padding-left: 2%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;; } .floating-header-share, .floating-header-share a { display: -ms-flexbox; display: -webkit-box; display: flex; align-items: center; -webkit-box-align: center; -ms-flex-align: center;; } .floating-header-share a { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .floating-header-share svg { width: auto; height: 16px; fill: #FFFFFF; } .floating-header-share-label { font-weight: 500; display: -ms-flexbox; display: -webkit-box; display: flex; margin-right: 10px; color: rgba(0, 0, 0, .7); align-items: center; -webkit-box-align: center; -ms-flex-align: center; -ms-flex-negative: 0; flex-shrink: 0;; } .floating-header-share-label svg { width: 18px; height: 18px; margin: 0 5px 0 10px; -webkit-transform: rotate(90deg); transform: rotate(90deg); stroke: rgba(0, 0, 0, .7);; } .floating-header-share-fb, .floating-header-share-tw { line-height: 48px; display: block; width: 60px; height: 60px; -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1); transition: all .5s cubic-bezier(.19, 1, .22, 1); text-align: center; color: #FFFFFF; align-items: center; -webkit-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center;; } .floating-header-share-tw { background: #33B1FF; } .floating-header-share-fb { background: #005E99; } .progress { position: absolute; right: 0; bottom: -1px; left: 0; width: 100%; height: 2px; color: #3EB0EF; border: none; background: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .progress::-webkit-progress-bar { background-color: transparent; } .progress::-webkit-progress-value { background-color: #3EB0EF; } .progress::-moz-progress-bar { background-color: #3EB0EF; } .progress-container { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 2px; background-color: transparent; } .progress-bar { display: block; width: 50%; height: inherit; background-color: #3EB0EF; } @media (max-width:900px) { .floating-header { height: 40px; } .floating-header-logo, .floating-header-title { font-size: 1.5rem; } .floating-header-share-fb, .floating-header-share-tw { line-height: 38px; width: 40px; height: 40px;; } } @media (max-width:800px) { .floating-header-logo { margin-left: 10px; } .floating-header-logo a { color: #2E2E2E; } .floating-header-divider, .floating-header-title { visibility: hidden; } } @media (max-width:450px) { .floating-header-share-label { display: none; } } .site-header-content .author-profile-image { z-index: 10; width: 100px; height: 100px; margin: 0 0 20px; -webkit-box-shadow: 0 0 0 6px hsla(0, 0%, 100%, .1); box-shadow: 0 0 0 6px hsla(0, 0%, 100%, .1); -ms-flex-negative: 0; flex-shrink: 0;; } .site-header-content .author-bio { font-size: 2rem; font-weight: 300; line-height: 1.3em; z-index: 10; max-width: 600px; margin: 5px 0 10px; letter-spacing: .5px; opacity: .8; -ms-flex-negative: 0; flex-shrink: 0;; } .site-header-content .author-meta { font-family: Georgia, serif; font-style: italic; z-index: 10; display: -ms-flexbox; display: -webkit-box; display: flex; margin: 0 0 10px; align-items: center; -webkit-box-align: center; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-negative: 0; -ms-flex-pack: center; flex-shrink: 0; justify-content: center;; } .site-header-content .author-location svg { height: 1.9rem; stroke: #FFFFFF; } .site-header-content .bull { display: inline-block; margin: 0 12px; opacity: .5; } .site-header-content .social-link:first-of-type { padding-left: 4px; } @media (max-width:500px) { .site-header-content .author-bio { font-size: 1.8rem; line-height: 1.15em; letter-spacing: 0; } .author-location, .author-stats { display: none; } } .error-template .site-main { padding: 7vw 4vw; } .site-nav-center { display: -ms-flexbox; display: -webkit-box; display: flex; text-align: center; align-items: center; -webkit-box-align: center; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center;; } .site-nav-center .site-nav-logo { margin-right: 0; } .error-message { text-align: center; } .error-code { font-size: 12vw; line-height: 1em; margin: 0; letter-spacing: -5px; opacity: .3; } .error-description { font-size: 3rem; font-weight: 400; line-height: 1.3em; margin: 0; color: #738A94;; } @media (max-width:800px) { .error-description { font-size: 1.8rem; margin: 5px 0 0;; } } .error-link { display: inline-block; margin-top: 5px; } .error-template .post-feed { padding-top: 0; } .subscribe-overlay { position: fixed; z-index: 9000; top: 0; right: 0; bottom: 0; left: 0; display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-transition: opacity .2s ease-in; transition: opacity .2s ease-in; pointer-events: none; opacity: 0; background: rgba(0, 25, 40, .97); align-items: center; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); -webkit-box-align: center; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center;; } .subscribe-overlay:target { pointer-events: auto; opacity: 1;; } .subscribe-overlay-content { position: relative; z-index: 9999; margin: 0 0 5vw; padding: 4vw; text-align: center; color: #FFFFFF;; } .subscribe-overlay-logo { position: fixed; top: 23px; left: 30px; height: 30px; } .subscribe-overlay-title { font-size: 6rem; line-height: 1.15em; display: inline-block; margin: 0 0 10px;; } .subscribe-overlay-description { font-family: Georgia, serif; font-size: 3rem; font-weight: 300; line-height: 1.3em; max-width: 650px; margin: 0 auto 50px; opacity: .8; } .subscribe-overlay form { display: -ms-flexbox; display: -webkit-box; display: flex; max-width: 500px; margin: 0 auto; align-items: center; -webkit-box-align: center; -webkit-box-pack: center; -ms-flex-align: center; -ms-flex-pack: center; justify-content: center;; } .subscribe-overlay .form-group { -webkit-box-flex: 1; flex-grow: 1; -ms-flex-positive: 1;; } .subscribe-overlay .subscribe-email { font-size: 2rem; font-weight: 400; line-height: 1em; display: block; width: 100%; padding: 14px 20px; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-transition: border-color .15s linear; transition: border-color .15s linear; letter-spacing: .5px; color: #738A94; border: none; border-radius: 8px; -webkit-appearance: none; } .subscribe-email:focus { border-color: #BECDD5; outline: 0;; } .subscribe-overlay button { font-size: 1.7rem; font-weight: 400; line-height: 37px; display: inline-block; height: 52px; margin: 0 0 0 15px; padding: 0 25px; text-align: center; color: #FFFFFF; border-radius: 8px; outline: none; background: -webkit-gradient(linear, left top, left bottom, from(#4FB7F0), color-stop(60%, #29A0E0), color-stop(90%, #29A0E0), to(#36A6E2)); background: linear-gradient(#4FB7F0, #29A0E0 60%, #29A0E0 90%, #36A6E2); -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .14); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .14); text-shadow: 0 -1px 0 rgba(0, 0, 0, .1); -webkit-font-smoothing: subpixel-antialiased; } .subscribe-overlay button:active, .subscribe-overlay button:focus { background: #209CDF; } .subscribe-overlay-close { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; } .subscribe-overlay-close:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .subscribe-overlay-close:after, .subscribe-overlay-close:before { position: absolute; top: 40px; right: 25px; display: block; width: 30px; height: 2px; content: ""; opacity: .8; background: #FFFFFF;; } .subscribe-overlay-close:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .subscribe-overlay-close:hover { cursor: default; } .site-footer { position: relative; padding-top: 20px; padding-bottom: 60px; color: #FFFFFF; background: #000000; } .site-footer-content { font-size: 1.3rem; display: -ms-flexbox; display: -webkit-box; display: flex; align-items: center; -webkit-box-align: center; -webkit-box-pack: justify; -ms-flex-align: center; -ms-flex-pack: justify; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between;; } .site-footer-content, .site-footer-content a { color: hsla(0, 0%, 100%, .7); } .site-footer-content a:hover { text-decoration: none; color: #FFFFFF;; } .site-footer-nav { display: -ms-flexbox; display: -webkit-box; display: flex; } .site-footer-nav a { position: relative; margin-left: 20px; } .site-footer-nav a:before { position: absolute; top: 11px; left: -11px; display: block; width: 2px; height: 2px; content: ""; border-radius: 100%; background: #FFFFFF;; } .site-footer-nav a:first-of-type:before { display: none; } @media (max-width:650px) { .site-footer-content { flex-direction: column; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-direction: column;; } .site-footer-nav a:first-child { margin-left: 0; } } body, .post-card-excerpt, .post-full-content { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; text-align: justify; word-break: break-all; } @media (max-width: 800px) { .floating-header-divider, .floating-header-title { visibility: inherit!important; } .floating-header-logo { margin-left: 10px; padding-right: 5px; } .floating-header-divider { margin-left: 0px; } } .site-footer-nav { -webkit-box-pack: center; -ms-flex-pack: center; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; } .pagination { font-size: 1.3rem; position: relative; width: 80%; max-width: 710px; margin: 6rem auto; margin-bottom: 2rem; text-align: center; color: #68757D; } .pagination a { -webkit-transition: all .2s ease; transition: all .2s ease; color: #68757D; } .page-nav { overflow: hidden; min-width: 100px; text-align: center; color: #999999; border-radius: 4px; background: #FFFFFF; } .page-nav .current { font-weight: bold; color: #555555; } .page-nav> .page-number, .prev-next-post { display: inline-block; min-width: 100px; padding: 8px 0; } .page-nav> .prev, .page-nav> .next, .prev-post, .next-post { position: absolute; display: inline-block; padding: 8px 16px; -webkit-transition: border .3s ease; transition: border .3s ease; text-decoration: none; border: #BFC8CD 1px solid; border-radius: 4px; } .page-nav> .prev, .prev-post { left: 0; } .page-nav> .next, .next-post { right: 0; } .page-nav> .prev:hover, .page-nav> .next:hover, .prev-post, .next-post { color: #889093; border-color: #98A0A4; } @media (max-width: 800px) { .page-nav> .prev, .page-nav> .next, .prev-post, .next-post, .prev-next-post { position: static; width: 100%; } .page-nav> .page-number { width: 33.3%; } .pagination { width: 100%; margin: 40px 0 20px; } .t-g-control { top: unset!important; right: unset!important; bottom: 0!important; flex-direction: row!important; width: 100%; -webkit-box-direction: normal!important; -webkit-box-orient: horizontal!important; -webkit-box-pack: center; -ms-flex-direction: row!important; -ms-flex-pack: center; justify-content: center; } .toc-main { width: 100%; } } @media (min-width: 1170px) { #comment { padding: 20px 100px 0; } } .v .vinput, .v .vbtn, .v .vwrap .vcontrol .col, .v .vlist .vcard .vhead .vname, .v .vlist .vcard .vcontent { font-size: unset!important; } .v .vbtn, .v .vwrap .vcontrol .col, .v .vlist .vcard .vcontent a { font-size: 1.3rem!important; } .v .vinfo .col, .v .vinfo .vcount .vnum { font-size: 1.5rem!important; } .v .vlist .vcard section .vfooter .vtime, .v .vlist .vcard section .vfooter .vat { font-size: 1.2rem!important; } .read-next-card-content-ext { font-size: 1.7rem; position: relative; z-index: 50; display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-positive: 1; -ms-flex-wrap: wrap; flex-wrap: wrap; } .read-next-card-content-ext a { padding: 10px; color: #FFFFFF; } .t-g-control { position: fixed; z-index: 666; top: 40%; right: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; flex-direction: column; -webkit-box-direction: normal; -webkit-box-orient: vertical; -ms-flex-direction: column; } .gotop, .gobottom, .toc-control { width: 40px; height: 40px; margin: 0 10px 10px 0; padding: 4px; border-radius: 4px; background: #F6F8FA; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1); box-shadow: 0 1px 3px rgba(0, 0, 0, .1); } .gotop:hover, .gobottom:hover, .toc-control:hover { background: #F0F4F7; } .toc-main { position: fixed; z-index: 665; top: 0; right: 0; height: 100%; } .post-toc> ol, .post-toc> ul, .post-toc> li, .toc-child { list-style: none; } .post-toc { position: relative; top: 0px; overflow: scroll; min-width: 300px; height: 100%; padding: 100px 40px; border-left: 1px solid rgba(0, 0, 0, .06); background: hsla(0, 0%, 100%, .95); } .toc { padding-bottom: 10px; } .markdown-body { font-size: .9em; line-height: 1.5; word-wrap: break-word; } .markdown-body::before { display: table; content: ""; } .markdown-body::after { display: table; clear: both; content: ""; } .markdown-body> *:first-child { margin-top: 0 !important; } .markdown-body> *:last-child { margin-bottom: 0 !important; } .markdown-body a:not([href]) { text-decoration: none; color: inherit;; } .markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre { margin-top: 0; margin-bottom: 16px; } .markdown-body hr { height: .25em; margin: 24px 0; padding: 0; border: 0; background-color: #E1E4E8;; } .markdown-body blockquote { padding: 0 1em; color: #6A737D; border-left: .25em solid #DFE2E5; } .markdown-body blockquote> :first-child { margin-top: 0; } .markdown-body blockquote> :last-child { margin-bottom: 0; } .markdown-body kbd { font-size: 11px; line-height: 10px; display: inline-block; padding: 3px 5px; vertical-align: middle; color: #444D56; border: solid 1px #C6CBD1; border-bottom-color: #959DA5; border-radius: 3px; background-color: #FAFBFC; -webkit-box-shadow: inset 0 -1px 0 #959DA5; box-shadow: inset 0 -1px 0 #959DA5; } .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 { font-weight: 600; line-height: 1.25; margin-top: 24px; margin-bottom: 16px; color: #090A0B;; } .markdown-body h1 tt, .markdown-body h1 code, .markdown-body h2 tt, .markdown-body h2 code, .markdown-body h3 tt, .markdown-body h3 code, .markdown-body h4 tt, .markdown-body h4 code, .markdown-body h5 tt, .markdown-body h5 code, .markdown-body h6 tt, .markdown-body h6 code { font-size: inherit; } .markdown-body h1 { font-size: 1.8em; padding-bottom: .3em; border-bottom: 1px solid #EAECEF; } .markdown-body h2 { font-size: 1.3em; padding-bottom: .3em; border-bottom: 1px solid #EAECEF; } .markdown-body h3 { font-size: 1.15em; } .markdown-body h4 { font-size: .95em; } .markdown-body h5 { font-size: .85em; } .markdown-body h6 { font-size: .825em; color: #6A737D; } .markdown-body ul, .markdown-body ol { padding-left: 2em; } .markdown-body ul.no-list, .markdown-body ol.no-list { padding: 0; list-style-type: none; } .markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul { margin-top: 0; margin-bottom: 0; } .markdown-body li { word-wrap: break-all; } .markdown-body li> p { margin-top: 16px; } .markdown-body li+ li { margin-top: .25em; } .markdown-body dl { padding: 0; } .markdown-body dl dt { font-size: 1em; font-weight: 600; font-style: italic; margin-top: 16px; padding: 0;; } .markdown-body dl dd { margin-bottom: 16px; padding: 0 16px;; } .markdown-body table, .markdown-body figure { display: block; overflow: auto; width: 100%;; } .markdown-body table th { font-weight: 600; } .markdown-body table th, .markdown-body table td { padding: 6px 13px; border: 1px solid #DFE2E5; } .markdown-body table tr { border-top: 1px solid #C6CBD1; background-color: #FFFFFF;; } .markdown-body table tr:nth-child(2n) { background-color: #F6F8FA; } .markdown-body table img { background-color: transparent; } .markdown-body img { -webkit-box-sizing: content-box; box-sizing: content-box; max-width: 100%; background-color: #FFFFFF; } .markdown-body img[align=right] { padding-left: 20px; } .markdown-body img[align=left] { padding-right: 20px; } .markdown-body .emoji { max-width: none; vertical-align: text-top; background-color: transparent; } .markdown-body span.frame { display: block; overflow: hidden; } .markdown-body span.frame> span { display: block; float: left; overflow: hidden; width: auto; margin: 13px 0 0; padding: 7px; border: 1px solid #DFE2E5; } .markdown-body span.frame span img { display: block; float: left; } .markdown-body span.frame span span { display: block; clear: both; padding: 5px 0 0; color: #24292E; } .markdown-body span.align-center { display: block; clear: both; overflow: hidden;; } .markdown-body span.align-center> span { display: block; overflow: hidden; margin: 13px auto 0; text-align: center; } .markdown-body span.align-center span img { margin: 0 auto; text-align: center; } .markdown-body span.align-right { display: block; clear: both; overflow: hidden;; } .markdown-body span.align-right> span { display: block; overflow: hidden; margin: 13px 0 0; text-align: right; } .markdown-body span.align-right span img { margin: 0; text-align: right; } .markdown-body span.float-left { display: block; float: left; overflow: hidden; margin-right: 13px;; } .markdown-body span.float-left span { margin: 13px 0 0; } .markdown-body span.float-right { display: block; float: right; overflow: hidden; margin-left: 13px;; } .markdown-body span.float-right> span { display: block; overflow: hidden; margin: 13px auto 0; text-align: right; } .markdown-body code, .markdown-body tt { font-size: 85%; margin: 0; padding: .2em .4em; border-radius: 3px; background-color: rgba(27, 31, 35, .05);; } .markdown-body code br, .markdown-body tt br { display: none; } .markdown-body del code { text-decoration: inherit; } .markdown-body pre { word-wrap: normal; } .markdown-body pre> code { font-size: 100%; margin: 0; padding: 0; white-space: pre; word-break: normal; border: 0; background: transparent;; } .markdown-body .highlight { margin-bottom: 16px; } .markdown-body .highlight tbody { display: block; } .markdown-body .highlight tr, .markdown-body .highlight td { display: block; overflow: auto; width: 100%; padding: 0; border: none;; } .markdown-body .highlight pre { margin-bottom: 0; word-break: normal; } .markdown-body .highlight pre, .markdown-body pre { font-size: 85%; line-height: 1.45; overflow: auto; padding: 16px; border-radius: 3px; background-color: #F6F8FA;; } .markdown-body pre code, .markdown-body pre tt { line-height: inherit; display: inline; overflow: visible; max-width: auto; margin: 0; padding: 0; word-wrap: normal; border: 0; background-color: transparent;; } .markdown-body .csv-data td, .markdown-body .csv-data th { font-size: 12px; line-height: 1; overflow: hidden; padding: 5px; text-align: left; white-space: nowrap; } .markdown-body .csv-data .blob-num { padding: 10px 8px 9px; text-align: right; border: 0; background: #FFFFFF;; } .markdown-body .csv-data tr { border-top: 0; } .markdown-body .csv-data th { font-weight: 600; border-top: 0; background: #F6F8FA;; } .hljs { display: block; overflow-x: auto; padding: .5em; color: #383A42; background: #FAFAFA; } .hljs-comment, .hljs-quote { font-style: italic; color: #A0A1A7; } .hljs-doctag, .hljs-keyword, .hljs-formula { color: #A626A4; } .hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { color: #E45649; } .hljs-literal { color: #0184BB; } .hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { color: #50A14F; } .hljs-built_in, .hljs-class .hljs-title { color: #C18401; } .hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { color: #986801; } .hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title { color: #4078F2; } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: bold; } .hljs-link { text-decoration: underline; } /*del .post-full-content pre code * { color: inherit } */
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/5f1a0449c12c25c5f7a319b5a9be59e5dbab93ad816cbf17107e5e31bef5722a.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./35fb9d7b212515c13ed7bdacb0ef5092de0d3b766c60644eb7708766929556d7.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>
html/234567155602.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Carol Robitaille avocat - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492273662508&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=8849&V_SEARCH.docsStart=8848&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=8847&amp;V_DOCUMENT.docRank=8848&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492273696514&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567143169&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=8849&amp;V_DOCUMENT.docRank=8850&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492273696514&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567038173&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Carol Robitaille avocat </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Carol Robitaille avocat</p> <p><a href="mailto:avocats@wendakecr.com" title="avocats@wendakecr.com">avocats@wendakecr.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 50, boul. Maurice-Bastien<br/> Bureau 510<br/> WENDAKE, Quebec<br/> G0A 4V0 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 50, boul. Maurice-Bastien<br/> Bureau 510<br/> WENDAKE, Quebec<br/> G0A 4V0 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (418) 843-5757 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (866) 397-5757</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (418) 843-3085</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Avocat et médiateur accrédité en matière civile, commerciale et travail du Barreau du Québec<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carol Robitaille </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Avocat et médiateur accrédité<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (418) 843-5757 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (418) 843-3085 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> avocats@wendakecr.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541110 - Offices of Lawyers </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Aboriginal Firm: </strong> </div> <div class="col-md-7"> Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/> </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Avocat<br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Carol Robitaille </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Avocat et médiateur accrédité<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (418) 843-5757 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (418) 843-3085 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> avocats@wendakecr.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541110 - Offices of Lawyers </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Aboriginal Firm: </strong> </div> <div class="col-md-7"> Registered Aboriginal Business under the Procurement Strategy for Aboriginal Business (PSAB)<br/> </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Avocat<br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-12-17 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
app/xss/json-parse3.html
sbaechler/ajax-security
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Injecting javascript into JSON</title> </head> <body> <div> <h1>XSS Attack with Javascript-code within JSON</h1> <pre id="json-value"></pre> </div> <script> var container = document.getElementById('json-value'); if(self.fetch) { fetch('./attack.json') .then(function(response) { return response.json(); }) .then(function(data) { console.log(data); }) .catch(function(error){ console.error(error); }); } else { alert('This Browser does not yet support the Fetch API.'); } // console.log('Parsed JSON: ', parsed); </script> </body> </html>
public/modules/users/views/authentication/signup.client.view.html
tomato/Reto
<section class="row" data-ng-controller="AuthenticationController"> <h3 class="col-md-12 text-center">Sign up using your social accounts</h3> <div class="col-md-12 text-center"> <a href="/auth/google" class="undecorated-link"> <img src="/modules/users/img/buttons/google.png"> </a> </div> </section>
_posts/tumblr/2013-07-31-catch-gilts-presentation-at-backboneconf-today.html
nataliab/tech-blog
--- layout: post title: Catch Gilt's Presentation at BackboneConf Today (Includes Link to Slides) date: '2013-07-31T09:47:00-04:00' tags: - mark wunsch - BackboneConf - JavaScript - conferences - gilttech - MVC tumblr_url: http://tech.gilt.com/post/56969870959/catch-gilts-presentation-at-backboneconf-today --- <p><img alt="image" src="http://media.tumblr.com/25807bef9a37cf24c71315fae9fbeaea/tumblr_inline_mqszgz6Z5i1qz4rgp.png"/></p> <p>In Boston for <a href="http://backboneconf.com" target="_blank">BackboneConf</a>? Be sure to check out &ldquo;The Geologic Time Scale of Gilt.com&rsquo;s View Layer,&rdquo; the presentation that Gilt Lead Software Engineer <a href="https://twitter.com/markwunsch" target="_blank">Mark Wunsch</a> will give today (7/31) at 3 PM EST. The details on Mark&rsquo;s talk:</p> <blockquote> <p>The &ldquo;best practices of architecting, designing, and managing the V in MVC have evolved over the course of time. The act of modernizing a web application reveals the layers of previous approaches lurking just underneath the crust. This talk will dive through the strata of the View layer of Gilt.com. Every day, Gilt builds a dynamic shopping experience for each of our millions of customers and awaits their timed onslaught. How do business strategies, re-architectures, new technologies, and a rabid customer base shape and re-shape the View? We will move across Eras: from Ruby on Rails and early Ajax techniques, to lightweight Java frameworks, to our current day; where asset management pipelines and JavaScript MVC frameworks are de rigueur. We&rsquo;ll discuss concerns like page performance, pagination, and search engine optimization through the lens of our Views present and past.</p> </blockquote> <p><a href="https://speakerdeck.com/mwunsch/the-geologic-time-scale-of-gilt-dot-coms-view-layer" target="_blank"><strong>Check out the slide show here</strong></a>.</p>
resources/assets/src/app/stacks/stacks.component.html
olegstyle/bodev
<div id="skills"> <div class="container"> <div class="title-wrapper"><h3 class="title animated fadeIn">{{ 'my_skills' | translate }}</h3></div> <div class="tabs-wrapper"> <ul class="tabs"> <li [ngClass]="{'tab': true, 'active': selectedGroup == null}" (click)="onGroupClick(null)">{{ 'all_skills' | translate }}</li> <ng-container *ngFor="let group of groups"> <li [ngClass]="{'tab': true, 'active': selectedGroup != null && selectedGroup.id == group.id}" (click)="onGroupClick(group)">{{group.name}}</li> </ng-container> <hr /> </ul> </div> <div id="skills-grid" class="skills-wrapper row"> <ng-container *ngFor="let stack of stacks"> <div *ngIf="selectedGroup == null || stack.group_id == selectedGroup.id" [className]="'skill-group-' + stack.group_id + 'mix skill-group col-lg-2 col-md-3 col-sm-3 col-xs-4 animated'"> <div class="skill"> <div class="image-wrapper"><img [src]="'/storage/' + stack.image_url" [alt]="stack.name" /></div> <h4>{{ stack.name }}</h4> <div class="lvl">{{ stack.level }}</div> <div class="time">{{ stack.date_start }}</div> </div> </div> </ng-container> </div> </div> </div>
TicketingSystem.Web/Content/Site.css
Valersd/TicketingSystem
body { padding-top: 50px; padding-bottom: 20px; -ms-word-wrap: break-word; word-wrap: break-word; background-color:azure; } tr:hover{ background-color:antiquewhite; cursor:default; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */ .dl-horizontal dt { white-space: normal; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 320px; } /*My Rules*/ .text-justify{ text-align:justify; } .footer-text{ color:dodgerblue; font-family:Rockwell; } .message{ display:none; } .comment-small{ width:16%; } #tblComments td{ vertical-align:middle; } /*a:hover{ text-decoration:none; font-style:oblique; }*/ .violet{ font-weight:bold; color:blueviolet!important; } .violet:hover { text-decoration:underline; -moz-text-decoration-color: blueviolet!important; text-decoration-color: blueviolet!important; } .alert .h4{ color:inherit; }
src/css/blocks/desktop/_head.css
dontuncleme/Sputnik
/* wrap */ .head-wrap { } /* head */ .head { &__logo { padding: 12px 0; &__img { size: 200px 40px; } } &__push { width: 100%; } &__logo-side { padding: 12px 0; &__img { size: 40px; } } }
other/icon/demo_index.html
xyz252631m/web
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>IconFont Demo</title> <link rel="shortcut icon" href="https://gtms04.alicdn.com/tps/i4/TB1_oz6GVXXXXaFXpXXJDFnIXXX-64-64.ico" type="image/x-icon"/> <link rel="stylesheet" href="https://g.alicdn.com/thx/cube/1.3.2/cube.min.css"> <link rel="stylesheet" href="demo.css"> <link rel="stylesheet" href="iconfont.css"> <script src="iconfont.js"></script> <!-- jQuery --> <script src="https://a1.alicdn.com/oss/uploads/2018/12/26/7bfddb60-08e8-11e9-9b04-53e73bb6408b.js"></script> <!-- 代码高亮 --> <script src="https://a1.alicdn.com/oss/uploads/2018/12/26/a3f714d0-08e6-11e9-8a15-ebf944d7534c.js"></script> </head> <body> <div class="main"> <h1 class="logo"><a href="https://www.iconfont.cn/" title="iconfont 首页" target="_blank">&#xe86b;</a></h1> <div class="nav-tabs"> <ul id="tabs" class="dib-box"> <li class="dib active"><span>Unicode</span></li> <li class="dib"><span>Font class</span></li> <li class="dib"><span>Symbol</span></li> </ul> <a href="https://www.iconfont.cn/manage/index?manage_type=myprojects&projectId=1286575" target="_blank" class="nav-more">查看项目</a> </div> <div class="tab-container"> <div class="content unicode" style="display: block;"> <ul class="icon_lists dib-box"> <li class="dib"> <span class="icon iconfont">&#xe66f;</span> <div class="name">女</div> <div class="code-name">&amp;#xe66f;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe60a;</span> <div class="name">监控</div> <div class="code-name">&amp;#xe60a;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe60c;</span> <div class="name">信息发布</div> <div class="code-name">&amp;#xe60c;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe6bd;</span> <div class="name">卡</div> <div class="code-name">&amp;#xe6bd;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe6be;</span> <div class="name">警告</div> <div class="code-name">&amp;#xe6be;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe6e9;</span> <div class="name">门禁</div> <div class="code-name">&amp;#xe6e9;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe600;</span> <div class="name">消防</div> <div class="code-name">&amp;#xe600;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe647;</span> <div class="name">w_中雨</div> <div class="code-name">&amp;#xe647;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe650;</span> <div class="name">磁盘</div> <div class="code-name">&amp;#xe650;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe8e2;</span> <div class="name">用水总量</div> <div class="code-name">&amp;#xe8e2;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe698;</span> <div class="name">电动车</div> <div class="code-name">&amp;#xe698;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe6c8;</span> <div class="name">男</div> <div class="code-name">&amp;#xe6c8;</div> </li> <li class="dib"> <span class="icon iconfont">&#xe7bd;</span> <div class="name">人脸</div> <div class="code-name">&amp;#xe7bd;</div> </li> </ul> <div class="article markdown"> <h2 id="unicode-">Unicode 引用</h2> <hr> <p>Unicode 是字体在网页端最原始的应用方式,特点是:</p> <ul> <li>兼容性最好,支持 IE6+,及所有现代浏览器。</li> <li>支持按字体的方式去动态调整图标大小,颜色等等。</li> <li>但是因为是字体,所以不支持多色。只能使用平台里单色的图标,就算项目里有多色图标也会自动去色。</li> </ul> <blockquote> <p>注意:新版 iconfont 支持多色图标,这些多色图标在 Unicode 模式下将不能使用,如果有需求建议使用symbol 的引用方式</p> </blockquote> <p>Unicode 使用步骤如下:</p> <h3 id="-font-face">第一步:拷贝项目下面生成的 <code>@font-face</code></h3> <pre><code class="language-css" >@font-face { font-family: 'iconfont'; src: url('iconfont.eot'); src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg'); } </code></pre> <h3 id="-iconfont-">第二步:定义使用 iconfont 的样式</h3> <pre><code class="language-css" >.iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } </code></pre> <h3 id="-">第三步:挑选相应图标并获取字体编码,应用于页面</h3> <pre> <code class="language-html" >&lt;span class="iconfont"&gt;&amp;#x33;&lt;/span&gt; </code></pre> <blockquote> <p>"iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p> </blockquote> </div> </div> <div class="content font-class"> <ul class="icon_lists dib-box"> <li class="dib"> <span class="icon iconfont icon-nv"></span> <div class="name"> 女 </div> <div class="code-name">.icon-nv </div> </li> <li class="dib"> <span class="icon iconfont icon-jiankong"></span> <div class="name"> 监控 </div> <div class="code-name">.icon-jiankong </div> </li> <li class="dib"> <span class="icon iconfont icon-xinxifabu"></span> <div class="name"> 信息发布 </div> <div class="code-name">.icon-xinxifabu </div> </li> <li class="dib"> <span class="icon iconfont icon-icon-test"></span> <div class="name"> 卡 </div> <div class="code-name">.icon-icon-test </div> </li> <li class="dib"> <span class="icon iconfont icon-jinggao"></span> <div class="name"> 警告 </div> <div class="code-name">.icon-jinggao </div> </li> <li class="dib"> <span class="icon iconfont icon-door_bashou"></span> <div class="name"> 门禁 </div> <div class="code-name">.icon-door_bashou </div> </li> <li class="dib"> <span class="icon iconfont icon-xiaofang"></span> <div class="name"> 消防 </div> <div class="code-name">.icon-xiaofang </div> </li> <li class="dib"> <span class="icon iconfont icon-w_zhongyu"></span> <div class="name"> w_中雨 </div> <div class="code-name">.icon-w_zhongyu </div> </li> <li class="dib"> <span class="icon iconfont icon-cipan"></span> <div class="name"> 磁盘 </div> <div class="code-name">.icon-cipan </div> </li> <li class="dib"> <span class="icon iconfont icon-shui"></span> <div class="name"> 用水总量 </div> <div class="code-name">.icon-shui </div> </li> <li class="dib"> <span class="icon iconfont icon-diandongche"></span> <div class="name"> 电动车 </div> <div class="code-name">.icon-diandongche </div> </li> <li class="dib"> <span class="icon iconfont icon-nan"></span> <div class="name"> 男 </div> <div class="code-name">.icon-nan </div> </li> <li class="dib"> <span class="icon iconfont icon-renlian"></span> <div class="name"> 人脸 </div> <div class="code-name">.icon-renlian </div> </li> </ul> <div class="article markdown"> <h2 id="font-class-">font-class 引用</h2> <hr> <p>font-class 是 Unicode 使用方式的一种变种,主要是解决 Unicode 书写不直观,语意不明确的问题。</p> <p>与 Unicode 使用方式相比,具有如下特点:</p> <ul> <li>兼容性良好,支持 IE8+,及所有现代浏览器。</li> <li>相比于 Unicode 语意明确,书写更直观。可以很容易分辨这个 icon 是什么。</li> <li>因为使用 class 来定义图标,所以当要替换图标时,只需要修改 class 里面的 Unicode 引用。</li> <li>不过因为本质上还是使用的字体,所以多色图标还是不支持的。</li> </ul> <p>使用步骤如下:</p> <h3 id="-fontclass-">第一步:引入项目下面生成的 fontclass 代码:</h3> <pre><code class="language-html">&lt;link rel="stylesheet" href="./iconfont.css"&gt; </code></pre> <h3 id="-">第二步:挑选相应图标并获取类名,应用于页面:</h3> <pre><code class="language-html">&lt;span class="iconfont icon-xxx"&gt;&lt;/span&gt; </code></pre> <blockquote> <p>" iconfont" 是你项目下的 font-family。可以通过编辑项目查看,默认是 "iconfont"。</p> </blockquote> </div> </div> <div class="content symbol"> <ul class="icon_lists dib-box"> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-nv"></use> </svg> <div class="name">女</div> <div class="code-name">#icon-nv</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-jiankong"></use> </svg> <div class="name">监控</div> <div class="code-name">#icon-jiankong</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-xinxifabu"></use> </svg> <div class="name">信息发布</div> <div class="code-name">#icon-xinxifabu</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-icon-test"></use> </svg> <div class="name">卡</div> <div class="code-name">#icon-icon-test</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-jinggao"></use> </svg> <div class="name">警告</div> <div class="code-name">#icon-jinggao</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-door_bashou"></use> </svg> <div class="name">门禁</div> <div class="code-name">#icon-door_bashou</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-xiaofang"></use> </svg> <div class="name">消防</div> <div class="code-name">#icon-xiaofang</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-w_zhongyu"></use> </svg> <div class="name">w_中雨</div> <div class="code-name">#icon-w_zhongyu</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-cipan"></use> </svg> <div class="name">磁盘</div> <div class="code-name">#icon-cipan</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-shui"></use> </svg> <div class="name">用水总量</div> <div class="code-name">#icon-shui</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-diandongche"></use> </svg> <div class="name">电动车</div> <div class="code-name">#icon-diandongche</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-nan"></use> </svg> <div class="name">男</div> <div class="code-name">#icon-nan</div> </li> <li class="dib"> <svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icon-renlian"></use> </svg> <div class="name">人脸</div> <div class="code-name">#icon-renlian</div> </li> </ul> <div class="article markdown"> <h2 id="symbol-">Symbol 引用</h2> <hr> <p>这是一种全新的使用方式,应该说这才是未来的主流,也是平台目前推荐的用法。相关介绍可以参考这篇<a href="">文章</a> 这种用法其实是做了一个 SVG 的集合,与另外两种相比具有如下特点:</p> <ul> <li>支持多色图标了,不再受单色限制。</li> <li>通过一些技巧,支持像字体那样,通过 <code>font-size</code>, <code>color</code> 来调整样式。</li> <li>兼容性较差,支持 IE9+,及现代浏览器。</li> <li>浏览器渲染 SVG 的性能一般,还不如 png。</li> </ul> <p>使用步骤如下:</p> <h3 id="-symbol-">第一步:引入项目下面生成的 symbol 代码:</h3> <pre><code class="language-html">&lt;script src="./iconfont.js"&gt;&lt;/script&gt; </code></pre> <h3 id="-css-">第二步:加入通用 CSS 代码(引入一次就行):</h3> <pre><code class="language-html">&lt;style&gt; .icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; } &lt;/style&gt; </code></pre> <h3 id="-">第三步:挑选相应图标并获取类名,应用于页面:</h3> <pre><code class="language-html">&lt;svg class="icon" aria-hidden="true"&gt; &lt;use xlink:href="#icon-xxx"&gt;&lt;/use&gt; &lt;/svg&gt; </code></pre> </div> </div> </div> </div> <script> $(document).ready(function () { $('.tab-container .content:first').show() $('#tabs li').click(function (e) { var tabContent = $('.tab-container .content') var index = $(this).index() if ($(this).hasClass('active')) { return } else { $('#tabs li').removeClass('active') $(this).addClass('active') tabContent.hide().eq(index).fadeIn() } }) }) </script> </body> </html>
public/api/packages/Modules.Exceptions.html
backend/backend-php.net
<!DOCTYPE html><html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>Backend-PHP » Modules\Exceptions</title> <meta name="author" content="Mike van Riel"> <meta name="description" content=""> <link href="../css/template.css" rel="stylesheet" media="all"> <script src="../js/jquery-1.7.1.min.js" type="text/javascript"></script><script src="../js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script><script src="../js/jquery.mousewheel.min.js" type="text/javascript"></script><script src="../js/bootstrap.js" type="text/javascript"></script><script src="../js/template.js" type="text/javascript"></script><script src="../js/prettify/prettify.min.js" type="text/javascript"></script><link rel="shortcut icon" href="../img/favicon.ico"> <link rel="apple-touch-icon" href="../img/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="72x72" href="../img/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="114x114" href="../img/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"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a class="brand" href="../index.html">Backend-PHP</a><div class="nav-collapse"><ul class="nav"> <li class="dropdown"> <a href="#api" class="dropdown-toggle" data-toggle="dropdown"> API Documentation <b class="caret"></b></a><ul class="dropdown-menu"> <li><a>Namespaces</a></li> <li><a href="../namespaces/Backend.html"><i class="icon-th"></i> Backend</a></li> <li><a href="../namespaces/Tests.html"><i class="icon-th"></i> Tests</a></li> <li><a href="../namespaces/global.html"><i class="icon-th"></i> global</a></li> <li><a>Packages</a></li> <li><a href="../packages/Base.html"><i class="icon-folder-open"></i> Base</a></li> <li><a href="../packages/Base.Utilities.html"><i class="icon-folder-open"></i> Base/Utilities</a></li> <li><a href="../packages/BaseTests.html"><i class="icon-folder-open"></i> BaseTests</a></li> <li><a href="../packages/Core.html"><i class="icon-folder-open"></i> Core</a></li> <li><a href="../packages/CoreTests.html"><i class="icon-folder-open"></i> CoreTests</a></li> <li><a href="../packages/Default.html"><i class="icon-folder-open"></i> Default</a></li> <li><a href="../packages/Interfaces.html"><i class="icon-folder-open"></i> Interfaces</a></li> <li><a href="../packages/InterfacesTests.html"><i class="icon-folder-open"></i> InterfacesTests</a></li> <li><a href="../packages/Modules.html"><i class="icon-folder-open"></i> Modules</a></li> <li><a href="../packages/Utilities.html"><i class="icon-folder-open"></i> Utilities</a></li> </ul> </li> <li class="dropdown" id="charts-menu"> <a href="#charts" class="dropdown-toggle" data-toggle="dropdown"> Charts <b class="caret"></b></a><ul class="dropdown-menu"><li><a href="../graph_class.html"><i class="icon-list-alt"></i> Class hierarchy diagram</a></li></ul> </li> <li class="dropdown" id="reports-menu"> <a href="#reports" class="dropdown-toggle" data-toggle="dropdown"> Reports <b class="caret"></b></a><ul class="dropdown-menu"> <li><a href="../errors.html"><i class="icon-remove-sign"></i> Errors  <span class="label label-info">167</span></a></li> <li><a href="../markers.html"><i class="icon-map-marker"></i> Markers  <ul><li>todo  <span class="label label-info">27</span> </li></ul></a></li> <li><a href="../deprecated.html"><i class="icon-stop"></i> Deprecated elements  <span class="label label-info">0</span></a></li> </ul> </li> </ul></div> </div></div> <div class="go_to_top"><a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a></div> </div> <div id="___" class="container"> <noscript><div class="alert alert-warning"> Javascript is disabled; several features are only available if Javascript is enabled. </div></noscript> <div class="row"> <div class="span4"> <div class="btn-group view pull-right" data-toggle="buttons-radio"> <button class="btn details" title="Show descriptions and method names"><i class="icon-list"></i></button><button class="btn simple" title="Show only method names"><i class="icon-align-justify"></i></button> </div> <ul class="side-nav nav nav-list"> <li class="nav-header"> <i class="icon-map-marker"></i> Packages</li> <li> <a href="../packages/Modules.Exceptions.html" title="Exceptions"><i class="icon-folder-open"></i>Exceptions</a><ul class="nav nav-list nav-packages"></ul> </li> <li class="nav-header"> <i class="icon-custom icon-class"></i> Classes</li> <li><a href="#Exception" title="Base Modules Exception.">Exception</a></li> </ul> </div> <div class="span8 package-contents"> <ul class="breadcrumb"><li> <a href="../index.html"><i class="icon-folder-open"></i></a><span class="divider">\</span><li><a href="../packages/Modules.html">Modules</a></li> <li class="active"> <span class="divider">\</span><a href="../packages/Modules.Exceptions.html">Exceptions</a> </li> </li></ul> <div class="package-indent"> <h3> <i class="icon-custom icon-class"></i> Classes and interfaces</h3> <div id="Exception" class="element ajax clickable class"> <h1>Exception<a href="../classes/Backend.Modules.Exception.html">¶</a> </h1> <p class="short_description">Base Modules Exception.</p> <div class="details collapse"></div> <a href="../classes/Backend.Modules.Exception.html" class="more">« More »</a> </div> </div> </div> </div> <div class="row"><footer class="span12"> Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br> Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a12</a> and<br> generated on 2012-12-21T11:37:30+02:00.<br></footer></div> </div> </body> </html>
app/project/content/fields/ToggleField.css
spleenboy/pallium
.toggle { width: 150px; text-align: center; } .panel { cursor: pointer; margin-bottom: 2rem; text-align: left; border: 3px solid var(--gray); background-color: var(--off-white); border-radius: 40px; padding: 0; display: block; width: 150px; height: 50px; transition-delay: 0.2s; } .on .panel { border-color: var(--blue); } .off .panel { border-color: var(--gray); } .button { display: inline-block; width: 40px; height: 40px; padding: 0; margin: 5px; border-radius: 120px; transition: margin 0.2s ease-in; } .on .button { margin-left: 100px; background-color: var(--blue); } .off .button { margin-left: 5px; background-color: var(--gray); } .state { font-size: 2rem; }
blog-posts/projects.html
Shomari/shomari.github.io
<!DOCTYPE html> <html> <head> <title>Shomari Ewing</title> <link rel="stylesheet" type="text/css" href="practice.css"> </head> <body> <div id="header"><h1 id="tophead"><a id= "home" href = "../index.html">Shomari Ewing</a></h1></div> <div id= "nav1"> <a class= "nav_link" href="technical.html">Technical |</a> <a class= "nav_link" href="cultural.html">Cultural |</a> <a class= "nav_link" href="../unit1_projects/wireframe_sites.html">Wireframe |</a> <a class= "nav_link" href="projects.html">Projects |</a> <a class= "nav_link" href="contact.html">Contact</a> </div> <div id="content"> my projects <a href= "../GPS1/gps1.1.html"/> GPS1 JS game that pink site I did </div> </div> <div id="recentposts"> <iframe id = "video" src="http://www.youtube.com/embed/zPvP67YCgUE"> </iframe> </div> <div id ="archive"> <h3>Archive</h3> <ul> Technical Posts <li><a href = "week_1_tech.html">Week 1 Technical</a></li> </ul> <ul> Cultural Posts <li><a href= "week1_cultural.html">Week 1 Cultural</a></li> </ul> </div> <div id="footer"> footer section </div> </body> </html>