path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
src/chrome/common/extensions/docs/templates/public/extensions/api_index.html
|
plxaye/chromium
|
{{+partials.standard_extensions_article article:intros.api_index is_apps:false}}
|
third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload-sync.html
|
XiaosongWei/chromium-crosswalk
|
<html>
<head>
<script>
window.onunload = function () {
try {
var url = '1251.html';
var xhr = new XMLHttpRequest();
xhr.open('GET', url, false);
xhr.send(null);
window.parent.completed("PASS: sync XHR completed successfully");
} catch (e) {
window.parent.completed("FAIL: sync XHR during unload failed: " + e.message);
}
};
window.onload = function () {
window.parent.subframeLoaded();
};
</script>
</head>
<body>
</body>
</html>
|
xbmc/cores/paplayer/vorbisfile/libvorbis/doc/vorbisfile/ov_bitrate_instant.html
|
xbmc/atv2
|
<html>
<head>
<title>Vorbisfile - function - ov_bitrate</title>
<link rel=stylesheet href="style.css" type="text/css">
</head>
<body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
<table border=0 width=100%>
<tr>
<td><p class=tiny>Vorbisfile documentation</p></td>
<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
</tr>
</table>
<h1>ov_bitrate_instant</h1>
<p><i>declared in "vorbis/vorbisfile.h";</i></p>
<p>Used to find the most recent bitrate played back within the file. Will return 0 if the bitrate has not changed or it is the beginning of the file.
<br><br>
<table border=0 color=black cellspacing=0 cellpadding=7>
<tr bgcolor=#cccccc>
<td>
<pre><b>
long ov_bitrate_instant(OggVorbis_File *vf);
</b></pre>
</td>
</tr>
</table>
<h3>Parameters</h3>
<dl>
<dt><i>vf</i></dt>
<dd>A pointer to the OggVorbis_File structure--this is used for ALL the externally visible libvorbisfile
functions.
</dl>
<h3>Return Values</h3>
<blockquote>
<li>0 indicates the beginning of the file or unchanged bitrate info.</li>
<li><i>n</i> indicates the actual bitrate since the last call.</li>
<li>OV_FALSE indicates that playback is not in progress, and thus there is no instantaneous bitrate information to report.</li>
<li>OV_EINVAL indicates that the stream represented by <tt>vf</tt> is not open.</li>
</blockquote>
<p>
<br><br>
<hr noshade>
<table border=0 width=100%>
<tr valign=top>
<td><p class=tiny>copyright © 2007 Xiph.org</p></td>
<td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
</tr><tr>
<td><p class=tiny>Vorbisfile documentation</p></td>
<td align=right><p class=tiny>vorbisfile version 1.2.0 - 20070723</p></td>
</tr>
</table>
</body>
</html>
|
web-app/js-lib/dojo-release-1.5.0/dojox/layout/resources/FloatingPane.css
|
ozoneplatform/owf-framework
|
.dojoxFloatingPane {
background-color:#fff;
position:relative;
border: 1px solid #dedede;
overflow: hidden;
-webkit-box-shadow: 0px 5px 10px #adadad;
}
.dojoxFloatingPaneFg {
-webkit-box-shadow: 0px 8px 20px #525252;
}
/* titleNode */
.dojoxFloatingPaneTitle {
background: #cccccc;
background:#fafafa repeat-x bottom left;
border:1px solid #bfbfbf;
padding:4px 4px 2px 4px;
cursor: pointer;
white-space: nowrap;
}
.soria .dojoxFloatingPaneTitle {
background:#fff url("../../../dijit/themes/soria/images/titleBar.png") repeat-x top left;
border:1px solid #b1badf;
font-size: 0.9em;
font-weight: bold;
line-height:1.2em;
}
.tundra .dojoxFloatingPaneTitle {
background:#fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
border:1px solid #bfbfbf;
color:#000;
}
/* Icons */
.dojoxFloatingCloseIcon {
background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;
width:16px;
height:16px;
overflow:hidden;
float:right;
}
.dojoxFloatingMinimizeIcon {
background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
width:7px;
margin: 0px 4px;
overflow:hidden;
float:right;
}
.soria .dojoxFloatingMinimizeIcon {
background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -15px top;
width: 14px;
margin: 0px 2px;
}
.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
.dojoxFloatingMaximizeIcon {
background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;
width:7px;
margin: 0px 4px;
overflow:hidden;
float:right;
}
.soria .dojoxFloatingMaximizeIcon {
background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
}
.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
.dojoxFloatingRestoreIcon {
background:url('../../../dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
width:7px;
margin: 0px 4px;
float:right;
display:none;
}
.dojoxFloatingResizeHandle {
background:url('icons/resize.png') no-repeat bottom right;
position:absolute;
right:0;
bottom:0;
width:16px;
height:16px;
cursor:nw-resize;
}
.dojoxFloatingCloseIcon {
width:15px;
height:15px;
overflow:hidden;
float:right;
cursor:pointer;
}
.soria .dojoxFloatingCloseIcon {
background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -60px top;
}
.tundra .dojoxFloatingCloseIcon {
background:url('../../../dijit/themes/tundra/images/tabClose.png') no-repeat center center;
}
/* our un-used dock styles for now */
.dojoxFloatingDockDefault {
position:absolute;
bottom:0px;
left:0px;
overflow:hidden;
margin:0;
margin-bottom:3px;
padding:0px;
width:100%;
z-index:99; /* position the dock _just_ below the lowest pane */
background:transparent;
/* background-color:#fff;
border-top:1px solid #ccc;
*/
}
.dojoxDockList {
padding: 0px;
margin: 0px;
}
.dojoxDockRestoreButton {
background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center;
width:16px; height:16px;
overflow:hidden;
float:left;
margin-top:2px;
}
.soria .dojoxDockRestoreButton {
background:url("../../../dijit/themes/soria/images/spriteRoundedIconsSmallBl.png") no-repeat -45px top;
}
.dojoxDockTitleNode {
overflow:hidden;
}
/* Modifications */
.dojoxDock {
display: block;
border: 1px solid black;
position: absolute;
padding:0;
margin:0;
background:#fcfcfc;
}
.dojoxDockNode {
border: 1px solid #adadad;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 3px;
cursor:pointer;
list-style: none;
padding: 2px;
margin: 0px;
height: 16px;
width: auto;
float: left;
background: #fafafa url("../../../dijit/themes/tundra/images/titleBarBg.gif") repeat-x bottom left;
}
.soria .dojoxDockNode {
background:#b7cdee url("../../../dijit/themes/soria/images/titleBar.png") repeat-x;
}
.dojoxFloatingPaneContent {
overflow: auto;
background-color: #fff;
height: 100%;
width: 100%;
}
.dojoxFloatingPaneCanvas {
background-color:#fff;
}
|
tmp/install_4f20924cbb0a1/administrator/help/en-GB/Extensions_Extension_Manager_Discover.html
|
heqiaoliu/Viral-Dark-Matter
|
<!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_GB" xml:lang="en_GB">
<head>
<title>COM_ADMIN_HELP_EXTENSIONS_EXTENSION_MANAGER_DISCOVER</title>
<link href="css/help.css" rel="stylesheet" type="text/css" />
<meta name="copyright" content="Copyright (C) 2005 - 2011 Open Source Matters. All rights reserved." />
<meta name="license" content="GNU General Public License version 2 or later; see LICENSE.txt" />
</head>
<body>
<h1>Extension Manager: Discover</h1>
<p>This page is not available offline. Please use the <a href="http://help.joomla.org/proxy/index.php?option=com_help&keyref=Help16:Extensions_Extension_Manager_Discover">online version</a>.</p>
</body>
</html>
|
vendor/assets/javascripts/angular-material/modules/js/dialog/dialog.css
|
ac-adekunle/secondlead
|
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.0.1
*/
.md-dialog-is-showing {
max-height: 100%; }
.md-dialog-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 80;
overflow: hidden; }
md-dialog {
opacity: 0;
min-width: 240px;
max-width: 80%;
max-height: 80%;
position: relative;
overflow: auto;
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; }
md-dialog.md-transition-in {
opacity: 1;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); }
md-dialog.md-transition-out {
opacity: 0;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
-webkit-transform: translate3d(0, 100%, 0) scale(0.2);
transform: translate3d(0, 100%, 0) scale(0.2); }
md-dialog > form {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: auto; }
md-dialog .md-dialog-content {
padding: 24px; }
md-dialog md-dialog-content {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow: auto;
-webkit-overflow-scrolling: touch; }
md-dialog md-dialog-content:not([layout=row]) > *:first-child:not(.md-subheader) {
margin-top: 0; }
md-dialog md-dialog-content:focus {
outline: none; }
md-dialog md-dialog-content .md-subheader {
margin: 0; }
md-dialog md-dialog-content .md-subheader.sticky-clone {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); }
md-dialog md-dialog-content.sticky-container {
padding: 0; }
md-dialog md-dialog-content.sticky-container > div {
padding: 24px;
padding-top: 0; }
md-dialog md-dialog-content .md-dialog-content-body {
width: 100%; }
md-dialog .md-actions, md-dialog md-dialog-actions {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
box-sizing: border-box;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 0;
padding-right: 8px;
padding-left: 16px;
min-height: 52px;
overflow: hidden; }
md-dialog .md-actions .md-button, md-dialog md-dialog-actions .md-button {
margin-bottom: 8px;
margin-left: 8px;
margin-right: 0;
margin-top: 8px; }
md-dialog.md-content-overflow .md-actions, md-dialog.md-content-overflow md-dialog-actions {
border-top-width: 1px;
border-top-style: solid; }
@media screen and (-ms-high-contrast: active) {
md-dialog {
border: 1px solid #fff; } }
@media (max-width: 959px) {
md-dialog.md-dialog-fullscreen {
min-height: 100%;
min-width: 100%;
border-radius: 0; } }
|
wsgi/wsgi/static/weblink/doc/api/t-pfcUDFNotchFeat-UDFNotchFeat.html
|
2014c2g12/c2g12
|
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>
CIP JavaScript documentation for class "
pfcUDFNotchFeat"
</title>
<link href="cipdoc_default.css" type="text/css" rel="stylesheet">
<script language="JAVASCRIPT">
function findProperNode ()
{
}
</script>
</head>
<body onLoad="findProperNode()" class="frame-entity">
<table cellspacing="0" width="100%" border="0" class="toolbar">
<tr>
<td class="toolbar-navigation"><a href="library.html">Library</a> | <a href="m-pfcUDFNotchFeat.html">Module</a></td><td class="toolbar-lib-name">
</td>
</tr>
</table>
<hr>
<h2>Class pfcUDFNotchFeat</h2>
<hr>
<br>
<b>Description</b>
<br>
<br>This class specifies a UDF notch feature.
<br>
<dl>
<dt>
<b>Direct Parent Classes:</b>
</dt>
<dd>
<a class="class" href="t-pfcFeature-Feature.html">pfcFeature</a>
</dd>
</dl>
</body>
</html>
|
third_party/blink/web_tests/fast/js/regress/int-or-other-add.html
|
nwjs/chromium.src
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../../resources/js-test.js"></script>
</head>
<body>
<script src="resources/regress-pre.js"></script>
<script src="script-tests/int-or-other-add.js"></script>
<script src="resources/regress-post.js"></script>
</body>
</html>
|
third_party/blink/web_tests/fast/events/mouseenter-mouseleave-inline-attributes.html
|
scheib/chromium
|
<!DOCTYPE html>
<html>
<head>
<script src="../../resources/js-test.js"></script>
<script>
window.jsTestIsAsync = true;
document.addEventListener('DOMContentLoaded', function () {
if (window.testRunner) {
eventSender.mouseMoveTo(1, 1);
eventSender.mouseMoveTo(90,140);
debug("// Entering #outer");
eventSender.mouseMoveTo(110,140);
debug("// Entering #inner1");
eventSender.mouseMoveTo(130,140);
debug("// Entering #inner3 (and therefore also #inner2)");
eventSender.mouseMoveTo(170,140);
debug("// Leaving #inner3 and #inner2, but not #outer");
eventSender.mouseMoveTo(180,140);
debug("// Leaving #outer");
eventSender.mouseMoveTo(210,140);
}
finishJSTest();
});
function handleEvent(e) {
var phases = ['', 'capturing', 'at target', 'bubbling'];
var target = e.target ? e.target : e.srcElement;
if (target.id && target.id != "console") {
debug(e.type + " (" + phases[e.eventPhase] + ") on " + target.id);
if (e.relatedTarget && e.relatedTarget.id)
debug('- Related target: ' + e.relatedTarget.id);
}
}
</script>
<style>
#outer {
background: blue;
height: 100px;
left: 100px;
position: absolute;
top: 100px;
width: 100px;
}
#inner1 {
background: red;
height: 50px;
left: 20px;
position: absolute;
top: 20px;
width: 50px;
}
#inner2 {
background: yellow;
height: 20px;
left: 60px;
position: absolute;
top: 30px;
width: 20px;
}
#inner3 {
background-color: green;
height: 10px;
margin: 5px;
width: 10px;
}
</style>
</head>
<body>
<div id="outer" onmouseenter="handleEvent(event)" onmouseleave="handleEvent(event)" onmouseover="handleEvent(event)" onmouseout="handleEvent(event)">
<div id="inner1" onmouseenter="handleEvent(event)" onmouseleave="handleEvent(event)" onmouseover="handleEvent(event)" onmouseout="handleEvent(event)"></div>
<div id="inner2" onmouseenter="handleEvent(event)" onmouseleave="handleEvent(event)" onmouseover="handleEvent(event)" onmouseout="handleEvent(event)">
<div id="inner3" onmouseenter="handleEvent(event)" onmouseleave="handleEvent(event)" onmouseover="handleEvent(event)" onmouseout="handleEvent(event)"></div>
</div>
</div>
</body>
</html>
|
wp-content/themes/mystile/sm/doc/generated/docco.css
|
sudocoda/crimzon-theme
|
/*--------------------- Typography ----------------------------*/
@font-face {
font-family: 'aller-light';
src: url('public/fonts/aller-light.eot');
src: url('public/fonts/aller-light.eot?#iefix') format('embedded-opentype'),
url('public/fonts/aller-light.woff') format('woff'),
url('public/fonts/aller-light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'aller-bold';
src: url('public/fonts/aller-bold.eot');
src: url('public/fonts/aller-bold.eot?#iefix') format('embedded-opentype'),
url('public/fonts/aller-bold.woff') format('woff'),
url('public/fonts/aller-bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'novecento-bold';
src: url('public/fonts/novecento-bold.eot');
src: url('public/fonts/novecento-bold.eot?#iefix') format('embedded-opentype'),
url('public/fonts/novecento-bold.woff') format('woff'),
url('public/fonts/novecento-bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/*--------------------- Layout ----------------------------*/
html { height: 100%; }
body {
font-family: "aller-light";
font-size: 14px;
line-height: 18px;
color: #30404f;
margin: 0; padding: 0;
height:100%;
}
#container { min-height: 100%; }
a {
color: #000;
}
b, strong {
font-weight: normal;
font-family: "aller-bold";
}
p {
margin: 15px 0 0px;
}
.annotation ul, .annotation ol {
margin: 25px 0;
}
.annotation ul li, .annotation ol li {
font-size: 14px;
line-height: 18px;
margin: 10px 0;
}
h1, h2, h3, h4, h5, h6 {
color: #112233;
line-height: 1em;
font-weight: normal;
font-family: "novecento-bold";
text-transform: uppercase;
margin: 30px 0 15px 0;
}
h1 {
margin-top: 40px;
}
hr {
border: 0;
background: 1px solid #ddd;
height: 1px;
margin: 20px 0;
}
pre, tt, code {
font-size: 12px; line-height: 16px;
font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
margin: 0; padding: 0;
}
.annotation pre {
display: block;
margin: 0;
padding: 7px 10px;
background: #fcfcfc;
-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
overflow-x: auto;
}
.annotation pre code {
border: 0;
padding: 0;
background: transparent;
}
blockquote {
border-left: 5px solid #ccc;
margin: 0;
padding: 1px 0 1px 1em;
}
.sections blockquote p {
font-family: Menlo, Consolas, Monaco, monospace;
font-size: 12px; line-height: 16px;
color: #999;
margin: 10px 0 0;
white-space: pre-wrap;
}
ul.sections {
list-style: none;
padding:0 0 5px 0;;
margin:0;
}
/*
Force border-box so that % widths fit the parent
container without overlap because of margin/padding.
More Info : http://www.quirksmode.org/css/box.html
*/
ul.sections > li > div {
-moz-box-sizing: border-box; /* firefox */
-ms-box-sizing: border-box; /* ie */
-webkit-box-sizing: border-box; /* webkit */
-khtml-box-sizing: border-box; /* konqueror */
box-sizing: border-box; /* css3 */
}
/*---------------------- Jump Page -----------------------------*/
#jump_to, #jump_page {
margin: 0;
background: white;
-webkit-box-shadow: 0 0 25px #777; -moz-box-shadow: 0 0 25px #777;
-webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px;
font: 16px Arial;
cursor: pointer;
text-align: right;
list-style: none;
}
#jump_to a {
text-decoration: none;
}
#jump_to a.large {
display: none;
}
#jump_to a.small {
font-size: 22px;
font-weight: bold;
color: #676767;
}
#jump_to, #jump_wrapper {
position: fixed;
right: 0; top: 0;
padding: 10px 15px;
margin:0;
}
#jump_wrapper {
display: none;
padding:0;
}
#jump_to:hover #jump_wrapper {
display: block;
}
#jump_page {
padding: 5px 0 3px;
margin: 0 0 25px 25px;
}
#jump_page .source {
display: block;
padding: 15px;
text-decoration: none;
border-top: 1px solid #eee;
}
#jump_page .source:hover {
background: #F9FCFF;
}
#jump_page .source:first-child {
}
/*---------------------- Low resolutions (> 320px) ---------------------*/
@media only screen and (min-width: 320px) {
.pilwrap { display: none; }
ul.sections > li > div {
display: block;
padding:5px 10px 0 10px;
}
ul.sections > li > div.annotation ul, ul.sections > li > div.annotation ol {
padding-left: 30px;
}
ul.sections > li > div.content {
background: #F9FCFF;
overflow-x:auto;
-webkit-box-shadow: inset 0 0 5px #e5e5ee;
box-shadow: inset 0 0 5px #e5e5ee;
border: 1px solid #dedede;
margin:5px 10px 5px 10px;
padding-bottom: 5px;
}
ul.sections > li > div.annotation pre {
margin: 7px 0 7px;
padding-left: 15px;
}
ul.sections > li > div.annotation p tt, .annotation code {
background: #f8f8ff;
border: 1px solid #dedede;
font-size: 12px;
padding: 0 0.2em;
}
}
/*---------------------- (> 481px) ---------------------*/
@media only screen and (min-width: 481px) {
#container {
position: relative;
}
body {
background-color: #F9FCFF;
font-size: 15px;
line-height: 21px;
}
pre, tt, code {
line-height: 18px;
}
p, ul, ol {
margin: 0 0 15px;
}
#jump_to {
padding: 5px 10px;
}
#jump_wrapper {
padding: 0;
}
#jump_to, #jump_page {
font: 10px Arial;
text-transform: uppercase;
}
#jump_page .source {
padding: 5px 10px;
}
#jump_to a.large {
display: inline-block;
}
#jump_to a.small {
display: none;
}
#background {
position: absolute;
top: 0; bottom: 0;
width: 350px;
background: #fff;
border-right: 1px solid #e5e5ee;
z-index: -1;
}
ul.sections > li > div.annotation ul, ul.sections > li > div.annotation ol {
padding-left: 40px;
}
ul.sections > li {
white-space: nowrap;
}
ul.sections > li > div {
display: inline-block;
}
ul.sections > li > div.annotation {
max-width: 350px;
min-width: 350px;
min-height: 5px;
padding: 13px;
overflow-x: hidden;
white-space: normal;
vertical-align: top;
text-align: left;
}
ul.sections > li > div.annotation pre {
margin: 15px 0 15px;
padding-left: 15px;
}
ul.sections > li > div.content {
padding: 13px;
vertical-align: top;
background: #F9FCFF;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.pilwrap {
position: relative;
display: inline;
}
.pilcrow {
font: 12px Arial;
text-decoration: none;
color: #454545;
position: absolute;
top: 3px; left: -20px;
padding: 1px 2px;
opacity: 0;
-webkit-transition: opacity 0.2s linear;
}
.for-h1 .pilcrow {
top: 47px;
}
.for-h2 .pilcrow, .for-h3 .pilcrow, .for-h4 .pilcrow {
top: 35px;
}
ul.sections > li > div.annotation:hover .pilcrow {
opacity: 1;
}
}
/*---------------------- (> 1025px) ---------------------*/
@media only screen and (min-width: 1025px) {
body {
font-size: 16px;
line-height: 24px;
}
#background {
width: 525px;
}
ul.sections > li > div.annotation {
max-width: 525px;
min-width: 525px;
padding: 10px 25px 1px 50px;
}
ul.sections > li > div.content {
padding: 9px 15px 16px 25px;
}
}
/*---------------------- Syntax Highlighting -----------------------------*/
td.linenos { background-color: #f0f0f0; padding-right: 10px; }
span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
/*
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
pre code {
display: block; padding: 0.5em;
color: #000;
background: #f8f8ff
}
pre .comment,
pre .template_comment,
pre .diff .header,
pre .javadoc {
color: #408080;
font-style: italic
}
pre .keyword,
pre .assignment,
pre .literal,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .lisp .title,
pre .subst {
color: #954121;
/*font-weight: bold*/
}
pre .number,
pre .hexcolor {
color: #40a070
}
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula {
color: #219161;
}
pre .title,
pre .id {
color: #19469D;
}
pre .params {
color: #00F;
}
pre .javascript .title,
pre .lisp .title,
pre .subst {
font-weight: normal
}
pre .class .title,
pre .haskell .label,
pre .tex .command {
color: #458;
font-weight: bold
}
pre .tag,
pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
color: #000080;
font-weight: normal
}
pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body {
color: #008080
}
pre .regexp {
color: #B68
}
pre .class {
color: #458;
font-weight: bold
}
pre .symbol,
pre .ruby .symbol .string,
pre .ruby .symbol .keyword,
pre .ruby .symbol .keymethods,
pre .lisp .keyword,
pre .tex .special,
pre .input_number {
color: #990073
}
pre .builtin,
pre .constructor,
pre .built_in,
pre .lisp .title {
color: #0086b3
}
pre .preprocessor,
pre .pi,
pre .doctype,
pre .shebang,
pre .cdata {
color: #999;
font-weight: bold
}
pre .deletion {
background: #fdd
}
pre .addition {
background: #dfd
}
pre .diff .change {
background: #0086b3
}
pre .chunk {
color: #aaa
}
pre .tex .formula {
opacity: 0.5;
}
|
war/closure-library-20120710-r2029/closure/goog/ui/tabbarrenderer_test.html
|
AppScale/appinventor
|
<!DOCTYPE html>
<html>
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
Author: attila@google.com (Attila Bodis)
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.ui.TabBarRenderer</title>
<script src="../base.js"></script>
<script>
goog.require('goog.dom');
goog.require('goog.dom.a11y.Role');
goog.require('goog.dom.classes');
goog.require('goog.testing.jsunit');
goog.require('goog.ui.Container.Orientation');
goog.require('goog.ui.Tab');
goog.require('goog.ui.TabBar');
goog.require('goog.ui.TabBar.Location');
goog.require('goog.ui.TabBarRenderer');
goog.require('goog.testing.ui.rendererasserts');
</script>
</head>
<body>
<div id="sandbox"></div>
<script>
var sandbox = goog.dom.getElement('sandbox');
var renderer = goog.ui.TabBarRenderer.getInstance();
var tabBar;
function setUp() {
tabBar = new goog.ui.TabBar();
}
function tearDown() {
tabBar.dispose();
goog.dom.removeChildren(sandbox);
}
function testConstructor() {
assertNotNull('Renderer must not be null', renderer);
}
function testGetCssClass() {
assertEquals('getCssClass() must return expected value',
goog.ui.TabBarRenderer.CSS_CLASS, renderer.getCssClass());
}
function testGetAriaRole() {
assertEquals('getAriaRole() must return expected value',
goog.dom.a11y.Role.TAB_LIST, renderer.getAriaRole());
}
function testCreateDom() {
var element = renderer.createDom(tabBar);
assertNotNull('Created element must not be null', element);
assertEquals('Created element must be a DIV', 'DIV', element.tagName);
assertSameElements('Created element must have expected class names',
['goog-tab-bar', 'goog-tab-bar-horizontal', 'goog-tab-bar-top'],
goog.dom.classes.get(element));
}
function testDecorate() {
sandbox.innerHTML = '<div id="start" class="goog-tab-bar-start"></div>';
var element = renderer.decorate(tabBar, goog.dom.getElement('start'));
assertNotNull('Decorated element must not be null', element);
assertEquals('Decorated element must be as expected',
goog.dom.getElement('start'), element);
// Due to a bug in ContainerRenderer, the "-vertical" class isn't applied.
// TODO(attila): Fix this!
assertSameElements('Decorated element must have expected class names',
['goog-tab-bar', 'goog-tab-bar-start'],
goog.dom.classes.get(element));
}
function testSetStateFromClassName() {
renderer.setStateFromClassName(tabBar, 'goog-tab-bar-bottom',
renderer.getCssClass());
assertEquals('Location must be BOTTOM', goog.ui.TabBar.Location.BOTTOM,
tabBar.getLocation());
assertEquals('Orientation must be HORIZONTAL',
goog.ui.Container.Orientation.HORIZONTAL, tabBar.getOrientation());
renderer.setStateFromClassName(tabBar, 'goog-tab-bar-end',
renderer.getCssClass());
assertEquals('Location must be END', goog.ui.TabBar.Location.END,
tabBar.getLocation());
assertEquals('Orientation must be VERTICAL',
goog.ui.Container.Orientation.VERTICAL, tabBar.getOrientation());
renderer.setStateFromClassName(tabBar, 'goog-tab-bar-top',
renderer.getCssClass());
assertEquals('Location must be TOP', goog.ui.TabBar.Location.TOP,
tabBar.getLocation());
assertEquals('Orientation must be HORIZONTAL',
goog.ui.Container.Orientation.HORIZONTAL, tabBar.getOrientation());
renderer.setStateFromClassName(tabBar, 'goog-tab-bar-start',
renderer.getCssClass());
assertEquals('Location must be START', goog.ui.TabBar.Location.START,
tabBar.getLocation());
assertEquals('Orientation must be VERTICAL',
goog.ui.Container.Orientation.VERTICAL, tabBar.getOrientation());
}
function testGetClassNames() {
assertSameElements('Class names for TOP location must be as expected',
['goog-tab-bar', 'goog-tab-bar-horizontal', 'goog-tab-bar-top'],
renderer.getClassNames(tabBar));
tabBar.setLocation(goog.ui.TabBar.Location.START);
assertSameElements('Class names for START location must be as expected',
['goog-tab-bar', 'goog-tab-bar-vertical', 'goog-tab-bar-start'],
renderer.getClassNames(tabBar));
tabBar.setLocation(goog.ui.TabBar.Location.BOTTOM);
assertSameElements('Class names for BOTTOM location must be as expected',
['goog-tab-bar', 'goog-tab-bar-horizontal', 'goog-tab-bar-bottom'],
renderer.getClassNames(tabBar));
tabBar.setLocation(goog.ui.TabBar.Location.END);
assertSameElements('Class names for END location must be as expected',
['goog-tab-bar', 'goog-tab-bar-vertical', 'goog-tab-bar-end'],
renderer.getClassNames(tabBar));
}
function testDoesntCallGetCssClassInConstructor() {
goog.testing.ui.rendererasserts.
assertNoGetCssClassCallsInConstructor(goog.ui.TabBarRenderer);
}
</script>
</body>
</html>
|
web/assets/vendor/tether-tooltip/dist/css/tooltip-theme-arrows.css
|
marcinsdance/sloth-invoices
|
.tooltip-element, .tooltip-element:after, .tooltip-element:before, .tooltip-element *, .tooltip-element *:after, .tooltip-element *:before {
box-sizing: border-box; }
.tooltip-element {
position: absolute;
display: none; }
.tooltip-element.tooltip-open {
display: block; }
.tooltip-element.tooltip-theme-arrows {
max-width: 100%;
max-height: 100%; }
.tooltip-element.tooltip-theme-arrows .tooltip-content {
border-radius: 5px;
position: relative;
font-family: inherit;
background: #000;
color: #eee;
padding: 1em;
font-size: 1.1em;
line-height: 1.5em; }
.tooltip-element.tooltip-theme-arrows .tooltip-content:before {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-width: 8px;
border-style: solid; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-center .tooltip-content:before {
top: 100%;
left: 50%;
margin-left: -8px;
border-top-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-center .tooltip-content:before {
bottom: 100%;
left: 50%;
margin-left: -8px;
border-bottom-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-right.tooltip-element-attached-middle .tooltip-content:before {
left: 100%;
top: 50%;
margin-top: -8px;
border-left-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-left.tooltip-element-attached-middle .tooltip-content:before {
right: 100%;
top: 50%;
margin-top: -8px;
border-right-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-bottom .tooltip-content:before {
bottom: 100%;
left: 8px;
border-bottom-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content {
margin-top: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-bottom .tooltip-content:before {
bottom: 100%;
right: 8px;
border-bottom-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-top .tooltip-content:before {
top: 100%;
left: 8px;
border-top-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content {
margin-bottom: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-top .tooltip-content:before {
top: 100%;
right: 8px;
border-top-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
top: 8px;
left: 100%;
border-left-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-top.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
top: 8px;
right: 100%;
border-right-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content {
margin-right: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-right.tooltip-target-attached-left .tooltip-content:before {
bottom: 8px;
left: 100%;
border-left-color: #000; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content {
margin-left: 8px; }
.tooltip-element.tooltip-theme-arrows.tooltip-element-attached-bottom.tooltip-element-attached-left.tooltip-target-attached-right .tooltip-content:before {
bottom: 8px;
right: 100%;
border-right-color: #000; }
.tooltip-element.tooltip-theme-arrows {
pointer-events: none; }
.tooltip-element.tooltip-theme-arrows .tooltip-content {
padding: 0.5em 1em; }
|
third_party/blink/web_tests/external/wpt/css/css-transforms/transform3d-backface-visibility-003.html
|
scheib/chromium
|
<!DOCTYPE html>
<html>
<head>
<title>CSS Test (Transforms): Simple Backface-Visibility, rotatex(180deg) on Table</title>
<link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
<link rel="help" href="http://www.w3.org/TR/css-transforms-2/#propdef-backface-visibility">
<meta name="assert" content='This is identical to
transform3d-backface-visibility-001.html, except that display: table is
specified too. This is motivated by a real-world UA bug:
<https://bugzilla.mozilla.org/show_bug.cgi?id=724750>.'>
<link rel="match" href="transform-lime-square-ref.html">
</head>
<body>
<div style="height:100px;width:100px;background:lime">
<div style="height:100px;width:100px;background:red;
transform:rotatex(180deg);backface-visibility:hidden;display:table">
</div>
</div>
</body>
</html>
|
public/inspector/inspector.css
|
wyicwx/bone-cli-proxy
|
/*
* Copyright 2014 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@import url("dialog.css");
@import url("inspectorStyle.css");
@import url("inspectorCommon.css");
@import url("inspectorSyntaxHighlight.css");
@import url("popover.css");
@import url("sidebarPane.css");
@import url("suggestBox.css");
@import url("tabbedPane.css");
|
tags/webscraping/page/1/index.html
|
RobertMyles/RobertMyles.github.io
|
<!DOCTYPE html><html><head><link rel="canonical" href="../../"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=../../" /></head></html>
|
sheets/Firefly/firefly.css
|
kcopper8/RPGSheet
|
@font-face {
font-family: 'aller';
src: url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.eot');
src: url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.woff') format('woff'), url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.ttf') format('truetype'), url('http://vader.binaryelysium.com/fonts/aller_rg-webfont.svg#allerregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'aller';
src: url('http://vader.binaryelysium.com/fonts/aller_bd-webfont.eot');
src: url('http://vader.binaryelysium.com/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('http://vader.binaryelysium.com/fonts/aller_bd-webfont.woff') format('woff'), url('http://vader.binaryelysium.com/fonts/aller_bd-webfont.ttf') format('truetype'), url('http://vader.binaryelysium.com/fonts/aller_bd-webfont.svg#allerbold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'aller';
src: url('http://vader.binaryelysium.com/fonts/aller_it-webfont.eot');
src: url('http://vader.binaryelysium.com/fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'), url('http://vader.binaryelysium.com/fonts/aller_it-webfont.woff') format('woff'), url('http://vader.binaryelysium.com/fonts/aller_it-webfont.ttf') format('truetype'), url('http://vader.binaryelysium.com/fonts/aller_it-webfont.svg#alleritalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Jura';
font-style: normal;
font-weight: 400;
src: local('Jura Regular'), local('Jura-Regular'), url(https://themes.googleusercontent.com/static/fonts/jura/v5/pqMzP52_r6zHbOILcX8h-A.woff) format('woff');
}
/*
@-webkit-keyframes fadeAnim {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-moz-keyframes fadeAnim {
0% { opacity: 0; }
100% { opacity: 1; }
}
@-o-keyframes fadeAnim {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeAnim {
0% { opacity: 0; }
100% { opacity: 1; }
}
*/
/** apply to input[type=radio/checkbox] */
/**
CSS only dropdowns
based off of http://jsfiddle.net/A664f/4/
*/
.sheet-dropdown {
position: relative;
}
/**
CSS only dropdowns
based off of http://jsfiddle.net/A664f/4/
*/
.sheet-d12-s {
background-position: -302px -1px;
width: 23px;
height: 23px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d10-s {
background-position: -156px -1px;
width: 23px;
height: 23px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d8-s {
background-position: -740px -1px;
width: 23px;
height: 23px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d6-s {
background-position: -594px -1px;
width: 23px;
height: 23px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d4-s {
background-position: -448px -1px;
width: 23px;
height: 23px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d12 {
background-position: -265px -1px;
width: 35px;
height: 35px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d10 {
background-position: -119px -1px;
width: 35px;
height: 35px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d8 {
background-position: -703px -1px;
width: 35px;
height: 35px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d6 {
background-position: -557px -1px;
width: 35px;
height: 35px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
.sheet-d4 {
background-position: -411px -1px;
width: 35px;
height: 35px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
color: transparent;
display: inline-block;
}
/* Sheet-wide styles */
.sheet-main-outer {
background: url("https://i.imgur.com/WTTBLUo.png") top left no-repeat, url("https://i.imgur.com/hwYnUHT.png") bottom left no-repeat, #ffffff;
border-style: solid;
border-width: 1px;
border-color: #a7a5a6;
margin-top: 50px;
}
.sheet-main {
position: relative;
min-height: 795px;
background-position: top left;
background-repeat: no-repeat;
width: 713px;
background: white;
margin: 125px 30px 90px 30px;
border: none;
border-left: 2px solid #a7a5a6;
border-right: 2px solid #a7a5a6;
padding: 0;
font-family: 'aller', palatino, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-size: 16px;
line-height: 14px;
color: #000000;
}
.sheet-page {
padding: 5px 5px;
}
.sheet-page .sheet-section {
display: inline-block;
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 2px 1px;
min-height: 50px;
}
.sheet-page .sheet-section h2 {
border-bottom: none;
background-color: #a1a8c2;
color: white;
margin-top: 3px;
font-size: 18px;
font-weight: normal;
letter-spacing: 3px;
margin-bottom: 5px;
font-variant: small-caps;
width: 300px;
position: relative;
left: 7px;
padding: 0;
line-height: 28px;
}
.sheet-page .sheet-section h2:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-page .sheet-section h2:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-page .sheet-section button[type=roll] {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
font-family: Jura, Calibri, Candara, Segoe, "Segoe UI", Optima, "Liberation Sans", Arial, sans-serif;
border: 0px solid transparent;
font-weight: bold;
}
.sheet-page .sheet-section button[type=roll]:focus,
.sheet-page .sheet-section button[type=roll]:active:focus,
.sheet-page .sheet-section button[type=roll].active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sheet-page .sheet-section button[type=roll]:hover,
.sheet-page .sheet-section button[type=roll]:focus {
color: #333333;
text-decoration: none;
}
.sheet-page .sheet-section button[type=roll]:active,
.sheet-page .sheet-section button[type=roll].active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sheet-page .sheet-section button[type=roll].disabled,
.sheet-page .sheet-section button[type=roll][disabled],
fieldset[disabled] .sheet-page .sheet-section button[type=roll] {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.sheet-page .sheet-section button[type=roll]:hover,
.sheet-page .sheet-section button[type=roll]:focus,
.sheet-page .sheet-section button[type=roll]:active,
.sheet-page .sheet-section button[type=roll].active,
.open .dropdown-toggle.sheet-page .sheet-section button[type=roll] {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.sheet-page .sheet-section button[type=roll]:active,
.sheet-page .sheet-section button[type=roll].active,
.open .dropdown-toggle.sheet-page .sheet-section button[type=roll] {
background-image: none;
}
.sheet-page .sheet-section button[type=roll].disabled,
.sheet-page .sheet-section button[type=roll][disabled],
fieldset[disabled] .sheet-page .sheet-section button[type=roll],
.sheet-page .sheet-section button[type=roll].disabled:hover,
.sheet-page .sheet-section button[type=roll][disabled]:hover,
fieldset[disabled] .sheet-page .sheet-section button[type=roll]:hover,
.sheet-page .sheet-section button[type=roll].disabled:focus,
.sheet-page .sheet-section button[type=roll][disabled]:focus,
fieldset[disabled] .sheet-page .sheet-section button[type=roll]:focus,
.sheet-page .sheet-section button[type=roll].disabled:active,
.sheet-page .sheet-section button[type=roll][disabled]:active,
fieldset[disabled] .sheet-page .sheet-section button[type=roll]:active,
.sheet-page .sheet-section button[type=roll].disabled.active,
.sheet-page .sheet-section button[type=roll][disabled].active,
fieldset[disabled] .sheet-page .sheet-section button[type=roll].active {
background-color: #ffffff;
border-color: #cccccc;
}
.sheet-page .sheet-section button[type=roll] .badge {
color: #ffffff;
background-color: #333333;
}
.sheet-page .sheet-section button[type=roll]:before {
content: "";
}
.sheet-page .sheet-section button:not([type=roll]) {
font-family: Jura, Calibri, Candara, Segoe, "Segoe UI", Optima, "Liberation Sans", Arial, sans-serif;
}
.sheet-page .sheet-section input,
.sheet-page .sheet-section textarea {
font-family: 'aller', palatino, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.sheet-page .sheet-section .sheet-dropdown > div:hover {
-webkit-animation: fadeAnim 0.5s 1;
/* Safari 4+ */
-moz-animation: fadeAnim 0.5s 1;
/* Fx 5+ */
-o-animation: fadeAnim 0.5s 1;
/* Opera 12+ */
animation: fadeAnim 0.5s 1;
/* IE 10+ */
}
.sheet-page .sheet-section input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
outline: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
border: 1px solid #a7a5a6;
border-width: 0 0 1px 0;
}
.sheet-page .sheet-section input[type=text] {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #a7a5a6;
border-width: 0 0 1px 0;
padding: 0;
font-size: 13px;
background: transparent;
max-width: 100%;
}
.sheet-page .sheet-section input[type=checkbox] {
/* Hide actual radio/checkbox */
opacity: 0;
width: 16px;
height: 16px;
position: relative;
top: 5px;
left: 6px;
margin: -10px;
cursor: pointer;
z-index: 1;
top: 0;
}
.sheet-page .sheet-section input[type=checkbox] + span:before {
/* Fake radio/checkbox */
margin-right: 4px;
line-height: 14px;
text-align: center;
display: inline-block;
vertical-align: middle;
}
.sheet-page .sheet-section input[type=checkbox] + span::before {
content: "";
background-position: -1px -1px;
width: 15px;
height: 15px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
vertical-align: middle;
color: transparent;
display: inline-block;
height: 16px;
width: 16px;
}
.sheet-page .sheet-section input[type=checkbox]:checked + span::before {
background-position: -18px -1px;
width: 15px;
height: 15px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
display: inline-block;
height: 16px;
width: 16px;
}
/* Section: Header */
.sheet-pagehead {
margin: 22px auto 30px auto;
width: 510px;
position: absolute;
top: -95px;
left: 180px;
text-align: left;
}
.sheet-pagehead input {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
outline: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
border: 1px solid #a7a5a6;
border-width: 0 0 1px 0;
}
.sheet-pagehead input[type=text] {
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1px solid #a7a5a6;
border-width: 0 0 1px 0;
padding: 0;
font-size: 13px;
background: transparent;
max-width: 100%;
}
.sheet-pagehead .attr_ID {
font-family: 'aller', palatino, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-size: 20pt;
text-align: left;
font-variant: small-caps;
margin: 0px 0px 9px 0px;
display: inline-block;
width: 65%;
display: block;
}
.sheet-pagehead .attr_Desc {
font-family: 'aller', palatino, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
text-align: left;
font-size: 14px;
display: inline-block;
line-height: 14px;
padding-bottom: 3px;
width: 100%;
display: block;
}
.sheet-pagehead .sheet-portraitholder {
display: inline-block;
position: relative;
float: right;
z-index: 1;
top: -30px;
right: 0;
margin: 0;
padding: 0;
border: none;
}
/* Section: Attributes */
.sheet-attributes {
width: 100%;
height: 35px;
margin-left: 18%;
}
.sheet-attributes .sheet-attribute {
display: inline-block;
clear: both;
width: 18%;
margin-left: 0px;
margin-right: 30px;
}
.sheet-attributes .sheet-attribute > div {
float: left;
vertical-align: middle;
margin: 0;
}
.sheet-attributes .sheet-attribute > button {
float: right;
display: inline-block;
height: 35px;
margin: 0px;
}
/* Section: Skills */
.sheet-skills table {
margin: 0 auto;
border-collapse: separate;
}
.sheet-skills table td {
border-bottom: 1px solid black;
min-width: 90px;
}
.sheet-skills table td:nth-child(2n) {
border-right: 10px solid white;
}
.sheet-skills table td:last-child {
border-right: none;
}
.sheet-skills table td input.sheet-skill-spec {
width: 80px;
font-size: 12px;
line-height: 1.5;
}
.sheet-skills table td input.sheet-skill-spec + button[type=roll] {
min-width: 0;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
padding: 1px 1px;
font-weight: normal;
height: 23px;
}
.sheet-skills table td input.sheet-skill-spec + button[type=roll]:before {
content: "t";
}
.sheet-skills table td .sheet-dropdown button[type=roll] {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #333333;
background-color: #ffffff;
border-color: #cccccc;
font-family: Jura, Calibri, Candara, Segoe, "Segoe UI", Optima, "Liberation Sans", Arial, sans-serif;
border: 0px solid transparent;
font-weight: bold;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
min-width: 80px;
font-size: 0.75em;
}
.sheet-skills table td .sheet-dropdown button[type=roll]:focus,
.sheet-skills table td .sheet-dropdown button[type=roll]:active:focus,
.sheet-skills table td .sheet-dropdown button[type=roll].active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sheet-skills table td .sheet-dropdown button[type=roll]:hover,
.sheet-skills table td .sheet-dropdown button[type=roll]:focus {
color: #333333;
text-decoration: none;
}
.sheet-skills table td .sheet-dropdown button[type=roll]:active,
.sheet-skills table td .sheet-dropdown button[type=roll].active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sheet-skills table td .sheet-dropdown button[type=roll].disabled,
.sheet-skills table td .sheet-dropdown button[type=roll][disabled],
fieldset[disabled] .sheet-skills table td .sheet-dropdown button[type=roll] {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.sheet-skills table td .sheet-dropdown button[type=roll]:hover,
.sheet-skills table td .sheet-dropdown button[type=roll]:focus,
.sheet-skills table td .sheet-dropdown button[type=roll]:active,
.sheet-skills table td .sheet-dropdown button[type=roll].active,
.open .dropdown-toggle.sheet-skills table td .sheet-dropdown button[type=roll] {
color: #333333;
background-color: #ebebeb;
border-color: #adadad;
}
.sheet-skills table td .sheet-dropdown button[type=roll]:active,
.sheet-skills table td .sheet-dropdown button[type=roll].active,
.open .dropdown-toggle.sheet-skills table td .sheet-dropdown button[type=roll] {
background-image: none;
}
.sheet-skills table td .sheet-dropdown button[type=roll].disabled,
.sheet-skills table td .sheet-dropdown button[type=roll][disabled],
fieldset[disabled] .sheet-skills table td .sheet-dropdown button[type=roll],
.sheet-skills table td .sheet-dropdown button[type=roll].disabled:hover,
.sheet-skills table td .sheet-dropdown button[type=roll][disabled]:hover,
fieldset[disabled] .sheet-skills table td .sheet-dropdown button[type=roll]:hover,
.sheet-skills table td .sheet-dropdown button[type=roll].disabled:focus,
.sheet-skills table td .sheet-dropdown button[type=roll][disabled]:focus,
fieldset[disabled] .sheet-skills table td .sheet-dropdown button[type=roll]:focus,
.sheet-skills table td .sheet-dropdown button[type=roll].disabled:active,
.sheet-skills table td .sheet-dropdown button[type=roll][disabled]:active,
fieldset[disabled] .sheet-skills table td .sheet-dropdown button[type=roll]:active,
.sheet-skills table td .sheet-dropdown button[type=roll].disabled.active,
.sheet-skills table td .sheet-dropdown button[type=roll][disabled].active,
fieldset[disabled] .sheet-skills table td .sheet-dropdown button[type=roll].active {
background-color: #ffffff;
border-color: #cccccc;
}
.sheet-skills table td .sheet-dropdown button[type=roll] .badge {
color: #ffffff;
background-color: #333333;
}
.sheet-skills table .sheet-dropdown {
display: inline-block;
}
/* Section: Shared Distinctions and Sig Assets*/
.sheet-sigassets,
.sheet-distinctions {
margin-bottom: 50px;
}
.sheet-sigassets:last-of-type,
.sheet-distinctions:last-of-type {
margin-bottom: 5px;
}
.sheet-sigassets .sheet-ul,
.sheet-distinctions .sheet-ul,
.sheet-sigassets ul,
.sheet-distinctions ul {
list-style: none;
margin: 0 0 0 25px;
}
.sheet-sigassets .sheet-ul .sheet-li,
.sheet-distinctions .sheet-ul .sheet-li,
.sheet-sigassets ul .sheet-li,
.sheet-distinctions ul .sheet-li,
.sheet-sigassets .sheet-ul li,
.sheet-distinctions .sheet-ul li,
.sheet-sigassets ul li,
.sheet-distinctions ul li {
margin-bottom: 5px;
}
.sheet-sigassets .sheet-ul .sheet-li textarea,
.sheet-distinctions .sheet-ul .sheet-li textarea,
.sheet-sigassets ul .sheet-li textarea,
.sheet-distinctions ul .sheet-li textarea,
.sheet-sigassets .sheet-ul li textarea,
.sheet-distinctions .sheet-ul li textarea,
.sheet-sigassets ul li textarea,
.sheet-distinctions ul li textarea {
height: auto;
width: 90%;
margin: 0;
}
/* Section: Distinctions */
.sheet-distinctions > input[type=text].sheet-lore {
width: 100%;
font-style: italic;
margin-bottom: 5px;
}
.sheet-distinctions .sheet-distinct-head input[type=text] {
font-variant: small-caps;
display: inline-block;
margin-bottom: 5px;
font-size: 18px;
}
.sheet-distinctions .sheet-distinct-head:before {
background-position: -703px -1px;
width: 35px;
height: 35px;
background-image: url("https://i.imgur.com/zkgyBOi.png");
background-repeat: no-repeat;
content: ' ';
display: inline-block;
vertical-align: middle;
}
.sheet-distinctions .sheet-distinct-head button[type=roll] {
min-width: 0;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
padding: 1px 1px;
font-weight: normal;
width: 35px;
height: 35px;
}
.sheet-distinctions .sheet-distinct-head button[type=roll]:before {
content: "t";
}
.sheet-distinctions .sheet-distinction-skills {
font-variant: small-caps;
margin: 0;
}
.sheet-distinctions .sheet-distinction-skills input[type=text] {
font-family: Jura, Calibri, Candara, Segoe, "Segoe UI", Optima, "Liberation Sans", Arial, sans-serif;
width: 73px;
margin-left: 2px;
font-weight: bolder;
line-height: 1.5;
}
/* Section: Signature Assets*/
.sheet-sigassets .sheet-sigasset-head {
height: 35px;
}
.sheet-sigassets .sheet-sigasset-head .sheet-dropdown {
width: 41%;
}
.sheet-sigassets .sheet-sigasset-head .sheet-dropdown > div {
float: left;
vertical-align: middle;
}
.sheet-sigassets .sheet-sigasset-head .sheet-dropdown > input[type=text] {
font-size: 18px;
font-variant: small-caps;
margin-bottom: 5px;
float: right;
display: inline-block;
}
.sheet-sigassets .sheet-sigasset-head button[type=roll] {
min-width: 0;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
padding: 1px 1px;
font-weight: normal;
display: inline-block;
float: right;
width: 35px;
height: 35px;
}
.sheet-sigassets .sheet-sigasset-head button[type=roll]:before {
content: "t";
}
.sheet-sigassets textarea {
height: auto;
width: 90%;
margin: 0;
margin-bottom: 5px;
}
/* Create pseudo-dropdowns CSS */
.sheet-dropdown .sheet-drop-attr_Mental {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Mental .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Mental .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Mental .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Mental .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Mental .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Mental"],
.sheet-dropdown input[name="attr_Mental"] + span,
.sheet-dropdown input[name="attr_Mental"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Mental"],
.sheet-dropdown input[name="attr_Mental"] + span,
.sheet-dropdown input[name="attr_Mental"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Mental:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Mental:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Mental:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Mental:hover input[name="attr_Mental"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Mental:hover input[name="attr_Mental"] + span,
.sheet-dropdown .sheet-drop-attr_Mental:hover input[name="attr_Mental"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Mental:hover input[name="attr_Mental"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Mental:hover input[name="attr_Mental"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Mental:hover input[name="attr_Mental"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Mental"]:checked,
.sheet-dropdown input[name="attr_Mental"]:checked + span + label,
.sheet-dropdown input[name="attr_Mental"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Mental:not(:hover) input[name="attr_Mental"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Mental:not(:hover) input[name="attr_Mental"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Mental:not(:hover) input[name="attr_Mental"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Mental:not(:hover) input[name="attr_Mental"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Mental:not(:hover) input[name="attr_Mental"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Physical {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Physical .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Physical .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Physical .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Physical .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Physical .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Physical"],
.sheet-dropdown input[name="attr_Physical"] + span,
.sheet-dropdown input[name="attr_Physical"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Physical"],
.sheet-dropdown input[name="attr_Physical"] + span,
.sheet-dropdown input[name="attr_Physical"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Physical:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Physical:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Physical:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Physical:hover input[name="attr_Physical"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Physical:hover input[name="attr_Physical"] + span,
.sheet-dropdown .sheet-drop-attr_Physical:hover input[name="attr_Physical"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Physical:hover input[name="attr_Physical"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Physical:hover input[name="attr_Physical"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Physical:hover input[name="attr_Physical"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Physical"]:checked,
.sheet-dropdown input[name="attr_Physical"]:checked + span + label,
.sheet-dropdown input[name="attr_Physical"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Physical:not(:hover) input[name="attr_Physical"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Physical:not(:hover) input[name="attr_Physical"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Physical:not(:hover) input[name="attr_Physical"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Physical:not(:hover) input[name="attr_Physical"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Physical:not(:hover) input[name="attr_Physical"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Social {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Social .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Social .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Social .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Social .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Social .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Social"],
.sheet-dropdown input[name="attr_Social"] + span,
.sheet-dropdown input[name="attr_Social"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Social"],
.sheet-dropdown input[name="attr_Social"] + span,
.sheet-dropdown input[name="attr_Social"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Social:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Social:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Social:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Social:hover input[name="attr_Social"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Social:hover input[name="attr_Social"] + span,
.sheet-dropdown .sheet-drop-attr_Social:hover input[name="attr_Social"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Social:hover input[name="attr_Social"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Social:hover input[name="attr_Social"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Social:hover input[name="attr_Social"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Social"]:checked,
.sheet-dropdown input[name="attr_Social"]:checked + span + label,
.sheet-dropdown input[name="attr_Social"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Social:not(:hover) input[name="attr_Social"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Social:not(:hover) input[name="attr_Social"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Social:not(:hover) input[name="attr_Social"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Social:not(:hover) input[name="attr_Social"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Social:not(:hover) input[name="attr_Social"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Craft {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Craft .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Craft .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Craft .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Craft .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Craft .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Craft"],
.sheet-dropdown input[name="attr_Craft"] + span,
.sheet-dropdown input[name="attr_Craft"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Craft"],
.sheet-dropdown input[name="attr_Craft"] + span,
.sheet-dropdown input[name="attr_Craft"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Craft:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Craft:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Craft:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Craft:hover input[name="attr_Craft"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Craft:hover input[name="attr_Craft"] + span,
.sheet-dropdown .sheet-drop-attr_Craft:hover input[name="attr_Craft"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Craft:hover input[name="attr_Craft"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Craft:hover input[name="attr_Craft"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Craft:hover input[name="attr_Craft"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Craft"]:checked,
.sheet-dropdown input[name="attr_Craft"]:checked + span + label,
.sheet-dropdown input[name="attr_Craft"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Craft:not(:hover) input[name="attr_Craft"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Craft:not(:hover) input[name="attr_Craft"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Craft:not(:hover) input[name="attr_Craft"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Craft:not(:hover) input[name="attr_Craft"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Craft:not(:hover) input[name="attr_Craft"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Drive {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Drive .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Drive .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Drive .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Drive .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Drive .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Drive"],
.sheet-dropdown input[name="attr_Drive"] + span,
.sheet-dropdown input[name="attr_Drive"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Drive"],
.sheet-dropdown input[name="attr_Drive"] + span,
.sheet-dropdown input[name="attr_Drive"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Drive:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Drive:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Drive:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Drive:hover input[name="attr_Drive"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Drive:hover input[name="attr_Drive"] + span,
.sheet-dropdown .sheet-drop-attr_Drive:hover input[name="attr_Drive"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Drive:hover input[name="attr_Drive"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Drive:hover input[name="attr_Drive"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Drive:hover input[name="attr_Drive"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Drive"]:checked,
.sheet-dropdown input[name="attr_Drive"]:checked + span + label,
.sheet-dropdown input[name="attr_Drive"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Drive:not(:hover) input[name="attr_Drive"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Drive:not(:hover) input[name="attr_Drive"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Drive:not(:hover) input[name="attr_Drive"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Drive:not(:hover) input[name="attr_Drive"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Drive:not(:hover) input[name="attr_Drive"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fight {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Fight .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fight .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fight .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fight .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fight .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Fight"],
.sheet-dropdown input[name="attr_Fight"] + span,
.sheet-dropdown input[name="attr_Fight"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Fight"],
.sheet-dropdown input[name="attr_Fight"] + span,
.sheet-dropdown input[name="attr_Fight"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Fight:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Fight:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Fight:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Fight:hover input[name="attr_Fight"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fight:hover input[name="attr_Fight"] + span,
.sheet-dropdown .sheet-drop-attr_Fight:hover input[name="attr_Fight"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fight:hover input[name="attr_Fight"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fight:hover input[name="attr_Fight"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Fight:hover input[name="attr_Fight"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Fight"]:checked,
.sheet-dropdown input[name="attr_Fight"]:checked + span + label,
.sheet-dropdown input[name="attr_Fight"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fight:not(:hover) input[name="attr_Fight"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fight:not(:hover) input[name="attr_Fight"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fight:not(:hover) input[name="attr_Fight"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fight:not(:hover) input[name="attr_Fight"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fight:not(:hover) input[name="attr_Fight"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fix {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Fix .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fix .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fix .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fix .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fix .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Fix"],
.sheet-dropdown input[name="attr_Fix"] + span,
.sheet-dropdown input[name="attr_Fix"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Fix"],
.sheet-dropdown input[name="attr_Fix"] + span,
.sheet-dropdown input[name="attr_Fix"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Fix:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Fix:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Fix:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Fix:hover input[name="attr_Fix"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fix:hover input[name="attr_Fix"] + span,
.sheet-dropdown .sheet-drop-attr_Fix:hover input[name="attr_Fix"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fix:hover input[name="attr_Fix"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fix:hover input[name="attr_Fix"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Fix:hover input[name="attr_Fix"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Fix"]:checked,
.sheet-dropdown input[name="attr_Fix"]:checked + span + label,
.sheet-dropdown input[name="attr_Fix"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fix:not(:hover) input[name="attr_Fix"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fix:not(:hover) input[name="attr_Fix"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fix:not(:hover) input[name="attr_Fix"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fix:not(:hover) input[name="attr_Fix"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fix:not(:hover) input[name="attr_Fix"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fly {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Fly .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fly .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fly .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fly .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fly .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Fly"],
.sheet-dropdown input[name="attr_Fly"] + span,
.sheet-dropdown input[name="attr_Fly"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Fly"],
.sheet-dropdown input[name="attr_Fly"] + span,
.sheet-dropdown input[name="attr_Fly"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Fly:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Fly:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Fly:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Fly:hover input[name="attr_Fly"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fly:hover input[name="attr_Fly"] + span,
.sheet-dropdown .sheet-drop-attr_Fly:hover input[name="attr_Fly"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fly:hover input[name="attr_Fly"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Fly:hover input[name="attr_Fly"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Fly:hover input[name="attr_Fly"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Fly"]:checked,
.sheet-dropdown input[name="attr_Fly"]:checked + span + label,
.sheet-dropdown input[name="attr_Fly"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Fly:not(:hover) input[name="attr_Fly"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fly:not(:hover) input[name="attr_Fly"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fly:not(:hover) input[name="attr_Fly"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fly:not(:hover) input[name="attr_Fly"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Fly:not(:hover) input[name="attr_Fly"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Focus {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Focus .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Focus .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Focus .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Focus .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Focus .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Focus"],
.sheet-dropdown input[name="attr_Focus"] + span,
.sheet-dropdown input[name="attr_Focus"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Focus"],
.sheet-dropdown input[name="attr_Focus"] + span,
.sheet-dropdown input[name="attr_Focus"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Focus:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Focus:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Focus:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Focus:hover input[name="attr_Focus"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Focus:hover input[name="attr_Focus"] + span,
.sheet-dropdown .sheet-drop-attr_Focus:hover input[name="attr_Focus"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Focus:hover input[name="attr_Focus"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Focus:hover input[name="attr_Focus"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Focus:hover input[name="attr_Focus"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Focus"]:checked,
.sheet-dropdown input[name="attr_Focus"]:checked + span + label,
.sheet-dropdown input[name="attr_Focus"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Focus:not(:hover) input[name="attr_Focus"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Focus:not(:hover) input[name="attr_Focus"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Focus:not(:hover) input[name="attr_Focus"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Focus:not(:hover) input[name="attr_Focus"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Focus:not(:hover) input[name="attr_Focus"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Influence {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Influence .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Influence .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Influence .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Influence .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Influence .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Influence"],
.sheet-dropdown input[name="attr_Influence"] + span,
.sheet-dropdown input[name="attr_Influence"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Influence"],
.sheet-dropdown input[name="attr_Influence"] + span,
.sheet-dropdown input[name="attr_Influence"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Influence:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Influence:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Influence:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Influence:hover input[name="attr_Influence"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Influence:hover input[name="attr_Influence"] + span,
.sheet-dropdown .sheet-drop-attr_Influence:hover input[name="attr_Influence"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Influence:hover input[name="attr_Influence"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Influence:hover input[name="attr_Influence"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Influence:hover input[name="attr_Influence"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Influence"]:checked,
.sheet-dropdown input[name="attr_Influence"]:checked + span + label,
.sheet-dropdown input[name="attr_Influence"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Influence:not(:hover) input[name="attr_Influence"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Influence:not(:hover) input[name="attr_Influence"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Influence:not(:hover) input[name="attr_Influence"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Influence:not(:hover) input[name="attr_Influence"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Influence:not(:hover) input[name="attr_Influence"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Know {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Know .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Know .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Know .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Know .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Know .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Know"],
.sheet-dropdown input[name="attr_Know"] + span,
.sheet-dropdown input[name="attr_Know"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Know"],
.sheet-dropdown input[name="attr_Know"] + span,
.sheet-dropdown input[name="attr_Know"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Know:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Know:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Know:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Know:hover input[name="attr_Know"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Know:hover input[name="attr_Know"] + span,
.sheet-dropdown .sheet-drop-attr_Know:hover input[name="attr_Know"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Know:hover input[name="attr_Know"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Know:hover input[name="attr_Know"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Know:hover input[name="attr_Know"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Know"]:checked,
.sheet-dropdown input[name="attr_Know"]:checked + span + label,
.sheet-dropdown input[name="attr_Know"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Know:not(:hover) input[name="attr_Know"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Know:not(:hover) input[name="attr_Know"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Know:not(:hover) input[name="attr_Know"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Know:not(:hover) input[name="attr_Know"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Know:not(:hover) input[name="attr_Know"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Labor {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Labor .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Labor .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Labor .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Labor .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Labor .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Labor"],
.sheet-dropdown input[name="attr_Labor"] + span,
.sheet-dropdown input[name="attr_Labor"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Labor"],
.sheet-dropdown input[name="attr_Labor"] + span,
.sheet-dropdown input[name="attr_Labor"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Labor:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Labor:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Labor:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Labor:hover input[name="attr_Labor"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Labor:hover input[name="attr_Labor"] + span,
.sheet-dropdown .sheet-drop-attr_Labor:hover input[name="attr_Labor"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Labor:hover input[name="attr_Labor"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Labor:hover input[name="attr_Labor"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Labor:hover input[name="attr_Labor"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Labor"]:checked,
.sheet-dropdown input[name="attr_Labor"]:checked + span + label,
.sheet-dropdown input[name="attr_Labor"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Labor:not(:hover) input[name="attr_Labor"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Labor:not(:hover) input[name="attr_Labor"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Labor:not(:hover) input[name="attr_Labor"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Labor:not(:hover) input[name="attr_Labor"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Labor:not(:hover) input[name="attr_Labor"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Move {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Move .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Move .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Move .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Move .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Move .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Move"],
.sheet-dropdown input[name="attr_Move"] + span,
.sheet-dropdown input[name="attr_Move"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Move"],
.sheet-dropdown input[name="attr_Move"] + span,
.sheet-dropdown input[name="attr_Move"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Move:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Move:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Move:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Move:hover input[name="attr_Move"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Move:hover input[name="attr_Move"] + span,
.sheet-dropdown .sheet-drop-attr_Move:hover input[name="attr_Move"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Move:hover input[name="attr_Move"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Move:hover input[name="attr_Move"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Move:hover input[name="attr_Move"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Move"]:checked,
.sheet-dropdown input[name="attr_Move"]:checked + span + label,
.sheet-dropdown input[name="attr_Move"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Move:not(:hover) input[name="attr_Move"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Move:not(:hover) input[name="attr_Move"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Move:not(:hover) input[name="attr_Move"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Move:not(:hover) input[name="attr_Move"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Move:not(:hover) input[name="attr_Move"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Notice {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Notice .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Notice .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Notice .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Notice .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Notice .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Notice"],
.sheet-dropdown input[name="attr_Notice"] + span,
.sheet-dropdown input[name="attr_Notice"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Notice"],
.sheet-dropdown input[name="attr_Notice"] + span,
.sheet-dropdown input[name="attr_Notice"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Notice:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Notice:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Notice:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Notice:hover input[name="attr_Notice"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Notice:hover input[name="attr_Notice"] + span,
.sheet-dropdown .sheet-drop-attr_Notice:hover input[name="attr_Notice"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Notice:hover input[name="attr_Notice"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Notice:hover input[name="attr_Notice"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Notice:hover input[name="attr_Notice"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Notice"]:checked,
.sheet-dropdown input[name="attr_Notice"]:checked + span + label,
.sheet-dropdown input[name="attr_Notice"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Notice:not(:hover) input[name="attr_Notice"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Notice:not(:hover) input[name="attr_Notice"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Notice:not(:hover) input[name="attr_Notice"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Notice:not(:hover) input[name="attr_Notice"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Notice:not(:hover) input[name="attr_Notice"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Operate {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Operate .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Operate .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Operate .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Operate .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Operate .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Operate"],
.sheet-dropdown input[name="attr_Operate"] + span,
.sheet-dropdown input[name="attr_Operate"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Operate"],
.sheet-dropdown input[name="attr_Operate"] + span,
.sheet-dropdown input[name="attr_Operate"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Operate:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Operate:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Operate:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Operate:hover input[name="attr_Operate"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Operate:hover input[name="attr_Operate"] + span,
.sheet-dropdown .sheet-drop-attr_Operate:hover input[name="attr_Operate"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Operate:hover input[name="attr_Operate"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Operate:hover input[name="attr_Operate"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Operate:hover input[name="attr_Operate"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Operate"]:checked,
.sheet-dropdown input[name="attr_Operate"]:checked + span + label,
.sheet-dropdown input[name="attr_Operate"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Operate:not(:hover) input[name="attr_Operate"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Operate:not(:hover) input[name="attr_Operate"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Operate:not(:hover) input[name="attr_Operate"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Operate:not(:hover) input[name="attr_Operate"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Operate:not(:hover) input[name="attr_Operate"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Perform {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Perform .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Perform .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Perform .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Perform .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Perform .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Perform"],
.sheet-dropdown input[name="attr_Perform"] + span,
.sheet-dropdown input[name="attr_Perform"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Perform"],
.sheet-dropdown input[name="attr_Perform"] + span,
.sheet-dropdown input[name="attr_Perform"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Perform:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Perform:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Perform:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Perform:hover input[name="attr_Perform"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Perform:hover input[name="attr_Perform"] + span,
.sheet-dropdown .sheet-drop-attr_Perform:hover input[name="attr_Perform"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Perform:hover input[name="attr_Perform"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Perform:hover input[name="attr_Perform"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Perform:hover input[name="attr_Perform"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Perform"]:checked,
.sheet-dropdown input[name="attr_Perform"]:checked + span + label,
.sheet-dropdown input[name="attr_Perform"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Perform:not(:hover) input[name="attr_Perform"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Perform:not(:hover) input[name="attr_Perform"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Perform:not(:hover) input[name="attr_Perform"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Perform:not(:hover) input[name="attr_Perform"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Perform:not(:hover) input[name="attr_Perform"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Shoot {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Shoot .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Shoot .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Shoot .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Shoot .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Shoot .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Shoot"],
.sheet-dropdown input[name="attr_Shoot"] + span,
.sheet-dropdown input[name="attr_Shoot"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Shoot"],
.sheet-dropdown input[name="attr_Shoot"] + span,
.sheet-dropdown input[name="attr_Shoot"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Shoot:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Shoot:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Shoot:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Shoot:hover input[name="attr_Shoot"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Shoot:hover input[name="attr_Shoot"] + span,
.sheet-dropdown .sheet-drop-attr_Shoot:hover input[name="attr_Shoot"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Shoot:hover input[name="attr_Shoot"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Shoot:hover input[name="attr_Shoot"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Shoot:hover input[name="attr_Shoot"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Shoot"]:checked,
.sheet-dropdown input[name="attr_Shoot"]:checked + span + label,
.sheet-dropdown input[name="attr_Shoot"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Shoot:not(:hover) input[name="attr_Shoot"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Shoot:not(:hover) input[name="attr_Shoot"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Shoot:not(:hover) input[name="attr_Shoot"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Shoot:not(:hover) input[name="attr_Shoot"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Shoot:not(:hover) input[name="attr_Shoot"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Sneak {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Sneak .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Sneak .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Sneak .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Sneak .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Sneak .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Sneak"],
.sheet-dropdown input[name="attr_Sneak"] + span,
.sheet-dropdown input[name="attr_Sneak"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Sneak"],
.sheet-dropdown input[name="attr_Sneak"] + span,
.sheet-dropdown input[name="attr_Sneak"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Sneak:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Sneak:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Sneak:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Sneak:hover input[name="attr_Sneak"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Sneak:hover input[name="attr_Sneak"] + span,
.sheet-dropdown .sheet-drop-attr_Sneak:hover input[name="attr_Sneak"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Sneak:hover input[name="attr_Sneak"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Sneak:hover input[name="attr_Sneak"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Sneak:hover input[name="attr_Sneak"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Sneak"]:checked,
.sheet-dropdown input[name="attr_Sneak"]:checked + span + label,
.sheet-dropdown input[name="attr_Sneak"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Sneak:not(:hover) input[name="attr_Sneak"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Sneak:not(:hover) input[name="attr_Sneak"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Sneak:not(:hover) input[name="attr_Sneak"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Sneak:not(:hover) input[name="attr_Sneak"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Sneak:not(:hover) input[name="attr_Sneak"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Survive {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Survive .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Survive .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Survive .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Survive .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Survive .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Survive"],
.sheet-dropdown input[name="attr_Survive"] + span,
.sheet-dropdown input[name="attr_Survive"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Survive"],
.sheet-dropdown input[name="attr_Survive"] + span,
.sheet-dropdown input[name="attr_Survive"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Survive:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Survive:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Survive:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Survive:hover input[name="attr_Survive"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Survive:hover input[name="attr_Survive"] + span,
.sheet-dropdown .sheet-drop-attr_Survive:hover input[name="attr_Survive"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Survive:hover input[name="attr_Survive"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Survive:hover input[name="attr_Survive"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Survive:hover input[name="attr_Survive"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Survive"]:checked,
.sheet-dropdown input[name="attr_Survive"]:checked + span + label,
.sheet-dropdown input[name="attr_Survive"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Survive:not(:hover) input[name="attr_Survive"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Survive:not(:hover) input[name="attr_Survive"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Survive:not(:hover) input[name="attr_Survive"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Survive:not(:hover) input[name="attr_Survive"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Survive:not(:hover) input[name="attr_Survive"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Throw {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Throw .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Throw .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Throw .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Throw .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Throw .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Throw"],
.sheet-dropdown input[name="attr_Throw"] + span,
.sheet-dropdown input[name="attr_Throw"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Throw"],
.sheet-dropdown input[name="attr_Throw"] + span,
.sheet-dropdown input[name="attr_Throw"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Throw:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Throw:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Throw:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Throw:hover input[name="attr_Throw"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Throw:hover input[name="attr_Throw"] + span,
.sheet-dropdown .sheet-drop-attr_Throw:hover input[name="attr_Throw"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Throw:hover input[name="attr_Throw"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Throw:hover input[name="attr_Throw"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Throw:hover input[name="attr_Throw"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Throw"]:checked,
.sheet-dropdown input[name="attr_Throw"]:checked + span + label,
.sheet-dropdown input[name="attr_Throw"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Throw:not(:hover) input[name="attr_Throw"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Throw:not(:hover) input[name="attr_Throw"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Throw:not(:hover) input[name="attr_Throw"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Throw:not(:hover) input[name="attr_Throw"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Throw:not(:hover) input[name="attr_Throw"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Treat {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Treat .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Treat .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Treat .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Treat .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Treat .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Treat"],
.sheet-dropdown input[name="attr_Treat"] + span,
.sheet-dropdown input[name="attr_Treat"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Treat"],
.sheet-dropdown input[name="attr_Treat"] + span,
.sheet-dropdown input[name="attr_Treat"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Treat:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Treat:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Treat:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Treat:hover input[name="attr_Treat"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Treat:hover input[name="attr_Treat"] + span,
.sheet-dropdown .sheet-drop-attr_Treat:hover input[name="attr_Treat"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Treat:hover input[name="attr_Treat"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Treat:hover input[name="attr_Treat"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Treat:hover input[name="attr_Treat"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Treat"]:checked,
.sheet-dropdown input[name="attr_Treat"]:checked + span + label,
.sheet-dropdown input[name="attr_Treat"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Treat:not(:hover) input[name="attr_Treat"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Treat:not(:hover) input[name="attr_Treat"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Treat:not(:hover) input[name="attr_Treat"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Treat:not(:hover) input[name="attr_Treat"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Treat:not(:hover) input[name="attr_Treat"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Trick {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-attr_Trick .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Trick .sheet-value-2 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Trick .sheet-value-3 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Trick .sheet-value-4 {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Trick .sheet-value-5 {
display: none;
}
.sheet-dropdown input[name="attr_Trick"],
.sheet-dropdown input[name="attr_Trick"] + span,
.sheet-dropdown input[name="attr_Trick"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_Trick"],
.sheet-dropdown input[name="attr_Trick"] + span,
.sheet-dropdown input[name="attr_Trick"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-attr_Trick:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-attr_Trick:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Trick:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-attr_Trick:hover input[name="attr_Trick"] {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Trick:hover input[name="attr_Trick"] + span,
.sheet-dropdown .sheet-drop-attr_Trick:hover input[name="attr_Trick"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Trick:hover input[name="attr_Trick"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-attr_Trick:hover input[name="attr_Trick"]:checked + span,
.sheet-dropdown .sheet-drop-attr_Trick:hover input[name="attr_Trick"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_Trick"]:checked,
.sheet-dropdown input[name="attr_Trick"]:checked + span + label,
.sheet-dropdown input[name="attr_Trick"]:checked + label {
display: none;
}
.sheet-dropdown .sheet-drop-attr_Trick:not(:hover) input[name="attr_Trick"][value="4"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Trick:not(:hover) input[name="attr_Trick"][value="6"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Trick:not(:hover) input[name="attr_Trick"][value="8"]:checked ~ .sheet-value-3 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Trick:not(:hover) input[name="attr_Trick"][value="10"]:checked ~ .sheet-value-4 {
display: block;
}
.sheet-dropdown .sheet-drop-attr_Trick:not(:hover) input[name="attr_Trick"][value="12"]:checked ~ .sheet-value-5 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-2 {
display: none;
}
.sheet-dropdown input[name="attr_sigasset_value"],
.sheet-dropdown input[name="attr_sigasset_value"] + span,
.sheet-dropdown input[name="attr_sigasset_value"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_sigasset_value"],
.sheet-dropdown input[name="attr_sigasset_value"] + span,
.sheet-dropdown input[name="attr_sigasset_value"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-sigasset:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-sigasset:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_sigasset_value"] {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_sigasset_value"] + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_sigasset_value"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_sigasset_value"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_sigasset_value"]:checked + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_sigasset_value"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_sigasset_value"]:checked,
.sheet-dropdown input[name="attr_sigasset_value"]:checked + span,
.sheet-dropdown input[name="attr_sigasset_value"]:checked + span + label {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_sigasset_mark"] ~ input[name="attr_sigasset_value"][value="6"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_sigasset_mark"] ~ input[name="attr_sigasset_value"][value="8"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-2 {
display: none;
}
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"],
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"],
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-sigasset:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-sigasset:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_0_repeating_sigassets_sigasset_value"] {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_0_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_0_repeating_sigassets_sigasset_value"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_0_repeating_sigassets_sigasset_value"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_0_repeating_sigassets_sigasset_value"]:checked + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_0_repeating_sigassets_sigasset_value"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"]:checked,
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"]:checked + span,
.sheet-dropdown input[name="attr_0_repeating_sigassets_sigasset_value"]:checked + span + label {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_0_repeating_sigassets_sigasset_mark"] ~ input[name="attr_0_repeating_sigassets_sigasset_value"][value="6"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_0_repeating_sigassets_sigasset_mark"] ~ input[name="attr_0_repeating_sigassets_sigasset_value"][value="8"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-2 {
display: none;
}
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"],
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"],
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-sigasset:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-sigasset:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_1_repeating_sigassets_sigasset_value"] {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_1_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_1_repeating_sigassets_sigasset_value"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_1_repeating_sigassets_sigasset_value"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_1_repeating_sigassets_sigasset_value"]:checked + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_1_repeating_sigassets_sigasset_value"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"]:checked,
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"]:checked + span,
.sheet-dropdown input[name="attr_1_repeating_sigassets_sigasset_value"]:checked + span + label {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_1_repeating_sigassets_sigasset_mark"] ~ input[name="attr_1_repeating_sigassets_sigasset_value"][value="6"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_1_repeating_sigassets_sigasset_mark"] ~ input[name="attr_1_repeating_sigassets_sigasset_value"][value="8"]:checked ~ .sheet-value-2 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset {
display: inline-block;
vertical-align: middle;
text-align: left;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-1 {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset .sheet-value-2 {
display: none;
}
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"],
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"] + span + label {
display: none;
}
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"],
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"] + span + label {
z-index: 1;
}
.sheet-dropdown .sheet-drop-sigasset:hover {
position: absolute;
width: 80px;
z-index: 1;
background-color: #a1a8c2;
padding: 5px;
}
.sheet-dropdown .sheet-drop-sigasset:hover:before {
content: "";
position: absolute;
top: 0px;
left: -7px;
bottom: 0;
border-top: 7px solid transparent;
border-right: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -7px;
border-top: 7px solid transparent;
border-left: 8px solid #a1a8c2;
border-bottom: 7px solid transparent;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_2_repeating_sigassets_sigasset_value"] {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_2_repeating_sigassets_sigasset_value"] + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_2_repeating_sigassets_sigasset_value"] + span + label {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_2_repeating_sigassets_sigasset_value"]:checked {
display: inline;
}
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_2_repeating_sigassets_sigasset_value"]:checked + span,
.sheet-dropdown .sheet-drop-sigasset:hover input[name="attr_2_repeating_sigassets_sigasset_value"]:checked + span + label {
display: inline;
}
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"]:checked,
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"]:checked + span,
.sheet-dropdown input[name="attr_2_repeating_sigassets_sigasset_value"]:checked + span + label {
display: none;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_2_repeating_sigassets_sigasset_mark"] ~ input[name="attr_2_repeating_sigassets_sigasset_value"][value="6"]:checked ~ .sheet-value-1 {
display: block;
}
.sheet-dropdown .sheet-drop-sigasset:not(:hover) input[name="attr_2_repeating_sigassets_sigasset_mark"] ~ input[name="attr_2_repeating_sigassets_sigasset_value"][value="8"]:checked ~ .sheet-value-2 {
display: block;
}
|
webkit/WebKit.resources/inspector/panelEnablerView.css
|
VikingsYip/webkitdotnet
|
/*
* Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
* Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
.panel-enabler-view {
z-index: 1000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
font-size: 13px;
text-align: center;
overflow-x: hidden;
overflow-y: overlay;
display: none;
}
.panel-enabler-view.visible {
display: block;
}
.panel-enabler-view .panel-enabler-view-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 390px;
margin: auto;
white-space: nowrap;
}
.panel-enabler-view h1 {
color: rgb(110, 116, 128);
font-size: 16px;
line-height: 20px;
font-weight: normal;
margin-top: 0;
}
.panel-enabler-disclaimer {
font-size: 10px;
color: rgb(110, 116, 128);
margin-bottom: 12px;
margin-left: 20px;
}
.panel-enabler-disclaimer:empty {
display: none;
}
.panel-enabler-view img {
height: 100%;
min-height: 200px;
max-width: 100%;
top: 0;
bottom: 0;
padding: 20px 0 20px 20px;
margin: auto;
vertical-align: middle;
}
.panel-enabler-view img.hidden {
display: initial !important;
width: 0;
}
.panel-enabler-view .flexible-space {
-webkit-box-flex: 1;
}
.panel-enabler-view form {
display: inline-block;
vertical-align: middle;
width: 330px;
margin: 0;
padding: 15px;
white-space: normal;
}
.panel-enabler-view label {
position: relative;
display: block;
text-align: left;
word-break: break-word;
margin: 0 0 5px 20px;
}
.panel-enabler-view button:not(.status-bar-item) {
font-size: 13px;
margin: 6px 0 0 0;
padding: 3px 20px;
height: 24px;
color: rgb(6, 6, 6);
background-color: transparent;
border: 1px solid rgb(165, 165, 165);
background-color: rgb(237, 237, 237);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
-webkit-border-radius: 12px;
-webkit-appearance: none;
}
body.inactive .panel-enabler-view button, .panel-enabler-view button:disabled {
color: rgb(130, 130, 130);
border-color: rgb(212, 212, 212);
background-color: rgb(239, 239, 239);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 250, 250)), to(rgb(235, 235, 235)));
}
.panel-enabler-view input[type="radio"] {
height: 17px;
width: 17px;
border: 1px solid rgb(165, 165, 165);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
-webkit-border-radius: 8px;
-webkit-appearance: none;
vertical-align: middle;
margin: 0 5px 5px 0;
}
.panel-enabler-view input[type="radio"]:active:not(:disabled) {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
}
.panel-enabler-view input[type="radio"]:checked {
background: url(Images/radioDot.png) center no-repeat,
-webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
}
.panel-enabler-view input[type="radio"]:checked:active {
background: url(Images/radioDot.png) center no-repeat,
-webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
}
.panel-enabler-view.scripts img {
content: url(Images/scriptsSilhouette.png);
}
.panel-enabler-view.profiles img {
content: url(Images/profilesSilhouette.png);
}
|
third_party/blink/manual_tests/fullscreen/full-screen-zero-width.html
|
nwjs/chromium.src
|
<style>
div { width: 0px; }
span { text-decoration: underline; cursor: hand; }
</style>
<script>
function toggleFullScreen() {
if (document.webkitIsFullScreen)
document.webkitCancelFullScreen();
else
document.getElementsByTagName('div')[0].webkitRequestFullscreen();
}
</script>
<body>
This tests that an element with a 0px width will not cause the window to disappear when entering full screen. <span onclick="toggleFullScreen()">Click to toggle full screen.</span>
<div>
</div>
</body>
|
api/master/Thelia/Model/Base/ProductI18nQuery.html
|
Mertiozys/thelia.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Model\Base\ProductI18nQuery | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../classes.html">Classes</a></li>
<li><a href="../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../traits.html">Traits</a></li>
<li><a href="../../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../../Thelia/Model/Base.html">Thelia\Model\Base</a>\ProductI18nQuery</h1>
</div>
<div class="content">
<p>abstract class
<strong>ProductI18nQuery</strong> extends <abbr title="Propel\Runtime\ActiveQuery\ModelCriteria">ModelCriteria</abbr></p>
<div class="description">
<p>Base class that represents a query for the 'product_i18n' table.</p>
<p>
</p>
</div>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\ProductI18n', string $modelAlias = null)
<p>Initializes internal state of \Thelia\Model\Base\ProductI18nQuery object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
static <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_create">create</a>(string $modelAlias = null, <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null)
<p>Returns a new ChildProductI18nQuery object.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18n.html"><abbr title="Thelia\Model\ProductI18n">ProductI18n</abbr></a>|array|mixed
</td>
<td class="last">
<a href="#method_findPk">findPk</a>($key, $con = null)
<p>Find object by primary key.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr>|array|mixed
</td>
<td class="last">
<a href="#method_findPks">findPks</a>(array $keys, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Find objects by primary key <code> $objs = $c->findPks(array(array(12, 56), array(832, 123), array(123, 456)), $con); </code></p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByPrimaryKey">filterByPrimaryKey</a>(mixed $key)
<p>Filter the query by primary key</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByPrimaryKeys">filterByPrimaryKeys</a>(array $keys)
<p>Filter the query by a list of primary keys</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterById">filterById</a>(mixed $id = null, string $comparison = null)
<p>Filter the query on the id column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByLocale">filterByLocale</a>(string $locale = null, string $comparison = null)
<p>Filter the query on the locale column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByTitle">filterByTitle</a>(string $title = null, string $comparison = null)
<p>Filter the query on the title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByDescription">filterByDescription</a>(string $description = null, string $comparison = null)
<p>Filter the query on the description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByChapo">filterByChapo</a>(string $chapo = null, string $comparison = null)
<p>Filter the query on the chapo column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByPostscriptum">filterByPostscriptum</a>(string $postscriptum = null, string $comparison = null)
<p>Filter the query on the postscriptum column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByMetaTitle">filterByMetaTitle</a>(string $metaTitle = null, string $comparison = null)
<p>Filter the query on the meta_title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByMetaDescription">filterByMetaDescription</a>(string $metaDescription = null, string $comparison = null)
<p>Filter the query on the meta_description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByMetaKeywords">filterByMetaKeywords</a>(string $metaKeywords = null, string $comparison = null)
<p>Filter the query on the meta_keywords column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_filterByProduct">filterByProduct</a>(<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a>|<abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr> $product, string $comparison = null)
<p>Filter the query by a related \Thelia\Model\Product object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_joinProduct">joinProduct</a>(string $relationAlias = null, string $joinType = 'LEFT JOIN')
<p>Adds a JOIN clause to the query using the Product relation</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductQuery.html"><abbr title="Thelia\Model\ProductQuery">ProductQuery</abbr></a>
</td>
<td class="last">
<a href="#method_useProductQuery">useProductQuery</a>(string $relationAlias = null, string $joinType = 'LEFT JOIN')
<p>Use the Product relation Product object</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
</td>
<td class="last">
<a href="#method_prune">prune</a>(<a href="../../../Thelia/Model/ProductI18n.html"><abbr title="Thelia\Model\ProductI18n">ProductI18n</abbr></a> $productI18n = null)
<p>Exclude object from result</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_doDeleteAll">doDeleteAll</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Deletes all rows from the product_i18n table.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_delete">delete</a>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)
<p>Performs a DELETE on the database, given a ChildProductI18n or Criteria object OR a primary key value.</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderById">orderById</a>($order = Criteria::ASC)
<p>Order by the id column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByLocale">orderByLocale</a>($order = Criteria::ASC)
<p>Order by the locale column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByTitle">orderByTitle</a>($order = Criteria::ASC)
<p>Order by the title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByDescription">orderByDescription</a>($order = Criteria::ASC)
<p>Order by the description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByChapo">orderByChapo</a>($order = Criteria::ASC)
<p>Order by the chapo column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByPostscriptum">orderByPostscriptum</a>($order = Criteria::ASC)
<p>Order by the postscriptum column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByMetaTitle">orderByMetaTitle</a>($order = Criteria::ASC)
<p>Order by the meta_title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByMetaDescription">orderByMetaDescription</a>($order = Criteria::ASC)
<p>Order by the meta_description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_orderByMetaKeywords">orderByMetaKeywords</a>($order = Criteria::ASC)
<p>Order by the meta_keywords column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupById">groupById</a>()
<p>Group by the id column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByLocale">groupByLocale</a>()
<p>Group by the locale column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByTitle">groupByTitle</a>()
<p>Group by the title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByDescription">groupByDescription</a>()
<p>Group by the description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByChapo">groupByChapo</a>()
<p>Group by the chapo column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByPostscriptum">groupByPostscriptum</a>()
<p>Group by the postscriptum column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByMetaTitle">groupByMetaTitle</a>()
<p>Group by the meta_title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByMetaDescription">groupByMetaDescription</a>()
<p>Group by the meta_description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_groupByMetaKeywords">groupByMetaKeywords</a>()
<p>Group by the meta_keywords column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_leftJoin">leftJoin</a>($relation)
<p>Adds a LEFT JOIN clause to the query</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_rightJoin">rightJoin</a>($relation)
<p>Adds a RIGHT JOIN clause to the query</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_innerJoin">innerJoin</a>($relation)
<p>Adds a INNER JOIN clause to the query</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_leftJoinProduct">leftJoinProduct</a>($relationAlias = null)
<p>Adds a LEFT JOIN clause to the query using the Product relation</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_rightJoinProduct">rightJoinProduct</a>($relationAlias = null)
<p>Adds a RIGHT JOIN clause to the query using the Product relation</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
</td>
<td class="last">
<a href="#method_innerJoinProduct">innerJoinProduct</a>($relationAlias = null)
<p>Adds a INNER JOIN clause to the query using the Product relation</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOne">findOne</a>(<abbr title="ConnectionInterface ">ConnectionInterface </abbr> $con = null)
<p>Return the first ChildProductI18n matching the query</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneOrCreate">findOneOrCreate</a>(<abbr title="ConnectionInterface ">ConnectionInterface </abbr> $con = null)
<p>Return the first ChildProductI18n matching the query, or a new ChildProductI18n object populated from the query conditions when no match is found</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneById">findOneById</a>(<abbr title="int ">int </abbr> $id)
<p>Return the first ChildProductI18n filtered by the id column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByLocale">findOneByLocale</a>(<abbr title="string ">string </abbr> $locale)
<p>Return the first ChildProductI18n filtered by the locale column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByTitle">findOneByTitle</a>(<abbr title="string ">string </abbr> $title)
<p>Return the first ChildProductI18n filtered by the title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByDescription">findOneByDescription</a>(<abbr title="string ">string </abbr> $description)
<p>Return the first ChildProductI18n filtered by the description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByChapo">findOneByChapo</a>(<abbr title="string ">string </abbr> $chapo)
<p>Return the first ChildProductI18n filtered by the chapo column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByPostscriptum">findOneByPostscriptum</a>(<abbr title="string ">string </abbr> $postscriptum)
<p>Return the first ChildProductI18n filtered by the postscriptum column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByMetaTitle">findOneByMetaTitle</a>(<abbr title="string ">string </abbr> $meta_title)
<p>Return the first ChildProductI18n filtered by the meta_title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByMetaDescription">findOneByMetaDescription</a>(<abbr title="string ">string </abbr> $meta_description)
<p>Return the first ChildProductI18n filtered by the meta_description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
<abbr title="ChildProductI18n">ChildProductI18n</abbr>
</td>
<td class="last">
<a href="#method_findOneByMetaKeywords">findOneByMetaKeywords</a>(<abbr title="string ">string </abbr> $meta_keywords)
<p>Return the first ChildProductI18n filtered by the meta_keywords column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findById">findById</a>(<abbr title="int ">int </abbr> $id)
<p>Return ChildProductI18n objects filtered by the id column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByLocale">findByLocale</a>(<abbr title="string ">string </abbr> $locale)
<p>Return ChildProductI18n objects filtered by the locale column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByTitle">findByTitle</a>(<abbr title="string ">string </abbr> $title)
<p>Return ChildProductI18n objects filtered by the title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByDescription">findByDescription</a>(<abbr title="string ">string </abbr> $description)
<p>Return ChildProductI18n objects filtered by the description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByChapo">findByChapo</a>(<abbr title="string ">string </abbr> $chapo)
<p>Return ChildProductI18n objects filtered by the chapo column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByPostscriptum">findByPostscriptum</a>(<abbr title="string ">string </abbr> $postscriptum)
<p>Return ChildProductI18n objects filtered by the postscriptum column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByMetaTitle">findByMetaTitle</a>(<abbr title="string ">string </abbr> $meta_title)
<p>Return ChildProductI18n objects filtered by the meta_title column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByMetaDescription">findByMetaDescription</a>(<abbr title="string ">string </abbr> $meta_description)
<p>Return ChildProductI18n objects filtered by the meta_description column</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
array
</td>
<td class="last">
<a href="#method_findByMetaKeywords">findByMetaKeywords</a>(<abbr title="string ">string </abbr> $meta_keywords)
<p>Return ChildProductI18n objects filtered by the meta_keywords column</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method___construct">
<div class="location">at line 86</div>
<code> public
<strong>__construct</strong>(string $dbName = 'thelia', string $modelName = '\\Thelia\\Model\\ProductI18n', string $modelAlias = null)</code>
</h3>
<div class="details">
<p>Initializes internal state of \Thelia\Model\Base\ProductI18nQuery object.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$dbName</td>
<td>The database name</td>
</tr>
<tr>
<td>string</td>
<td>$modelName</td>
<td>The phpName of a model, e.g. 'Book'</td>
</tr>
<tr>
<td>string</td>
<td>$modelAlias</td>
<td>The alias for the model in this query, e.g. 'b'</td>
</tr>
</table>
</div>
</div>
<h3 id="method_create">
<div class="location">at line 99</div>
<code> static public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>create</strong>(string $modelAlias = null, <abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr> $criteria = null)</code>
</h3>
<div class="details">
<p>Returns a new ChildProductI18nQuery object.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$modelAlias</td>
<td>The alias of a model in the query</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\ActiveQuery\Criteria">Criteria</abbr></td>
<td>$criteria</td>
<td>Optional Criteria to build the query from</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findPk">
<div class="location">at line 129</div>
<code> public <a href="../../../Thelia/Model/ProductI18n.html"><abbr title="Thelia\Model\ProductI18n">ProductI18n</abbr></a>|array|mixed
<strong>findPk</strong>($key, $con = null)</code>
</h3>
<div class="details">
<p>Find object by primary key.</p>
<p>Propel uses the instance pool to skip the database if the object exists.
Go fast if the query is untouched.</p>
<p><code>
$obj = $c->findPk(array(12, 34), $con);
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$key</td>
<td>
</td>
</tr>
<tr>
<td></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18n.html"><abbr title="Thelia\Model\ProductI18n">ProductI18n</abbr></a>|array|mixed</td>
<td>the result, formatted by the current formatter</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findPks">
<div class="location">at line 212</div>
<code> public <abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr>|array|mixed
<strong>findPks</strong>(array $keys, <abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Find objects by primary key <code> $objs = $c->findPks(array(array(12, 56), array(832, 123), array(123, 456)), $con); </code></p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$keys</td>
<td>Primary keys to use for the query</td>
</tr>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>an optional connection object</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr>|array|mixed</td>
<td>the list of results, formatted by the current formatter</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByPrimaryKey">
<div class="location">at line 233</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByPrimaryKey</strong>(mixed $key)</code>
</h3>
<div class="details">
<p>Filter the query by primary key</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$key</td>
<td>Primary key to use for the query</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByPrimaryKeys">
<div class="location">at line 248</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByPrimaryKeys</strong>(array $keys)</code>
</h3>
<div class="details">
<p>Filter the query by a list of primary keys</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>array</td>
<td>$keys</td>
<td>The list of primary key to use for the query</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterById">
<div class="location">at line 283</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterById</strong>(mixed $id = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the id column</p>
<p>Example usage:
<code>
$query->filterById(1234); // WHERE id = 1234
$query->filterById(array(12, 34)); // WHERE id IN (12, 34)
$query->filterById(array('min' => 12)); // WHERE id > 12
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>mixed</td>
<td>$id</td>
<td>The value to use as filter. Use scalar values for equality. Use array values for in_array() equivalent. Use associative array('min' => $minValue, 'max' => $maxValue) for intervals.</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>filterByProduct()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByLocale">
<div class="location">at line 321</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByLocale</strong>(string $locale = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the locale column</p>
<p>Example usage:
<code>
$query->filterByLocale('fooValue'); // WHERE locale = 'fooValue'
$query->filterByLocale('%fooValue%'); // WHERE locale LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$locale</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByTitle">
<div class="location">at line 350</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByTitle</strong>(string $title = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the title column</p>
<p>Example usage:
<code>
$query->filterByTitle('fooValue'); // WHERE title = 'fooValue'
$query->filterByTitle('%fooValue%'); // WHERE title LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$title</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByDescription">
<div class="location">at line 379</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByDescription</strong>(string $description = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the description column</p>
<p>Example usage:
<code>
$query->filterByDescription('fooValue'); // WHERE description = 'fooValue'
$query->filterByDescription('%fooValue%'); // WHERE description LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$description</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByChapo">
<div class="location">at line 408</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByChapo</strong>(string $chapo = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the chapo column</p>
<p>Example usage:
<code>
$query->filterByChapo('fooValue'); // WHERE chapo = 'fooValue'
$query->filterByChapo('%fooValue%'); // WHERE chapo LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$chapo</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByPostscriptum">
<div class="location">at line 437</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByPostscriptum</strong>(string $postscriptum = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the postscriptum column</p>
<p>Example usage:
<code>
$query->filterByPostscriptum('fooValue'); // WHERE postscriptum = 'fooValue'
$query->filterByPostscriptum('%fooValue%'); // WHERE postscriptum LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$postscriptum</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByMetaTitle">
<div class="location">at line 466</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByMetaTitle</strong>(string $metaTitle = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the meta_title column</p>
<p>Example usage:
<code>
$query->filterByMetaTitle('fooValue'); // WHERE meta<em>title = 'fooValue'
$query->filterByMetaTitle('%fooValue%'); // WHERE meta</em>title LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$metaTitle</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByMetaDescription">
<div class="location">at line 495</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByMetaDescription</strong>(string $metaDescription = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the meta_description column</p>
<p>Example usage:
<code>
$query->filterByMetaDescription('fooValue'); // WHERE meta<em>description = 'fooValue'
$query->filterByMetaDescription('%fooValue%'); // WHERE meta</em>description LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$metaDescription</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByMetaKeywords">
<div class="location">at line 524</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByMetaKeywords</strong>(string $metaKeywords = null, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query on the meta_keywords column</p>
<p>Example usage:
<code>
$query->filterByMetaKeywords('fooValue'); // WHERE meta<em>keywords = 'fooValue'
$query->filterByMetaKeywords('%fooValue%'); // WHERE meta</em>keywords LIKE '%fooValue%'
</code></p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$metaKeywords</td>
<td>The value to use as filter. Accepts wildcards (* and % trigger a LIKE)</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_filterByProduct">
<div class="location">at line 546</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>filterByProduct</strong>(<a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a>|<abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr> $product, string $comparison = null)</code>
</h3>
<div class="details">
<p>Filter the query by a related \Thelia\Model\Product object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/Product.html"><abbr title="Thelia\Model\Product">Product</abbr></a>|<abbr title="Propel\Runtime\Collection\ObjectCollection">ObjectCollection</abbr></td>
<td>$product</td>
<td>The related object(s) to use as filter</td>
</tr>
<tr>
<td>string</td>
<td>$comparison</td>
<td>Operator to use for the column comparison, defaults to Criteria::EQUAL</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_joinProduct">
<div class="location">at line 571</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>joinProduct</strong>(string $relationAlias = null, string $joinType = 'LEFT JOIN')</code>
</h3>
<div class="details">
<p>Adds a JOIN clause to the query using the Product relation</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$relationAlias</td>
<td>optional alias for the relation</td>
</tr>
<tr>
<td>string</td>
<td>$joinType</td>
<td>Accepted values are null, 'left join', 'right join', 'inner join'</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_useProductQuery">
<div class="location">at line 606</div>
<code> public <a href="../../../Thelia/Model/ProductQuery.html"><abbr title="Thelia\Model\ProductQuery">ProductQuery</abbr></a>
<strong>useProductQuery</strong>(string $relationAlias = null, string $joinType = 'LEFT JOIN')</code>
</h3>
<div class="details">
<p>Use the Product relation Product object</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>string</td>
<td>$relationAlias</td>
<td>optional alias for the relation, to be used as main alias in the secondary query</td>
</tr>
<tr>
<td>string</td>
<td>$joinType</td>
<td>Accepted values are null, 'left join', 'right join', 'inner join'</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductQuery.html"><abbr title="Thelia\Model\ProductQuery">ProductQuery</abbr></a></td>
<td>A secondary query class using the current class as primary query</td>
</tr>
</table>
<h4>See also</h4>
<table>
<tr>
<td>useQuery()</td>
<td></td>
</tr>
</table>
</div>
</div>
<h3 id="method_prune">
<div class="location">at line 620</div>
<code> public <a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a>
<strong>prune</strong>(<a href="../../../Thelia/Model/ProductI18n.html"><abbr title="Thelia\Model\ProductI18n">ProductI18n</abbr></a> $productI18n = null)</code>
</h3>
<div class="details">
<p>Exclude object from result</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18n.html"><abbr title="Thelia\Model\ProductI18n">ProductI18n</abbr></a></td>
<td>$productI18n</td>
<td>Object to remove from the list of results</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../Thelia/Model/ProductI18nQuery.html"><abbr title="Thelia\Model\ProductI18nQuery">ProductI18nQuery</abbr></a></td>
<td>The current query, for fluid interface</td>
</tr>
</table>
</div>
</div>
<h3 id="method_doDeleteAll">
<div class="location">at line 637</div>
<code> public int
<strong>doDeleteAll</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Deletes all rows from the product_i18n table.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>the connection to use</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>The number of affected rows (if supported by underlying database driver).</td>
</tr>
</table>
</div>
</div>
<h3 id="method_delete">
<div class="location">at line 674</div>
<code> public int
<strong>delete</strong>(<abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr> $con = null)</code>
</h3>
<div class="details">
<p>Performs a DELETE on the database, given a ChildProductI18n or Criteria object OR a primary key value.</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="Propel\Runtime\Connection\ConnectionInterface">ConnectionInterface</abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>The number of affected rows (if supported by underlying database driver). This includes CASCADE-related rows if supported by native driver or if emulated using Propel.</td>
</tr>
</table>
<h4>Exceptions</h4>
<table>
<tr>
<td><abbr title="PropelException">PropelException</abbr></td>
<td>Any exceptions caught during processing will be rethrown wrapped into a PropelException.</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderById">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderById</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the id column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByLocale">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByLocale</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the locale column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByTitle">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByTitle</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the title column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByDescription">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByDescription</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the description column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByChapo">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByChapo</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the chapo column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByPostscriptum">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByPostscriptum</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the postscriptum column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByMetaTitle">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByMetaTitle</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the meta_title column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByMetaDescription">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByMetaDescription</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the meta_description column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_orderByMetaKeywords">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>orderByMetaKeywords</strong>($order = Criteria::ASC)</code>
</h3>
<div class="details">
<p>Order by the meta_keywords column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$order</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupById">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupById</strong>()</code>
</h3>
<div class="details">
<p>Group by the id column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByLocale">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByLocale</strong>()</code>
</h3>
<div class="details">
<p>Group by the locale column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByTitle">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByTitle</strong>()</code>
</h3>
<div class="details">
<p>Group by the title column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByDescription">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByDescription</strong>()</code>
</h3>
<div class="details">
<p>Group by the description column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByChapo">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByChapo</strong>()</code>
</h3>
<div class="details">
<p>Group by the chapo column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByPostscriptum">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByPostscriptum</strong>()</code>
</h3>
<div class="details">
<p>Group by the postscriptum column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByMetaTitle">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByMetaTitle</strong>()</code>
</h3>
<div class="details">
<p>Group by the meta_title column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByMetaDescription">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByMetaDescription</strong>()</code>
</h3>
<div class="details">
<p>Group by the meta_description column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_groupByMetaKeywords">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>groupByMetaKeywords</strong>()</code>
</h3>
<div class="details">
<p>Group by the meta_keywords column</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_leftJoin">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>leftJoin</strong>($relation)</code>
</h3>
<div class="details">
<p>Adds a LEFT JOIN clause to the query</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$relation</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_rightJoin">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>rightJoin</strong>($relation)</code>
</h3>
<div class="details">
<p>Adds a RIGHT JOIN clause to the query</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$relation</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_innerJoin">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>innerJoin</strong>($relation)</code>
</h3>
<div class="details">
<p>Adds a INNER JOIN clause to the query</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$relation</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_leftJoinProduct">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>leftJoinProduct</strong>($relationAlias = null)</code>
</h3>
<div class="details">
<p>Adds a LEFT JOIN clause to the query using the Product relation</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$relationAlias</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_rightJoinProduct">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>rightJoinProduct</strong>($relationAlias = null)</code>
</h3>
<div class="details">
<p>Adds a RIGHT JOIN clause to the query using the Product relation</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$relationAlias</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_innerJoinProduct">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr>
<strong>innerJoinProduct</strong>($relationAlias = null)</code>
</h3>
<div class="details">
<p>Adds a INNER JOIN clause to the query using the Product relation</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td></td>
<td>$relationAlias</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18nQuery">ChildProductI18nQuery</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOne">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOne</strong>(<abbr title="ConnectionInterface ">ConnectionInterface </abbr> $con = null)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n matching the query</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="ConnectionInterface ">ConnectionInterface </abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneOrCreate">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneOrCreate</strong>(<abbr title="ConnectionInterface ">ConnectionInterface </abbr> $con = null)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n matching the query, or a new ChildProductI18n object populated from the query conditions when no match is found</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="ConnectionInterface ">ConnectionInterface </abbr></td>
<td>$con</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneById">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneById</strong>(<abbr title="int ">int </abbr> $id)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the id column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="int ">int </abbr></td>
<td>$id</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByLocale">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByLocale</strong>(<abbr title="string ">string </abbr> $locale)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the locale column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$locale</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByTitle">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByTitle</strong>(<abbr title="string ">string </abbr> $title)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the title column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$title</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByDescription">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByDescription</strong>(<abbr title="string ">string </abbr> $description)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the description column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$description</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByChapo">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByChapo</strong>(<abbr title="string ">string </abbr> $chapo)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the chapo column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$chapo</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByPostscriptum">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByPostscriptum</strong>(<abbr title="string ">string </abbr> $postscriptum)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the postscriptum column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$postscriptum</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByMetaTitle">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByMetaTitle</strong>(<abbr title="string ">string </abbr> $meta_title)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the meta_title column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$meta_title</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByMetaDescription">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByMetaDescription</strong>(<abbr title="string ">string </abbr> $meta_description)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the meta_description column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$meta_description</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findOneByMetaKeywords">
<div class="location">at line 76</div>
<code> <abbr title="ChildProductI18n">ChildProductI18n</abbr>
<strong>findOneByMetaKeywords</strong>(<abbr title="string ">string </abbr> $meta_keywords)</code>
</h3>
<div class="details">
<p>Return the first ChildProductI18n filtered by the meta_keywords column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$meta_keywords</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td><abbr title="ChildProductI18n">ChildProductI18n</abbr></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findById">
<div class="location">at line 76</div>
<code> array
<strong>findById</strong>(<abbr title="int ">int </abbr> $id)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the id column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="int ">int </abbr></td>
<td>$id</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByLocale">
<div class="location">at line 76</div>
<code> array
<strong>findByLocale</strong>(<abbr title="string ">string </abbr> $locale)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the locale column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$locale</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByTitle">
<div class="location">at line 76</div>
<code> array
<strong>findByTitle</strong>(<abbr title="string ">string </abbr> $title)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the title column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$title</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByDescription">
<div class="location">at line 76</div>
<code> array
<strong>findByDescription</strong>(<abbr title="string ">string </abbr> $description)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the description column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$description</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByChapo">
<div class="location">at line 76</div>
<code> array
<strong>findByChapo</strong>(<abbr title="string ">string </abbr> $chapo)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the chapo column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$chapo</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByPostscriptum">
<div class="location">at line 76</div>
<code> array
<strong>findByPostscriptum</strong>(<abbr title="string ">string </abbr> $postscriptum)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the postscriptum column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$postscriptum</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByMetaTitle">
<div class="location">at line 76</div>
<code> array
<strong>findByMetaTitle</strong>(<abbr title="string ">string </abbr> $meta_title)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the meta_title column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$meta_title</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByMetaDescription">
<div class="location">at line 76</div>
<code> array
<strong>findByMetaDescription</strong>(<abbr title="string ">string </abbr> $meta_description)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the meta_description column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$meta_description</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_findByMetaKeywords">
<div class="location">at line 76</div>
<code> array
<strong>findByMetaKeywords</strong>(<abbr title="string ">string </abbr> $meta_keywords)</code>
</h3>
<div class="details">
<p>Return ChildProductI18n objects filtered by the meta_keywords column</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><abbr title="string ">string </abbr></td>
<td>$meta_keywords</td>
<td>
</td>
</tr>
</table>
<h4>Return Value</h4>
<table>
<tr>
<td>array</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
src/chrome_frame/test/data/full_tab_sub_frame_main.html
|
plxaye/chromium
|
<html>
<frameset cols="50%,*">
<frame src="full_tab_sub_frame1.html" />
<frame src="full_tab_sub_frame2.html" />
</frameset>
</html>
|
tests/wpt/web-platform-tests/offscreen-canvas/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html
|
shinglyu/servo
|
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>OffscreenCanvas test: 2d.pattern.paint.repeatx.basic</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<h1>2d.pattern.paint.repeatx.basic</h1>
<p class="desc"></p>
<script>
var t = async_test("");
t.step(function() {
var offscreenCanvas = new OffscreenCanvas(100, 50);
var ctx = offscreenCanvas.getContext('2d');
ctx.fillStyle = '#0f0';
ctx.fillRect(0, 0, 100, 50);
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 16);
var promise = new Promise(function(resolve, reject) {
var xhr = new XMLHttpRequest();
xhr.open("GET", '/images/green-16x16.png');
xhr.responseType = 'blob';
xhr.send();
xhr.onload = function() {
resolve(xhr.response);
};
});
promise.then(function(response) {
var pattern = ctx.createPattern(response, 'repeat-x');
ctx.fillStyle = pattern;
ctx.fillRect(0, 0, 100, 50);
_assertPixel(offscreenCanvas, 1,1, 0,255,0,255, "1,1", "0,255,0,255");
_assertPixel(offscreenCanvas, 98,1, 0,255,0,255, "98,1", "0,255,0,255");
_assertPixel(offscreenCanvas, 1,48, 0,255,0,255, "1,48", "0,255,0,255");
_assertPixel(offscreenCanvas, 98,48, 0,255,0,255, "98,48", "0,255,0,255");
});
t.done();
});
</script>
|
src/Orchard.Web/Core/Dashboard/styles/menu.dashboard-admin.css
|
austinsc/Orchard
|
.navicon-dashboard {
background-image:url(images/menu.dashboard.png) !important;
}
.navicon-dashboard:hover {
background-position:0 -30px !important;
}
|
web/vue/AccountBook-Express/node_modules/pug/test/output/block-code.html
|
february29/Learning
|
<li>Uno</li>
<li>Dos</li>
<li>Tres</li>
<li>Cuatro</li>
<li>Cinco</li>
<li>Seis</li>
|
ajax/libs/mediaelement/2.1.1/mediaelementplayer.css
|
janpaepke/cdnjs
|
.mejs-container {
position: relative;
background: #000;
font-family: Helvetica, Arial;
}
.mejs-container-fullscreen {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
width: 100%;
height: 100%;
}
/* Start: LAYERS */
.mejs-background {
position: absolute;
top: 0;
left: 0;
}
.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
}
.mejs-poster {
position: absolute;
top: 0;
left: 0;
}
.mejs-overlay {
position: absolute;
top: 0;
left: 0;
}
.mejs-overlay-play {
cursor: pointer;
}
.mejs-overlay-button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
background: url(bigplay.png) top left no-repeat;
}
.mejs-overlay:hover .mejs-overlay-button{
background-position: 0 -100px ;
}
.mejs-overlay-loading {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin: -40px 0 0 -40px;
background: #333;
background: url(background.png);
background: rgba(0, 0, 0, 0.9);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}
.mejs-overlay-loading span {
display:block;
width: 80px;
height: 80px;
background: transparent url(loading.gif) center center no-repeat;
}
/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
position: absolute;
background: none;
list-style-type: none;
margin: 0;
padding: 0;
bottom: 0;
left: 0;
background: url(background.png);
background: rgba(0, 0, 0, 0.7);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
height: 30px;
width: 100%;
}
.mejs-container .mejs-controls div {
list-style-type: none;
background-image: none;
display: block;
float: left;
margin: 0;
padding: 0;
width: 26px;
height: 26px;
font-size: 11px;
line-height: 11px;
font-family: Helvetica, Arial;
}
.mejs-controls .mejs-button span {
cursor: pointer;
display: block;
font-size: 0px;
line-height: 0;
text-decoration: none;
margin: 7px 5px;
height: 16px;
width: 16px;
background: transparent url(controls.png) 0 0 no-repeat;
}
/* End: CONTROL BAR */
/* Start: Time (current / duration) */
.mejs-container .mejs-controls .mejs-time {
color: #fff;
display: block;
height: 17px;
width: auto;
padding: 8px 3px 0 3px ;
overflow: hidden;
text-align: center;
padding: auto 4px;
}
.mejs-container .mejs-controls .mejs-time span {
font-size: 11px;
color: #fff;
line-height: 12px;
display: block;
float: left;
margin: 1px 2px 0 0;
width: auto;
}
/* End: Time (current / duration) */
/* Start: Play/pause */
.mejs-controls .mejs-play span {
background-position:0 0;
}
.mejs-controls .mejs-pause span {
background-position:0 -16px;
}
/* End: Play/pause */
/* Stop */
.mejs-controls .mejs-stop span {
background-position: -112px 0;
}
/* End: Play/pause */
/* Start: Progress bar */
.mejs-controls div.mejs-time-rail {
width: 200px;
padding-top: 5px;
}
.mejs-controls .mejs-time-rail span {
display: block;
position: absolute;
width: 180px;
height: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 5px;
background: #333;
background: rgba(50,50,50,0.8);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#1E1E1E,endColorstr=#3C3C3C);
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #3caac8;
background: rgba(60,170,200,0.8);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#2C7C91,endColorstr=#4EB7D4);
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
width: 0;
background: #fff;
background: rgba(255,255,255,0.8);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#FFFFFF,endColorstr=#C8C8C8);
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
display: none;
position: absolute;
margin: 0;
width: 10px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
border: solid 2px #333;
top: -2px;
text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
visibility: hidden;
position: absolute;
display: block;
background: #eee;
width: 36px;
height: 17px;
border: solid 1px #333;
top: -26px;
margin-left: -18px;
text-align: center;
color: #111;
}
.mejs-controls .mejs-time-rail:hover .mejs-time-float {
visibility: visible;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
margin: 2px;
width: 30px;
display: block;
text-align: center;
left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
position: absolute;
display: block;
width: 0;
height: 0;
line-height: 0;
border: solid 5px #eee;
border-color: #eee transparent transparent transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 15px;
left: 13px;
}
/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
visibility:visible;
}
*/
/* End: Progress bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button span {
background-position:-32px 0;
}
.mejs-controls .mejs-unfullscreen span {
background-position:-32px -16px;
}
/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute span {
background-position:-16px -16px;
}
.mejs-controls .mejs-unmute span {
background-position:-16px 0;
}
.mejs-controls .mejs-volume-button {
position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
display: none;
height: 115px;
width: 25px;
background: url(background.png);
background: rgba(50, 50, 50, 0.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: -115px;
left: 0;
z-index: 1;
position: absolute;
margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
-webkit-border-radius: 0 0 4px 4px ;
-moz-border-radius: 0 0 4px 4px ;
border-radius: 0 0 4px 4px ;
}
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
display: block;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255, 255, 255, 0.5);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255, 255, 255, 0.9);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
position: absolute;
left: 4px;
top: -3px;
width: 16px;
height: 6px;
background: #ddd;
background: rgba(255, 255, 255, 0.9);
cursor: N-resize;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 0;
}
/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
position: relative;
}
.mejs-controls .mejs-captions-button span {
background-position:-48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -10px;
width: 130px;
height: 100px;
background: url(background.png);
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
visibility: visible;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display:block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{
clear: both;
float: left;
margin: 3px 3px 0px 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: helvetica, arial;
font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
font-size: 10px;
margin: 0 0 5px 0;
}
.mejs-chapters {
position: absolute;
top: 0;
left: 0;
-xborder-right: solid 1px #fff;
width: 10000px;
}
.mejs-chapters .mejs-chapter {
position: absolute;
float: left;
background: #222;
background: rgba(0, 0, 0, 0.7);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
overflow: hidden;
border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
font-size: 11px;
color: #fff;
padding: 5px;
display: block;
border-right: solid 1px #333;
border-bottom: solid 1px #333;
cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
/*background: #333;*/
background: #666;
background: rgba(102,102,102, 0.7);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{
font-size: 12px;
font-weight: bold;
display: block;
white-space:nowrap;
text-overflow: ellipsis;
margin: 0 0 3px 0;
line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{
font-size: 12px;
line-height: 12px;
margin: 3px 0 4px 0;
display: block;
white-space:nowrap;
text-overflow: ellipsis;
}
.mejs-captions-layer {
position: absolute;
bottom: 0;
left: 0;
text-align:center;
/*font-weight: bold;*/
line-height: 22px;
font-size: 12px;
color: #fff;
}
.mejs-captions-layer a {
color: #fff;
text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs-captions-position {
position: absolute;
width: 100%;
bottom: 15px;
}
.mejs-captions-position-hover {
bottom: 45px;
}
.mejs-captions-text {
padding: 3px 5px;
background: url(background.png);
background: rgba(20, 20, 20, 0.8);
}
/* End: TRACK (Captions and Chapters) */
.mejs-clear {
clear: both;
}
/* Start: ERROR */
.me-cannotplay {
}
.me-cannotplay a {
color: #fff;
font-weight: bold;
}
.me-cannotplay span {
padding: 15px;
display: block;
}
/* End: ERROR */
/* Start: Loop */
.mejs-controls .mejs-loop-off span{
background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on span {
background-position: -64px 0;
}
/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off span{
background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on span {
background-position: -80px 0;
}
/* End: backlight */
/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button{
background-position: -96px 0;
}
/* End: picture controls */
|
第2组 刘成军/高姗/第二周作业/public/Font-Awesome-master/Font-Awesome-master/src/3.2.1/icon/compass/index.html
|
zhouhuiqiong/201602node_homework
|
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8" />
<title>icon-compass: Font Awesome Icons</title>
<meta name="description" content="Font Awesome, the iconic font designed for Bootstrap">
<meta name="author" content="Dave Gandy">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--<meta name="viewport" content="initial-scale=1; maximum-scale=1">-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- CSS
================================================== -->
<link rel="stylesheet" href="../../assets/css/site.css">
<link rel="stylesheet" href="../../assets/css/pygments.css">
<link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome.css">
<!--[if IE 7]>
<link rel="stylesheet" href="../../assets/font-awesome/css/font-awesome-ie7.css">
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<script type="text/javascript" src="//use.typekit.net/wnc7ioh.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30136587-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>
</head>
<body data-spy="scroll" data-target=".navbar">
<div class="wrapper"> <!-- necessary for sticky footer. wrap all content except footer -->
<div class="navbar navbar-inverse navbar-static-top hidden-print">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="../../"><i class="icon-flag"></i> Font Awesome</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="hidden-tablet "><a href="../../">Home</a></li>
<li><a href="../../get-started/">Get Started</a></li>
<li class="dropdown-split-left"><a href="../../icons/">Icons</a></li>
<li class="dropdown dropdown-split-right hidden-phone">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-caret-down"></i>
</a>
<ul class="dropdown-menu pull-right">
<li><a href="../../icons/"><i class="icon-flag icon-fixed-width"></i> Icons</a></li>
<li class="divider"></li>
<li><a href="../../icons/#new"><i class="icon-shield icon-fixed-width"></i> New Icons in 3.2.1</a></li>
<li><a href="../../icons/#web-application"><i class="icon-camera-retro icon-fixed-width"></i> Web Application Icons</a></li>
<li><a href="../../icons/#currency"><i class="icon-won icon-fixed-width"></i> Currency Icons</a></li>
<li><a href="../../icons/#text-editor"><i class="icon-file-text-alt icon-fixed-width"></i> Text Editor Icons</a></li>
<li><a href="../../icons/#directional"><i class="icon-hand-right icon-fixed-width"></i> Directional Icons</a></li>
<li><a href="../../icons/#video-player"><i class="icon-play-sign icon-fixed-width"></i> Video Player Icons</a></li>
<li><a href="../../icons/#brand"><i class="icon-github icon-fixed-width"></i> Brand Icons</a></li>
<li><a href="../../icons/#medical"><i class="icon-medkit icon-fixed-width"></i> Medical Icons</a></li>
</ul>
</li>
<li class="dropdown-split-left"><a href="../../examples/">Examples</a></li>
<li class="dropdown dropdown-split-right hidden-phone">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="icon-caret-down"></i>
</a>
<ul class="dropdown-menu pull-right">
<li><a href="../../examples/">Examples</a></li>
<li class="divider"></li>
<li><a href="../../examples/#new-styles">New Styles</a></li>
<li><a href="../../examples/#inline-icons">Inline Icons</a></li>
<li><a href="../../examples/#larger-icons">Larger Icons</a></li>
<li><a href="../../examples/#bordered-pulled">Bordered & Pulled</a></li>
<li><a href="../../examples/#buttons">Buttons</a></li>
<li><a href="../../examples/#button-groups">Button Groups</a></li>
<li><a href="../../examples/#button-dropdowns">Button Dropdowns</a></li>
<li><a href="../../examples/#bulleted-lists">Bulleted Lists</a></li>
<li><a href="../../examples/#navigation">Navigation</a></li>
<li><a href="../../examples/#form-inputs">Form Inputs</a></li>
<li><a href="../../examples/#animated-spinner">Animated Spinner</a></li>
<li><a href="../../examples/#rotated-flipped">Rotated & Flipped</a></li>
<li><a href="../../examples/#stacked">Stacked</a></li>
<li><a href="../../examples/#custom">Custom CSS</a></li>
</ul>
</li>
<li><a href="../../whats-new/">
<span class="hidden-tablet">What's </span>New</a>
</li>
<li><a href="../../community/">Community</a></li>
<li><a href="../../license/">License</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="http://blog.fontawesome.io">Blog</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-icon">
<div class="container">
<div class="info-icons">
<i class="icon-compass icon-6"></i>
<span class="hidden-phone">
<i class="icon-compass icon-5"></i>
<span class="hidden-tablet"><i class="icon-compass icon-4"></i> </span>
<i class="icon-compass icon-3"></i>
<i class="icon-compass icon-2"></i>
</span>
<i class="icon-compass icon-1"></i>
</div>
<h1 class="info-class">
icon-compass
<small>
<i class="icon-compass"></i> ·
Unicode: <span class="upper">f14e</span> ·
Created: v3.2 ·
Categories:
Web Application Icons
</small>
</h1>
</div>
</div>
<div class="container">
<section>
<div class="row-fluid">
<div class="span9">
<p>After you get <a href="../../integration/">up and running</a>, you can place Font Awesome icons just about anywhere with the <code><i></code> tag:</p>
<div class="well well-transparent">
<div style="font-size: 24px; line-height: 1.5em;">
<i class="icon-compass"></i> icon-compass
</div>
</div>
<div class="highlight"><pre><code class="html"><span class="nt"><i</span> <span class="na">class=</span><span class="s">"icon-compass"</span><span class="nt">></i></span> icon-compass
</code></pre></div>
<br>
<div class="lead"><i class="icon-info-sign"></i> Looking for more? Check out the <a href="../../examples/">examples</a>.</div>
</div>
<div class="span3">
<div class="info-ad"><div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/32291/azcarbon_2_1_0_VERT"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
</div>
</div>
</div>
</section>
</div>
<div class="push"><!-- necessary for sticky footer --></div>
</div>
<footer class="footer hidden-print">
<div class="container text-center">
<div>
<i class="icon-flag"></i> Font Awesome 3.2.1
<span class="hidden-phone">·</span><br class="visible-phone">
Created and Maintained by <a href="http://twitter.com/davegandy">Dave Gandy</a>
</div>
<div>
Font Awesome licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>
<span class="hidden-phone">·</span><br class="visible-phone">
Code licensed under <a href="http://opensource.org/licenses/mit-license.html">MIT License</a>
<span class="hidden-phone hidden-tablet">·</span><br class="visible-phone visible-tablet">
Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>
</div>
<div>
Thanks to <a href="http://tracking.maxcdn.com/c/148092/3982/378"><i class="icon-maxcdn"></i> MaxCDN</a> for providing the excellent <a href="http://www.bootstrapcdn.com/#tab_fontawesome">BootstrapCDN for Font Awesome</a>
</div>
<div class="project">
<a href="https://github.com/FortAwesome/Font-Awesome">GitHub Project</a> ·
<a href="https://github.com/FortAwesome/Font-Awesome/issues">Issues</a>
</div>
</div>
</footer>
<script src="http://platform.twitter.com/widgets.js"></script>
<script src="../../assets/js/jquery-1.7.1.min.js"></script>
<script src="../../assets/js/ZeroClipboard-1.1.7.min.js"></script>
<script src="../../assets/js/bootstrap-2.3.1.min.js"></script>
<script src="../../assets/js/site.js"></script>
</body>
</html>
|
www/lib/json3/index.html
|
frangucc/gamify
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSON 3</title>
<link rel="stylesheet" href="page/style.css" media="screen">
</head>
<body>
<ul id="navigation">
<li><a href="#section_1">JSON 3</a></li>
<li><a href="#section_2">Changes from JSON 2</a></li>
<li><a href="#section_3">Usage</a></li>
<li><a href="#section_4">Compatibility</a></li>
<li><a href="#section_5">Contribute</a></li>
</ul>
<div id="content">
<h1><a name="section_1"></a>JSON 3</h1>
<p><img src="http://bestiejs.github.io/json3/page/logo.png" alt="JSON 3 Logo">
</p>
<p><strong>JSON 3</strong> is a modern JSON implementation compatible with a variety of JavaScript platforms, including Internet Explorer 6, Opera 7, Safari 2, and Netscape 6. The current version is <strong>3.2.5</strong>.
</p>
<ul>
<li><a href="http://bestiejs.github.io/json3/lib/json3.js">Development Version</a> <em>(38.8 KB; uncompressed with comments)</em></li>
<li><a href="http://bestiejs.github.io/json3/lib/json3.min.js">Production Version</a> <em>(3.2 KB; compressed and <code>gzip</code>-ped)</em></li>
</ul>
<p><a href="http://json.org/">JSON</a> is a language-independent data interchange format based on a loose subset of the JavaScript grammar. Originally popularized by <a href="http://www.crockford.com/">Douglas Crockford</a>, the format was standardized in the <a href="http://es5.github.com/">fifth edition</a> of the ECMAScript specification. The 5.1 edition, ratified in June 2011, incorporates several modifications to the grammar pertaining to the serialization of dates.
</p>
<p>JSON 3 exposes two functions: <code>stringify()</code> for <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON/stringify">serializing</a> a JavaScript value to JSON, and <code>parse()</code> for <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON/parse">producing</a> a JavaScript value from a JSON source string. It is a <strong>drop-in replacement</strong> for <a href="http://json.org/js">JSON 2</a>. The functions behave exactly as described in the ECMAScript spec, <strong>except</strong> for the date serialization discrepancy noted below.
</p>
<p>The JSON 3 parser does <strong>not</strong> use <code>eval</code> or regular expressions. This provides security and performance benefits in obsolete and mobile environments, where the margin is particularly significant. The complete <a href="http://jsperf.com/json3">benchmark suite</a> is available on <a href="http://jsperf.com/">jsPerf</a>.
</p>
<p>The project is <a href="http://git.io/json3">hosted on GitHub</a>, along with the <a href="http://bestiejs.github.io/json3/test/test_browser.html">unit tests</a>. It is part of the <a href="https://github.com/bestiejs">BestieJS</a> family, a collection of best-in-class JavaScript libraries that promote cross-platform support, specification precedents, unit testing, and plenty of documentation.
</p>
<h1><a name="section_2"></a>Changes from JSON 2</h1>
<p>JSON 3...
</p>
<ul>
<li>Correctly serializes primitive wrapper objects.</li>
<li>Throws a <code>TypeError</code> when serializing cyclic structures (JSON 2 recurses until the call stack overflows).</li>
<li>Utilizes <strong>feature tests</strong> to detect broken or incomplete <em>native</em> JSON implementations (JSON 2 only checks for the presence of the native functions). The tests are only executed once at runtime, so there is no additional performance cost when parsing or serializing values.</li>
</ul>
<p><strong>As of v3.2.3</strong>, JSON 3 is compatible with <a href="http://prototypejs.org">Prototype</a> 1.6.1 and older.
</p>
<p>In contrast to JSON 2, JSON 3 <strong>does not</strong>...
</p>
<ul>
<li>Add <code>toJSON()</code> methods to the <code>Boolean</code>, <code>Number</code>, and <code>String</code> prototypes. These are not part of any standard, and are made redundant by the design of the <code>stringify()</code> implementation.</li>
<li>Add <code>toJSON()</code> or <code>toISOString()</code> methods to <code>Date.prototype</code>. See the note about date serialization below.</li>
</ul>
<h2>Date Serialization</h2>
<p><strong>JSON 3 deviates from the specification in one important way</strong>: it does not define <code>Date#toISOString()</code> or <code>Date#toJSON()</code>. This preserves CommonJS compatibility and avoids polluting native prototypes. Instead, date serialization is performed internally by the <code>stringify()</code> implementation: if a date object does not define a custom <code>toJSON()</code> method, it is serialized as a <a href="http://es5.github.com/#x15.9.1.15">simplified ISO 8601 date-time string</a>.
</p>
<p><strong>Several native <code>Date#toJSON()</code> implementations produce date time strings that do <em>not</em> conform to the grammar outlined in the spec</strong>. For instance, all versions of Safari 4, as well as JSON 2, fail to serialize extended years correctly. Furthermore, JSON 2 and older implementations omit the milliseconds from the date-time string (optional in ES 5, but required in 5.1). Finally, in all versions of Safari 4 and 5, serializing an invalid date will produce the string <code>"Invalid Date"</code>, rather than <code>null</code>. Because these environments exhibit other serialization bugs, however, JSON 3 will override the native <code>stringify()</code> implementation.
</p>
<p>Portions of the date serialization code are adapted from the <a href="https://github.com/Yaffle/date-shim"><code>date-shim</code></a> project.
</p>
<h1><a name="section_3"></a>Usage</h1>
<h2>Web Browsers</h2>
<pre><code><script src="http://bestiejs.github.io/json3/lib/json3.js"></script>
<script>
JSON.stringify({"Hello": 123});
// => '{"Hello":123}'
JSON.parse("[[1, 2, 3], 1, 2, 3, 4]", function (key, value) {
if (typeof value == "number") {
value = value % 2 ? "Odd" : "Even";
}
return value;
});
// => [["Odd", "Even", "Odd"], "Odd", "Even", "Odd", "Even"]
</script></code></pre>
<h2>CommonJS Environments</h2>
<pre><code>var JSON3 = require("./path/to/json3");
JSON3.parse("[1, 2, 3]");
// => [1, 2, 3]</code></pre>
<h2>JavaScript Engines</h2>
<pre><code>load("path/to/json3.js");
JSON.stringify({"Hello": 123, "Good-bye": 456}, ["Hello"], "\t");
// => '{\n\t"Hello": 123\n}'</code></pre>
<h1><a name="section_4"></a>Compatibility</h1>
<p>JSON 3 has been <strong>tested</strong> with the following web browsers, CommonJS environments, and JavaScript engines.
</p>
<h2>Web Browsers</h2>
<ul>
<li>Windows <a href="http://www.microsoft.com/windows/internet-explorer">Internet Explorer</a>, version 6.0 and higher</li>
<li>Mozilla <a href="http://www.mozilla.com/firefox">Firefox</a>, version 1.0 and higher</li>
<li>Apple <a href="http://www.apple.com/safari">Safari</a>, version 2.0 and higher</li>
<li><a href="http://www.opera.com">Opera</a> 7.02 and higher</li>
<li><a href="http://sillydog.org/narchive/gecko.php">Mozilla</a> 1.0, <a href="http://sillydog.org/narchive/">Netscape</a> 6.2.3, and <a href="http://www.seamonkey-project.org/">SeaMonkey</a> 1.0 and higher</li>
</ul>
<h2>CommonJS Environments</h2>
<ul>
<li><a href="http://nodejs.org/">Node</a> 0.2.6 and higher</li>
<li><a href="http://ringojs.org/">RingoJS</a> 0.4 and higher</li>
<li><a href="http://narwhaljs.org/">Narwhal</a> 0.3.2 and higher</li>
</ul>
<h2>JavaScript Engines</h2>
<ul>
<li>Mozilla <a href="http://www.mozilla.org/rhino">Rhino</a> 1.5R5 and higher</li>
<li>WebKit <a href="https://trac.webkit.org/wiki/JSC">JSC</a></li>
<li>Google <a href="http://code.google.com/p/v8">V8</a></li>
</ul>
<h2>Known Incompatibilities</h2>
<ul>
<li>Attempting to serialize the <code>arguments</code> object may produce inconsistent results across environments due to specification version differences. As a workaround, please convert the <code>arguments</code> object to an array first: <code>JSON.stringify([].slice.call(arguments, 0))</code>.</li>
</ul>
<h2>Required Native Methods</h2>
<p>JSON 3 assumes that the following methods exist and function as described in the ECMAScript specification:
</p>
<ul>
<li>The <code>Number</code>, <code>String</code>, <code>Array</code>, <code>Object</code>, <code>Date</code>, <code>SyntaxError</code>, and <code>TypeError</code> constructors.</li>
<li><code>String.fromCharCode</code></li>
<li><code>Object#toString</code></li>
<li><code>Function#call</code></li>
<li><code>Math.floor</code></li>
<li><code>Number#toString</code></li>
<li><code>Date#valueOf</code></li>
<li><code>String.prototype</code>: <code>indexOf</code>, <code>charCodeAt</code>, <code>charAt</code>, <code>slice</code>.</li>
<li><code>Array.prototype</code>: <code>push</code>, <code>pop</code>, <code>join</code>.</li>
</ul>
<h1><a name="section_5"></a>Contribute</h1>
<p>Check out a working copy of the JSON 3 source code with <a href="http://git-scm.com/">Git</a>:
</p>
<pre><code>$ git clone git://github.com/bestiejs/json3.git
$ cd json3
$ git submodule update --init</code></pre>
<p>If you'd like to contribute a feature or bug fix, you can <a href="http://help.github.com/fork-a-repo/">fork</a> JSON 3, commit your changes, and <a href="http://help.github.com/send-pull-requests/">send a pull request</a>. Please make sure to update the unit tests in the <code>test</code> directory as well.
</p>
<p>Alternatively, you can use the <a href="https://github.com/bestiejs/json3/issues">GitHub issue tracker</a> to submit bug reports, feature requests, and questions, or send tweets to <a href="http://twitter.com/kitcambridge">@kitcambridge</a>.
</p>
<p>JSON 3 is released under the <a href="http://kit.mit-license.org/">MIT License</a>.</p>
</div>
<div id="footer">
<p>© 2012-2013 <a href="http://kitcambridge.be/">Kit Cambridge</a>.</p>
</div>
</body>
</html>
|
introToD3/examples/code/snapshot41/index.html
|
neelshah23/screencasts
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Example</title>
</head>
<body>
<script>
var myObject = {
x: 5,
y: 10
};
console.log(myObject);
console.log("x = " + myObject.x);
console.log("y = " + myObject["y"]);
</script>
</body>
</html>
|
third_party/web_platform_tests/referrer-policy/origin-only/meta-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
|
youtube/cobalt
|
<!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'origin-only'</title>
<meta name="description" content="Check that all subresources in all casses get only the origin portion of the referrer URL.">
<meta name="referrer" content="origin">
<link rel="author" title="Kristijan Burnik" href="burnik@chromium.org">
<link rel="help" href="https://w3c.github.io/webappsec/specs/referrer-policy/#referrer-policy-state-origin">
<meta name="assert" content="The referrer URL is origin when a
document served over http requires an http
sub-resource via img-tag using the meta-referrer
delivery method with swap-origin-redirect and when
the target request is cross-origin.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<!-- TODO(kristijanburnik): Minify and merge both: -->
<script src="/referrer-policy/generic/common.js"></script>
<script src="/referrer-policy/generic/referrer-policy-test-case.js?pipe=sub"></script>
</head>
<body>
<script>
ReferrerPolicyTestCase(
{
"referrer_policy": "origin",
"delivery_method": "meta-referrer",
"redirection": "swap-origin-redirect",
"origin": "cross-origin",
"source_protocol": "http",
"target_protocol": "http",
"subresource": "img-tag",
"subresource_path": "/referrer-policy/generic/subresource/image.py",
"referrer_url": "origin"
},
document.querySelector("meta[name=assert]").content,
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
zongjie/css/theme/simple.css
|
dongweiming/blog
|
@import url(http://fonts.googleapis.com/css?family=News+Cycle:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* A simple theme for reveal.js presentations, similar
* to the default theme. The accent color is darkblue.
*
* This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
* reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: white;
background-color: white;
}
.reveal {
font-family: "Lato", Times, "Times New Roman", serif;
font-size: 36px;
font-weight: 200;
letter-spacing: -0.02em;
color: black;
}
::selection {
color: white;
background: rgba(0, 0, 0, 0.99);
text-shadow: none;
}
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: black;
font-family: "News Cycle", Impact, sans-serif;
line-height: 0.9em;
letter-spacing: 0.02em;
text-transform: none;
text-shadow: none;
}
.reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: darkblue;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease;
}
.reveal a:not(.image):hover {
color: #0000f1;
text-shadow: none;
border: none;
}
.reveal .roll span:after {
color: #fff;
background: #00003f;
}
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: darkblue;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: darkblue;
}
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: darkblue;
}
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: darkblue;
}
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: darkblue;
}
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #0000f1;
}
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #0000f1;
}
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #0000f1;
}
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #0000f1;
}
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
}
.reveal .progress span {
background: darkblue;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}
|
wp-content/themes/new_theme/js/libs/angular-1.4.1/docs/examples/example-example15/index.html
|
orYoffe/wordpress
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example15</title>
<script src="../../../angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="docsScopeProblemExample">
<div ng-controller="NaomiController">
<my-customer></my-customer>
</div>
<hr>
<div ng-controller="IgorController">
<my-customer></my-customer>
</div>
</body>
</html>
|
web/libs/bootstrap-3.1.1/docs/_includes/nav-components.html
|
bocharsky-bw/bionic-symfony
|
<li>
<a href="#glyphicons">Glyphicons</a>
<ul class="nav">
<li><a href="#glyphicons-glyphs">Available glyphs</a></li>
<li><a href="#glyphicons-how-to-use">How to use</a></li>
<li><a href="#glyphicons-examples">Examples</a></li>
</ul>
</li>
<li>
<a href="#dropdowns">Dropdowns</a>
<ul class="nav">
<li><a href="#dropdowns-example">Example</a></li>
<li><a href="#dropdowns-alignment">Alignment options</a></li>
<li><a href="#dropdowns-headers">Headers</a></li>
<li><a href="#dropdowns-disabled">Disabled menu items</a></li>
</ul>
</li>
<li>
<a href="#btn-groups">Button groups</a>
<ul class="nav">
<li><a href="#btn-groups-single">Basic example</a></li>
<li><a href="#btn-groups-toolbar">Button toolbar</a></li>
<li><a href="#btn-groups-sizing">Sizing</a></li>
<li><a href="#btn-groups-nested">Nesting</a></li>
<li><a href="#btn-groups-vertical">Vertical variation</a></li>
<li><a href="#btn-groups-justified">Justified link variation</a></li>
</ul>
</li>
<li>
<a href="#btn-dropdowns">Button dropdowns</a>
<ul class="nav">
<li><a href="#btn-dropdowns-single">Single button dropdowns</a></li>
<li><a href="#btn-dropdowns-split">Split button dropdowns</a></li>
<li><a href="#btn-dropdowns-sizing">Sizing</a></li>
<li><a href="#btn-dropdowns-dropup">Dropup variation</a></li>
</ul>
</li>
<li>
<a href="#input-groups">Input groups</a>
<ul class="nav">
<li><a href="#input-groups-basic">Basic example</a></li>
<li><a href="#input-groups-sizing">Sizing</a></li>
<li><a href="#input-groups-checkboxes-radios">Checkbox and radios addons</a></li>
<li><a href="#input-groups-buttons">Button addons</a></li>
<li><a href="#input-groups-buttons-dropdowns">Buttons with dropdowns</a></li>
<li><a href="#input-groups-buttons-segmented">Segmented buttons</a></li>
</ul>
</li>
<li>
<a href="#nav">Navs</a>
<ul class="nav">
<li><a href="#nav-tabs">Tabs</a></li>
<li><a href="#nav-pills">Pills</a></li>
<li><a href="#nav-justified">Justified nav</a></li>
<li><a href="#nav-disabled-links">Disabled links</a></li>
<li><a href="#nav-dropdowns">Using dropdowns</a></li>
</ul>
</li>
<li>
<a href="#navbar">Navbar</a>
<ul class="nav">
<li><a href="#navbar-default">Default navbar</a></li>
<li><a href="#navbar-forms">Forms</a></li>
<li><a href="#navbar-buttons">Buttons</a></li>
<li><a href="#navbar-text">Text</a></li>
<li><a href="#navbar-links">Non-nav links</a></li>
<li><a href="#navbar-component-alignment">Component alignment</a></li>
<li><a href="#navbar-fixed-top">Fixed to top</a></li>
<li><a href="#navbar-fixed-bottom">Fixed to bottom</a></li>
<li><a href="#navbar-static-top">Static top</a></li>
<li><a href="#navbar-inverted">Inverted navbar</a></li>
</ul>
</li>
<li><a href="#breadcrumbs">Breadcrumbs</a></li>
<li>
<a href="#pagination">Pagination</a>
<ul class="nav">
<li><a href="#pagination-default">Default pagination</a></li>
<li><a href="#pagination-pager">Pager</a></li>
</ul>
</li>
<li><a href="#labels">Labels</a></li>
<li><a href="#badges">Badges</a></li>
<li><a href="#jumbotron">Jumbotron</a></li>
<li><a href="#page-header">Page header</a></li>
<li>
<a href="#thumbnails">Thumbnails</a>
<ul class="nav">
<li><a href="#thumbnails-default">Default example</a></li>
<li><a href="#thumbnails-custom-content">Custom content</a></li>
</ul>
</li>
<li>
<a href="#alerts">Alerts</a>
<ul class="nav">
<li><a href="#alerts-examples">Examples</a></li>
<li><a href="#alerts-dismissable">Dismissable alerts</a></li>
<li><a href="#alerts-links">Links in alerts</a></li>
</ul>
</li>
<li>
<a href="#progress">Progress bars</a>
<ul class="nav">
<li><a href="#progress-basic">Basic example</a></li>
<li><a href="#progress-label">With label</a></li>
<li><a href="#progress-alternatives">Contextual alternatives</a></li>
<li><a href="#progress-striped">Striped</a></li>
<li><a href="#progress-animated">Animated</a></li>
<li><a href="#progress-stacked">Stacked</a></li>
</ul>
</li>
<li>
<a href="#media">Media object</a>
<ul class="nav">
<li><a href="#media-default">Default media</a></li>
<li><a href="#media-list">Media list</a></li>
</ul>
</li>
<li>
<a href="#list-group">List group</a>
<ul class="nav">
<li><a href="#list-group-basic">Basic example</a></li>
<li><a href="#list-group-badges">Badges</a></li>
<li><a href="#list-group-linked">Linked items</a></li>
<li><a href="#list-group-contextual-classes">Contextual classes</a></li>
<li><a href="#list-group-custom-content">Custom content</a></li>
</ul>
</li>
<li>
<a href="#panels">Panels</a>
<ul class="nav">
<li><a href="#panels-basic">Basic example</a></li>
<li><a href="#panels-heading">Panel with heading</a></li>
<li><a href="#panels-alternatives">Contextual alternatives</a></li>
<li><a href="#panels-tables">With tables</a>
<li><a href="#panels-list-group">With list groups</a>
</ul>
</li>
<li><a href="#wells">Wells</a></li>
|
files/formstone/0.5.16/css/tabs.css
|
gregorypratt/jsdelivr
|
/*! formstone v0.5.16 [tabs.css] 2015-05-21 | MIT License | formstone.it */
/**
* @class
* @name .fs-tabs-element
* @type element
* @description Target elmement
*/
/**
* @class
* @name .fs-tabs
* @type element
* @description Base widget class
*/
/**
* @class
* @name .fs-tabs.fs-tabs-enabled
* @type modifier
* @description Indicates enabled state
*/
.fs-tabs {
/**
* @class
* @name .fs-tabs-tab
* @type element
* @description Tab handle element
*/
/**
* @class
* @name .fs-tabs-tab.fs-tabs-enabled
* @type modifier
* @description Indicates enabled state
*/
/**
* @class
* @name .fs-tabs-tab.fs-tabs-active
* @type modifier
* @description Indicates active state
*/
/**
* @class
* @name .fs-tabs-tab.fs-tabs-mobile
* @type modifier
* @description Indicates mobile interface
*/
/**
* @class
* @name .fs-tabs-content
* @type element
* @description Tab content element
*/
/**
* @class
* @name .fs-tabs-content.fs-tabs-enabled
* @type modifier
* @description Indicates enabled state
*/
/**
* @class
* @name .fs-tabs-content.fs-tabs-active
* @type modifier
* @description Indicates active state
*/
/**
* @class
* @name .fs-tabs-tab_mobile
* @type element
* @description Mobile tab handle element
*/
/**
* @class
* @name .fs-tabs-tab_mobile.fs-tabs-active
* @type modifier
* @description Indicates active state
*/
}
.fs-tabs.fs-tabs-enabled:after {
clear: both;
content: '';
display: table;
}
.fs-tabs-tab.fs-tabs-enabled {
box-sizing: border-box;
border: none;
cursor: pointer;
}
.fs-tabs-tab.fs-tabs-enabled:focus {
outline: none;
}
.fs-tabs-content.fs-tabs-enabled {
box-sizing: border-box;
display: none;
}
.fs-tabs-content.fs-tabs-enabled:after {
clear: both;
content: '';
display: table;
}
.fs-tabs-content.fs-tabs-active {
display: block;
}
.fs-tabs-tab.fs-tabs-mobile,
.fs-tabs-tab_mobile,
.fs-tabs-tab_mobile.fs-tabs-active {
display: none;
}
.fs-tabs-tab_mobile.fs-tabs-mobile,
.fs-tabs-tab_mobile.fs-tabs-mobile.fs-tabs-active {
display: block;
}
|
third_party/web_platform_tests/html/browsers/browsing-the-web/unloading-documents/unload/006-1.html
|
youtube/cobalt
|
<!doctype html>
006-1
<script>
onpagehide = function() {
onpagehide = null;
setTimeout(function() {
parent.t.done()
}, 1000);
}
onload = function() {
if (!parent.loaded) {
parent.loaded = true;
setTimeout(parent.t.step_func(
function() {
location="006-2.html?" + Math.random();
}
), 100);
}
}
</script>
|
zeppelin-client/src/asserts/codemirror-5.10/mode/asciiarmor/index.html
|
zhanglei13/zeppelin
|
<!doctype html>
<title>CodeMirror: ASCII Armor (PGP) mode</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="asciiarmor.js"></script>
<style>.CodeMirror {background: #f8f8f8;}</style>
<div id=nav>
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
<ul>
<li><a href="../../index.html">Home</a>
<li><a href="../../doc/manual.html">Manual</a>
<li><a href="https://github.com/codemirror/codemirror">Code</a>
</ul>
<ul>
<li><a href="../index.html">Language modes</a>
<li><a class=active href="#">ASCII Armor</a>
</ul>
</div>
<article>
<h2>ASCII Armor (PGP) mode</h2>
<form><textarea id="code" name="code">
-----BEGIN PGP MESSAGE-----
Version: OpenPrivacy 0.99
yDgBO22WxBHv7O8X7O/jygAEzol56iUKiXmV+XmpCtmpqQUKiQrFqclFqUDBovzS
vBSFjNSiVHsuAA==
=njUN
-----END PGP MESSAGE-----
</textarea></form>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
lineNumbers: true
});
</script>
<p><strong>MIME types
defined:</strong> <code>application/pgp</code>, <code>application/pgp-keys</code>, <code>application/pgp-signature</code></p>
</article>
|
public/Semantic-UI-1.5.2/dist/components/menu.css
|
aranoah/seats-reservation-system
|
/*
* # Semantic UI
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------
Menu
---------------*/
.ui.menu {
margin: 1rem 0rem;
background: #ffffff;
font-size: 0px;
font-weight: normal;
box-shadow: 0px 0px 0px 1px rgba(39, 41, 43, 0.15), 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
border-radius: 0.2857rem;
}
.ui.menu:after {
content: '';
display: block;
height: 0px;
clear: both;
visibility: hidden;
}
.ui.menu:first-child {
margin-top: 0rem;
}
.ui.menu:last-child {
margin-bottom: 0rem;
}
/*--------------
Colors
---------------*/
/* Text Color */
.ui.menu .item {
color: rgba(0, 0, 0, 0.8);
}
.ui.menu .item .item {
color: rgba(0, 0, 0, 0.5);
}
/* Hover */
.ui.menu .item .menu a.item:hover,
.ui.menu .item .menu .link.item:hover {
color: rgba(0, 0, 0, 0.85);
}
/*--------------
Items
---------------*/
.ui.menu .item {
position: relative;
display: inline-block;
padding: 0.78571em 0.95em;
border-top: 0em solid transparent;
background: none;
vertical-align: middle;
line-height: 1;
text-decoration: none;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.ui.menu .menu {
margin: 0em;
}
/* Floated Content */
.ui.menu > .item:first-child {
border-radius: 0.2857rem 0px 0px 0.2857rem;
}
.ui.menu:not(.vertical) .item.left,
.ui.menu:not(.vertical) .menu.left {
float: left;
}
.ui.menu:not(.vertical) .item.right,
.ui.menu:not(.vertical) .menu.right {
float: right;
}
/*--------------
Borders
---------------*/
.ui.menu .item:before {
position: absolute;
content: '';
top: 0%;
right: 0px;
width: 1px;
height: 100%;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.05) 100%);
}
.ui.menu > .right.menu:first-child {
display: none;
}
.ui.menu .menu.right .item:before,
.ui.menu .item.right:before {
right: auto;
left: 0px;
}
/*--------------
Text Content
---------------*/
.ui.menu .text.item > *,
.ui.menu .item > a:not(.ui),
.ui.menu .item > p:only-child {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
line-height: 1.3;
color: rgba(0, 0, 0, 0.8);
}
.ui.menu .item > p:first-child {
margin-top: 0;
}
.ui.menu .item > p:last-child {
margin-bottom: 0;
}
/*--------------
Icons
---------------*/
.ui.menu .item > i.icon {
opacity: 0.75;
float: none;
margin: 0em 0.25em 0em 0em;
}
.ui.menu .item > i.dropdown.icon {
float: right;
margin-left: 1em;
}
/*--------------
Button
---------------*/
.ui.menu:not(.vertical) .item > .button {
position: relative;
top: -0.05em;
margin: -0.55em 0;
padding-bottom: 0.55em;
padding-top: 0.55em;
font-size: 0.875em;
}
/*--------------
Inputs
---------------*/
.ui.menu .item > .input {
width: 100%;
}
.ui.menu:not(.vertical) .item > .input {
position: relative;
top: 0em;
margin: -0.6em 0em;
}
.ui.menu .item > .input input {
font-size: 1em;
padding-top: 0.4em;
padding-bottom: 0.4em;
}
.ui.menu .item > .input .button,
.ui.menu .item > .input .label {
padding-top: 0.4em;
padding-bottom: 0.4em;
}
/* Resizes */
.ui.small.menu .item > .input input {
top: 0em;
padding-top: 0.4em;
padding-bottom: 0.4em;
}
.ui.small.menu .item > .input .button,
.ui.small.menu .item > .input .label {
padding-top: 0.4em;
padding-bottom: 0.4em;
}
.ui.large.menu .item > .input input {
top: -0.125em;
padding-bottom: 0.6em;
padding-top: 0.6em;
}
.ui.large.menu .item > .input .button,
.ui.large.menu .item > .input .label {
padding-top: 0.6em;
padding-bottom: 0.6em;
}
/*--------------
Header
---------------*/
.ui.menu .header.item,
.ui.vertical.menu .header.item {
background: rgba(0, 0, 0, 0.04);
margin: 0em;
text-transform: normal;
font-weight: bold;
}
/*--------------
Dropdowns
---------------*/
/* Dropdown */
.ui.menu .ui.dropdown.item.visible {
background: rgba(0, 0, 0, 0.03);
border-bottom-right-radius: 0em;
border-bottom-left-radius: 0em;
}
.ui.menu .ui.dropdown.active {
box-shadow: none;
}
/* Menu Position */
.ui.menu .dropdown.item .menu {
background: #ffffff;
left: 0px;
margin: 0px 0px 0px;
min-width: -webkit-calc(100% - 1px);
min-width: calc(100% - 1px);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.ui.menu:not(.secondary) .pointing.dropdown.item .menu {
margin-top: 0px;
border-top-left-radius: 0em;
border-top-right-radius: 0em;
}
.ui.menu .simple.dropdown.item .menu {
margin: 0px !important;
}
/* Secondary Menu Dropdown */
.ui.secondary.menu > .menu > .active.dropdown.item {
background-color: transparent;
}
.ui.secondary.menu .dropdown.item .menu {
left: 0px;
min-width: 100%;
}
/* Even Width Menu Dropdown */
.ui.item.menu .dropdown .menu .item {
width: 100%;
}
/*--------------
Labels
---------------*/
.ui.menu .item > .label {
background: rgba(0, 0, 0, 0.35);
color: #ffffff;
margin: -0.15em 0em -0.15em 0.5em;
padding: 0.3em 0.8em;
vertical-align: baseline;
}
.ui.menu .item > .floating.label {
padding: 0.3em 0.8em;
}
/*--------------
Images
---------------*/
.ui.menu .item > img:only-child {
display: block;
max-width: 100%;
margin: 0em auto;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.link.menu > .item:hover,
.ui.menu > .link.item:hover,
.ui.menu > a.item:hover,
.ui.link.menu .menu > .item:hover,
.ui.menu .menu > .link.item:hover,
.ui.menu .menu > a.item:hover {
cursor: pointer;
background: rgba(0, 0, 0, 0.03);
color: rgba(0, 0, 0, 0.8);
}
/*--------------
Pressed
---------------*/
.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
background: rgba(0, 0, 0, 0.03);
color: rgba(0, 0, 0, 0.8);
}
/*--------------
Active
---------------*/
.ui.menu .active.item {
background: rgba(0, 0, 0, 0.03);
color: rgba(0, 0, 0, 0.8);
font-weight: normal;
box-shadow: 0em 2px 0em inset;
}
.ui.menu .active.item > i.icon {
opacity: 1;
}
/* Vertical */
.ui.vertical.menu .active.item {
background: rgba(0, 0, 0, 0.03);
border-radius: 0em;
box-shadow: 2px 0em 0em inset;
}
.ui.vertical.menu > .active.item:first-child {
border-radius: 0em 0.2857rem 0em 0em;
}
.ui.vertical.menu > .active.item:last-child {
border-radius: 0em 0em 0.2857rem 0em;
}
.ui.vertical.menu > .active.item:only-child {
border-radius: 0em 0.2857rem 0.2857rem 0em;
}
.ui.vertical.menu .active.item .menu .active.item {
border-left: none;
}
.ui.vertical.menu .item .menu .active.item {
background-color: transparent;
box-shadow: none;
}
/*--------------
Active Hover
---------------*/
.ui.vertical.menu .active.item:hover,
.ui.menu .active.item:hover {
background-color: rgba(0, 0, 0, 0.03);
}
/*--------------
Disabled
---------------*/
.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
cursor: default;
color: rgba(40, 40, 40, 0.3);
background-color: transparent !important;
}
/*******************************
Types
*******************************/
/*--------------
Vertical
---------------*/
.ui.vertical.menu {
background: #ffffff;
}
/*--- Item ---*/
.ui.vertical.menu .item {
background: none;
display: block;
height: auto !important;
border-top: none;
border-left: 0em solid transparent;
border-right: none;
}
.ui.vertical.menu > .item:first-child {
border-radius: 0.2857rem 0.2857rem 0px 0px;
}
.ui.vertical.menu > .item:last-child {
border-radius: 0px 0px 0.2857rem 0.2857rem;
}
/*--- Label ---*/
.ui.vertical.menu .item > .label {
float: right;
text-align: center;
}
/*--- Icon ---*/
.ui.vertical.menu .item > i.icon {
width: 1.18em;
float: right;
margin: 0em 0em 0em 0.5em;
}
.ui.vertical.menu .item > .label + i.icon {
float: none;
margin: 0em 0.5em 0em 0em;
}
/*--- Border ---*/
.ui.vertical.menu .item:before {
position: absolute;
content: '';
top: 0%;
left: 0px;
width: 100%;
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.1) 1.5em, rgba(0, 0, 0, 0.03) 100%);
height: 1px;
}
.ui.vertical.menu .item:first-child:before {
background: none !important;
}
/*--- Dropdown ---*/
.ui.vertical.menu .dropdown.item > .icon {
float: right;
content: "\f0da";
margin-left: 1em;
}
.ui.vertical.menu .active.dropdown.item {
border-top-right-radius: 0em;
border-bottom-right-radius: 0em;
}
.ui.vertical.menu .dropdown.item .menu {
top: 0% !important;
left: 100%;
margin: 0px 0px 0px 0px;
box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
border-radius: 0em 0.2857rem 0.2857rem 0.2857rem;
}
.ui.vertical.menu .dropdown.item .menu .item {
font-size: 1rem;
}
.ui.vertical.menu .dropdown.item .menu .item i.icon {
margin-right: 0em;
}
.ui.vertical.menu .dropdown.item.active {
box-shadow: none;
}
/*--- Sub Menu ---*/
.ui.vertical.menu .item:not(.dropdown) > .menu {
margin: 0.5em -0.95em 0em;
}
.ui.vertical.menu .item:not(.dropdown) > .menu > .item {
background: none;
padding: 0.5rem 1.5rem;
font-size: 0.875rem;
}
.ui.vertical.menu .item > .menu > .item:before {
display: none;
}
/*--------------
Tiered
---------------*/
.ui.tiered.menu > .menu > .item:hover {
color: rgba(0, 0, 0, 0.8);
}
.ui.tiered.menu .active.item {
background: #fcfcfc;
}
.ui.tiered.menu > .menu .item.active:after {
position: absolute;
content: '';
margin-top: -1px;
top: 100%;
left: 0px;
width: 100%;
height: 2px;
background-color: #fcfcfc;
}
/* Sub Menu */
.ui.tiered.menu .sub.menu {
background-color: #fcfcfc;
border-radius: 0em;
border-top: 1px solid rgba(39, 41, 43, 0.15);
box-shadow: none;
}
.ui.tiered.menu > .sub.menu > .item {
color: rgba(0, 0, 0, 0.4);
font-weight: normal;
text-transform: normal;
font-size: 0.875rem;
}
/* Sub Menu Divider */
.ui.tiered.menu .sub.menu .item:before {
background: none;
}
/* Sub Menu Hover */
.ui.tiered.menu .sub.menu .item:hover {
background: none transparent;
color: rgba(0, 0, 0, 0.8);
}
/* Sub Menu Active */
.ui.tiered.menu .sub.menu .active.item {
padding-top: 0.78571em;
background: none transparent;
border-radius: 0;
border-top: medium none;
box-shadow: none;
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.tiered.menu .sub.menu .active.item:after {
display: none;
}
/* Inverted Tiered Menu */
.ui.inverted.tiered.menu > .menu > .item {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.tiered.menu .sub.menu {
background-color: rgba(0, 0, 0, 0.2);
}
.ui.inverted.tiered.menu .sub.menu .item {
color: rgba(255, 255, 255, 0.8);
}
.ui.inverted.tiered.menu > .menu > .item:hover {
color: #ffffff;
}
.ui.inverted.tiered.menu .active.item:after {
display: none;
}
.ui.inverted.tiered.menu > .sub.menu > .active.item,
.ui.inverted.tiered.menu > .menu > .active.item {
color: #ffffff !important;
box-shadow: none;
}
/* Tiered Pointing */
.ui.pointing.tiered.menu > .menu > .item:after {
display: none;
}
.ui.pointing.tiered.menu > .sub.menu > .item:after {
display: block;
}
/*--------------
Tabular
---------------*/
.ui.tabular.menu {
background-color: transparent;
border-bottom: 1px solid #d4d4d5;
border-radius: 0em;
box-shadow: none !important;
}
.ui.tabular.menu .item {
background-color: transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
padding-left: 1.4em;
padding-right: 1.4em;
color: rgba(0, 0, 0, 0.8);
}
.ui.tabular.menu .item:before {
display: none;
}
/* Hover */
.ui.tabular.menu .item:hover {
background-color: transparent;
color: rgba(0, 0, 0, 0.8);
}
/* Active */
.ui.tabular.menu .active.item {
position: relative;
background-color: #ffffff;
color: rgba(0, 0, 0, 0.8);
border-color: #d4d4d5;
font-weight: bold;
margin-bottom: -1px;
border-bottom: 1px solid #ffffff;
box-shadow: none;
border-radius: 5px 5px 0px 0px;
}
/* Coupling with segment for attachment */
.ui.attached.tabular.menu {
position: relative;
z-index: 2;
}
.ui.tabular.menu ~ .bottom.attached.segment {
margin: -1px 0px 0px;
}
/*--------------
Pagination
---------------*/
.ui.pagination.menu {
margin: 0em;
display: inline-block;
vertical-align: middle;
}
.ui.pagination.menu .item {
min-width: 3em;
text-align: center;
}
.ui.pagination.menu .icon.item i.icon {
vertical-align: top;
}
.ui.pagination.menu.floated {
display: block;
}
/* Active */
.ui.pagination.menu .active.item {
border-top: none;
padding-top: 0.78571em;
background-color: rgba(0, 0, 0, 0.03);
box-shadow: none;
}
/*--------------
Secondary
---------------*/
.ui.secondary.menu {
background: none;
border-radius: 0em;
box-shadow: none;
}
.ui.secondary.menu > .menu > .item,
.ui.secondary.menu > .item {
box-shadow: none;
border: none;
height: auto !important;
background: none;
margin: 0em 0.25em;
padding: 0.5em 0.8em;
border-radius: 0.2857rem;
}
.ui.secondary.menu > .menu > .item:before,
.ui.secondary.menu > .item:before {
display: none !important;
}
.ui.secondary.menu .item > .input input {
background-color: transparent;
border: none;
}
.ui.secondary.menu .link.item,
.ui.secondary.menu a.item {
opacity: 0.8;
-webkit-transition: none;
transition: none;
}
.ui.secondary.menu .header.item {
border-right: 0.1em solid rgba(0, 0, 0, 0.1);
background: none transparent;
border-radius: 0em;
}
/* Hover */
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
opacity: 1;
}
/* Active */
.ui.secondary.menu > .menu > .active.item,
.ui.secondary.menu > .active.item {
background: rgba(0, 0, 0, 0.05);
opacity: 1;
box-shadow: none;
}
.ui.secondary.vertical.menu > .active.item {
border-radius: 0.2857rem;
}
/* Inverted */
.ui.secondary.inverted.menu .link.item,
.ui.secondary.inverted.menu a.item {
color: rgba(255, 255, 255, 0.8);
}
.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover {
color: #ffffff;
}
.ui.secondary.inverted.menu .active.item {
background-color: rgba(255, 255, 255, 0.05);
}
/* Disable variations */
.ui.secondary.item.menu > .item {
margin: 0em;
}
.ui.secondary.attached.menu {
box-shadow: none;
}
/*---------------------
Secondary Vertical
-----------------------*/
.ui.secondary.vertical.menu > .item {
border: none;
margin: 0em 0em 0.3em;
border-radius: 0.2857rem;
}
.ui.secondary.vertical.menu > .header.item {
border-radius: 0em;
}
/* Inverted */
.ui.secondary.inverted.menu {
background-color: transparent;
}
.ui.secondary.inverted.pointing.menu {
border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.ui.secondary.inverted.pointing.menu > .item {
color: rgba(255, 255, 255, 0.7);
}
.ui.secondary.inverted.pointing.menu > .header.item {
color: #FFFFFF !important;
}
/* Hover */
.ui.secondary.inverted.pointing.menu > .menu > .item:hover,
.ui.secondary.inverted.pointing.menu > .item:hover {
color: rgba(255, 255, 255, 0.85);
}
/* Pressed */
.ui.secondary.inverted.pointing.menu > .menu > .item:active,
.ui.secondary.inverted.pointing.menu > .item:active {
border-color: rgba(255, 255, 255, 0.4);
}
/* Active */
.ui.secondary.inverted.pointing.menu > .menu > .item.active,
.ui.secondary.inverted.pointing.menu > .item.active {
border-color: rgba(255, 255, 255, 0.8);
color: #ffffff;
}
/*---------------------
Secondary Pointing
-----------------------*/
.ui.secondary.pointing.menu {
border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.ui.secondary.pointing.menu > .menu > .item,
.ui.secondary.pointing.menu > .item {
margin: 0em 0em -3px;
padding: 0.6em 0.95em;
border-bottom: 3px solid transparent;
border-radius: 0em;
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
}
/* Item Types */
.ui.secondary.pointing.menu .header.item {
margin-bottom: -3px;
background-color: transparent !important;
border-right-width: 0px !important;
font-weight: bold !important;
color: rgba(0, 0, 0, 0.85) !important;
}
.ui.secondary.pointing.menu .text.item {
box-shadow: none !important;
}
.ui.secondary.pointing.menu > .menu > .item:after,
.ui.secondary.pointing.menu > .item:after {
display: none;
}
/* Hover */
.ui.secondary.pointing.menu > .menu > .link.item:hover,
.ui.secondary.pointing.menu > .link.item:hover,
.ui.secondary.pointing.menu > .menu > a.item:hover,
.ui.secondary.pointing.menu > a.item:hover {
background-color: transparent;
color: rgba(0, 0, 0, 0.8);
}
/* Pressed */
.ui.secondary.pointing.menu > .menu > .link.item:active,
.ui.secondary.pointing.menu > .link.item:active,
.ui.secondary.pointing.menu > .menu > a.item:active,
.ui.secondary.pointing.menu > a.item:active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.2);
}
/* Active */
.ui.secondary.pointing.menu > .menu > .item.active,
.ui.secondary.pointing.menu > .item.active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.4);
box-shadow: none;
color: rgba(0, 0, 0, 0.8);
}
/* Secondary Vertical Pointing */
.ui.secondary.vertical.pointing.menu {
border: none;
border-right: 3px solid rgba(0, 0, 0, 0.1);
}
.ui.secondary.vertical.pointing.menu > .item {
margin: 0em -3px 0em 0em;
border-bottom: none;
border-right: 3px solid transparent;
border-radius: 0em;
}
/* Hover */
.ui.secondary.vertical.pointing.menu > .item:hover {
background-color: transparent;
color: rgba(0, 0, 0, 0.7);
}
/* Pressed */
.ui.secondary.vertical.pointing.menu > .item:active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.2);
}
/* Active */
.ui.secondary.vertical.pointing.menu > .item.active {
background-color: transparent;
border-color: rgba(0, 0, 0, 0.4);
color: rgba(0, 0, 0, 0.85);
}
/* Inverted Vertical Pointing Secondary */
.ui.secondary.inverted.vertical.pointing.menu {
border-right: 3px solid rgba(255, 255, 255, 0.1);
border-bottom: none;
}
/*--------------
Text Menu
---------------*/
.ui.text.menu {
display: inline-block;
background: none transparent;
margin: 1rem -1rem;
border-radius: 0px;
box-shadow: none;
}
.ui.text.menu > .item {
opacity: 0.8;
margin: 0em 1em;
padding: 0em;
height: auto !important;
border-radius: 0px;
box-shadow: none;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.ui.text.menu > .item:before {
display: none !important;
}
.ui.text.menu .header.item {
background-color: transparent;
opacity: 1;
color: rgba(50, 50, 50, 0.8);
font-size: 0.875rem;
padding: 0em;
text-transform: uppercase;
font-weight: bold;
}
.ui.text.menu .text.item {
opacity: 1;
color: rgba(50, 50, 50, 0.8);
font-weight: bold;
}
/*--- fluid text ---*/
.ui.text.item.menu .item {
margin: 0em;
}
/*--- vertical text ---*/
.ui.vertical.text.menu {
margin: 1rem 0em;
}
.ui.vertical.text.menu:first-child {
margin-top: 0rem;
}
.ui.vertical.text.menu:last-child {
margin-bottom: 0rem;
}
.ui.vertical.text.menu .item {
float: left;
clear: left;
margin: 0.5em 0em;
}
.ui.vertical.text.menu .item > i.icon {
float: none;
margin: 0em 0.78571em 0em 0em;
}
.ui.vertical.text.menu .header.item {
margin: 0.8em 0em;
}
/*--- hover ---*/
.ui.text.menu .item:hover {
opacity: 1;
background-color: transparent;
}
/*--- active ---*/
.ui.text.menu .active.item {
background-color: transparent;
padding: 0em;
border: none;
opacity: 1;
font-weight: bold;
box-shadow: none;
}
/* disable variations */
.ui.text.pointing.menu .active.item:after {
box-shadow: none;
}
.ui.text.attached.menu {
box-shadow: none;
}
.ui.inverted.text.menu,
.ui.inverted.text.menu .item,
.ui.inverted.text.menu .item:hover,
.ui.inverted.text.menu .item.active {
background-color: transparent;
}
/*--------------
Icon Only
---------------*/
.ui.icon.menu,
.ui.vertical.icon.menu {
width: auto;
display: inline-block;
height: auto;
}
.ui.icon.menu > .item {
height: auto;
text-align: center;
color: rgba(60, 60, 60, 0.7);
}
.ui.icon.menu > .item > .icon {
display: block;
float: none !important;
opacity: 1;
margin: 0em auto !important;
}
.ui.icon.menu .icon:before {
opacity: 1;
}
/* Item Icon Only */
.ui.menu .icon.item .icon {
margin: 0em;
}
.ui.vertical.icon.menu {
float: none;
}
/*--- inverted ---*/
.ui.inverted.icon.menu .item {
color: rgba(255, 255, 255, 0.8);
}
.ui.inverted.icon.menu .icon {
color: #ffffff;
}
/*--------------
Labeled Icon
---------------*/
.ui.labeled.icon.menu {
text-align: center;
}
.ui.labeled.icon.menu > .item {
min-width: 6em;
}
.ui.labeled.icon.menu > .item > .icon {
display: block;
font-size: 1.5em !important;
margin: 0em auto 0.5em !important;
}
/*******************************
Variations
*******************************/
/*--------------
Colors
---------------*/
/*--- Light Colors ---*/
.ui.menu .blue.active.item,
.ui.blue.menu .active.item {
border-color: #3b83c0 !important;
color: #3b83c0 !important;
}
.ui.menu .green.active.item,
.ui.green.menu .active.item {
border-color: #5bbd72 !important;
color: #5bbd72 !important;
}
.ui.menu .orange.active.item,
.ui.orange.menu .active.item {
border-color: #e07b53 !important;
color: #e07b53 !important;
}
.ui.menu .pink.active.item,
.ui.pink.menu .active.item {
border-color: #d9499a !important;
color: #d9499a !important;
}
.ui.menu .purple.active.item,
.ui.purple.menu .active.item {
border-color: #564f8a !important;
color: #564f8a !important;
}
.ui.menu .red.active.item,
.ui.red.menu .active.item {
border-color: #d95c5c !important;
color: #d95c5c !important;
}
.ui.menu .teal.active.item,
.ui.teal.menu .active.item {
border-color: #00b5ad !important;
color: #00b5ad !important;
}
.ui.menu .yellow.active.item,
.ui.yellow.menu .active.item {
border-color: #f2c61f !important;
color: #f2c61f !important;
}
/*--------------
Inverted
---------------*/
.ui.inverted.menu {
background: #1b1c1d;
box-shadow: none;
}
.ui.inverted.menu .header.item {
margin: 0em;
background: rgba(0, 0, 0, 0.3);
box-shadow: none;
}
.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) {
color: #ffffff;
}
.ui.inverted.menu .item:not(.dropdown).menu {
background: transparent;
}
.ui.inverted.menu .item .item,
.ui.inverted.menu .item .item > a:not(.ui) {
color: rgba(255, 255, 255, 0.5);
}
.ui.inverted.menu .dropdown .menu .item {
color: rgba(0, 0, 0, 0.8) !important;
}
.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover {
color: rgba(225, 225, 225, 0.3);
}
/*--- Border ---*/
.ui.inverted.menu .item:before {
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background: linear-gradient(rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
}
.ui.vertical.inverted.menu .item:before {
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.03) 100%);
}
/*--- Hover ---*/
.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover,
.ui.inverted.menu .dropdown.item:hover {
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
}
.ui.inverted.menu .item .menu a.item:hover,
.ui.inverted.menu .item .menu .link.item:hover {
background: transparent;
color: #ffffff;
}
/*--- Pressed ---*/
.ui.inverted.menu a.item:active,
.ui.inverted.menu .dropdown.item:active,
.ui.inverted.menu .link.item:active,
.ui.inverted.menu a.item:active {
background: rgba(255, 255, 255, 0.15);
color: #ffffff;
}
/*--- Active ---*/
.ui.inverted.menu .active.item {
box-shadow: none !important;
background: rgba(255, 255, 255, 0.2);
color: #ffffff !important;
}
.ui.inverted.vertical.menu .item .menu .active.item {
background: transparent;
color: #ffffff;
}
/*--- Pointers ---*/
.ui.inverted.pointing.menu .active.item:after {
background: #5B5B5B;
box-shadow: none;
}
.ui.inverted.pointing.menu .active.item:hover:after {
background: #4A4A4A;
}
/*--------------
Selection
---------------*/
.ui.selection.menu > .item {
color: rgba(0, 0, 0, 0.4);
}
.ui.selection.menu > .item:hover {
color: rgba(0, 0, 0, 0.6);
}
.ui.selection.menu > .item.active {
color: rgba(0, 0, 0, 0.85);
}
.ui.inverted.selection.menu > .item {
color: rgba(255, 255, 255, 0.4);
}
.ui.inverted.selection.menu > .item:hover {
color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.selection.menu > .item.active {
color: #FFFFFF;
}
/*--------------
Floated
---------------*/
.ui.floated.menu {
float: left;
margin: 0rem 0.5rem 0rem 0rem;
}
.ui.right.floated.menu {
float: right;
margin: 0rem 0rem 0rem 0.5rem;
}
/*--------------
Inverted Colors
---------------*/
/*--- Light Colors ---*/
.ui.grey.menu {
background-color: #fafafa;
}
/*--- Inverted Colors ---*/
/* Blue */
.ui.inverted.blue.menu {
background-color: #3b83c0;
}
.ui.inverted.blue.pointing.menu .active.item:after {
background-color: #3b83c0;
}
/* Green */
.ui.inverted.green.menu {
background-color: #5bbd72;
}
.ui.inverted.green.pointing.menu .active.item:after {
background-color: #5bbd72;
}
/* Orange */
.ui.inverted.orange.menu {
background-color: #e07b53;
}
.ui.inverted.orange.pointing.menu .active.item:after {
background-color: #e07b53;
}
/* Pink */
.ui.inverted.pink.menu {
background-color: #d9499a;
}
.ui.inverted.pink.pointing.menu .active.item:after {
background-color: #d9499a;
}
/* Purple */
.ui.inverted.purple.menu {
background-color: #564f8a;
}
.ui.inverted.purple.pointing.menu .active.item:after {
background-color: #564f8a;
}
/* Red */
.ui.inverted.red.menu {
background-color: #d95c5c;
}
.ui.inverted.red.pointing.menu .active.item:after {
background-color: #d95c5c;
}
/* Teal */
.ui.inverted.teal.menu {
background-color: #00b5ad;
}
.ui.inverted.teal.pointing.menu .active.item:after {
background-color: #00b5ad;
}
/* Yellow */
.ui.inverted.yellow.menu {
background-color: #f2c61f;
}
.ui.inverted.yellow.pointing.menu .active.item:after {
background-color: #f2c61f;
}
/*--------------
Fitted
---------------*/
.ui.fitted.menu .item,
.ui.fitted.menu .item .menu .item,
.ui.menu .fitted.item {
padding: 0em;
}
.ui.horizontally.fitted.menu .item,
.ui.horizontally.fitted.menu .item .menu .item,
.ui.menu .horizontally.fitted.item {
padding-top: 0.78571em;
padding-bottom: 0.78571em;
}
.ui.vertically.fitted.menu .item,
.ui.vertically.fitted.menu .item .menu .item,
.ui.menu .vertically.fitted.item {
padding-left: 0.95em;
padding-right: 0.95em;
}
/*--------------
Borderless
---------------*/
.ui.borderless.menu .item:before,
.ui.borderless.menu .item .menu .item:before,
.ui.menu .borderless.item:before {
background: none !important;
}
/*-------------------
Compact
--------------------*/
.ui.compact.menu {
display: inline-block;
margin: 0em;
vertical-align: middle;
}
.ui.compact.vertical.menu {
width: auto !important;
}
.ui.compact.vertical.menu .item:last-child::before {
display: block;
}
/*-------------------
Fluid
--------------------*/
.ui.menu.fluid,
.ui.vertical.menu.fluid {
display: block;
width: 100% !important;
}
/*-------------------
Evenly Sized
--------------------*/
.ui.item.menu,
.ui.item.menu .item {
width: 100%;
padding-left: 0px !important;
padding-right: 0px !important;
text-align: center;
}
.ui.item.menu > .item:last-child {
border-radius: 0px 0.2857rem 0.2857rem 0px;
}
.ui.menu.two.item .item {
width: 50%;
}
.ui.menu.three.item .item {
width: 33.333%;
}
.ui.menu.four.item .item {
width: 25%;
}
.ui.menu.five.item .item {
width: 20%;
}
.ui.menu.six.item .item {
width: 16.666%;
}
.ui.menu.seven.item .item {
width: 14.285%;
}
.ui.menu.eight.item .item {
width: 12.500%;
}
.ui.menu.nine.item .item {
width: 11.11%;
}
.ui.menu.ten.item .item {
width: 10.0%;
}
.ui.menu.eleven.item .item {
width: 9.09%;
}
.ui.menu.twelve.item .item {
width: 8.333%;
}
/*--------------
Fixed
---------------*/
.ui.menu.fixed {
position: fixed;
z-index: 101;
margin: 0em;
border: none;
width: 100%;
}
.ui.menu.fixed,
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
border-radius: 0px !important;
}
.ui.fixed.menu,
.ui.top.fixed.menu {
top: 0px;
left: 0px;
right: auto;
bottom: auto;
}
.ui.right.fixed.menu {
top: 0px;
right: 0px;
left: auto;
bottom: auto;
width: auto;
height: 100%;
}
.ui.bottom.fixed.menu {
bottom: 0px;
left: 0px;
top: auto;
right: auto;
}
.ui.left.fixed.menu {
top: 0px;
left: 0px;
right: auto;
bottom: auto;
width: auto;
height: 100%;
}
/* Coupling with Grid */
.ui.fixed.menu + .ui.grid {
padding-top: 2.75rem;
}
/*-------------------
Pointing
--------------------*/
.ui.pointing.menu .active.item:after {
position: absolute;
bottom: -0.3em;
left: 50%;
content: '';
margin-left: -0.3em;
width: 0.6em;
height: 0.6em;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
background: none;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 2;
-webkit-transition: background 0.2s ease
;
transition: background 0.2s ease
;
}
/* Don't double up pointers */
.ui.pointing.menu .active.item .menu .active.item:after {
display: none;
}
.ui.vertical.pointing.menu .active.item:after {
position: absolute;
top: 50%;
margin-top: -0.3em;
right: -0.3em;
bottom: auto;
left: auto;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* Colors */
.ui.pointing.menu .active.item:hover:after {
background-color: #fafafa;
}
.ui.pointing.menu .active.item:after {
background-color: #f6f6f6;
}
.ui.vertical.pointing.menu .item:hover:after {
background-color: #fafafa;
}
.ui.vertical.pointing.menu .active.item:after {
background-color: #fcfcfc;
}
/*--------------
Attached
---------------*/
.ui.menu.attached {
margin: 0rem;
border-radius: 0px;
/* avoid rgba multiplying */
box-shadow: 0px 0px 0px 1px #dddddd;
}
.ui.top.attached.menu {
border-radius: 0.2857rem 0.2857rem 0em 0em;
}
.ui.menu.bottom.attached {
border-radius: 0em 0em 0.2857rem 0.2857rem;
}
/*--------------
Sizes
---------------*/
/* Small */
.ui.small.menu .item {
font-size: 0.875rem;
}
.ui.small.vertical.menu {
width: 13rem;
}
/* Medium */
.ui.menu .item {
font-size: 1rem;
}
.ui.vertical.menu {
width: 15rem;
}
/* Large */
.ui.large.menu .item {
font-size: 1.125rem;
}
.ui.large.menu .item .item {
font-size: 0.875rem;
}
.ui.large.menu .dropdown .item {
font-size: 1rem;
}
.ui.large.vertical.menu {
width: 18rem;
}
/*******************************
Theme Overrides
*******************************/
/*******************************
Site Overrides
*******************************/
|
www/public/css/syntax.css
|
danmiley/danmiley.github.io
|
.highlight .hll { background-color: #ffc; }
.highlight .c { color: #999; } /* Comment */
.highlight .err { color: #a00; background-color: #faa } /* Error */
.highlight .k { color: #069; } /* Keyword */
.highlight .o { color: #555 } /* Operator */
.highlight .cm { color: #09f; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #099 } /* Comment.Preproc */
.highlight .c1 { color: #999; } /* Comment.Single */
.highlight .cs { color: #999; } /* Comment.Special */
.highlight .gd { background-color: #fcc; border: 1px solid #c00 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #f00 } /* Generic.Error */
.highlight .gh { color: #030; } /* Generic.Heading */
.highlight .gi { background-color: #cfc; border: 1px solid #0c0 } /* Generic.Inserted */
.highlight .go { color: #aaa } /* Generic.Output */
.highlight .gp { color: #009; } /* Generic.Prompt */
.highlight .gs { } /* Generic.Strong */
.highlight .gu { color: #030; } /* Generic.Subheading */
.highlight .gt { color: #9c6 } /* Generic.Traceback */
.highlight .kc { color: #069; } /* Keyword.Constant */
.highlight .kd { color: #069; } /* Keyword.Declaration */
.highlight .kn { color: #069; } /* Keyword.Namespace */
.highlight .kp { color: #069 } /* Keyword.Pseudo */
.highlight .kr { color: #069; } /* Keyword.Reserved */
.highlight .kt { color: #078; } /* Keyword.Type */
.highlight .m { color: #f60 } /* Literal.Number */
.highlight .s { color: #d44950 } /* Literal.String */
.highlight .na { color: #4f9fcf } /* Name.Attribute */
.highlight .nb { color: #366 } /* Name.Builtin */
.highlight .nc { color: #0a8; } /* Name.Class */
.highlight .no { color: #360 } /* Name.Constant */
.highlight .nd { color: #99f } /* Name.Decorator */
.highlight .ni { color: #999; } /* Name.Entity */
.highlight .ne { color: #c00; } /* Name.Exception */
.highlight .nf { color: #c0f } /* Name.Function */
.highlight .nl { color: #99f } /* Name.Label */
.highlight .nn { color: #0cf; } /* Name.Namespace */
.highlight .nt { color: #2f6f9f; } /* Name.Tag */
.highlight .nv { color: #033 } /* Name.Variable */
.highlight .ow { color: #000; } /* Operator.Word */
.highlight .w { color: #bbb } /* Text.Whitespace */
.highlight .mf { color: #f60 } /* Literal.Number.Float */
.highlight .mh { color: #f60 } /* Literal.Number.Hex */
.highlight .mi { color: #f60 } /* Literal.Number.Integer */
.highlight .mo { color: #f60 } /* Literal.Number.Oct */
.highlight .sb { color: #c30 } /* Literal.String.Backtick */
.highlight .sc { color: #c30 } /* Literal.String.Char */
.highlight .sd { color: #c30; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #c30 } /* Literal.String.Double */
.highlight .se { color: #c30; } /* Literal.String.Escape */
.highlight .sh { color: #c30 } /* Literal.String.Heredoc */
.highlight .si { color: #a00 } /* Literal.String.Interpol */
.highlight .sx { color: #c30 } /* Literal.String.Other */
.highlight .sr { color: #3aa } /* Literal.String.Regex */
.highlight .s1 { color: #c30 } /* Literal.String.Single */
.highlight .ss { color: #fc3 } /* Literal.String.Symbol */
.highlight .bp { color: #366 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #033 } /* Name.Variable.Class */
.highlight .vg { color: #033 } /* Name.Variable.Global */
.highlight .vi { color: #033 } /* Name.Variable.Instance */
.highlight .il { color: #f60 } /* Literal.Number.Integer.Long */
.css .o,
.css .o + .nt,
.css .nt + .nt { color: #999; }
|
web-platform-tests/tests/2dcontext/path-objects/2d.path.fill.winding.add.html
|
cr/fxos-certsuite
|
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
<title>Canvas test: 2d.path.fill.winding.add</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/canvas-tests.js"></script>
<link rel="stylesheet" href="/common/canvas-tests.css">
<body class="show_output">
<h1>2d.path.fill.winding.add</h1>
<p class="desc"></p>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<p class="output expectedtext">Expected output:<p><img src="/images/green-100x50.png" class="output expected" id="expected" alt="">
<ul id="d"></ul>
<script>
var t = async_test("");
_addTest(function(canvas, ctx) {
ctx.fillStyle = '#f00';
ctx.fillRect(0, 0, 100, 50);
ctx.fillStyle = '#0f0';
ctx.moveTo(-10, -10);
ctx.lineTo(110, -10);
ctx.lineTo(110, 60);
ctx.lineTo(-10, 60);
ctx.lineTo(-10, -10);
ctx.lineTo(0, 0);
ctx.lineTo(100, 0);
ctx.lineTo(100, 50);
ctx.lineTo(0, 50);
ctx.fill();
_assertPixel(canvas, 50,25, 0,255,0,255, "50,25", "0,255,0,255");
});
</script>
|
src/demo/meteor/app.html
|
gabrielmancini/interactor
|
<head>
<meta charset="utf-8">
<title>Meteor • TodoMVC</title>
</head>
<body>
<section id="todoapp" data-framework="meteor">
{{> todoapp}}
</section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Created by Matthias Stumpp - <a href="http://github.com/MStumpp">GitHub</a> <a href="http://twitter.com/MatStumpp">Twitter</a></p>
<p><a href="http://todomvcapp.meteor.com">Meteor TodoMVC</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
</body>
<template name="todoapp">
<header id="header">
<h1>todos</h1>
<input id="new-todo" placeholder="What needs to be done?" autofocus>
</header>
{{#if todos}}
{{> main}}
{{> footer}}
{{/if}}
</template>
<template name="main">
<section id="main">
<input id="toggle-all" type="checkbox" checked="{{#unless todos_not_completed}}checked{{/unless}}">
<label for="toggle-all">Mark all as complete</label>
<ul id="todo-list">
{{#each todos}}
{{> todo}}
{{/each}}
</ul>
</section>
</template>
<template name="todo">
<li class="{{#if todo_completed}}completed{{/if}}{{#if todo_editing}}editing{{/if}}">
<div class="view">
<input class="toggle" type="checkbox" checked="{{#if todo_completed}}checked{{/if}}">
<label>{{title}}</label>
<button class="destroy"></button>
</div>
<input class="edit" value="{{title}}">
</li>
</template>
<template name="footer">
<footer id="footer">
<span id="todo-count"><strong>{{todos_not_completed}}</strong>
{{#if todos_one_not_completed}}item{{else}}items{{/if}} left</span>
<ul id="filters">
{{#each filters}}
<li>
<a class="{{#if filter_selected this}} selected {{/if}}" href="#/{{this}}">{{this}}</a>
</li>
{{/each}}
</ul>
{{#if todos_completed}}
<button id="clear-completed">Clear completed</button>
{{/if}}
</footer>
</template>
|
前端/模板/后台模板/sb-admin-2-1.0.7/pages/buttons.html
|
keepeye/fragments
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>SB Admin 2 - Bootstrap Admin Theme</title>
<!-- Bootstrap Core CSS -->
<link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet">
<!-- Social Buttons CSS -->
<link href="../bower_components/bootstrap-social/bootstrap-social.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../dist/css/sb-admin-2.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0">
<div class="navbar-header">
<button type="button" class="navbar-toggle" 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>
<a class="navbar-brand" href="index.html">SB Admin v2.0</a>
</div>
<!-- /.navbar-header -->
<ul class="nav navbar-top-links navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-envelope fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-messages">
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<strong>John Smith</strong>
<span class="pull-right text-muted">
<em>Yesterday</em>
</span>
</div>
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eleifend...</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>Read All Messages</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-messages -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-tasks fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-tasks">
<li>
<a href="#">
<div>
<p>
<strong>Task 1</strong>
<span class="pull-right text-muted">40% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 2</strong>
<span class="pull-right text-muted">20% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 3</strong>
<span class="pull-right text-muted">60% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<p>
<strong>Task 4</strong>
<span class="pull-right text-muted">80% Complete</span>
</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete (danger)</span>
</div>
</div>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Tasks</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-tasks -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-bell fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-alerts">
<li>
<a href="#">
<div>
<i class="fa fa-comment fa-fw"></i> New Comment
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-twitter fa-fw"></i> 3 New Followers
<span class="pull-right text-muted small">12 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-envelope fa-fw"></i> Message Sent
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-tasks fa-fw"></i> New Task
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a href="#">
<div>
<i class="fa fa-upload fa-fw"></i> Server Rebooted
<span class="pull-right text-muted small">4 minutes ago</span>
</div>
</a>
</li>
<li class="divider"></li>
<li>
<a class="text-center" href="#">
<strong>See All Alerts</strong>
<i class="fa fa-angle-right"></i>
</a>
</li>
</ul>
<!-- /.dropdown-alerts -->
</li>
<!-- /.dropdown -->
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
<i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu dropdown-user">
<li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i> Settings</a>
</li>
<li class="divider"></li>
<li><a href="login.html"><i class="fa fa-sign-out fa-fw"></i> Logout</a>
</li>
</ul>
<!-- /.dropdown-user -->
</li>
<!-- /.dropdown -->
</ul>
<!-- /.navbar-top-links -->
<div class="navbar-default sidebar" role="navigation">
<div class="sidebar-nav navbar-collapse">
<ul class="nav" id="side-menu">
<li class="sidebar-search">
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
<!-- /input-group -->
</li>
<li>
<a href="index.html"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a>
</li>
<li>
<a href="#"><i class="fa fa-bar-chart-o fa-fw"></i> Charts<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="flot.html">Flot Charts</a>
</li>
<li>
<a href="morris.html">Morris.js Charts</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="tables.html"><i class="fa fa-table fa-fw"></i> Tables</a>
</li>
<li>
<a href="forms.html"><i class="fa fa-edit fa-fw"></i> Forms</a>
</li>
<li>
<a href="#"><i class="fa fa-wrench fa-fw"></i> UI Elements<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="panels-wells.html">Panels and Wells</a>
</li>
<li>
<a href="buttons.html">Buttons</a>
</li>
<li>
<a href="notifications.html">Notifications</a>
</li>
<li>
<a href="typography.html">Typography</a>
</li>
<li>
<a href="icons.html"> Icons</a>
</li>
<li>
<a href="grid.html">Grid</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-sitemap fa-fw"></i> Multi-Level Dropdown<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Second Level Item</a>
</li>
<li>
<a href="#">Third Level <span class="fa arrow"></span></a>
<ul class="nav nav-third-level">
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
<li>
<a href="#">Third Level Item</a>
</li>
</ul>
<!-- /.nav-third-level -->
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"><i class="fa fa-files-o fa-fw"></i> Sample Pages<span class="fa arrow"></span></a>
<ul class="nav nav-second-level">
<li>
<a href="blank.html">Blank Page</a>
</li>
<li>
<a href="login.html">Login Page</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<!-- Page Content -->
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Buttons</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Default Buttons
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Normal Buttons</h4>
<p>
<button type="button" class="btn btn-default">Default</button>
<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-success">Success</button>
<button type="button" class="btn btn-info">Info</button>
<button type="button" class="btn btn-warning">Warning</button>
<button type="button" class="btn btn-danger">Danger</button>
<button type="button" class="btn btn-link">Link</button>
</p>
<br>
<h4>Disabled Buttons</h4>
<p>
<button type="button" class="btn btn-default disabled">Default</button>
<button type="button" class="btn btn-primary disabled">Primary</button>
<button type="button" class="btn btn-success disabled">Success</button>
<button type="button" class="btn btn-info disabled">Info</button>
<button type="button" class="btn btn-warning disabled">Warning</button>
<button type="button" class="btn btn-danger disabled">Danger</button>
<button type="button" class="btn btn-link disabled">Link</button>
</p>
<br>
<h4>Button Sizes</h4>
<p>
<button type="button" class="btn btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-primary">Default button</button>
<button type="button" class="btn btn-primary btn-sm">Small button</button>
<button type="button" class="btn btn-primary btn-xs">Mini button</button>
<br>
<br>
<button type="button" class="btn btn-primary btn-lg btn-block">Block level button</button>
</p>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="panel panel-default">
<div class="panel-heading">
Circle Icon Buttons with Font Awesome Icons
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Normal Circle Buttons</h4>
<button type="button" class="btn btn-default btn-circle"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-primary btn-circle"><i class="fa fa-list"></i>
</button>
<button type="button" class="btn btn-success btn-circle"><i class="fa fa-link"></i>
</button>
<button type="button" class="btn btn-info btn-circle"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-warning btn-circle"><i class="fa fa-times"></i>
</button>
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-heart"></i>
</button>
<br>
<br>
<h4>Large Circle Buttons</h4>
<button type="button" class="btn btn-default btn-circle btn-lg"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-primary btn-circle btn-lg"><i class="fa fa-list"></i>
</button>
<button type="button" class="btn btn-success btn-circle btn-lg"><i class="fa fa-link"></i>
</button>
<button type="button" class="btn btn-info btn-circle btn-lg"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-warning btn-circle btn-lg"><i class="fa fa-times"></i>
</button>
<button type="button" class="btn btn-danger btn-circle btn-lg"><i class="fa fa-heart"></i>
</button>
<br>
<br>
<h4>Extra Large Circle Buttons</h4>
<button type="button" class="btn btn-default btn-circle btn-xl"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-primary btn-circle btn-xl"><i class="fa fa-list"></i>
</button>
<button type="button" class="btn btn-success btn-circle btn-xl"><i class="fa fa-link"></i>
</button>
<button type="button" class="btn btn-info btn-circle btn-xl"><i class="fa fa-check"></i>
</button>
<button type="button" class="btn btn-warning btn-circle btn-xl"><i class="fa fa-times"></i>
</button>
<button type="button" class="btn btn-danger btn-circle btn-xl"><i class="fa fa-heart"></i>
</button>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Outline Buttons with Smooth Transition
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Outline Buttons</h4>
<p>
<button type="button" class="btn btn-outline btn-default">Default</button>
<button type="button" class="btn btn-outline btn-primary">Primary</button>
<button type="button" class="btn btn-outline btn-success">Success</button>
<button type="button" class="btn btn-outline btn-info">Info</button>
<button type="button" class="btn btn-outline btn-warning">Warning</button>
<button type="button" class="btn btn-outline btn-danger">Danger</button>
<button type="button" class="btn btn-outline btn-link">Link</button>
</p>
<br>
<h4>Outline Button Sizes</h4>
<p>
<button type="button" class="btn btn-outline btn-primary btn-lg">Large button</button>
<button type="button" class="btn btn-outline btn-primary">Default button</button>
<button type="button" class="btn btn-outline btn-primary btn-sm">Small button</button>
<button type="button" class="btn btn-outline btn-primary btn-xs">Mini button</button>
<br>
<br>
<button type="button" class="btn btn-outline btn-primary btn-lg btn-block">Block level button</button>
</p>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
<div class="panel panel-default">
<div class="panel-heading">
Social Buttons with Font Awesome Icons
</div>
<!-- /.panel-heading -->
<div class="panel-body">
<h4>Social Buttons</h4>
<a class="btn btn-block btn-social btn-bitbucket">
<i class="fa fa-bitbucket"></i> Sign in with Bitbucket
</a>
<a class="btn btn-block btn-social btn-dropbox">
<i class="fa fa-dropbox"></i> Sign in with Dropbox
</a>
<a class="btn btn-block btn-social btn-facebook">
<i class="fa fa-facebook"></i> Sign in with Facebook
</a>
<a class="btn btn-block btn-social btn-flickr">
<i class="fa fa-flickr"></i> Sign in with Flickr
</a>
<a class="btn btn-block btn-social btn-github">
<i class="fa fa-github"></i> Sign in with GitHub
</a>
<a class="btn btn-block btn-social btn-google-plus">
<i class="fa fa-google-plus"></i> Sign in with Google
</a>
<a class="btn btn-block btn-social btn-instagram">
<i class="fa fa-instagram"></i> Sign in with Instagram
</a>
<a class="btn btn-block btn-social btn-linkedin">
<i class="fa fa-linkedin"></i> Sign in with LinkedIn
</a>
<a class="btn btn-block btn-social btn-pinterest">
<i class="fa fa-pinterest"></i> Sign in with Pinterest
</a>
<a class="btn btn-block btn-social btn-tumblr">
<i class="fa fa-tumblr"></i> Sign in with Tumblr
</a>
<a class="btn btn-block btn-social btn-twitter">
<i class="fa fa-twitter"></i> Sign in with Twitter
</a>
<a class="btn btn-block btn-social btn-vk">
<i class="fa fa-vk"></i> Sign in with VK
</a>
<hr>
<div class="text-center">
<a class="btn btn-social-icon btn-bitbucket"><i class="fa fa-bitbucket"></i></a>
<a class="btn btn-social-icon btn-dropbox"><i class="fa fa-dropbox"></i></a>
<a class="btn btn-social-icon btn-facebook"><i class="fa fa-facebook"></i></a>
<a class="btn btn-social-icon btn-flickr"><i class="fa fa-flickr"></i></a>
<a class="btn btn-social-icon btn-github"><i class="fa fa-github"></i></a>
<a class="btn btn-social-icon btn-google-plus"><i class="fa fa-google-plus"></i></a>
<a class="btn btn-social-icon btn-instagram"><i class="fa fa-instagram"></i></a>
<a class="btn btn-social-icon btn-linkedin"><i class="fa fa-linkedin"></i></a>
<a class="btn btn-social-icon btn-pinterest"><i class="fa fa-pinterest"></i></a>
<a class="btn btn-social-icon btn-tumblr"><i class="fa fa-tumblr"></i></a>
<a class="btn btn-social-icon btn-twitter"><i class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon btn-vk"><i class="fa fa-vk"></i></a>
</div>
</div>
<!-- /.panel-body -->
</div>
<!-- /.panel -->
</div>
<!-- /.col-lg-6 -->
</div>
<!-- /.row -->
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<!-- jQuery -->
<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>
</body>
</html>
|
instruction/dist/command-line-args.html
|
Gi60s/IT410
|
<!doctype html><html lang=''><head><meta charset='utf8'><meta name="viewport" resources="width=device-width, initial-scale=1"><link rel="stylesheet" href="markdown.css"><link rel="stylesheet" href="main.css"></head><body><div id="Main" class="markdown-body">
<h1>
<a id="user-content-command-line-arguments" class="anchor" href="#command-line-arguments" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Command Line Arguments</h1>
<hr>
<p>It is possible to read the command line arguments that were used to start your application.</p>
<h4>
<a id="user-content-exercise" class="anchor" href="#exercise" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Exercise</h4>
<ol>
<li>Create a JavaScript file called "command-line-args.js".</li>
<li>Log to the console <code>process.argv</code>.</li>
<li>Run your application with <code>node command-line-args</code> and look at the output.</li>
<li>Run it again with <code>node command-line-args foo bar --baz</code> and look at the output.</li>
</ol>
<h4>
<a id="user-content-questions" class="anchor" href="#questions" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Questions</h4>
<ol>
<li>From running your application, what does the first argument represent?</li>
<li>What does the second argument represent?</li>
</ol>
<hr>
<h2>
<a id="user-content-parsing-command-line-arguments" class="anchor" href="#parsing-command-line-arguments" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Parsing Command Line Arguments</h2>
<p>There are several modules that I recommend for parsing command line arguments.</p>
<ul>
<li>
<a href="https://www.npmjs.com/package/command-line-args">command-line-args</a> - A module for parsing command line arguments.</li>
<li>
<a href="https://www.npmjs.com/package/command-line-callback">command-line-callback</a> - A module for building applications that accepts git-style commands.</li>
<li>
<a href="https://www.npmjs.com/package/commander">commander</a> - A module that provides a complete (albiet complex) solution for command line arguments and git-style commands.</li>
</ul>
<hr>
<h2>
<a id="user-content-current-working-directory" class="anchor" href="#current-working-directory" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Current Working directory</h2>
<p>At times when using command line arguments an argument may include a file path that should be used by the application. If the file path is relative, you can use <code>process.cwd()</code> to get the directory from which the application was launched.</p>
<script src="main.js"></script></body></html>
|
adam8.html
|
saasmath/winter25
|
<!doctype html>
<html>
<head>
<title>test page</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<script src="/socket.io/socket.io.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script language="javascript" type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/flot/0.8.2/jquery.flot.min.js"></script>
<script>
var socket = io(document.location.host);
// socket.on('connect', function () {
// var lightdata = [];
// for(var i=0;i<50;i++){
// lightdata.push(0);
// }
//var samples=[]
//for (var i = 0; i < lightdata.length; ++i) {
// samples.push([i, lightdata[i]])
//}
// var vis_ir_plot = $.plot("#light-data",[samples], {
// series: {
// shadowSize: 0 // Drawing is faster without shadows
// },
// yaxis: {
// min:0,
// max: 500
//},
//xaxis: {
// show: false
// }
//});
// socket.on('light', function (data) {
// console.log(data);
// $("#light").text(data.vis_ir);
// lightdata.shift();
// lightdata.push(data.vis_ir);
// samples=[];
// for (var i = 0; i < lightdata.length; ++i) {
// samples.push([i, lightdata[i]]);
// }
// vis_ir_plot.setData([samples]);
// vis_ir_plot.draw();
// });
// }); //end connect
$(document).ready(function() {
console.log('ready');
$("#clicklamp").click(function() {
console.log('lamptoggle');
socket.emit('lamptoggle', {
message: 'lamptoggle'
});
});
});
$(document).ready(function() {
console.log('ready');
$("#clickredled").click(function() {
console.log('redledtoggle');
socket.emit('redledtoggle', {
message: 'redledtoggle'
});
});
});
</script>
</head>
<body>
<div class="container">
<button id='clicklamp'>toggle lamp</button>
<button id='clickredled'>toggle led</button>
<h2>Light</h2>
<!--<div >Light: <span id="light">...</span> lux</div>-->
<h2>Graph</h2>
<div>
<!--<div id="light-data" style="width:540px;height:340px"></div>-->
</div>
</div>
</body>
</html>
|
LRC/index.html
|
pauldoo/scratch
|
<!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>
<title>Long Range Compressor (LRC)</title>
<style>
body{
font-family: Sans-Serif;
font-size:0.8em;
color:#333333;
}
#outer{
width:80%;
margin: 0 auto;
}
table{
border-spacing:0.8em;
margin-left:1em;
}
td{
vertical-align:top;
}
th{
text-align:left;
}
</style>
</head>
<body>
<div id="outer">
<h1>Long Range Compressor (LRC)</h1>
<p>Updated 27/02/2006</p>
<h2>Introduction</h2>
<p>Since creating this page I have been told about <a href="http://rzip.samba.org/">rzip</a>, so this idea isn't new after all.</p>
<p>This program attempts to detect and exploit duplication in streams
which normal compression programs such as gzip and bzip2 fail to. The
program uses a rolling checksum inspired by rsync to efficiently detect
large blocks of data repeated arbitrarily far apart, distances much
further than bzip2 notices. Imagine a tar / pax file of an application
directory. The same dll may appear more than once in the file structure
or the same library may have been statically linked to different
executables. These duplicated blocks may be arbitrarily far apart in the
archive.</p>
<p>I will not attempt to explain in detail how the algorithm works here
but feel free to download the source or email me. I will probably write
up a description once the source has settled down.</p>
<h2>Results</h2>
<h3>Absolute worst case for LRC</h3>
<p>A file of any size containing no repeated blocks large enough for LRC to
detect will result in LRC adding 4 bytes to the length of the file. Here random1
is a file generated from /dev/urandom.</p>
<table>
<tr><th>File</th><th>Size (in bytes)</th></tr>
<tr><td>random1</td><td>7,654,321</td></tr>
<tr><td>random1.bz2</td><td>7,688,794</td></tr>
<tr><td>random1.lrc</td><td>7,654,325</td></tr>
<tr><td>random1.lrc.bz2</td><td>7,687,749</td></tr>
</table>
<h3>Absolute best case for LRC</h3>
<p>A large block of random data several megabytes in size repeating itself is
ideal for LRC. The algorithm will spot the duplication of the entire block and
squash out all of the repetition. Here random2 is the above random1 file
repeated twice.</p>
<table>
<tr><th>File</th><th>Size (in bytes)</th></tr>
<tr><td>random2</td><td>15,308,642</td></tr>
<tr><td>random2.bz2</td><td>15,376,676</td></tr>
<tr><td>random2.lrc</td><td>7,774,358</td></tr>
<tr><td>random2.lrc.bz2</td><td>7,722,119</td></tr>
</table>
<p>LRC will demonstrate the same behaviour if the block is repeated many
more times, ie only one copy of the block will be kept. This is true even if
the copies of the block are spread throughout the input at large
distances.</p>
<h3>Some real data</h3>
<p>Here some real filesystem trees have been tested. The LRC program does not
attempt to duplicate what bzip2 and others already do for local compression. For
that reason LRC output still benefits from being compressed itself with
bzip2.</p>
<table>
<tr>
<th>File or directory</th>
<th>Original (.pax or .tar)</th>
<th>.bz2</th>
<th>.lrc</th>
<th>.lrc.bz2</th>
<th>Comments</th>
</tr>
<tr>
<td>/etc (approx 3100+ files)</td>
<td>23,265,280</td>
<td>2,985,250</td>
<td>22,129,132</td>
<td>2,961,793</td>
<td>As expected not much saving here as /etc doesn't contain large portions of
repeated data.</td>
</tr>
<tr>
<td>/usr/X11R6 (approx 3400+ files)</td>
<td>148,746,240</td>
<td>43,125,635</td>
<td>86,368,716</td>
<td>35,845,001</td>
<td>Better compression here as presumably chunks of libraries / binaries duplicate
compiled object code.</td>
</tr>
<tr>
<td>linux-2.6.14.7.tar (2.6.14.7 kernel source)</td>
<td>224,102,400</td>
<td>39,194,997</td>
<td>214,558,252</td>
<td>38,552,800</td>
<td>Not very great compression here, again the files are mostly text and not binary.</td>
</tr>
<tr>
<td>linux-2.6.14.7-2.6.15.4.tar (2.6.14.7 and 2.6.15.4 kernel source tar files concatenated)</td>
<td>452,270,080</td>
<td>79,018,004</td>
<td>253,090,140</td>
<td>44,601,962</td>
<td>Here LRC is doing an excellent job of spotting the similarities between the two
archives despite the repetitions being over 200 megabytes apart in the stream.
This is a good example of how LRC works well when used with bzip2.</td>
</tr>
</table>
<h2>Performance</h2>
<h3>Compression</h3>
<p>In terms of speed the current algorithm takes time O( N log( N ) ) where N is
the length of the input stream. This should be easy to improve to O( N ) by
replacing some tree maps with hash maps.</p>
<p>In terms of memory used during compression LRC currently uses O( N ). This
looks bad but in reality the memory used is really a small fraction of the input
stream size. The above 400 megabyte files required only 40 megs of memory during
compression. The constant fraction can no doubt be improved but the O( N ) is
unavoidable.</p>
<h3>Decompression</h3>
<p>This is easy but requires seeking around in the output file as it is
reconstructed.</p>
<h2>Issues</h2>
<p>The current implementation is not optimized or very well tested. Some of the
tunable parameters have not been tested across different settings.</p>
<h2>Download</h2>
<p>This is very much work in progress, use at your own risk. The file format is
likely to change in the near future so do not archive anything important.</p>
<p>Subversion: svn://pauldoo.dyndns.org/home/svn/Programs/LRC</p>
<h2>Contact</h2>
<p><a href="mailto:paul.richards@gmail.com">paul.richards@gmail.com</a></p>
</div>
</body>
</html>
|
static/account/notifications.html
|
activecell/rekanban
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Rekanban</title>
<!-- le styles -->
<link rel="stylesheet" href="../stylesheets/profitably-branding.css">
<link href="../stylesheets/gitban.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.0/css/font-awesome.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- le main nav -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<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="http://www.gitban.com">Rekanban</a>
</div>
<div class="navbar-text">
<i class="fa fa-tasks"></i>
Account
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<!-- hidden
<li class="navbar-text">
<i class="fa fa-search"></i> Filter by:
</li>
<li style="margin-top:7px; width:300px;">
<select class="chosen-select" multiple>
<option value="1">Description</option>
<option value="2">Assignee</option>
<option value="3">Tag</option>
<option value="4">Type</option>
</select>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bookmark"></i>
Saved Filters
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Filter 1 <i class="fa fa-times pull-right"></i></a></li>
<li><a href="#">Filter 2 <i class="fa fa-times pull-right"></i></a></li>
<li><a href="#">Filter 3 <i class="fa fa-times pull-right"></i></a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-times"></i> Reset filters</a></li>
<li><a href="#"><i class="fa fa-save"></i> Save this filter</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-tasks"></i>
Boards
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header"><i class="fa fa-tasks"></i> Boards</li>
<li><a href="#">Board 1</a></li>
<li><a href="#">Board 2</a></li>
<li><a href="#">Board 3</a></li>
<li class="dropdown-header"><i class="fa fa-files-o"></i> Recipes</li>
<li><a href="#">Apply Recipe 1</a></li>
<li><a href="#">Apply Recipe 2</a></li>
<li><a href="#">Apply Recipe 3</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-archive"></i> Archive</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-plus"></i> Create new Board</a></li>
<li><a href="#"><i class="fa fa-save"></i> Save this board as a recipe</a></li>
</ul>
</li>
-->
<li>
<a href="#notifications" data-toggle="modal">
<i class="fa fa-bell"></i>
Notifications
<span class="label label-default">10</span>
</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="https://2.gravatar.com/avatar/8a81be5788345ffdf759aeae606ff716?d=https%3A%2F%2Fidenticons.github.com%2F0fd1f4d6a647daf66b2a3f79ecd7eb36.png&s=20">
adamrneary
<i class="fa fa-caret-down"></i>
</a>
<ul class="dropdown-menu">
<li class="dropdown-header">Account</li>
<li><a href="index.html" class='disabled'><i class="fa fa-gears"></i> Account</a></li>
<li><a href="boards.html" class='disabled'><i class="fa fa-tasks"></i> Boards</a></li>
<li><a href="recipes.html" class='disabled'><i class="fa fa-files-o"></i> Recipes</a></li>
<li><a href="tasks.html" class='disabled'><i class="fa fa-tasks"></i> Tasks</a></li>
<li><a href="notifications.html" class='disabled'><i class="fa fa-bell"></i> Notifications</a></li>
<li><a href="#" class='disabled'><i class="fa fa-money"></i> Account</a></li>
<li class="divider"></li>
<li><a href="#" class='disabled'><i class="fa fa-question"></i> Help</a></li>
<li><a href="#"><i class="fa fa-power-off"></i> Log out</a></li>
</ul>
</li>
</ul>
</div>
</nav><!-- end navigation -->
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="page-title">
<h1><i class="fa fa-bell"></i> Notifications</h1>
</div>
<div class="well well-sm">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="https://2.gravatar.com/avatar/8a81be5788345ffdf759aeae606ff716?d=https%3A%2F%2Fidenticons.github.com%2F0fd1f4d6a647daf66b2a3f79ecd7eb36.png&s=40">
</a>
<div class="media-body">
<h4 class="media-heading">adamneary</h4>
<p>
<span class="label label-primary">@kusic</span>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.</p>
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="https://1.gravatar.com/avatar/e55c09439e68fbaaf1231c9e725a8bdc?d=https%3A%2F%2Fidenticons.github.com%2F6789e600d8abaf5d52d427355d513fd2.png&s=40">
</a>
<div class="media-body">
<h4 class="media-heading">kusic</h4>
<p>
<span class="label label-primary">@adamneary</span>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.</p>
</div>
</div>
<button class="btn btn-success btn-block">Load more</button>
</div>
</div>
<div class="col-lg-3">
<div class="well text-center">
<img src="https://2.gravatar.com/avatar/8a81be5788345ffdf759aeae606ff716?d=https%3A%2F%2Fidenticons.github.com%2F0fd1f4d6a647daf66b2a3f79ecd7eb36.png&s=125">
<p>
Adam Neary
<br>
<span class="label label-primary">@adamneary</span>
</p>
<button class="btn btn-default btn-block">Change</button>
</div>
<ul class="list-group">
<li class="list-group-item"><a href="index.html">Profile</a></li>
<li class="list-group-item"><a href="boards.html">Boards</a></li>
<li class="list-group-item"><a href="recipes.html">Recipes</a></li>
<li class="list-group-item"><a href="tasks.html">Tasks</a></li>
<li class="list-group-item active"><a href="notifications.html">Notifications</a></li>
</ul>
<button class="btn btn-danger btn-block">Log out</button>
</div>
</div>
</div><!-- end .container -->
<!-- le footer -->
<div class="footer">
<p>© Profitably, Inc. 2013</p>
</div>
<!-- le notification modal -->
<div class="modal fade" id="notifications" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Notifications</h4>
</div>
<div class="modal-body">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="https://2.gravatar.com/avatar/8a81be5788345ffdf759aeae606ff716?d=https%3A%2F%2Fidenticons.github.com%2F0fd1f4d6a647daf66b2a3f79ecd7eb36.png&s=40">
</a>
<div class="media-body">
<h4 class="media-heading"><span class="label label-primary">adamneary</span> commented on a tasks
<a data-toggle="modal" href="#itemDetail">#1 Jack-in-the-box lorem</a></h4>
<hr>
<p>
<span class="label label-primary">@kusic</span>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.</p>
<span title="11/8/2013 7:30:07 PM">Nov 8 at 7:30 pm</span>
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="https://1.gravatar.com/avatar/e55c09439e68fbaaf1231c9e725a8bdc?d=https%3A%2F%2Fidenticons.github.com%2F6789e600d8abaf5d52d427355d513fd2.png&s=40">
</a>
<div class="media-body">
<h4 class="media-heading"><span class="label label-primary">@kusic</span> commented on a tasks
<a data-toggle="modal" href="#itemDetail">#1 Jack-in-the-box lorem</a></h4>
<hr>
<p>
<span class="label label-primary">@adamneary</span>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus.</p>
<span title="11/8/2013 7:32:07 PM">Nov 8 at 7:32 pm</span>
</div>
</div><!-- end .modal-body -->
</div><!-- end .modal-content -->
<div class="modal-footer">
<button type="button" class="btn btn-danger">Close</button>
</div><!-- end .modal-footer -->
</div><!-- end .modal-dialog -->
</div><!-- end .modal -->
<!-- le javascript -->
<script src="http://code.jquery.com/jquery.js"></script>
<script src="../javascripts/profitably-branding.js"></script>
<script src="../javascripts/gitban.js"></script>
<!-- Typekit -->
<script type="text/javascript" src="//use.typekit.net/xff3ece.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</body>
</html>
|
node_modules/csvtojson/coverage/csv2json/libs/core/defaultParsers/parser_flat.js.html
|
pVelocity/pvserverhelper
|
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for csv2json/libs/core/defaultParsers/parser_flat.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../../../prettify.css" />
<link rel="stylesheet" href="../../../../base.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type='text/css'>
.coverage-summary .sorter {
background-image: url(../../../../sort-arrow-sprite.png);
}
</style>
</head>
<body>
<div class='wrapper'>
<div class='pad1'>
<h1>
<a href="../../../../index.html">All files</a> / <a href="index.html">csv2json/libs/core/defaultParsers</a> parser_flat.js
</h1>
<div class='clearfix'>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Statements</span>
<span class='fraction'>0/4</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">100% </span>
<span class="quiet">Branches</span>
<span class='fraction'>0/0</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Functions</span>
<span class='fraction'>0/1</span>
</div>
<div class='fl pad1y space-right2'>
<span class="strong">0% </span>
<span class="quiet">Lines</span>
<span class='fraction'>0/4</span>
</div>
</div>
<p class="quiet">
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
</p>
</div>
<div class='status-line low'></div>
<pre><table class="coverage">
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
<a name='L2'></a><a href='#L2'>2</a>
<a name='L3'></a><a href='#L3'>3</a>
<a name='L4'></a><a href='#L4'>4</a>
<a name='L5'></a><a href='#L5'>5</a>
<a name='L6'></a><a href='#L6'>6</a>
<a name='L7'></a><a href='#L7'>7</a>
<a name='L8'></a><a href='#L8'>8</a>
<a name='L9'></a><a href='#L9'>9</a>
<a name='L10'></a><a href='#L10'>10</a>
<a name='L11'></a><a href='#L11'>11</a>
<a name='L12'></a><a href='#L12'>12</a></td><td class="line-coverage quiet"><span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span>
<span class="cline-any cline-no">0</span></td><td class="text"><pre class="prettyprint lang-js">Unable to lookup source: /Users/kxiang/work/projects/csv2json/libs/core/defaultParsers/parser_flat.js(ENOENT: no such file or directory, open '/Users/kxiang/work/projects/csv2json/libs/core/defaultParsers/parser_flat.js')
Error: Unable to lookup source: /Users/kxiang/work/projects/csv2json/libs/core/defaultParsers/parser_flat.js(ENOENT: no such file or directory, open '/Users/kxiang/work/projects/csv2json/libs/core/defaultParsers/parser_flat.js')
at Context.defaultSourceLookup [as sourceFinder] (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-lib-report/lib/context.js:15:15)
at Context.getSource (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-lib-report/lib/context.js:74:17)
at Object.annotateSourceCode (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-reports/lib/html/annotator.js:172:38)
at HtmlReport.onDetail (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-reports/lib/html/index.js:237:39)
at Visitor.(anonymous function) [as onDetail] (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-lib-report/lib/tree.js:34:30)
at ReportNode.Node.visit (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-lib-report/lib/tree.js:123:17)
at /Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-lib-report/lib/tree.js:116:23
at Array.forEach (native)
at visitChildren (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-lib-report/lib/tree.js:115:32)
at ReportNode.Node.visit (/Users/kxiang/work/projects/csv2json/node_modules/nyc/node_modules/istanbul-lib-report/lib/tree.js:126:5)</pre></td></tr>
</table></pre>
<div class='push'></div><!-- for sticky footer -->
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri May 11 2018 21:36:07 GMT+0100 (IST)
</div>
</div>
<script src="../../../../prettify.js"></script>
<script>
window.onload = function () {
if (typeof prettyPrint === 'function') {
prettyPrint();
}
};
</script>
<script src="../../../../sorter.js"></script>
<script src="../../../../block-navigation.js"></script>
</body>
</html>
|
docs/static-paginated-perseus4/166.html
|
jtauber/online-reader
|
<!doctype html>
<html>
<head>
<title>Histories 2.166</title>
<meta charset="utf-8">
<link rel="stylesheet" href="reader.css">
</head>
<body class="plain">
<div class="container">
<h1>Histories 2.166</h1>
<div class="text">
<p><span class="section">1</span>
The Kalasiries are from the districts of Thebes
, Bubastis, Aphthis, Tanis, Mendes, Sebennys, Athribis, Pharbaïthis, Thmuis, Onuphis, Anytis, Myecphoris (this last is in an island opposite the city of Bubastis)—
<p><span class="section">2</span>
from all of these; their number, at its greatest, attained to two hundred and fifty thousand men. These too may practise no trade but war, which is their hereditary calling.
</div>
<div class="page-nav-2">
<a class="prev" href="./165.html"><</a>
<a class="next" href="./167.html">></a>
</div>
</div>
</body>
</html>
|
_layouts/front.html
|
asongyu/asongyu.github.io
|
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4a8dc3735cfb30dfe67df1e81b34cc2874bb35249f86e97f47f7b6c4c8a513b9.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="./b3414a0b755728c4b2d997365f3c6197e77f87ceac9496f685911125c9f120a8.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>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/681d9847ad2cd7ce4b8bb15ea4303f3d7502166a9726c56a7fe97eeaca10762a.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="./3aa5b4d4d39afa78e2d1c816fbb44e4ac1de98756c4d241a22a035473c3b6074.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>
|
angular-node-sportsMall/public/views/placeOrder.html
|
attraction11/projects
|
<style>
.ng-invalid { background-color: lightpink; }
.ng-valid { background-color: lightgreen; }
span.error { color: red; font-weight: bold; }
</style>
<h2>现在付款</h2>
<p>请输入您的详细信息,我们将尽快发货!</p>
<form name="shippingForm" novalidate>
<div class="well">
<h3>收货人:</h3>
<div class="form-group">
<label>姓名:</label>
<input name="name" class="form-control" ng-model="data.shipping.name" required/>
<span class="error" ng-show="shippingForm.name.$error.required && shippingForm.name.$dirty">请输入姓名</span>
</div>
<h3>收货地址:</h3>
<div class="form-group">
<label>国家:</label>
<input name="country" class="form-control" ng-model="data.shipping.country" required />
<span class="error" ng-show="shippingForm.country.$error.required && shippingForm.country.$dirty">请输入国家名</span>
</div>
<div class="form-group">
<label>省份:</label>
<input name="state" class="form-control" ng-model="data.shipping.state" required />
<span class="error" ng-show="shippingForm.state.$error.required && shippingForm.state.$dirty">请输入一个省份</span>
</div>
<div class="form-group">
<label>城市:</label>
<input name="city" class="form-control" ng-model="data.shipping.city" required />
<span class="error" ng-show="shippingForm.city.$error.required && shippingForm.city.$dirty">请输入一个城市名称</span>
</div>
<div class="form-group">
<label>街道地址:</label>
<input name="street" class="form-control" ng-model="data.shipping.street" required/>
<span class="error" ng-show="shippingForm.street.$error.required && shippingForm.street.$dirty">请输入一个街道地址</span>
</div>
<div class="form-group">
<label>邮政编码:</label>
<input name="zip" class="form-control" ng-model="data.shipping.zip" required />
<span class="error" ng-show="shippingForm.zip.$error.required && shippingForm.zip.$dirty">请输入邮政编码</span>
</div>
<h3>选择:</h3>
<div class="checkbox">
<label>
<input name="giftwrap" type="checkbox"/>
包装成礼物
</label>
</div>
<div class="text-center">
<button ng-disabled="shippingForm.$invalid"
class="btn btn-primary"
ng-click="sendOrder(data.shipping)">
完成订单
</button>
</div>
</div>
</form>
|
result/M.1419005416.A.F32.html
|
iultimatez/PTTScraper
|
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>[爆卦] 鴻池也需要溫暖,靠發不實簡訊給選民取暖 - 看板 Gossiping - 批踢踢實業坊</title>
<meta name="robots" content="all">
<meta name="keywords" content="Ptt BBS 批踢踢">
<meta name="description" content="
https://www.facebook.com/Appendectomy/posts/355459524639096:0
【鴻池也需要溫暖,靠發不實簡訊給選民取暖】
大家可能已經發現,林鴻池和蔡正元這兩人,除了同是割闌尾罷免前三名爛尾之外,他們
">
<meta property="og:site_name" content="Ptt 批踢踢實業坊">
<meta property="og:title" content="[爆卦] 鴻池也需要溫暖,靠發不實簡訊給選民取暖">
<meta property="og:description" content="
https://www.facebook.com/Appendectomy/posts/355459524639096:0
【鴻池也需要溫暖,靠發不實簡訊給選民取暖】
大家可能已經發現,林鴻池和蔡正元這兩人,除了同是割闌尾罷免前三名爛尾之外,他們
">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print">
<script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//images.ptt.cc/v2.10/bbs.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32365737-1']);
_gaq.push(['_setDomainName', 'ptt.cc']);
_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>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="topbar-container">
<div id="topbar" class="bbs-content">
<a id="logo" href="/">批踢踢實業坊</a>
<span>›</span>
<a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a>
<a class="right small" href="/about.html">關於我們</a>
<a class="right small" href="/contact.html">聯絡資訊</a>
</div>
</div>
<div id="navigation-container">
<div id="navigation" class="bbs-content">
<a class="board" href="/bbs/Gossiping/index.html">返回看板</a>
<div class="bar"></div>
<div class="share">
<span>分享</span>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419005416.A.F32.html"></div>
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {lang: 'zh-TW'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
</div>
<div id="main-container">
<div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">Demogorgan (Superconductor)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[爆卦] 鴻池也需要溫暖,靠發不實簡訊給選民取暖</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 00:10:12 2014</span></div>
<a href="https://www.facebook.com/Appendectomy/posts/355459524639096:0" target="_blank" rel="nofollow">https://www.facebook.com/Appendectomy/posts/355459524639096:0</a>
【鴻池也需要溫暖,靠發不實簡訊給選民取暖】
大家可能已經發現,林鴻池和蔡正元這兩人,除了同是割闌尾罷免前三名爛尾之外,他們
還有幾個共同之處:不知檢討和自我反省。就像蔡正元在連勝文大敗之後,只會怪國民黨
中央,卻不反思是否是自己這個「競選總幹事」的問題,更不用說他對自己罷免連署以高
標通過第二階段完全無感這件事。林鴻池的不知檢討和自我反省,和蔡正元也不相上下。
傳給選民的簡訊當中,指稱割闌尾罷免理由是偏離事實,混淆視聽。但到底是誰在說謊,
誰又說的是實話,只要上立法院公報,就知道罷免理由是真是假。
現在危急全民健康的食安風暴,有立委預計要設立『賠償信託基金』專戶,讓食安受害者
能夠得到安全完善的保護措施,但林鴻池卻投下反對票。林鴻池「毒害」人民還不只這一
樁,林之前2009年公開表示「為人民健康把關,強烈反對美牛內臟進口」,言猶在耳2012
年卻以黨紀施壓國民黨立委,強行讓美牛案過關,明知是禍害人民的法案,卻泯滅良心只
顧馬意。另外,林鴻池還踐踏立法體系,2013年6月偷偷半夜通過會計法修正案,跟30秒
一樣低劣的手段,試圖用此法爲顏清標的貪汙罪解套,連同樣是國民黨的書記長賴士葆都
說,整個修法過程很神秘,他也是最後一兩天才被告知。這些所有事件都有憑有據,只要
稍微查一下就能知道,但林鴻池還敢大言不慚的對他的選民說,罷免理由偏離事實,各位
板橋人,相信大家眼睛都是雪亮的,讓我們在明天12/20星期六,一起一次罷免掉林鴻池
,明天「整個新北都是割闌尾的連署站」,讓我們在板橋西區58間7-11外面罷免連署攤位
,不見不散!
-------------------
■ 第二階段倒數計時中
吳育昇:倒數07天,12/27連署截止
林鴻池:倒數07天,12/27連署截止
■ 第二階段擺攤列表
吳育昇:<a href="http://goo.gl/VhnA2M" target="_blank" rel="nofollow">http://goo.gl/VhnA2M</a>
林鴻池:<a href="http://goo.gl/BFxRfp" target="_blank" rel="nofollow">http://goo.gl/BFxRfp</a>
---------------------
【現在加入。割闌尾V計劃 <a href="http://1129vday.tw/】" target="_blank" rel="nofollow">http://1129vday.tw/】</a>
■ 後續志工:<a href="http://goo.gl/MURskc" target="_blank" rel="nofollow">http://goo.gl/MURskc</a>
--------
【高雄區割闌尾】
● 週末擺攤志工報名處 <a href="http://goo.gl/forms/8gNs8L63Tz" target="_blank" rel="nofollow">http://goo.gl/forms/8gNs8L63Tz</a>
本週活動:12/20(六)、12/21(日)
下午3點~5點 全聯 (小港漢民路中山國中斜對面)
<a href="http://goo.gl/mgmvkQ" target="_blank" rel="nofollow">http://goo.gl/mgmvkQ</a> (GOOGLE MAP)
--------
★flyingV 緊急募資中 <a href="https://www.flyingv.cc/project/5126" target="_blank" rel="nofollow">https://www.flyingv.cc/project/5126</a>
高雄兩位闌尾:
★黃昭順提議書載點 <a href="http://ppt.cc/--O7" target="_blank" rel="nofollow">http://ppt.cc/--O7</a>
戶籍在左營、楠梓
★林國正提議書載點 <a href="http://ppt.cc/seyN" target="_blank" rel="nofollow">http://ppt.cc/seyN</a>
戶籍在前鎮、小港
前鎮8里(興東、復國、竹內、竹東、竹南、竹北、竹西、竹中里)非林國正選區,故不能
寫其提議書。
郵遞區號80099,高雄郵局第500號信箱
--
<span class="hl"> Just chemistry!</span><span class="f1 hl"> Helium</span>
<span class="f5 hl">Boron Carbon </span><span class="f1 hl"> Nitrogen Oxygen Fluorine Neon</span>
<span class="f4 hl">Aluminum</span><span class="f5 hl"> Silicon </span><span class="f3 hl"> Phosphorus Sulfur </span><span class="f1 hl"> Chlorine Argon</span>
<span class="f4 hl">Gallium </span><span class="f5 hl"> Germanium Arsenic Selenium </span><span class="f2 hl"> Bromine </span><span class="f1 hl"> Krypton</span>
<span class="f4 hl">Indium Tin </span><span class="f5 hl"> Antimony Tellurium </span><span class="f3 hl">Iodine </span><span class="f1 hl"> Xenon</span>
<span class="f4 hl">Thallium Lead </span><span class="f5 hl"> Bismuth Polonium </span><span class="f6 hl"> Astatine</span><span class="f1 hl"> Radon</span>
--
<span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 49.158.172.132
</span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419005416.A.F32.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419005416.A.F32.html</a>
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qooisgood</span><span class="f3 push-content">: 推爆他阿!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</span><span class="push-ipdatetime"> 12/20 00:10
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">zxc17893</span><span class="f3 push-content">: 快上阿!!!!!!!!!!!!!</span><span class="push-ipdatetime"> 12/20 00:11
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">yoyosunmoon</span><span class="f3 push-content">: push</span><span class="push-ipdatetime"> 12/20 00:11
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">micronetplor</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:11
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">onlyhuman</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:11
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">OR</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:12
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ggbb</span><span class="f3 push-content">: 推推</span><span class="push-ipdatetime"> 12/20 00:12
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jerry123456</span><span class="f3 push-content">: 推!!!!!!!!!!!</span><span class="push-ipdatetime"> 12/20 00:12
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qqq0103</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:13
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">s8338127</span><span class="f3 push-content">: push</span><span class="push-ipdatetime"> 12/20 00:13
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">paris930</span><span class="f3 push-content">: Bye 鴻池</span><span class="push-ipdatetime"> 12/20 00:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jaivu</span><span class="f3 push-content">: 幫高調</span><span class="push-ipdatetime"> 12/20 00:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ECZEMA</span><span class="f3 push-content">: 林鴻池罷免連署很不夠</span><span class="push-ipdatetime"> 12/20 00:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qooisgood</span><span class="f3 push-content">: 鴻池需要溫暖 為什麼不推</span><span class="push-ipdatetime"> 12/20 00:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ymx3xc</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">victoryman</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">aimiveyoris</span><span class="f3 push-content">: 在推!!!</span><span class="push-ipdatetime"> 12/20 00:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">rayonwu</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 00:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">FrankerZ</span><span class="f3 push-content">: 幫高調</span><span class="push-ipdatetime"> 12/20 00:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">tomo1026</span><span class="f3 push-content">: 比起林鴻池 薇閣昇才更值得罷免</span><span class="push-ipdatetime"> 12/20 00:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">eco100</span><span class="f3 push-content">: 睡前高調</span><span class="push-ipdatetime"> 12/20 00:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">rangting</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qooisgood</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:15
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">oncemore</span><span class="f3 push-content">: 會計法就別提了 藍綠通姦的產物</span><span class="push-ipdatetime"> 12/20 00:16
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">stevely</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:16
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">LuckyBee</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:16
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">yaya</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:17
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dian9</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:17
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">noworneverev</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:17
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">bobobola</span><span class="f3 push-content">: 柯p也因為會計法解套阿</span><span class="push-ipdatetime"> 12/20 00:17
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Solony</span><span class="f3 push-content">: push</span><span class="push-ipdatetime"> 12/20 00:18
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">loki1789</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:18
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">yinling0105</span><span class="f3 push-content">: 感覺很難打...大家加油!</span><span class="push-ipdatetime"> 12/20 00:18
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">iwillptt</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:18
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Waitaha</span><span class="f3 push-content">: 為什麼不罷免羅淑蕾</span><span class="push-ipdatetime"> 12/20 00:18
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">conbanwa</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">stiles</span><span class="f3 push-content">: push</span><span class="push-ipdatetime"> 12/20 00:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">demonh311</span><span class="f3 push-content">: 給正元溫暖</span><span class="push-ipdatetime"> 12/20 00:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">tyrone126</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">unreal29</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Lailungsheng</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qooisgood</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:19
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">pttpai</span><span class="f3 push-content">: 推,加油!</span><span class="push-ipdatetime"> 12/20 00:20
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">hungryuu</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:21
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">CO2</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:21
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">scarlee</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:22
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">sharkimage</span><span class="f3 push-content">: 加油</span><span class="push-ipdatetime"> 12/20 00:22
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">moee5432</span><span class="f3 push-content">: 推!</span><span class="push-ipdatetime"> 12/20 00:22
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">xfirex</span><span class="f3 push-content">: 割</span><span class="push-ipdatetime"> 12/20 00:23
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">trappings</span><span class="f3 push-content">: 已割 推!!!</span><span class="push-ipdatetime"> 12/20 00:24
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Drizzle</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:24
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">opces</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:24
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">artdeco1</span><span class="f3 push-content">: push</span><span class="push-ipdatetime"> 12/20 00:24
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Tuscany</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:25
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jing202</span><span class="f3 push-content">: 上啊!</span><span class="push-ipdatetime"> 12/20 00:25
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">theEastCoast</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:25
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">wl760713</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:26
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Howard119</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:27
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">corexxx</span><span class="f3 push-content">: 推!</span><span class="push-ipdatetime"> 12/20 00:27
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qooisgood</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:28
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">goddarn</span><span class="f3 push-content">: 推一個 加油啊!</span><span class="push-ipdatetime"> 12/20 00:31
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">stupideric</span><span class="f3 push-content">: 欠推啦</span><span class="push-ipdatetime"> 12/20 00:31
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ntpupu</span><span class="f3 push-content">: 高</span><span class="push-ipdatetime"> 12/20 00:31
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">wade8204</span><span class="f3 push-content">: 推啊</span><span class="push-ipdatetime"> 12/20 00:32
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">minaminojill</span><span class="f3 push-content">: 推,真愛假</span><span class="push-ipdatetime"> 12/20 00:34
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">aipado</span><span class="f3 push-content">: red pool fxxk u</span><span class="push-ipdatetime"> 12/20 00:34
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">renji1231</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:36
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">coco119</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:38
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">WNmime</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:39
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">SHIU0315</span><span class="f3 push-content">: 推個</span><span class="push-ipdatetime"> 12/20 00:40
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">kaoru1992</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:40
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">sandiato</span><span class="f3 push-content">: 不try一下怎麼知道</span><span class="push-ipdatetime"> 12/20 00:42
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jeneaqa1</span><span class="f3 push-content">: 和止兀一起走</span><span class="push-ipdatetime"> 12/20 00:42
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Ayenyen</span><span class="f3 push-content">: 幫高調啊!!!!!推!!</span><span class="push-ipdatetime"> 12/20 00:42
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">fricca</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 00:43
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">cbstgb</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 00:44
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">p830159</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 00:47
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">chungyiju</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:48
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">yaya</span><span class="f3 push-content">: PUSH</span><span class="push-ipdatetime"> 12/20 00:50
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">pro33342</span><span class="f3 push-content">: 高調啦</span><span class="push-ipdatetime"> 12/20 00:51
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">lawkey</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:51
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jimmysts</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:53
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jordan621</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">zxc75953515</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:55
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">sgonacle7821</span><span class="f3 push-content">: 割掉他!!!</span><span class="push-ipdatetime"> 12/20 00:55
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">bongg</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 00:56
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">hengyi</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">kis28519</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:58
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Zhangyuan</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 00:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">LeeLaa</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 01:00
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jessica5230</span><span class="f3 push-content">: 加油!!!!</span><span class="push-ipdatetime"> 12/20 01:02
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dian9</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 01:02
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Dulcia</span><span class="f3 push-content">: 割掉他!!!!</span><span class="push-ipdatetime"> 12/20 01:04
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">foxfish</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 01:04
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">smile1007</span><span class="f3 push-content">: 推啦!!!</span><span class="push-ipdatetime"> 12/20 01:04
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">chunyun</span><span class="f3 push-content">: 無恥至極。</span><span class="push-ipdatetime"> 12/20 01:06
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Kanecart</span><span class="f3 push-content">: 割掉他</span><span class="push-ipdatetime"> 12/20 01:08
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">odi5656</span><span class="f3 push-content">: 推推~</span><span class="push-ipdatetime"> 12/20 01:09
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">james1014306</span><span class="f3 push-content">: 幫高調</span><span class="push-ipdatetime"> 12/20 01:13
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">pase139</span><span class="f3 push-content">: 這不割說不過去</span><span class="push-ipdatetime"> 12/20 01:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qqq0103</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 01:16
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jeanne3624</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 01:16
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dtlove17</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 01:21
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">karta0681608</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 01:22
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">blxbl</span><span class="f3 push-content">: 幫高調</span><span class="push-ipdatetime"> 12/20 01:25
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">cjdcjdc</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 01:26
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">chunyun</span><span class="f3 push-content">: 畜牲</span><span class="push-ipdatetime"> 12/20 01:26
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Kemuel</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 01:27
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">omaha</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 01:30
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">handlesome</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 01:31
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Cruised</span><span class="f3 push-content">: !</span><span class="push-ipdatetime"> 12/20 01:31
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">qqq0103</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 01:34
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">yaya</span><span class="f3 push-content">: !</span><span class="push-ipdatetime"> 12/20 01:43
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">uujidggl</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 01:45
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">GAPB</span><span class="f3 push-content">: 推!</span><span class="push-ipdatetime"> 12/20 01:52
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Roarwolf</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 01:55
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">jevix</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 01:58
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">uniz</span><span class="f3 push-content">: 高調推!!</span><span class="push-ipdatetime"> 12/20 01:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">mikajamie</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 02:00
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">attitudium</span><span class="f3 push-content">: 這顆就是惡性腫瘤</span><span class="push-ipdatetime"> 12/20 02:05
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ueewen</span><span class="f3 push-content">: 推!</span><span class="push-ipdatetime"> 12/20 02:12
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">immoonlight</span><span class="f3 push-content">: X推</span><span class="push-ipdatetime"> 12/20 02:40
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">kazukisora</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 02:40
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">canappeco</span><span class="f3 push-content">: 鴻池也需要割闌尾</span><span class="push-ipdatetime"> 12/20 03:01
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">gretchen1</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 03:21
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">zxp930110</span><span class="f3 push-content">: 安安正元兒在等你囉</span><span class="push-ipdatetime"> 12/20 03:44
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">joyc06u6</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 04:03
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Hotaruinori</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 04:28
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">nsaids</span><span class="f3 push-content">: KMT出品必屬佳作</span><span class="push-ipdatetime"> 12/20 06:09
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">tozz</span><span class="f3 push-content">: 出草囉喔喔</span><span class="push-ipdatetime"> 12/20 06:33
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Whitening</span><span class="f3 push-content">: 誇張的國民黨立委!</span><span class="push-ipdatetime"> 12/20 06:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">mvpdirk712</span><span class="f3 push-content">: 快滾吧 這種爛立委多一個也嫌太多</span><span class="push-ipdatetime"> 12/20 07:18
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">TREKKER</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 07:58
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">houseman0713</span><span class="f3 push-content">: 這不推不行~</span><span class="push-ipdatetime"> 12/20 08:01
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">greco0616</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 08:31
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">deeplythink</span><span class="f3 push-content">:</span><span class="push-ipdatetime"> 12/20 08:34
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">funnyrain</span><span class="f3 push-content">: 加油</span><span class="push-ipdatetime"> 12/20 08:37
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">usamichan</span><span class="f3 push-content">: 垃圾</span><span class="push-ipdatetime"> 12/20 08:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">lunaX19</span><span class="f3 push-content">: 這人在板橋很久了...</span><span class="push-ipdatetime"> 12/20 09:07
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">HOLDONY</span><span class="f3 push-content">: 加油</span><span class="push-ipdatetime"> 12/20 09:25
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">cmy66</span><span class="f3 push-content">: 加油!!</span><span class="push-ipdatetime"> 12/20 09:25
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">gg889g8</span><span class="f3 push-content">: 加油</span><span class="push-ipdatetime"> 12/20 09:40
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">julia66</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 10:22
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">imogenemuse</span><span class="f3 push-content">: 投美牛這點,一定得罷免,連臺灣本島食安都驗不出來</span><span class="push-ipdatetime"> 12/20 10:25
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">imogenemuse</span><span class="f3 push-content">: 美牛進來…真得有做到狂牛與瘦肉精的全篩嗎?</span><span class="push-ipdatetime"> 12/20 10:26
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">maxn86</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 10:28
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">adifdtd</span><span class="f3 push-content">: 割闌尾是我幾個月來每日關注的重點 感謝團隊 (_ _)</span><span class="push-ipdatetime"> 12/20 10:35
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">boggae</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 10:40
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">angeltear15</span><span class="f3 push-content">: Ya</span><span class="push-ipdatetime"> 12/20 10:42
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">l1l1l1l1</span><span class="f3 push-content">: 板橋人選出這種垃圾不自殺負責嗎</span><span class="push-ipdatetime"> 12/20 10:46
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">windangellin</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 11:33
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">xxxx9659</span><span class="f3 push-content">: 加油 自己的爛委自己割 別選區的沒辦法幫</span><span class="push-ipdatetime"> 12/20 13:08
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">VTsuyoshi</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 13:22
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">endlesser</span><span class="f3 push-content">: 幹 這些政客能割掉最好</span><span class="push-ipdatetime"> 12/20 13:43
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">TY0842</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 13:46
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">pin0511</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 13:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">butywater</span><span class="f3 push-content">: 讓他回家吃自己</span><span class="push-ipdatetime"> 12/20 14:46
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">imchrisliu</span><span class="f3 push-content">: 推推</span><span class="push-ipdatetime"> 12/20 15:14
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">kt102441</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 16:16
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">klimpan</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 17:01
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Automatic620</span><span class="f3 push-content">: 高調</span><span class="push-ipdatetime"> 12/20 17:32
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">tomchun6</span><span class="f3 push-content">: 推 加油!</span><span class="push-ipdatetime"> 12/20 19:44
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">vp89dpoub5</span><span class="f3 push-content">: 推</span><span class="push-ipdatetime"> 12/20 21:44
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">lisa810824</span><span class="f3 push-content">: 今天經過板橋沒有簽到Q 你們還會在哪裡設據點呀</span><span class="push-ipdatetime"> 12/21 01:16
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">steveok12</span><span class="f3 push-content">: 把一些無效政客給送走吧!</span><span class="push-ipdatetime"> 12/21 23:28
</span></div></div>
<div id="article-polling" data-pollurl="/poll/Gossiping/M.1419005416.A.F32.html?cacheKey=2052-1348174897&offset=19729&offset-sig=2de239edfcb097ae8418c68d84ba897e1a543238" data-longpollurl="/v1/longpoll?id=aa03d6a8051265083bb6da24f368fd2c34a2237b" data-offset="19729">推文自動更新已關閉</div>
<div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div>
</div>
</body></html>
|
test/index.html
|
cfenzo/ractive-transitions-velocity
|
<!DOCTYPE HTML>
<html>
<head>
<title>ractive-transitions-velocity test suite</title>
<link rel='stylesheet' href='lib/qunit.css'>
</head>
<body>
<div id='qunit'></div>
<div id='qunit-fixture'></div>
<script src='lib/qunit.js'></script>
<script src='lib/qunit-assert-html.js'></script>
<script src='../vendor/ractive/ractive-legacy.js'></script>
<script src='../vendor/jquery/dist/jquery.js'></script>
<script src='../vendor/velocity/jquery.velocity.js'></script>
<script src='../vendor/velocity/velocity.ui.js'></script>
<script src='../tmp/ractive-transitions-velocity.js'></script>
<!-- load test modules -->
<script src='tests.js'></script>
</body>
</html>
|
public/index.html
|
christoph-phillips/URLShortenerAPI
|
<!DOCTYPE html>
<html>
<head>
<title>A URL Shortener MicroService</title>
<link href="/public/css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<br />
<p class="clementine-text">A URL Shortener MicroService</p>
<div class="container">
<blockquote>
<h1>User stories:</h1>
<p>I can pass a URL as a parameter and I will receive a shortened URL in the JSON response.</p>
<p>When I visit that shortened URL, it will redirect me to my original link.</p>
</blockquote>
<h3>Example creation usage:</h3>
<code>https://urlshortenerapi.herokuapp.com/https://www.google.com</code>
<br>
<code>https://urlshortenerapi.herokuapp.com/http://freecodecamp.com/news</code>
<h3>Example creation output:</h3>
<code>
{
"original": "http://freecodecamp.com/news",
"shortened": "https://urlshortenerapi.herokuapp.com/4"
}
</code>
<h3>Usage:</h3>
<code>https://urlshortenerapi.herokuapp.com/4</code>
<h3>Will redirect to:</h3>
<code>http://freecodecamp.com/news</code>
</div>
</div>
<script type="text/javascript" src="common/ajax-functions.js"></script>
<script type="text/javascript" src="controllers/clickController.client.js"></script>
<script type="text/javascript" src="controllers/userController.client.js"></script>
</body>
</html>
|
app/views/pip14a/gettingOn.html
|
gup-dwp/pip-prototype
|
{{<govuk_template}}
{{$head}}
{{>includes/head}}
{{/head}}
{{$propositionHeader}}
{{>includes/propositional_navigation}}
{{/propositionHeader}}
{{$headerClass}}with-proposition{{/headerClass}}
{{$content}}
<main id="content" role="main">
{{>includes/phase_banner}}
<div class="grid-row">
<div class="column-two-thirds">
<form action="gettingOn{{#edit}}?edit=true{{/edit}}" method="post" method="#" class="form checkMyAnswers" data-question="gettingOn">
<h1 class="form-title heading-large">{{>includes/pages/progress}}
Mixing with people </h1>
<div class="form-group" id="form-group-frequency">
<fieldset class="form-group">
<legend class="form-label">Does your condition affect you:</legend>
<label class="block-label" for="waste-type-1" data-show="details">
<input id="waste-type-1" name="difficulty" type="checkbox" value="mixing with people you do not know" >mixing with people you do not know
</label>
<label class="block-label" for="waste-type-2" data-show="details">
<input id="waste-type-2" name="difficulty" type="checkbox" value="mixing with people you know" >mixing with people you know
</label>
<label class="block-label" for="waste-type-3" data-show="details">
<input id="waste-type-3" name="difficulty" type="checkbox" value="understanding simple conversations" >understanding simple conversations
</label>
<label class="block-label" for="waste-type-4" data-show="details">
<input id="waste-type-4" name="difficulty" type="checkbox" value="understanding long or complicated conversations" >understanding long or complicated conversations
</label>
<label class="block-label" for="waste-type-5" data-show="details">
<input id="waste-type-5" name="difficulty" type="checkbox" value="getting across what you want to say" >getting across what you want to say
</label>
<label class="block-label" for="waste-type-6" data-show="details">
<input id="waste-type-6" name="difficulty" type="checkbox" value="understanding how people are behaving towards you" >understanding how people are behaving towards you
</label>
<label class="block-label" for="waste-type-9" data-show="details" data-target="other">
<input id="waste-type-9" name="difficulty" type="checkbox" value="Other">
in another way
</label>
<div class="panel-indent js-hidden" id="other">
<input class="form-control" type="text" id="manageMedications-other-country" name="other-difficulty">
</div>
<p class="form-block">or</p>
<label class="block-label" for="waste-type-10" data-hide="details">
<input id="waste-type-10" name="difficulty" type="checkbox" value="Your condition does not affect you mixing with people">Your condition does not affect you mixing with people
</label>
</fieldset>
</div>
<div class="panel-indent js-hidden" id="details">
<div class="form-group">
<legend class="form-label" id="frequency" for="frequency">
<span class="frequency-question">How often does your condition affect you mixing with people?
</span> </legend>
<label class="block-label" for="pip.radio.allthetime.id">
<input id="pip.radio.allthetime.id" type="radio" name="frequency" value="Every time you have to mix with people" > Every time you have to mix with people
</label>
<label class="block-label" for="pip.radio.morethanhalf.id">
<input id="pip.radio.morethanhalf.id" type="radio" name="frequency" value="More than half the time" > More than half the time
</label>
<label class="block-label" for="pip.radio.lessthanhalf.id">
<input id="pip.radio.lessthanhalf.id" type="radio" name="frequency" value="Less than half the time" > Less than half the time
</label>
<label class="block-label" for="pip.radio.own-words.id">
<input id="pip.radio.own-words.id" type="radio" name="frequency" value="Tell us how often in your own words" {{#frequency.frequencyTell us how often in your own words}}checked=checked{{/frequency.frequencyTell us how often in your own words}} >
Explain how often in your own words
</label>
<div id="how-often" class="form-group js-hidden">
<br />
<label class="form-label" for="ownWords">If you can, tell us roughly how many days out of a week or month you’re affected.</label>
<input type="text" class="form-control" id="ownWords" value="{{#frequency.ownWords}}{{frequency.ownWords}}{{/frequency.ownWords}}" name="ownWords" />
</div>
</div>
<div class="form-group">
<fieldset>
<legend class="form-label">How do you mix with people?</legend>
<label class="block-label" for="how-manage-type-1">
<input id="how-manage-type-1" name="how-manage-types" type="checkbox" value="Someone needs to encourage you to mix with people">Someone needs to encourage you to mix with people
</label>
<label class="block-label" for="how-manage-type-2">
<input id="how-manage-type-2" name="how-manage-types" type="checkbox" value="You rely on someone to explain things to you">You rely on someone to explain things to you
</label>
<label class="block-label" for="how-manage-type-3">
<input id="how-manage-type-3" name="how-manage-types" type="checkbox" value="Someone needs to supervise you">Someone needs to supervise you
</label>
<label class="block-label" for="how-manage-type-4">
<input id="how-manage-type-4" name="how-manage-types" type="checkbox" value="You manage on your own, but with difficulty">You manage on your own, but with difficulty
</label>
<label class="block-label" for="how-manage-type-5" data-target="anotherWay">
<input id="how-manage-type-5" name="how-manage-types" type="checkbox" value="In another way">
In another way
</label>
<div class="panel-indent js-hidden" id="anotherWay">
<input class="form-control" type="text" id="manageAnotherWay" name="manageAnotherWay">
</div>
</fieldset>
</div>
<div class="form-group">
<label class="form-label" for="detailsWhy">Explain how your condition affects you mixing with people. </label>
<p>
Include if:
</p>
<ul class="list-bullet" style="margin-top:-15px;margin-left:10px;">
<li>what you’re able to do depends on the type of day you’re having</li>
<li>mixing with people could put you or others at risk</li>
<li>mixing with people has an effect on your condition</li>
</ul>
<span class="font-xsmall form-control-3-4 character-count">1500 characters left</span>
<textarea class="form-control-3-4" maxlength="1500" id="detailsWhy" name="detailsWhy"></textarea>
</div>
</div>
<div class="form-group">
<input type="submit" class="button" value="Save and continue" name="saveAndcontinue">
<input type="submit" value="Save and come back later" name="saveAndExit" class="exit-link">
<a href="#" class="example-back-link">Back</a>
</div>
</form>
</div>
<div class="column-third">{{>includes/pages/getHelp}}
</div>
</div>
</main><!-- / #page-container -->
{{/content}}
{{$bodyEnd}}
{{>includes/elements_scripts}}
{{/bodyEnd}}
{{/govuk_template}}
|
members/mr-andrew-love.html
|
JeniT/childs-guide-to-parliament
|
---
# DO NOT EDIT!
# This file is automatically generated by get-members. If you change it, bad
# things will happen.
layout: default
title: "Mr Andrew Love"
house: commons
---
<div class="row">
<div class="col-md-8">
{% include members/mr-andrew-love.html %}
<h3>What is Mr Andrew Love interested in?</h3>
<li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/housing.html">Housing</a></li>
<li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/regeneration.html">Regeneration</a></li>
<li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/mutuality.html">Mutuality</a></li>
<li><a href="http://jenit.github.io/childs-guide-to-parliament/interests/the-economy.html">The Economy</a></li>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Place</h3>
</div>
<div class="panel-body">
<p>Mr Andrew Love is the MP for <b>Edmonton</b>.</p>
<div id="constituency-map" style="width:100%;height:250px"></div>
<script>
L.mapbox.accessToken = 'pk.eyJ1IjoiamFja3NvbmowNCIsImEiOiJxNmRPTDhvIn0.zxOHkhRVui-0MBwEdKnfUg';
var map = L.mapbox.map('constituency-map', 'jacksonj04.k663m066',{
zoomControl: false
});
var featureLayer = L.mapbox.featureLayer()
.loadURL('{{ site.baseurl }}/data/boundaries/edmonton.geojson')
.addTo(map);
featureLayer.on('ready', function() {
map.fitBounds(featureLayer.getBounds());
});
</script>
<p class="small"><a href="{{ site.baseurl }}/glossary.html#constituency">What is a constituency?</a><p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Party</h3>
</div>
<div class="panel-body">
<p>Mr Andrew Love is an MP in the <b>Labour (Co-op)</b> party.</p>
<p class="small"><a href="{{ site.baseurl }}/glossary.html#party">What is a party?</a><p>
</div>
</div>
</div>
</div>
|
_includes/author-profile.html
|
RimWorldMod/RimWorldMod.github.io
|
{% if page.author and site.data.authors[page.author] %}
{% assign author = site.data.authors[page.author] %}
{% else %}
{% assign author = site.author %}
{% endif %}
<div itemscope itemtype="http://schema.org/Person">
{% if author.avatar %}
<div class="author__avatar">
{% if author.avatar contains "://" %}
<img src="{{ author.avatar }}" alt="{{ author.name }}" itemprop="image">
{% else %}
<img src="{{ author.avatar | absolute_url }}" class="author__avatar" alt="{{ author.name }}" itemprop="image">
{% endif %}
</div>
{% endif %}
<div class="author__content">
<h3 class="author__name" itemprop="name">{{ author.name }}</h3>
{% if author.bio %}
<p class="author__bio" itemprop="description">
{{ author.bio }}
</p>
{% endif %}
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">{{ site.data.ui-text[site.locale].follow_label | remove: ":" | default: "Follow" }}</button>
<ul class="author__urls social-icons">
{% if author.location %}
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
<i class="fa fa-fw fa-map-marker" aria-hidden="true"></i>
<span itemprop="name"> {{ author.location }} </span>
</li>
{% endif %}
{% if author.uri %}
<li>
<a href="{{ author.uri }}" itemprop="url">
<i class="fa fa-fw fa-chain" aria-hidden="true"></i>
{{ site.data.ui-text[site.locale].website_label | default: "Website" }}
</a>
</li>
{% endif %}
{% if author.email %}
<li>
<a href="mailto:{{ author.email }}">
<i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i>
<meta itemprop="email" content="{{ author.email }}" />
{{ site.data.ui-text[site.locale].email_label | default: "Email" }}
</a>
</li>
{% endif %}
{% if author.keybase %}
<li><a href="https://keybase.io/{{ author.keybase }} " itemprop="sameAs">
<i class="fa fa-fw fa-key" aria-hidden="true"></i>
Keybase
</a></li>
{% endif %}
{% if author.twitter %}
<li><a href="https://twitter.com/{{ author.twitter }}" itemprop="sameAs">
<i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i>
Twitter
</a></li>
{% endif %}
{% if author.reddit %}
<li><a href="https:///www.reddit.com/user/{{ author.reddit }}" itemprop="sameAs">
<i class="fa fa-fw fa-reddit-square" aria-hidden="true"></i>
Reddit
</a></li>
{% endif %}
{% if author.facebook %}
<li><a href="https://www.facebook.com/{{ author.facebook }}" itemprop="sameAs">
<i class="fa fa-fw fa-facebook-square" aria-hidden="true"></i>
Facebook
</a></li>
{% endif %}
{% if author.google_plus %}
<li><a href="https://plus.google.com/+{{ author.google_plus }}" itemprop="sameAs">
<i class="fa fa-fw fa-google-plus-square" aria-hidden="true"></i>
Google+
</a></li>
{% endif %}
{% if author.linkedin %}
<li><a href="https://www.linkedin.com/in/{{ author.linkedin }}" itemprop="sameAs">
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i>
LinkedIn
</a></li>
{% endif %}
{% if author.xing %}
<li><a href="https://www.xing.com/profile/{{ author.xing }}" itemprop="sameAs">
<i class="fa fa-fw fa-xing-square" aria-hidden="true"></i>
XING
</a></li>
{% endif %}
{% if author.instagram %}
<li><a href="https://instagram.com/{{ author.instagram }}" itemprop="sameAs">
<i class="fa fa-fw fa-instagram" aria-hidden="true"></i>
Instagram
</a></li>
{% endif %}
{% if author.tumblr %}
<li><a href="https://{{ author.tumblr }}.tumblr.com" itemprop="sameAs">
<i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i>
Tumblr
</a></li>
{% endif %}
{% if author.bitbucket %}
<li><a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs">
<i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i>
Bitbucket
</a></li>
{% endif %}
{% if author.github %}
<li><a href="https://github.com/{{ author.github }}" itemprop="sameAs">
<i class="fa fa-fw fa-github" aria-hidden="true"></i>
Github
</a></li>
{% endif %}
{% if author.stackoverflow %}
<li><a href="https://www.stackoverflow.com/users/{{ author.stackoverflow }}" itemprop="sameAs">
<i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i>
Stackoverflow
</a></li>
{% endif %}
{% if author.lastfm %}
<li><a href="https://last.fm/user/{{ author.lastfm }}" itemprop="sameAs">
<i class="fa fa-fw fa-lastfm-square" aria-hidden="true"></i>
Last.fm
</a></li>
{% endif %}
{% if author.dribbble %}
<li><a href="https://dribbble.com/{{ author.dribbble }}" itemprop="sameAs">
<i class="fa fa-fw fa-dribbble" aria-hidden="true"></i>
Dribbble
</a></li>
{% endif %}
{% if author.pinterest %}
<li><a href="https://www.pinterest.com/{{ author.pinterest }}" itemprop="sameAs">
<i class="fa fa-fw fa-pinterest" aria-hidden="true"></i>
Pinterest
</a></li>
{% endif %}
{% if author.foursquare %}
<li><a href="https://foursquare.com/{{ author.foursquare }}" itemprop="sameAs">
<i class="fa fa-fw fa-foursquare" aria-hidden="true"></i>
Foursquare
</a></li>
{% endif %}
{% if author.steam %}
<li><a href="https://steamcommunity.com/id/{{ author.steam }}" itemprop="sameAs">
<i class="fa fa-fw fa-steam-square" aria-hidden="true"></i>
Steam
</a></li>
{% endif %}
{% if author.youtube %}
<li><a href="https://www.youtube.com/user/{{ author.youtube }}" itemprop="sameAs">
<i class="fa fa-fw fa-youtube-square" aria-hidden="true"></i>
YouTube
</a></li>
{% endif %}
{% if author.soundcloud %}
<li><a href="https://soundcloud.com/{{ author.soundcloud }}" itemprop="sameAs">
<i class="fa fa-fw fa-soundcloud" aria-hidden="true"></i>
Soundcloud
</a></li>
{% endif %}
{% if author.weibo %}
<li><a href="https://www.weibo.com/{{ author.weibo }}" itemprop="sameAs">
<i class="fa fa-fw fa-weibo" aria-hidden="true"></i>
Weibo
</a></li>
{% endif %}
{% if author.flickr %}
<li><a href="https://www.flickr.com/{{ author.flickr }}" itemprop="sameAs">
<i class="fa fa-fw fa-flickr" aria-hidden="true"></i>
Flickr
</a></li>
{% endif %}
{% if author.codepen %}
<li><a href="https://codepen.io/{{ author.codepen }}" itemprop="sameAs">
<i class="fa fa-fw fa-codepen" aria-hidden="true"></i>
CodePen
</a></li>
{% endif %}
{% if author.vine %}
<li><a href="https://vine.co/u/{{ author.vine }}" itemprop="sameAs">
<i class="fa fa-fw fa-vine" aria-hidden="true"></i>
Vine
</a></li>
{% endif %}
</ul>
</div>
</div>
|
_site/devops-summit-complete-compliance-in-coding-is-an/index.html
|
dromologue/dromologue.github.io
|
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Complete compliance in coding is an Alice in Wonderland-style fairytale – The New Dromologue</title>
<meta name="description" content="Velocity is all that matters.">
<meta name="keywords" content="Interview">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="http://www.dromologue.com/images/">
<meta name="twitter:title" content="Complete compliance in coding is an Alice in Wonderland-style fairytale">
<meta name="twitter:description" content="Velocity is all that matters.">
<meta name="twitter:creator" content="@dromologue">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Complete compliance in coding is an Alice in Wonderland-style fairytale">
<meta property="og:description" content="Velocity is all that matters.">
<meta property="og:url" content="http://www.dromologue.com/devops-summit-complete-compliance-in-coding-is-an/">
<meta property="og:site_name" content="The New Dromologue">
<link rel="canonical" href="http://www.dromologue.com/devops-summit-complete-compliance-in-coding-is-an/">
<link href="http://www.dromologue.com/feed.xml" type="application/atom+xml" rel="alternate" title="The New Dromologue Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For all browsers -->
<link rel="stylesheet" href="http://www.dromologue.com/assets/css/main.css">
<!-- Webfonts -->
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic" rel="stylesheet" type="text/css">
<meta http-equiv="cleartype" content="on">
<!-- Load Modernizr -->
<script src="http://www.dromologue.com/assets/js/vendor/modernizr-2.6.2.custom.min.js"></script>
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://www.dromologue.com/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://www.dromologue.com/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://www.dromologue.com/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://www.dromologue.com/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://www.dromologue.com/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://www.dromologue.com/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body id="post" >
<!--[if lt IE 9]><div class="upgrade"><strong><a href="http://whatbrowser.org/">Your browser is quite old!</strong> Why not upgrade to a different browser to better enjoy this site?</a></div><![endif]-->
<nav id="dl-menu" class="dl-menuwrapper" role="navigation">
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li><a href="http://www.dromologue.com/">Home</a></li>
<li>
<a href="#">About</a>
<ul class="dl-submenu">
<li>
<img src="http://www.dromologue.com/images/Justin2.jpg" alt="Justin Arbuckle photo" class="author-photo">
<h4>Justin Arbuckle</h4>
<p>CTO, IT Architect, Evangelist, Transformer.</p>
</li>
<li><a href="http://www.dromologue.com/about/"><span class="btn btn-inverse">Learn More</span></a></li>
<li>
<a href="mailto:justin@dromologue.com"><i class="fa fa-fw fa-envelope"></i> Email</a>
</li>
<li>
<a href="https://twitter.com/dromologue"><i class="fa fa-fw fa-twitter"></i> Twitter</a>
</li>
<li>
<a href="https://facebook.com/justin.arbuckle"><i class="fa fa-fw fa-facebook"></i> Facebook</a>
</li>
<li>
<a href="https://linkedin.com/in/justinarbuckle"><i class="fa fa-fw fa-linkedin"></i> LinkedIn</a>
</li>
<li>
<a href="https://github.com/dromologue"><i class="fa fa-fw fa-github"></i> GitHub</a>
</li>
</ul><!-- /.dl-submenu -->
</li>
<li>
<a href="#">Posts</a>
<ul class="dl-submenu">
<li><a href="http://www.dromologue.com/posts/">All Posts</a></li>
<li><a href="http://www.dromologue.com/tags/">All Tags</a></li>
</ul>
</li>
<li><a href="http://linklist.dromologue.com" target="_blank">Link-List</a></li>
<li><a href="http://www.dromologue.com/ContinuousTransformation/" target="_blank">Open Source Methods</a></li>
<li><a href="http://www.dromologue.com/feed.xml" target="_blank">RSS</a></li>
</ul><!-- /.dl-menu -->
</nav><!-- /.dl-menuwrapper -->
<div id="main" role="main">
<article class="hentry">
<header class="header-title">
<div class="header-title-wrap">
<h1 class="entry-title"><a href="http://www.dromologue.com/devops-summit-complete-compliance-in-coding-is-an/" rel="bookmark" title="Complete compliance in coding is an Alice in Wonderland-style fairytale">Complete compliance in coding is an Alice in Wonderland-style fairytale</a></h1>
<h2><span class="entry-date date published"><time datetime="2015-07-08T13:06:12+01:00">July 08, 2015</time></span></h2>
</div><!-- /.header-title-wrap -->
</header>
<div class="entry-content">
<p>DevOps Summit: Complete compliance in coding is an Alice in Wonderland-style fairytale
<a href="http://www.computing.co.uk/ctg/news/2416905/complete-compliance-in-coding-is-an-alice-in-wonderland-style-fairytale">Article</a> in Computer Weekly. </p>
<footer class="entry-meta">
<span class="entry-tags"><a href="http://www.dromologue.com/tags/#Interview" title="Pages tagged Interview" class="tag"><span class="term">Interview</span></a></span>
<div class="social-share">
<ul class="socialcount socialcount-small inline-list">
<li class="facebook"><a href="https://www.facebook.com/sharer/sharer.php?u=http://www.dromologue.com/devops-summit-complete-compliance-in-coding-is-an/" title="Share on Facebook"><span class="count"><i class="fa fa-facebook-square"></i> Like</span></a></li>
<li class="twitter"><a href="https://twitter.com/intent/tweet?text=http://www.dromologue.com/devops-summit-complete-compliance-in-coding-is-an/" title="Share on Twitter"><span class="count"><i class="fa fa-twitter-square"></i> Tweet</span></a></li>
<li class="googleplus"><a href="https://plus.google.com/share?url=http://www.dromologue.com/devops-summit-complete-compliance-in-coding-is-an/" title="Share on Google Plus"><span class="count"><i class="fa fa-google-plus-square"></i> +1</span></a></li>
</ul>
</div><!-- /.social-share -->
</footer>
</div><!-- /.entry-content -->
<section id="disqus_thread"></section><!-- /#disqus_thread -->
<div class="read-more">
<div class="read-more-header">
<a href="http://www.dromologue.com/ics-presentation/" class="read-more-btn">Read More</a>
</div><!-- /.read-more-header -->
<div class="read-more-content">
<h3><a href="http://www.dromologue.com/newletter/" title="Promotions">Promotions</a></h3>
<p>Junior staff often ask me, "what does it take to be promoted?" I am honest and don't pretend. I say, "It takes fitting in with how the or...… <a href="http://www.dromologue.com/newletter/">Continue reading</a></p>
</div><!-- /.read-more-content -->
<div class="read-more-list">
<div class="list-item">
<h4><a href="http://www.dromologue.com/bankofyear/" title="Scotiabank Wins Bank of the Year in Canada 2019">Scotiabank Wins Bank of the Year in Canada 2019</a></h4>
<span>Published on November 19, 2019</span>
</div><!-- /.list-item -->
<div class="list-item">
<h4><a href="http://www.dromologue.com/GoogleKeynote/" title="Google Next Keynote">Google Next Keynote</a></h4>
<span>Published on May 02, 2019</span>
</div><!-- /.list-item -->
</div><!-- /.read-more-list -->
</div><!-- /.read-more -->
</article>
</div><!-- /#main -->
<div class="footer-wrapper">
<footer role="contentinfo">
<span>© 2021 Justin Arbuckle. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> using the <a href="https://mademistakes.com/work/hpstr-jekyll-theme/" rel="nofollow">HPSTR Theme</a>.</span>
</footer>
</div><!-- /.footer-wrapper -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://www.dromologue.com/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="http://www.dromologue.com/assets/js/scripts.min.js"></script>
<!-- Asynchronous Google Analytics snippet -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-10343112-1', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'dromologue'; // 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);
})();
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<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>
</body>
</html>
|
documentation/package-frame.html
|
amirbawab/GraphADT
|
<!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_25) on Sun Jan 04 18:05:04 PST 2015 -->
<title><Unnamed></title>
<meta name="date" content="2015-01-04">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar"><a href="package-summary.html" target="classFrame"><Unnamed></a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="GraphDriver.html" title="class in <Unnamed>" target="classFrame">GraphDriver</a></li>
</ul>
</div>
</body>
</html>
|
JSBus/Content/Site.css
|
teelahti/TD2013JSBus
|
html {
background-color: #e2e2e2;
margin: 0;
padding: 0;
}
body {
background-color: #fff;
border-top: solid 10px #000;
color: #333;
font-size: .85em;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
}
a {
color: #333;
outline: none;
padding-left: 3px;
padding-right: 3px;
text-decoration: underline;
}
a:link, a:visited,
a:active, a:hover {
color: #333;
}
a:hover {
background-color: #c7d1d6;
}
header, footer, hgroup,
nav, section {
display: block;
}
mark {
background-color: #a6dbed;
padding-left: 5px;
padding-right: 5px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.clear-fix:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}
h1, h2, h3,
h4, h5, h6 {
color: #000;
margin-bottom: 0;
padding-bottom: 0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5, h6 {
font-size: 1em;
}
h5 a:link, h5 a:visited, h5 a:active {
padding: 0;
text-decoration: none;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
margin: 0 auto;
max-width: 960px;
}
#body {
background-color: #efeeef;
clear: both;
padding-bottom: 35px;
}
.main-content {
background: url("../Images/accent.png") no-repeat;
padding-left: 10px;
padding-top: 30px;
}
.featured + .main-content {
background: url("../Images/heroAccent.png") no-repeat;
}
header .content-wrapper {
padding-top: 20px;
}
footer {
clear: both;
background-color: #e2e2e2;
font-size: .8em;
height: 100px;
}
/* site title
----------------------------------------------------------*/
.site-title {
color: #c8c8c8;
font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
font-size: 2.3em;
margin: 0;
}
.site-title a, .site-title a:hover, .site-title a:active {
background: none;
color: #c8c8c8;
outline: none;
text-decoration: none;
}
/* login
----------------------------------------------------------*/
#login {
display: block;
font-size: .85em;
margin: 0 0 10px;
text-align: right;
}
#login a {
background-color: #d3dce0;
margin-left: 10px;
margin-right: 3px;
padding: 2px 3px;
text-decoration: none;
}
#login a.username {
background: none;
margin: 0;
padding: 0;
text-decoration: underline;
}
#login ul {
margin: 0;
}
#login li {
display: inline;
list-style: none;
}
/* menu
----------------------------------------------------------*/
ul#menu {
font-size: 1.3em;
font-weight: 600;
margin: 0 0 5px;
padding: 0;
text-align: right;
}
ul#menu li {
display: inline;
list-style: none;
padding-left: 15px;
}
ul#menu li a {
background: none;
color: #999;
text-decoration: none;
}
ul#menu li a:hover {
color: #333;
text-decoration: none;
}
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
background-color: #fff;
}
.featured .content-wrapper {
background-color: #7ac0da;
background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
color: #3e5667;
padding: 20px 40px 30px 40px;
}
.featured hgroup.title h1, .featured hgroup.title h2 {
color: #fff;
}
.featured p {
font-size: 1.1em;
}
/* page titles */
hgroup.title {
margin-bottom: 10px;
}
hgroup.title h1, hgroup.title h2 {
display: inline;
}
hgroup.title h2 {
font-weight: normal;
margin-left: 3px;
}
/* features */
section.feature {
width: 300px;
float: left;
padding: 10px;
}
/* ordered list */
ol.round {
list-style-type: none;
padding-left: 0;
}
ol.round li {
margin: 25px 0;
padding-left: 45px;
}
ol.round li.zero {
background: url("../Images/orderedList0.png") no-repeat;
}
ol.round li.one {
background: url("../Images/orderedList1.png") no-repeat;
}
ol.round li.two {
background: url("../Images/orderedList2.png") no-repeat;
}
ol.round li.three {
background: url("../Images/orderedList3.png") no-repeat;
}
ol.round li.four {
background: url("../Images/orderedList4.png") no-repeat;
}
ol.round li.five {
background: url("../Images/orderedList5.png") no-repeat;
}
ol.round li.six {
background: url("../Images/orderedList6.png") no-repeat;
}
ol.round li.seven {
background: url("../Images/orderedList7.png") no-repeat;
}
ol.round li.eight {
background: url("../Images/orderedList8.png") no-repeat;
}
ol.round li.nine {
background: url("../Images/orderedList9.png") no-repeat;
}
/* content */
article {
float: left;
width: 70%;
}
aside {
float: right;
width: 25%;
}
aside ul {
list-style: none;
padding: 0;
}
aside ul li {
background: url("../Images/bullet.png") no-repeat 0 50%;
padding: 2px 0 2px 20px;
}
.label {
font-weight: 700;
}
/* login page */
#loginForm {
border-right: solid 2px #c8c8c8;
float: left;
width: 55%;
}
#loginForm .validation-error {
display: block;
margin-left: 15px;
}
#loginForm .validation-summary-errors ul {
margin: 0;
padding: 0;
}
#loginForm .validation-summary-errors li {
display: inline;
list-style: none;
margin: 0;
}
#loginForm input {
width: 250px;
}
#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
width: auto;
}
#socialLoginForm {
margin-left: 40px;
float: left;
width: 40%;
}
#socialLoginForm h2 {
margin-bottom: 5px;
}
#socialLoginList button {
margin-bottom: 12px;
}
#logoutForm {
display: inline;
}
/* contact */
.contact h3 {
font-size: 1.2em;
}
.contact p {
margin: 5px 0 0 10px;
}
.contact iframe {
border: 1px solid #333;
margin: 5px 0 0 10px;
}
/* forms */
fieldset {
border: none;
margin: 0;
padding: 0;
}
fieldset legend {
display: none;
}
fieldset ol {
padding: 0;
list-style: none;
}
fieldset ol li {
padding-bottom: 5px;
}
label {
display: block;
font-size: 1.2em;
font-weight: 600;
}
label.checkbox {
display: inline;
}
input, textarea {
border: 1px solid #e2e2e2;
background: #fff;
color: #333;
font-size: 1.2em;
margin: 5px 0 6px 0;
padding: 5px;
width: 300px;
}
textarea {
font-family: inherit;
width: 500px;
}
input:focus, textarea:focus {
border: 1px solid #7ac0da;
}
input[type="checkbox"] {
background: transparent;
border: inherit;
width: auto;
}
input[type="submit"],
input[type="button"],
button {
background-color: #d3dce0;
border: 1px solid #787878;
cursor: pointer;
font-size: 1.2em;
font-weight: 600;
padding: 7px;
margin-right: 8px;
width: auto;
}
td input[type="submit"],
td input[type="button"],
td button {
font-size: 1em;
padding: 4px;
margin-right: 4px;
}
/* info and errors */
.message-info {
border: 1px solid;
clear: both;
padding: 10px 20px;
}
.message-error {
clear: both;
color: #e80c4d;
font-size: 1.1em;
font-weight: bold;
margin: 20px 0 10px 0;
}
.message-success {
color: #7ac0da;
font-size: 1.3em;
font-weight: bold;
margin: 20px 0 10px 0;
}
.error {
color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
color: #e80c4d;
font-weight: bold;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #e80c4d;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #e80c4d;
font-weight: bold;
font-size: 1.1em;
}
.validation-summary-valid {
display: none;
}
/* tables
----------------------------------------------------------*/
table {
border-collapse: collapse;
border-spacing: 0;
margin-top: 0.75em;
border: 0 none;
}
th {
font-size: 1.2em;
text-align: left;
border: none 0px;
padding-left: 0;
}
th a {
display: block;
position: relative;
}
th a:link, th a:visited, th a:active, th a:hover {
color: #333;
font-weight: 600;
text-decoration: none;
padding: 0;
}
th a:hover {
color: #000;
}
th.asc a, th.desc a {
margin-right: .75em;
}
th.asc a:after, th.desc a:after {
display: block;
position: absolute;
right: 0em;
top: 0;
font-size: 0.75em;
}
th.asc a:after {
content: '▲';
}
th.desc a:after {
content: '▼';
}
td {
padding: 0.25em 2em 0.25em 0em;
border: 0 none;
}
tr.pager td {
padding: 0 0.25em 0 0;
}
/********************
* Mobile Styles *
********************/
@media only screen and (max-width: 850px) {
/* header
----------------------------------------------------------*/
header .float-left,
header .float-right {
float: none;
}
/* logo */
header .site-title {
margin: 10px;
text-align: center;
}
/* login */
#login {
font-size: .85em;
margin: 0 0 12px;
text-align: center;
}
#login ul {
margin: 5px 0;
padding: 0;
}
#login li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
#login a {
background: none;
color: #999;
font-weight: 600;
margin: 2px;
padding: 0;
}
#login a:hover {
color: #333;
}
/* menu */
nav {
margin-bottom: 5px;
}
ul#menu {
margin: 0;
padding: 0;
text-align: center;
}
ul#menu li {
margin: 0;
padding: 0;
}
/* main layout
----------------------------------------------------------*/
.main-content,
.featured + .main-content {
background-position: 10px 0;
}
.content-wrapper {
padding-right: 10px;
padding-left: 10px;
}
.featured .content-wrapper {
padding: 10px;
}
/* page content */
article, aside {
float: none;
width: 100%;
}
/* ordered list */
ol.round {
list-style-type: none;
padding-left: 0;
}
ol.round li {
padding-left: 10px;
margin: 25px 0;
}
ol.round li.zero,
ol.round li.one,
ol.round li.two,
ol.round li.three,
ol.round li.four,
ol.round li.five,
ol.round li.six,
ol.round li.seven,
ol.round li.eight,
ol.round li.nine {
background: none;
}
/* features */
section.feature {
float: none;
padding: 10px;
width: auto;
}
section.feature img {
color: #999;
content: attr(alt);
font-size: 1.5em;
font-weight: 600;
}
/* forms */
input {
width: 90%;
}
/* login page */
#loginForm {
border-right: none;
float: none;
width: auto;
}
#loginForm .validation-error {
display: block;
margin-left: 15px;
}
#socialLoginForm {
margin-left: 0;
float: none;
width: auto;
}
/* footer
----------------------------------------------------------*/
footer .float-left,
footer .float-right {
float: none;
}
footer {
text-align: center;
height: auto;
padding: 10px 0;
}
footer p {
margin: 0;
}
}
figure#visualization {
margin-left: 0;
margin-top: 40px;
}
figure#visualization > figcaption{
float: none;
clear: both;
width: 100%;
}
div#graphs > div {
float: left;
width: 135px;
height: 100px;
border: solid 2px #ccc;
padding: 10px;
text-align: center;
}
div#graphs {
font-size: 1.3em;
}
div#graphs span{
font-size: 3em;
font-weight: bold;
display: block;
}
|
src/js/tests/flexile-tests-runner.html
|
timbrock/flexile.js
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>flexile.js Tests Runner using Jasmine v2.5.2</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.5.2/jasmine.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.5.2/jasmine.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.5.2/jasmine-html.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.5.2/boot.min.js"></script>
<script src="../flexile.js"></script>
<script src="flexile-theme-tests.js"></script>
<script src="flexile-transition-tests.js"></script>
<script src="flexile-aspect-tests.js"></script>
<script src="flexile-key-tests.js"></script>
<script src="flexile-errors-tests.js"></script>
</head>
<body>
</body>
</html>
|
Old/3rdParty/fmodstudioapi10802linux/doc/FMOD Studio Programmers API for Linux/content/generated/FMOD_DSP_GETPARAM_FLOAT_CALLBACK.html
|
Silveryard/Car_System
|
<LINK REL="stylesheet" HREF="../static/styles.css">
<HTML>
<HEAD>
<TITLE>FMOD_DSP_GETPARAM_FLOAT_CALLBACK</TITLE>
</HEAD>
<BODY TOPMARGIN="0" class="api_reference">
<p class="header">Firelight Technologies FMOD Studio API</p>
<H1>FMOD_DSP_GETPARAM_FLOAT_CALLBACK</H1>
<P>
<p>This callback is called when the user wants to get an indexed float parameter from a DSP unit.</p>
</P>
<h3>C/C++ Syntax</h3>
<PRE class=syntax><CODE>FMOD_RESULT F_CALLBACK FMOD_DSP_GETPARAM_FLOAT_CALLBACK(
FMOD_DSP_STATE *<I>dsp_state</I>,
int <I>index</I>,
float *<I>value</I>,
char *<I>valuestr</I>
);
</CODE></PRE>
<h2>Parameters</h2>
<P class=dt><I>dsp_state</I></P>
<P class=indent>Pointer to the plugin state. The user can use this variable to access runtime plugin specific variables and plugin writer user data. Do not cast this to FMOD_DSP! The handle to the user created DSP handle is stored within the <A HREF="FMOD_DSP_STATE.html">FMOD_DSP_STATE</A> structure.</P>
<P class=dt><I>index</I></P>
<P class=indent>The index into the parameter list for the parameter the user wants to get.</P>
<P class=dt><I>value</I></P>
<P class=indent>Pointer to a float variable to receive the selected parameter value.</P>
<P class=dt><I>valuestr</I></P>
<P class=indent>A pointer to a string to receive the value of the selected parameter, but in text form. This might be useful to display words instead of numbers. For example "ON" or "OFF" instead of 1.0 and 0.0. The length of the buffer being passed in is always 16 bytes, so do not exceed this. <strong>Note:</strong> This pointer will be 0 / NULL if a string is not required.</P>
<h2>Return Values</h2><P>
If the function succeeds then the return value is <A HREF="FMOD_RESULT.html">FMOD_OK</A>.<BR>
If the function fails then the return value will be one of the values defined in the <A HREF="FMOD_RESULT.html">FMOD_RESULT</A> enumeration.<BR>
</P>
<h2>Remarks</h2><P>
<p>Functions that the user would have to call for this callback to be called.</p>
<ul>
<li><A HREF="FMOD_DSP_GetParameterFloat.html">DSP::getParameterFloat</A>.</li>
<li><A HREF="FMOD_DSP_GETPARAM_FLOAT_CALLBACK.html">FMOD_DSP_GETPARAM_FLOAT_CALLBACK</A>.</li>
</ul>
<p>Remember to return <A HREF="FMOD_RESULT.html">FMOD_OK</A> at the bottom of the function, or an appropriate error code from <A HREF="FMOD_RESULT.html">FMOD_RESULT</A>.</p>
</P>
<h2>See Also</h2>
<UL type=disc>
<LI><A HREF="FMOD_DSP_STATE.html">FMOD_DSP_STATE</A></LI>
<LI><A HREF="FMOD_DSP_GetParameterFloat.html">DSP::getParameterFloat</A></LI>
<LI><A HREF="FMOD_DSP_DESCRIPTION.html">FMOD_DSP_DESCRIPTION</A></LI>
<LI><A HREF="FMOD_DSP_SETPARAM_FLOAT_CALLBACK.html">FMOD_DSP_SETPARAM_FLOAT_CALLBACK</A></LI>
</UL>
<BR><BR><BR>
<P align=center><font size=-2>Version 1.08.02 Built on Apr 14, 2016</font></P>
<BR>
</HTML>
|
pages/user/edit-permission.html
|
trungjc/quanlyhocsinh
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>edit permison</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.5 -->
<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
<!-- http://localhost/ease/. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../../dist/css/skins/_all-skins.min.css">
<!-- iCheck -->
<link rel="stylesheet" href="plugins/iCheck/flat/blue.css">
<!-- Date Picker -->
<link rel="stylesheet" href="../../plugins/datepicker/datepicker3.css">
<!-- Daterange picker -->
<link rel="stylesheet" href="../../plugins/daterangepicker/daterangepicker-bs3.css">
<!-- fullCalendar 2.2.5-->
<link rel="stylesheet" href="plugins/fullcalendar/fullcalendar.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="index2.html" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><b>I</b>EE</span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg">
<!--img src="../../dist/img/logo.png" class="img-circle" alt="Logo Image"-->
<span style="color:#fff"><b>IEE</b> SYSTEM</span>
</span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<!-- Messages: style can be found in dropdown.less-->
<li class="dropdown messages-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-envelope-o"></i>
<span class="label label-success">4</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 4 messages</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- start message -->
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Support Team
<small><i class="fa fa-clock-o"></i> 5 mins</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li><!-- end message -->
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Admin Design Team
<small><i class="fa fa-clock-o"></i> 2 hours</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Developers
<small><i class="fa fa-clock-o"></i> Today</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user3-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Sales Department
<small><i class="fa fa-clock-o"></i> Yesterday</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
<li>
<a href="#">
<div class="pull-left">
<img src="../../dist/img/user4-128x128.jpg" class="img-circle" alt="User Image">
</div>
<h4>
Reviewers
<small><i class="fa fa-clock-o"></i> 2 days</small>
</h4>
<p>Why not buy a new awesome theme?</p>
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">See All Messages</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li class="dropdown notifications-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bell-o"></i>
<span class="label label-warning">10</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 10 notifications</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li>
<a href="#">
<i class="fa fa-users text-aqua"></i> 5 new members joined today
</a>
</li>
<li>
<a href="#">
<i class="fa fa-warning text-yellow"></i> Very long description here that may not fit into the page and may cause design problems
</a>
</li>
<li>
<a href="#">
<i class="fa fa-users text-red"></i> 5 new members joined
</a>
</li>
<li>
<a href="#">
<i class="fa fa-shopping-cart text-green"></i> 25 sales made
</a>
</li>
<li>
<a href="#">
<i class="fa fa-user text-red"></i> You changed your username
</a>
</li>
</ul>
</li>
<li class="footer"><a href="#">View all</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li class="dropdown tasks-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag-o"></i>
<span class="label label-danger">9</span>
</a>
<ul class="dropdown-menu">
<li class="header">You have 9 tasks</li>
<li>
<!-- inner menu: contains the actual data -->
<ul class="menu">
<li><!-- Task item -->
<a href="#">
<h3>
Design some buttons
<small class="pull-right">20%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-aqua" style="width: 20%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">20% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Create a nice theme
<small class="pull-right">40%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-green" style="width: 40%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">40% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Some task I need to do
<small class="pull-right">60%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-red" style="width: 60%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">60% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
<li><!-- Task item -->
<a href="#">
<h3>
Make beautiful transitions
<small class="pull-right">80%</small>
</h3>
<div class="progress xs">
<div class="progress-bar progress-bar-yellow" style="width: 80%" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">80% Complete</span>
</div>
</div>
</a>
</li><!-- end task item -->
</ul>
</li>
<li class="footer">
<a href="#">View all tasks</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="../../dist/img/user4-128x128.jpg" class="user-image" alt="User Image">
<span class="hidden-xs">Hà Hằng</span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="../../dist/img/user2-160x160.jpg" class="img-circle" alt="User Image">
<p>
Alexander Pierce - Web Developer
<small>Member since Nov. 2012</small>
</p>
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">My Profile</a>
</div>
<div class="pull-right">
<a href="#" class="btn btn-danger">Sign out</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul class="sidebar-menu">
<li class="active treeview">
<a href="#">
<i class="fa fa-graduation-cap"></i> <span>Quản lý lớp học</span> <i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href=""><i class="fa fa-plus"></i> Thêm mới</a></li>
<li><a href=""><i class="fa fa-trash"></i> Cập nhật</a></li>
<li><a href=""><i class="fa fa-list"></i> Danh sách lớp học</a></li>
</ul>
</li>
<li class=" treeview">
<a href="#">
<i class="fa fa-users"></i>
<span>Quản lý học sinh</span>
<span class="fa fa-angle-down pull-right"></span>
</a>
<ul class="treeview-menu">
<li><a href=""><i class="fa fa-plus"></i> Them Hoc Vien</a></li>
<li><a href=""><i class="fa fa-trash"></i> Xoa Hoc Vien</a></li>
<li><a href=""><i class="fa fa-list"></i> Danh Sach hoc vien</a></li>
</ul>
</li>
<li class=" treeview">
<a href="#">
<i class="fa fa-calendar-check-o"></i> <span>Quản lý thời khóa biểu</span> <i class="fa fa-angle-left pull-right"></i>
</a>
<ul class="treeview-menu">
<li><a href=""><i class="fa fa-plus"></i> Them thoi khoa bieu</a></li>
<li><a href=""><i class="fa fa-trash"></i> Xoa thoi khoa bieu</a></li>
<li><a href=""><i class="fa fa-list"></i> Danh thoi khoa bieu vien</a></li>
</ul>
</li>
<li class=" treeview">
<a href="#">
<i class="fa fa-cogs"></i> <span>Quản trị hệ thống</span> <i class="fa fa-angle-left pull-right"></i>
</a>
</li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Dashboard
<small>User</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">edit-permission</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<section class=" content-addnew box box-solid ">
<div class=" box-body">
<div class="box-header with-border">
<h3 class="box-title"> Nhóm: Admin</h3>
</div>
<br/>
<form class="form-horizontal">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Nhóm danh mục: Giới thiệu
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<div class="group-checkbox">
<div class="checkbox"><label><input type="checkbox" checked="">Read</label></div>
<div class="checkbox"><label><input type="checkbox">Quản trị hệ thống</label></div>
<div class="checkbox"><label><input type="checkbox">-- Trang chủ</label></div>
<div class="checkbox"><label><input type="checkbox"> -- Cấu hình</label></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Nhóm danh mục: Dịch vụ tại phòng khám
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<div class="group-checkbox">
<div class="checkbox"><label><input type="checkbox" checked="">Read</label></div>
<div class="checkbox"><label><input type="checkbox">Quản trị hệ thống</label></div>
<div class="checkbox"><label><input type="checkbox">-- Trang chủ</label></div>
<div class="checkbox"><label><input type="checkbox"> -- Cấu hình</label></div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Nhóm danh mục: Tra cứu
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<div class="group-checkbox">
<div class="checkbox"><label><input type="checkbox" checked="">Read</label></div>
<div class="checkbox"><label><input type="checkbox">Quản trị hệ thống</label></div>
<div class="checkbox"><label><input type="checkbox">-- Trang chủ</label></div>
<div class="checkbox"><label><input type="checkbox"> -- Cấu hình</label></div>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
<div class="box-footer center">
<button class="btn btn-info " type="submit">Save</button>
<button class="btn btn-default" type="submit">Cancel</button>
</div><!-- /.box-footer -->
</section>
</section><!-- /.content -->
</div><!-- /.content-wrapper -->
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 1.0
</div>
<strong>Copyright © 2016 <a href="">Trung Nguyen Thanh</a>.</strong> All rights reserved.
</footer>
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div><!-- ./wrapper -->
<!-- jQuery 2.1.4 -->
<script src="../../plugins/jQuery/jQuery-2.1.4.min.js"></script>
<!-- jQuery UI 1.11.4 -->
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
$.widget.bridge('uibutton', $.ui.button);
</script>
<!-- Bootstrap 3.3.5 -->
<script src="../../bootstrap/js/bootstrap.min.js"></script>
<!-- Morris.js charts -->
<!-- script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script-->
<!--script src="plugins/morris/morris.min.js"></script-->
<!-- Sparkline -->
<!--script src="plugins/sparkline/jquery.sparkline.min.js"></script>
<!-- jvectormap -->
<!--script src="plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script>
<script src="plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script>
<!-- jQuery Knob Chart -->
<!-- script src="plugins/knob/jquery.knob.js"></script>
<!-- daterangepicker -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js"></script>
<script src="../../plugins/daterangepicker/daterangepicker.js"></script>
<!-- datepicker -->
<script src="../../plugins/datepicker/bootstrap-datepicker.js"></script>
<!-- Bootstrap WYSIHTML5 -->
<script src="../../plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script>
<!-- Slimscroll -->
<!-- Admin App -->
<script src="../../dist/js/app.min.js"></script>
<!-- Admin dashboard demo (This is only for demo purposes) -->
<script src="../../dist/js/pages/dashboard.js"></script>
</body>
</html>
|
src/themes/gastro-thumbnail/src/base.container.css
|
Baasic/baasic-starterkit-angularjs-blog
|
/*------------------------------------*\
# base.container
\*------------------------------------*/
.container {
margin: 0 auto;
}
@media all and (--from-xlarge) {
.container {
}
}
.container__fixed {
height: 100%;
}
.container__main {
min-height: 100%;
}
@media all and (--from-xlarge) {
.container__main {
width: 1280px;
}
}
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b49ac23dc9df07614076ab4802fb1df030cf3304d54486fe355c95263f2c5f62.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="./0df314d3d7dda98f5118cf2136a08fb1125a7b0939296685e112ceb243a8494d.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>
|
ko/showcase/index.html
|
mayaman/p5js-website
|
<!DOCTYPE html>
<html class="no-js" lang="ko">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.">
<title tabindex="1">showcase | p5.js</title>
<link rel="stylesheet" href="/assets/css/all.css?v=db3be6">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="/../../assets/img/favicon.ico">
<link rel="icon" href="/../../assets/img/favicon.ico">
<script src="/../../assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="/../../assets/js/vendor/ace-nc/ace.js"></script>
<script src="/../../assets/js/vendor/ace-nc/mode-javascript.js"></script>
<script src="/../../assets/js/vendor/prism.js"></script>
<script src="/assets/js/init.js?v=af215d"></script>
</head>
<body>
<a href="#content" class="sr-only">건너뛰기</a>
<!-- p5*js language buttons -->
<div id="i18n-btn">
<h2 id="i18n-settings" class="sr-only">언어 설정</h2>
<ul id="i18n-buttons" aria-labelledby="i18n-settings">
<li><a href='#' lang='en' data-lang='en'>English</a></li>
<li><a href='#' lang='es' data-lang='es'>Español</a></li>
<li><a href='#' lang='zh-Hans' data-lang='zh-Hans'>简体中文</a></li>
<li><a href='#' lang='ko' data-lang='ko'>한국어</a></li>
</ul>
</div> <!-- .container -->
<div class="container">
<!-- logo -->
<header id="lockup">
<a href="/ko/">
<img src="/../../assets/img/p5js.svg" alt="p5 homepage" id="logo_image" class="logo" />
<div id="p5_logo"></div>
</a>
</header>
<!-- close logo -->
<div id="showcase-page">
<!-- site navigation -->
<div class="column-span">
<nav class="sidebar-menu-nav-element">
<h2 id="menu-title" class="sr-only">사이트 둘러보기</h2>
<input class="sidebar-menu-btn" type="checkbox" id="sidebar-menu-btn" />
<label class="sidebar-menu-icon" for="sidebar-menu-btn"><span class="sidebar-nav-icon"></span></label>
<ul id="menu" class="sidebar-menu" aria-labelledby="menu-title">
<li><a href="/ko/">홈</a></li>
<li><a href="https://editor.p5js.org">에디터</a></li>
<li><a href="/ko/download/">다운로드</a></li>
<li><a href="/ko/download/support.html">후원하기</a></li>
<li><a href="/ko/get-started/">시작하기</a></li>
<li><a href="/ko/reference/">레퍼런스</a></li>
<li><a href="/ko/libraries/">라이브러리</a></li>
<li><a href="/ko/learn/">배우기</a></li>
<li><a href="/ko/examples/">예제</a></li>
<li><a href="/ko/books/">출판물</a></li>
<li><a href="/ko/community/">커뮤니티</a></li>
<li><a href="https://showcase.p5js.org">쇼케이스</a></li>
<li><a href="https://discourse.processing.org/c/p5js" target=_blank class="other-link">포럼</a></li>
<li><a href="http://github.com/processing/p5.js" target=_blank class="other-link">GitHub</a></li>
<li><a href="http://twitter.com/p5xjs" target=_blank class="other-link">Twitter</a></li>
</ul>
</nav>
</div>
<main id="content" class="column-span">
<section class="showcase-intro">
<h1>쇼케이스</h1>
<p>쇼케이스는 2019년 강예은 <a href="https://ashleykang.dev" target="_blank">Ashley Kang</a>
이 제작, 기획하였으며, 2020년에는 코니 리우 <a href="https://connieliu0.github.io" target="_blank">Connie Liu</a>.
가 새로운 기획을 선보입니다. 쇼케이스는 p5.js를 보다 흥미진진하고 포용적으로 만든 창작물, 학습물, 오픈 소스 사례들을 기쁘게 소개합니다. 이렇게 우리는 함께 커뮤니티를 만들어 나가는게 아닐까요?:) 2019년 여름, 우리는 p5.js 기반의 다양한 프로젝트들을 소개한 바 있습니다.</p>
<p>현재 2020년 여름 쇼케이스를 모집중입니다. 아래의 버튼을 눌러 자신 또는 타인의 p5.js 작업을 추천해주세요!</p>
<span id="nominate" class="nominate"><a href="https://forms.gle/G8yqhVr4iEFAJnWa9" target="_blank">프로젝트 추천하기</a></span>
</section>
<section class="showcase-featured">
<h2 class="featuring">선정 프로젝트</h2>
<div class="left-column">
<div>
<h3 class="title"><a href="./featuring/roni-cantor.html">각도기 드로잉 프로그램(Programmed Plotter Drawings)</a></h3>
<p class="credit">Roni Cantor</p>
<a href="./featuring/roni-cantor.html" class="no-arrow-link">
<img src="../../assets/img/showcase/roni-cantor/roni-cantor_plotter-white.jpg"
alt="A drawing of a sine wave lerp plotted on black paper using an AxiDraw V3 and a white gel pen.">
</a>
<p class="description">p5.js로 제작한 사인파(Sine wave)와 선형 보간(lerp)으로, 실물 각도기와 펜과 연결되어 드로잉하고, SVG 파일로 내보내기 가능.</p>
<ul class="project-tags">
<li><a class="tag" href="https://p5js.org/reference/#/p5/lerp">lerp()</a></li>
</ul>
</div>
<div>
<h3 class="title"><a href="./featuring/daein-chung.html">Chillin'</a></h3>
<p class="credit">정대인(Dae In Chung)</p>
<a href="./featuring/daein-chung.html" class="no-arrow-link">
<img src="../../assets/img/showcase/daein-chung/daein-chung_chillin.png"
alt="A screenshot of a poster with red and yellow circles of letters from the word chillin against a blue tile background that changes perspective on a mobile device.
At the top, there is a text input box to enter a message and download your own poster">
</a>
<p class="description">모바일 기기의 모션 센서와 p5.js를 활용한 인터랙티브 타이포그래픽 포스터</p>
<ul class="project-tags">
<li><a class="tag" href="https://brm.io/matter-js/">matter.js</a></li>
<li><a class="tag" href="https://github.com/processing/p5.js/wiki/Getting-started-with-WebGL-in-p5">p5 WebGL</a></li>
<li><a class="tag" href="https://p5js.org/reference/#/p5.Camera">p5.Camera</a></li>
</ul>
</div>
<div>
<h3 class="title"><a href="./featuring/casey-louise.html">p5.js 셰이더(Shaders)</a></h3>
<p class="credit">캐시 콘치나(Casey Conchinha), 루이스 레셀(Louise Lessél)</p>
<a href="./featuring/casey-louise.html" class="no-arrow-link">
<img src="../../assets/img/showcase/casey-louise/casey-louise_p5js-shaders.png"
alt="A screenshot of the Introduction page of the p5.js Shaders guide website">
</a>
<p class="description">셰이더(Shaders)란 무엇이고, 이를 p5.js에서 왜, 그리고 어떻게 사용하는지 배울 수 있는 자료.</p>
<ul class="project-tags">
</ul>
</div>
</div>
<div class="right-column">
<div>
<h3 class="title"><a href="./featuring/phuong-ngo.html">날아라 아이리(Airi Flies)</a></h3>
<p class="credit">Phuong Ngo</p>
<a href="./featuring/phuong-ngo.html" class="no-arrow-link">
<img src="../../assets/img/showcase/phuong-ngo/phuong-ngo_airi-flies.png"
alt="A screenshot of the instructions and scoreboard for the online game Airi Flies">
</a>
<p class="description">p5.play로 제작된 게임으로, PEW라고 말해 아이리(Airi)가 날 수 있도록 돕는다. 사용자들이 자신의 안전 지대를 벗어난 곳에서도 행동, 외모, 발언에 상관없이 자신감을 갖게하고자 하는 취지에서 제작.</p>
<ul class="project-tags">
<li><a class="tag" href="http://molleindustria.github.io/p5.play/">p5.play</a></li>
<li><a class="tag" href="https://ml5js.org/">ml5.js</a></li>
</ul>
</div>
<div>
<h3 class="title"><a href="./featuring/qianqian-ye.html">Qtv</a></h3>
<p class="credit">치안치안 예(Qianqian Ye)</p>
<a href="./featuring/qianqian-ye.html" class="no-arrow-link">
<img src="../../assets/img/showcase/qianqian-ye/qianqian-ye_qtv.png"
alt="A screenshot of a Qtv video (Guest Talk #1) featuring Chinese womxn designers and artists Kaikai and Cheng Xu">
</a>
<p class="description">입문자를 위한 p5.js 튜토리얼을 포함하여, 코딩, 예술, 그리고 기술에 대해 다루는 1분 길이의 중국어 영상 채널들. 유투브, 인스타그램, 비리비리(Bilibili), 틱톡(TikTok)에서 확인 가능.</p>
<ul class="project-tags">
</ul>
</div>
<div>
<h3 class="title"><a href="./featuring/moon-xin.html">움직이는 반응형 포스터(Moving Responsive Posters)</a></h3>
<p class="credit">장문(Moon Jang), 씬 씬(Xin Xin), 그리고 학생들</p>
<a href="./featuring/moon-xin.html" class="no-arrow-link">
<img src="../../assets/img/showcase/moon-xin/moon-xin_poster-carlee.png"
alt="A screenshot of student Carlee Wooddell's poster that interprets the word zigzag using letters that bounce left and right">
</a>
<p class="description">브라우저 기반의 움직이는 포스터로, 그래픽 시스템과 변형 메소드, 그리고 p5.js를 사용하여 8자 미만 단어가 내포하는 바를 표현. 조지아 대학교(University of Georgia)의 그래픽 디자인 과정인 'Visual Narrative Systems'의 수강생들이 디자인.</p>
<ul class="project-tags">
<li><a class="tag" href="https://p5js.org/reference/#/p5/rect">rect()</a></li>
<li><a class="tag" href="https://p5js.org/reference/#/p5/translate">translate()</a></li>
</ul>
</div>
</div>
</section>
<footer>
<h2 class="sr-only">스케치 크레딧</h2>
<p> p5.js는 현재 모이라 터너 <a href='https://github.com/mcturner1995' target="_blank">Moira
Turner</a> 가 리드하며, 로렌 맥카시 <a href='http://lauren-mccarthy.com' target="_blank">Lauren
McCarthy</a> 가 창안하고 협력자 커뮤니티와 함께 개발하였습니다. 지원: 프로세싱 재단 <a href="http://processing.org/foundation/" target="_blank">Processing
Foundation</a> 과
<a href="http://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>. 아이덴티티 및 그래픽 디자인: <a
href="http://jereljohnson.com/" target="_blank">Jerel Johnson</a>. <a href="/ko/copyright.html">©
Info.</a></p>
</footer>
</main>
<!-- outside of column for footer to go across both -->
<p class="clearfix"> </p>
<object type="image/svg+xml" data="../../assets/img/thick-asterisk-alone.svg" id="asterisk-design-element" aria-hidden="true">
</object>
</div>
</div> <!-- close class='container'-->
<nav id="family" aria-labelledby="processing-sites-heading">
<h2 id="processing-sites-heading" class="sr-only">Processing Sister Sites</h2>
<ul id="processing-sites" aria-labelledby="processing-sites-heading">
<li><a href="http://processing.org">Processing</a></li>
<li><a class="here" href="/ko/">p5.js</a></li>
<li><a href="http://py.processing.org/">Processing.py</a></li>
<li><a href="http://android.processing.org/">Processing for Android</a></li>
<li><a href="http://pi.processing.org/">Processing for Pi</a></li>
<li><a href="https://processingfoundation.org/">Processing Foundation</a></li>
</ul>
<a tabindex="1" href="#content" id="skip-to-content">Skip to main content</a>
<!-- <a id="promo-link" href="https://donorbox.org/supportpf2019-fundraising-campaign" target="_blank"><div id="promo">This season, we need your help! Click here to #SupportP5!</div></a> -->
</nav> <script>
var langs = ["en","es","ko","zh-Hans"];
(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-53383000-1', 'auto');
ga('send', 'pageview');
$(window).ready(function() {
if (window.location.pathname !== '/' && window.location.pathname !== '/index.html') {
$('#top').remove();
} else {
$('#top').show();
}
});
</script>
</body>
</html>
|
_includes/head.html
|
mcheang20/mcheang20.github.io
|
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} |{% endif %} {{ site.theme_settings.title }}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.theme_settings.description }}{% endif %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta http-equiv="X-Frame-Options" content="sameorigin"> -->
<!-- CSS -->
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!--Favicon-->
<link rel="shortcut icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}" type="image/x-icon">
<!-- Canonical -->
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!-- RSS -->
<link rel="alternate" type="application/atom+xml" title="{{ site.theme_settings.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
<!-- Font Awesome -->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Google Fonts -->
{% if site.theme_settings.google_fonts %}
<link href="//fonts.googleapis.com/css?family={{ site.theme_settings.google_fonts }}" rel="stylesheet" type="text/css">
{% endif %}
<!-- KaTeX -->
{% if site.theme_settings.katex %}
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.css">
<script async src="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.3.0/katex.min.js"></script>
{% endif %}
<script defer src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<!-- Google Analytics -->
{% if site.theme_settings.google_analytics %}
<script async>
(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', '{{ site.theme_settings.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</head>
|
people/de1s3mno.html
|
slowe/panelshows
|
<html>
<head>
<title>Tessa Munt's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Tessa Munt's panel show appearances</h1>
<p>Tessa Munt (born 1959-10-16<sup><a href="https://en.wikipedia.org/wiki/Tessa_Munt">[ref]</a></sup>) has appeared in <span class="total">3</span> episodes between 2012-2015. <a href="https://en.wikipedia.org/wiki/Tessa_Munt">Tessa Munt on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2012</span></td>
<td><div style="height:0px;" class="performances female" title=""></div><span class="year">2013</span></td>
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2014</span></td>
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2015</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2015-02-26</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2014-06-12</strong> / <a href="../shows/question-time.html">Question Time</a></li>
<li><strong>2012-11-15</strong> / <a href="../shows/question-time.html">Question Time</a></li>
</ol>
</div>
</body>
</html>
|
vendor/assets/stylesheets/vhx-quartz.icon-product.css
|
vhx/quartz-rails
|
.icon-product-navy {
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Ctitle%3Eicons-singletons%3C%2Ftitle%3E%3Cpolygon%20points%3D%226.38%206.19%2011.5%203.28%2016.62%206.19%2011.5%209.28%206.38%206.19%22%20fill%3D%22%23375667%22%2F%3E%3Cpath%20d%3D%22M11.5%2C0.25L1.87%2C5.72V17.28l9.63%2C5.47%2C9.63-5.47V5.72ZM19%2C6.15L11.5%2C10.68%2C4%2C6.15%2C11.5%2C1.87ZM3.28%2C7.37L10.8%2C11.9v8.83L3.28%2C16.46V7.37ZM12.2%2C20.73V11.9l7.52-4.52v9.09Z%22%20fill%3D%22%23375667%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-product-teal {
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Ctitle%3Eicons-singletons%3C%2Ftitle%3E%3Cpolygon%20points%3D%226.38%206.19%2011.5%203.28%2016.62%206.19%2011.5%209.28%206.38%206.19%22%20fill%3D%22%2322b8af%22%2F%3E%3Cpath%20d%3D%22M11.5%2C0.25L1.87%2C5.72V17.28l9.63%2C5.47%2C9.63-5.47V5.72ZM19%2C6.15L11.5%2C10.68%2C4%2C6.15%2C11.5%2C1.87ZM3.28%2C7.37L10.8%2C11.9v8.83L3.28%2C16.46V7.37ZM12.2%2C20.73V11.9l7.52-4.52v9.09Z%22%20fill%3D%22%2322b8af%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-product-black {
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Ctitle%3Eicons-singletons%3C%2Ftitle%3E%3Cpolygon%20points%3D%226.38%206.19%2011.5%203.28%2016.62%206.19%2011.5%209.28%206.38%206.19%22%20fill%3D%22%23000000%22%2F%3E%3Cpath%20d%3D%22M11.5%2C0.25L1.87%2C5.72V17.28l9.63%2C5.47%2C9.63-5.47V5.72ZM19%2C6.15L11.5%2C10.68%2C4%2C6.15%2C11.5%2C1.87ZM3.28%2C7.37L10.8%2C11.9v8.83L3.28%2C16.46V7.37ZM12.2%2C20.73V11.9l7.52-4.52v9.09Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-product-gray {
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Ctitle%3Eicons-singletons%3C%2Ftitle%3E%3Cpolygon%20points%3D%226.38%206.19%2011.5%203.28%2016.62%206.19%2011.5%209.28%206.38%206.19%22%20fill%3D%22%239baab2%22%2F%3E%3Cpath%20d%3D%22M11.5%2C0.25L1.87%2C5.72V17.28l9.63%2C5.47%2C9.63-5.47V5.72ZM19%2C6.15L11.5%2C10.68%2C4%2C6.15%2C11.5%2C1.87ZM3.28%2C7.37L10.8%2C11.9v8.83L3.28%2C16.46V7.37ZM12.2%2C20.73V11.9l7.52-4.52v9.09Z%22%20fill%3D%22%239baab2%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-product {
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Ctitle%3Eicons-singletons%3C%2Ftitle%3E%3Cpolygon%20points%3D%226.38%206.19%2011.5%203.28%2016.62%206.19%2011.5%209.28%206.38%206.19%22%20fill%3D%22%2322b8af%22%2F%3E%3Cpath%20d%3D%22M11.5%2C0.25L1.87%2C5.72V17.28l9.63%2C5.47%2C9.63-5.47V5.72ZM19%2C6.15L11.5%2C10.68%2C4%2C6.15%2C11.5%2C1.87ZM3.28%2C7.37L10.8%2C11.9v8.83L3.28%2C16.46V7.37ZM12.2%2C20.73V11.9l7.52-4.52v9.09Z%22%20fill%3D%22%23375667%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
.icon-product-white {
background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%3E%3Ctitle%3Eicons-singletons%3C%2Ftitle%3E%3Cpolygon%20points%3D%226.38%206.19%2011.5%203.28%2016.62%206.19%2011.5%209.28%206.38%206.19%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M11.5%2C0.25L1.87%2C5.72V17.28l9.63%2C5.47%2C9.63-5.47V5.72ZM19%2C6.15L11.5%2C10.68%2C4%2C6.15%2C11.5%2C1.87ZM3.28%2C7.37L10.8%2C11.9v8.83L3.28%2C16.46V7.37ZM12.2%2C20.73V11.9l7.52-4.52v9.09Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
background-repeat: no-repeat;
}
|
_site/tools/2015/02/27/xampp-access-forbidden/index.html
|
tudousi/tudousi.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>XAMPP 访问 Access forbidden 问题 – 再试,再失败,更好地失败</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="当安装好 XAMPP 用 IP 进行访问的时候会出现以下的提示">
<meta name="author" content="tudousi">
<meta name="keywords" content="Access forbidden">
<link rel="canonical" href="http://tudousi.github.io//tools/2015/02/27/xampp-access-forbidden/">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for 再试,再失败,更好地失败" href="/feed.xml" />
<meta name="baidu-site-verification" content="3865RHLBYn" />
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/pixyll.css?201603180337" type="text/css">
<!-- Fonts -->
<!--
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
-->
<!-- Verifications -->
<!-- Open Graph -->
<!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="XAMPP 访问 Access forbidden 问题">
<meta property="og:description" content="一个菜鸟的前端学习历程 html css javascript node node.js">
<meta property="og:url" content="http://tudousi.github.io//tools/2015/02/27/xampp-access-forbidden/">
<meta property="og:site_name" content="再试,再失败,更好地失败">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="XAMPP 访问 Access forbidden 问题" />
<meta name="twitter:description" content="当安装好 XAMPP 用 IP 进行访问的时候会出现以下的提示" />
<meta name="twitter:url" content="http://tudousi.github.io//tools/2015/02/27/xampp-access-forbidden/" />
<!-- Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
</head>
<body class="site">
<div class="site-wrap">
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="http://tudousi.github.io/" class="site-title">再试,再失败,更好地失败</a>
<nav class="site-nav">
<a href="/mtb/">MTB</a>
<a href="/about/">About</a>
<a href="/contact/">Contact</a>
</nav>
<div class="clearfix"></div>
</div>
</div>
</header>
<div class="post p2 p-responsive wrap" role="main">
<div class="measure">
<div class="post-header mb2">
<h1>XAMPP 访问 Access forbidden 问题</h1>
<span class="post-meta">2015-02-27</span><br>
<span class="post-meta small">
1 minute read
</span>
</div>
<article class="post-content">
<p>当安装好 XAMPP 用 IP 进行访问的时候会出现以下的提示</p>
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><span class="nx">Access</span> <span class="nx">forbidden</span><span class="o">!</span>
<span class="o">--------------------------------------------------------------------------------</span>
<span class="nx">New</span> <span class="nx">XAMPP</span> <span class="nx">security</span> <span class="nx">concept</span><span class="err">:</span>
<span class="nx">Access</span> <span class="nx">to</span> <span class="nx">the</span> <span class="nx">requested</span> <span class="nx">object</span> <span class="nx">is</span> <span class="nx">only</span> <span class="nx">available</span> <span class="nx">from</span> <span class="nx">the</span> <span class="nx">local</span> <span class="nx">network</span><span class="p">.</span>
<span class="nx">This</span> <span class="nx">setting</span> <span class="nx">can</span> <span class="nx">be</span> <span class="nx">configured</span> <span class="k">in</span> <span class="nx">the</span> <span class="nx">file</span> <span class="s2">"httpd-xampp.conf"</span><span class="p">.</span></code></pre></figure>
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><span class="err">根据提示,修改</span> <span class="nx">httpd</span><span class="o">-</span><span class="nx">xampp</span><span class="p">.</span><span class="nx">conf</span> <span class="err">即可</span>
<span class="err">#</span>
<span class="err">#</span> <span class="nx">New</span> <span class="nx">XAMPP</span> <span class="nx">security</span> <span class="nx">concept</span>
<span class="err">#</span>
<span class="o"><</span><span class="nx">LocationMatch</span> <span class="s2">"^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))"</span><span class="o">></span>
<span class="nx">Require</span> <span class="nx">local</span>
<span class="nx">ErrorDocument</span> <span class="mi">403</span> <span class="o">/</span><span class="nx">error</span><span class="o">/</span><span class="nx">XAMPP_FORBIDDEN</span><span class="p">.</span><span class="nx">html</span><span class="p">.</span><span class="kd">var</span>
<span class="o"><</span><span class="sr">/LocationMatch></span><span class="err">
</span>
<span class="err">修改为</span>
<span class="err">#</span>
<span class="err">#</span> <span class="nx">New</span> <span class="nx">XAMPP</span> <span class="nx">security</span> <span class="nx">concept</span>
<span class="err">#</span>
<span class="o"><</span><span class="nx">LocationMatch</span> <span class="s2">"^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))"</span><span class="o">></span>
<span class="err">#</span><span class="nx">Require</span> <span class="nx">local</span>
<span class="nx">Options</span> <span class="nx">All</span>
<span class="nx">AllowOverride</span> <span class="nx">All</span>
<span class="nx">Order</span> <span class="nx">deny</span><span class="p">,</span><span class="nx">allow</span>
<span class="nx">Allow</span> <span class="nx">from</span> <span class="nx">all</span>
<span class="nx">ErrorDocument</span> <span class="mi">403</span> <span class="o">/</span><span class="nx">error</span><span class="o">/</span><span class="nx">XAMPP_FORBIDDEN</span><span class="p">.</span><span class="nx">html</span><span class="p">.</span><span class="kd">var</span>
<span class="o"><</span><span class="sr">/LocationMatch></span></code></pre></figure>
<p>如果出现</p>
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><span class="nx">Access</span> <span class="nx">forbidden</span><span class="o">!</span> <span class="nx">You</span> <span class="nx">don</span><span class="err">’</span><span class="nx">t</span> <span class="nx">have</span> <span class="nx">permission</span> <span class="nx">to</span> <span class="nx">access</span> <span class="nx">the</span> <span class="nx">requested</span> <span class="nx">object</span><span class="p">.</span> <span class="nx">It</span> <span class="nx">is</span> <span class="nx">either</span> <span class="nx">read</span><span class="o">-</span><span class="kr">protected</span> <span class="nx">or</span> <span class="nx">not</span> <span class="nx">readable</span> <span class="nx">by</span> <span class="nx">the</span> <span class="nx">server</span><span class="p">.</span></code></pre></figure>
<p>这时可以找到apache的httpd.conf文件,找出<directory></directory>
修改成如下:</p>
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><span class="o"><</span><span class="nx">Directory</span> <span class="o">/></span>
<span class="nx">Options</span> <span class="nx">All</span>
<span class="nx">AllowOverride</span> <span class="nx">All</span>
<span class="nx">Order</span> <span class="nx">deny</span><span class="p">,</span><span class="nx">allow</span>
<span class="nx">Allow</span> <span class="nx">from</span> <span class="nx">all</span>
<span class="o"><</span><span class="sr">/Directory></span><span class="err">
</span><span class="c1">// mac执行 sudo chmod -R 777 /Applications/XAMPP/xamppfiles/htdocs</span></code></pre></figure>
<p>重启服务即可</p>
</article>
</div>
</div>
</div>
<footer class="center">
<div class="measure">
<small>
© 2015 <a href="http://createthink.net">createthink.net</a> with Help from <a href="http://jekyllrb.com/">Jekyll</a> and Theme crafted with by <a href="http://johnotander.com">John Otander</a>
</small>
</div>
</footer>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?86487f6d309f8a041841232abb6ff18d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
(function(){
var bp = document.createElement('script');
bp.src = '//push.zhanzhang.baidu.com/push.js';
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
</body>
</html>
|
20127e0/html/classv8__inspector_1_1V8StackTrace.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 v7.6.0: v8_inspector::V8StackTrace 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 v7.6.0
</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"><b>v8_inspector</b></li><li class="navelem"><a class="el" href="classv8__inspector_1_1V8StackTrace.html">V8StackTrace</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8__inspector_1_1V8StackTrace-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8_inspector::V8StackTrace Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a969853e542a4df1eafd84da4cdd53728"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a969853e542a4df1eafd84da4cdd53728"></a>
virtual bool </td><td class="memItemRight" valign="bottom"><b>isEmpty</b> () const =0</td></tr>
<tr class="separator:a969853e542a4df1eafd84da4cdd53728"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a66a69050f9e87393455fbbf989f1d01d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a66a69050f9e87393455fbbf989f1d01d"></a>
virtual <a class="el" href="classv8__inspector_1_1StringView.html">StringView</a> </td><td class="memItemRight" valign="bottom"><b>topSourceURL</b> () const =0</td></tr>
<tr class="separator:a66a69050f9e87393455fbbf989f1d01d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a12a71905644e1faf9c820abafa9d94f9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a12a71905644e1faf9c820abafa9d94f9"></a>
virtual int </td><td class="memItemRight" valign="bottom"><b>topLineNumber</b> () const =0</td></tr>
<tr class="separator:a12a71905644e1faf9c820abafa9d94f9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7c6a4edfd7769e73e2f0562659a57a53"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7c6a4edfd7769e73e2f0562659a57a53"></a>
virtual int </td><td class="memItemRight" valign="bottom"><b>topColumnNumber</b> () const =0</td></tr>
<tr class="separator:a7c6a4edfd7769e73e2f0562659a57a53"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a82e378f1190c0215d21656980c427b13"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a82e378f1190c0215d21656980c427b13"></a>
virtual <a class="el" href="classv8__inspector_1_1StringView.html">StringView</a> </td><td class="memItemRight" valign="bottom"><b>topScriptId</b> () const =0</td></tr>
<tr class="separator:a82e378f1190c0215d21656980c427b13"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0d7ede4b2a6ba52372a42295924fd7f1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0d7ede4b2a6ba52372a42295924fd7f1"></a>
virtual <a class="el" href="classv8__inspector_1_1StringView.html">StringView</a> </td><td class="memItemRight" valign="bottom"><b>topFunctionName</b> () const =0</td></tr>
<tr class="separator:a0d7ede4b2a6ba52372a42295924fd7f1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6dbec10e0db0c650f43465f75c35c8e3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6dbec10e0db0c650f43465f75c35c8e3"></a>
virtual std::unique_ptr< protocol::Runtime::API::StackTrace > </td><td class="memItemRight" valign="bottom"><b>buildInspectorObject</b> () const =0</td></tr>
<tr class="separator:a6dbec10e0db0c650f43465f75c35c8e3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a05bb91a501d40686481c4971b4dee7f9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a05bb91a501d40686481c4971b4dee7f9"></a>
virtual std::unique_ptr< <a class="el" href="classv8__inspector_1_1StringBuffer.html">StringBuffer</a> > </td><td class="memItemRight" valign="bottom"><b>toString</b> () const =0</td></tr>
<tr class="separator:a05bb91a501d40686481c4971b4dee7f9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5d03e8bfb799b8ced2bfd5c31615d64a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5d03e8bfb799b8ced2bfd5c31615d64a"></a>
virtual std::unique_ptr< <a class="el" href="classv8__inspector_1_1V8StackTrace.html">V8StackTrace</a> > </td><td class="memItemRight" valign="bottom"><b>clone</b> ()=0</td></tr>
<tr class="separator:a5d03e8bfb799b8ced2bfd5c31615d64a"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8-inspector_8h_source.html">v8-inspector.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>
|
register.html
|
baochuquan/B2Cyicai
|
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>注册</title>
<meta name="description" content="">
<!--<meta name="viewport" content="width=device-width, initial-scale=1">-->
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<!-- Modernizr -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- Respond.js for IE 8 or less only -->
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 8]>
<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]-->
<!-- Add your site or application content here -->
<header role="banner" class="navbar">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="./index.html">
<img src="img/logo.png" alt="Logo" width="100"></img>
</a>
</div><!--navbar-header-->
<!--<div class="navbar">-->
<ul class="nav navbar-nav">
<li class="active"><a href="./index.html">首页</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">主题<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">DIY</a></li>
<li role="separator" class="divider"></a></li>
<li><a href="#">毕业季</a></li>
<li><a href="#">情侣装</a></li>
<li><a href="#">日系</a></li>
<li><a href="#">文艺</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">男装<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">衬衫</a></li>
<li role="separator" class="divider"></a></li>
<li><a href="#">T 恤</a></li>
<li><a href="#">长袖</a></li>
<li><a href="#">毛衣</a></li>
<li role="separator" class="divider"></a></li>
<li><a href="#">外套</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">女装<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">衬衫</a></li>
<li><a href="#">裙子</a></li>
<li role="separator" class="divider"></a></li>
<li><a href="#">T 恤</a></li>
<li><a href="#">长袖</a></li>
<li><a href="#">毛衣</a></li>
<li role="separator" class="divider"></a></li>
<li><a href="#">外套</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">更多<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">帽子</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">领带</a></li>
<li><a href="#">领结</a></li>
<li><a href="#">围巾</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">手套</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">袜子</a></li>
</ul>
</li>
</ul>
<form role="search" class="navbar-form navbar-left">
<div class="form-group">
<input type="text" class="form-control" placeholder="搜索">
</div>
<button type="submit" class="btn btn-default">发现</button>
</form>
<div class="utility-nav">
<ul id="cookiedeal">
<li><a href="register.html" title="register"></i>注册</a></li>
<li><a href="login.html" title="login"><i class="icon fa fa-user fa-lg"></i> 登录</a></li>
</ul>
</div>
<!--</div>--><!--navbar-->
</div><!--container-->
</nav>
</header>
<!-------------------------------------------------------------------------------------------------------------------->
<main role="main">
<div class="container">
<div class="jumbotron mt15">
<h2 id="registertitle" class="text-center"><small>注册衣彩账号</small></h2>
<form id="registerform" class="form-horizontal" action="#">
<div class="form-group has-feedback">
<label for="username" class="col-xs-4 control-label">用户名</label>
<div class="col-xs-4">
<input type="text" class="form-control" id="username" name="username" size="60" maxlength="60" placeholder="Userename">
</div>
</div>
<div class="form-group has-feedback">
<label for="usermail" class="col-xs-4 control-label">邮箱</label>
<div class="col-xs-4">
<input type="email" class="form-control" id="usermail" name="usermail" size="60" maxlength="60" placeholder="Useremail">
</div>
</div>
<div class="form-group has-feedback">
<label for="password1" class="col-xs-4 control-label">输入密码</label>
<div class="col-xs-4">
<input type="password" class="form-control" id="password1" name="password1" size="20" maxlength="20" placeholder="Password">
</div>
</div>
<div class="form-group has-feedback">
<label for="password2" class="col-xs-4 control-label">确认密码</label>
<div class="col-xs-4">
<input type="password" class="form-control" id="password2" name="password2" size="20" maxlength="20" placeholder="Password">
</div>
</div>
<div class="form-group">
<div class="col-xs-offset-4 col-xs-2">
<button type="button" id="registersubmit" class="btn btn-success">注册</button>
</div>
</div>
</form>
</div>
</div>
</main>
<!-------------------------------------------------------------------------------------------------------------------->
<footer role="contentinfo" style="background-color:#ccff99;opacity:0.7">
<p><a href="index.html"><img src="img/logo.png" width="80" alt="Logo"></a></p>
<ul class="social">
<li><a href="#" title="Tiwtter Profile"><span class="icon fa fa-twitter"></span></a></li>
<li><a href="#" title="Facebook Page"><span class="icon fa fa-facebook"></span></a></li>
<li><a href="#" title="qq Profile"><span class="icon fa fa-qq"></span></a></li>
<li><a href="#" title="weibo Profile"><span class="icon fa fa-weibo"></span></a></li>
<li><a href="#" title="weixin Profile"><span class="icon fa fa-weixin"></span></a></li>
</ul>
<p><small>Copyright © baochuquan</small></p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.3.min.js"><\/script>')</script>
<script src="js/vendor/holder.js"></script>
<script src="js/plugins.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/register/register.js"></script>
<script src="js/navbar.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>
|
Docs/api/html/OgreRenderSystemCapabilitiesManager_8h_source.html
|
ttair/TuxSinbad
|
<html>
<head>
<title>OGRE: OgreRenderSystemCapabilitiesManager.h Source File - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link type="text/css" rel="stylesheet" href="doxygen.css">
<link type="text/css" rel="stylesheet" href="tabs.css">
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
<div class="navpath">
<ul>
<li><a class="el" href="dir_f24eb002d0386a1c1cc03445e1dc571e.html">OgreMain</a> </li>
<li><a class="el" href="dir_7eb530b13320eef74004905b156ed280.html">include</a> </li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<h1>OgreRenderSystemCapabilitiesManager.h</h1> </div>
</div>
<div class="contents">
<a href="OgreRenderSystemCapabilitiesManager_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment">-----------------------------------------------------------------------------</span>
<a name="l00003"></a>00003 <span class="comment">This source file is part of OGRE</span>
<a name="l00004"></a>00004 <span class="comment"> (Object-oriented Graphics Rendering Engine)</span>
<a name="l00005"></a>00005 <span class="comment">For the latest info, see http://www.ogre3d.org/</span>
<a name="l00006"></a>00006 <span class="comment"></span>
<a name="l00007"></a>00007 <span class="comment">Copyright (c) 2000-2009 Torus Knot Software Ltd</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">Permission is hereby granted, free of charge, to any person obtaining a copy</span>
<a name="l00010"></a>00010 <span class="comment">of this software and associated documentation files (the "Software"), to deal</span>
<a name="l00011"></a>00011 <span class="comment">in the Software without restriction, including without limitation the rights</span>
<a name="l00012"></a>00012 <span class="comment">to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span>
<a name="l00013"></a>00013 <span class="comment">copies of the Software, and to permit persons to whom the Software is</span>
<a name="l00014"></a>00014 <span class="comment">furnished to do so, subject to the following conditions:</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">The above copyright notice and this permission notice shall be included in</span>
<a name="l00017"></a>00017 <span class="comment">all copies or substantial portions of the Software.</span>
<a name="l00018"></a>00018 <span class="comment"></span>
<a name="l00019"></a>00019 <span class="comment">THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
<a name="l00020"></a>00020 <span class="comment">IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
<a name="l00021"></a>00021 <span class="comment">FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
<a name="l00022"></a>00022 <span class="comment">AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
<a name="l00023"></a>00023 <span class="comment">LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span>
<a name="l00024"></a>00024 <span class="comment">OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span>
<a name="l00025"></a>00025 <span class="comment">THE SOFTWARE.</span>
<a name="l00026"></a>00026 <span class="comment">-----------------------------------------------------------------------------</span>
<a name="l00027"></a>00027 <span class="comment">*/</span>
<a name="l00028"></a>00028 <span class="preprocessor">#ifndef __RENDERSYSTEMCAPABILITIESMANAGER_H__</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#define __RENDERSYSTEMCAPABILITIESMANAGER_H__</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span>
<a name="l00031"></a>00031 <span class="preprocessor">#include "<a class="code" href="OgrePrerequisites_8h.html">OgrePrerequisites.h</a>"</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include "<a class="code" href="OgreSingleton_8h.html">OgreSingleton.h</a>"</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include "<a class="code" href="OgreStringVector_8h.html">OgreStringVector.h</a>"</span>
<a name="l00034"></a>00034
<a name="l00035"></a>00035 <span class="preprocessor">#include "<a class="code" href="OgreRenderSystemCapabilities_8h.html">OgreRenderSystemCapabilities.h</a>"</span>
<a name="l00036"></a>00036
<a name="l00037"></a>00037
<a name="l00038"></a>00038
<a name="l00039"></a>00039 <span class="keyword">namespace </span>Ogre {
<a name="l00040"></a>00040
<a name="l00041"></a>00041
<a name="l00052"></a><a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html">00052</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#a20566b1253bae200372ed9162489a663">_OgreExport</a> <a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html" title="Class for managing RenderSystemCapabilities database for Ogre.">RenderSystemCapabilitiesManager</a> : <span class="keyword">public</span> <a class="code" href="classOgre_1_1Singleton.html" title="Template class for creating single-instance global classes.">Singleton</a><RenderSystemCapabilitiesManager>, <span class="keyword">public</span> <a class="code" href="classOgre_1_1AllocatedObject.html" title="Superclass for all objects that wish to use custom memory allocators when their new / delete operator...">RenderSysAlloc</a>
<a name="l00053"></a>00053 {
<a name="l00054"></a>00054
<a name="l00055"></a>00055 <span class="keyword">public</span>:
<a name="l00056"></a>00056
<a name="l00059"></a>00059 <a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html" title="Class for managing RenderSystemCapabilities database for Ogre.">RenderSystemCapabilitiesManager</a>();
<a name="l00060"></a>00060
<a name="l00063"></a>00063 <span class="keyword">virtual</span> ~<a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html" title="Class for managing RenderSystemCapabilities database for Ogre.">RenderSystemCapabilitiesManager</a>();
<a name="l00064"></a>00064
<a name="l00065"></a>00065
<a name="l00068"></a>00068 <span class="keywordtype">void</span> parseCapabilitiesFromArchive(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>& filename, <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>& archiveType, <span class="keywordtype">bool</span> recursive = <span class="keyword">true</span>);
<a name="l00069"></a>00069
<a name="l00073"></a>00073 <a class="code" href="classOgre_1_1RenderSystemCapabilities.html" title="singleton class for storing the capabilities of the graphics card.">RenderSystemCapabilities</a>* loadParsedCapabilities(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>& name);
<a name="l00074"></a>00074
<a name="l00076"></a>00076 <span class="keywordtype">void</span> _addRenderSystemCapabilities(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a>& name, <a class="code" href="classOgre_1_1RenderSystemCapabilities.html" title="singleton class for storing the capabilities of the graphics card.">RenderSystemCapabilities</a>* caps);
<a name="l00077"></a>00077
<a name="l00093"></a>00093 <span class="keyword">static</span> <a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html" title="Class for managing RenderSystemCapabilities database for Ogre.">RenderSystemCapabilitiesManager</a>& getSingleton(<span class="keywordtype">void</span>);
<a name="l00109"></a>00109 <span class="keyword">static</span> <a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html" title="Class for managing RenderSystemCapabilities database for Ogre.">RenderSystemCapabilitiesManager</a>* getSingletonPtr(<span class="keywordtype">void</span>);
<a name="l00110"></a>00110
<a name="l00111"></a>00111 <span class="keyword">protected</span>:
<a name="l00112"></a>00112
<a name="l00113"></a><a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html#a2e0da13b7368eee63077c7e45e4829a5">00113</a> <a class="code" href="classOgre_1_1RenderSystemCapabilitiesSerializer.html" title="Class for serializing RenderSystemCapabilities to / from a .rendercaps script.">RenderSystemCapabilitiesSerializer</a>* mSerializer;
<a name="l00114"></a>00114
<a name="l00115"></a><a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html#ad5b4c06dcb365c0326cc5cd1f312253b">00115</a> <span class="keyword">typedef</span> <a class="code" href="structOgre_1_1map.html">map<String, RenderSystemCapabilities*>::type</a> CapabilitiesMap;
<a name="l00116"></a><a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html#a3c5c00030994f51d13d5f0b1d07c3da4">00116</a> <a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html#ad5b4c06dcb365c0326cc5cd1f312253b">CapabilitiesMap</a> mCapabilitiesMap;
<a name="l00117"></a>00117
<a name="l00118"></a><a class="code" href="classOgre_1_1RenderSystemCapabilitiesManager.html#a8b6a2ef877e9a330417bedd1f831f5c0">00118</a> <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#af73bbdc8bed8a3e6fcd56bb8fa188c45">String</a> mScriptPattern;
<a name="l00119"></a>00119
<a name="l00120"></a>00120 };
<a name="l00121"></a>00121
<a name="l00124"></a>00124 }
<a name="l00125"></a>00125
<a name="l00126"></a>00126 <span class="preprocessor">#endif</span>
</pre></div></div>
</div>
<hr>
<p>
Copyright © 2008 Torus Knot Software Ltd<br />
<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.<br/>
<!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
<license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
<dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
</Work>
<License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
Last modified Wed Nov 3 2010 19:24:52
</p>
</body>
</html>
|
src/app/components/learn/division.component.html
|
amq/edu-spa
|
<div class="header">
<a routerLink="/"><span><i class="fa fa-graduation-cap" aria-hidden="true"></i></span></a>
</div>
<div class="header_headline">Division</div>
<p>Die Division ist eine der vier Grundrechenarten der Arithmetik. Sie ist die Umkehroperation der Multiplikation. Die Division
wird umgangssprachlich auch als Teilen bezeichnet. Die schriftliche Division ist die Methode des Teilens mit Stift und
Papier. In Österreich wird gelegentlich zwischen Messen (wie oft geht es in …?) und Teilen (wie viel ergibt es geteilt
durch …?) unterschieden.[1] Sie wird im Schulunterricht der Grundschule gelehrt und noch einmal in Schulbüchern für die
5. Klasse[2] dargestellt, wird aber nach Einführung elektronischer Hilfsmittel von Lernenden kaum noch angewandt. Rechenzeichen
für die Division sind : ÷ / als Geteiltzeichen.</p>
<div class="footer">
<a routerLink="/learn"><span><i class="fa fa-reply" aria-hidden="true"></i></span></a>
</div>
<img class="background" src="assets/images/owl.png" alt="edu owl" width="10%">
|
doc/second_tier/package-summary.html
|
shane-williams-dev/Reminder-App
|
<!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_51) on Wed Oct 22 15:42:18 EST 2014 -->
<title>second_tier</title>
<meta name="date" content="2014-10-22">
<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="second_tier";
}
//-->
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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><a href="../first_tier/package-summary.html">Prev Package</a></li>
<li><a href="../third_tier/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?second_tier/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package second_tier</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../second_tier/DataStorage.html" title="class in second_tier">DataStorage</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../second_tier/PurchaseReminder.html" title="class in second_tier">PurchaseReminder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../second_tier/Reminder.html" title="class in second_tier">Reminder</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../second_tier/ReminderWorker.html" title="class in second_tier">ReminderWorker</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../second_tier/UniReminder.html" title="class in second_tier">UniReminder</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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><a href="../first_tier/package-summary.html">Prev Package</a></li>
<li><a href="../third_tier/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?second_tier/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
ajax/libs/ratchet/2.0.1/css/ratchet.min.css
|
yogeshsaroya/new-cdnjs
|
version https://git-lfs.github.com/spec/v1
oid sha256:9fa6283b0a86ec7d077cdc3a760c8c32241934525b1e6783f9ba380f639c1445
size 19603
|
html/234567042498.html
|
GoC-Spending/data-corporations
|
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Natayo Manufacturing Inc. -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492305696809&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=31871&V_SEARCH.docsStart=31870&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=31869&V_DOCUMENT.docRank=31870&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492305725884&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456111537&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=31871&V_DOCUMENT.docRank=31872&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492305725884&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456095950&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Natayo Manufacturing Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Natayo Manufacturing Inc.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.natayo.com"
target="_blank" title="Website URL">http://www.natayo.com</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
6060 86 Ave SE<br/>
CALGARY,
Alberta<br/>
T2C 4L7
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
6060 86 Ave SE<br/>
CALGARY,
Alberta<br/>
T2C 4L7
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(403) 720-7700
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(403) 720-7750</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Full service machine shop and fabrication facility. We are ISO 9001:2008 certified<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Ken
Black
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Chris
Hauck
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
General Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gord
Gallop
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Machine Shop Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Matt
Johnstone
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Fabrication Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Quality Certification:
</strong>
</div>
<div class="col-md-7">
ISO 9001.
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
416210 - Metal Service Centres
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BARS AND RODS NONFERROUS BASE METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BARS AND RODS, IRON AND STEEL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BEARINGS, ANTIFRICTION, UNMOUNTED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BEARINGS, MOUNTED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BEARINGS, PLAIN, UNMOUNTED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BELTING, DRIVE BELTS, FAN BELTS, AND ACCESSORIES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BLOCKS, TACKLE, RIGGING, AND SLINGS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BOLTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BUILDING COMPONENTS, PREFABRICATED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CIRCUIT BREAKERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
COIL, FLAT, AND WIRE SPRINGS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CONNECTORS, ELECTRICAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CONVERTERS, ELECTRICAL, NONROTATING <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
COUPLERS, SPLITTERS, AND MIXERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DIESEL ENGINES AND COMPONENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DRAWINGS AND SPECIFICATIONS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRIC PORTABLE AND HAND LIGHTING EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRIC RESISTANCE WELDING EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRIC VEHICULAR LIGHTS AND FIXTURES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL AND ELECTRONIC ASSEMBLIES; BOARDS, CARD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL AND ELECTRONIC PROPERTIES MEASURING AND <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL CONTROL EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL HARDWARE AND SUPPLIES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE AIR AND OIL FILTERS, STRAINERS, AND CLEANER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE COOLING SYSTEM COMPONENTS, NONAIRCRAFT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE ELECTRICAL SYSTEM COMPONENTS, NONAIRCRAFT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE FUEL SYSTEM COMPONENTS, NONAIRCRAFT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE INSTRUMENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FANS, AIR CIRCULATORS, AND BLOWER EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC TRANSMITTERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC ACCESSORIES AND SUPPLIES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC CABLE ASSEMBLIES AND HARNESSES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC CABLES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC CONDUCTORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC DEVICES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC INTERCONNECTORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC KITS AND SETS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC MODULATORS/DEMODULATORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC RECEIVERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC SENSORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FILTERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FITTINGS AND SPECIALITIES: HOSE, PIPE AND TUBE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
GEARS, PULLEYS, SPROCKETS, AND TRANSMISSION CHAIN <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HOSE AND TUBING, FLEXIBLE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HYDRAULIC AND PNEUMATIC PRESSES, POWER DRIVEN <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
INDIVIDUAL EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ISCELLANEOUS VEHICULAR COMPONENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
LIQUID AND GAS FLOW, LIQUID LEVEL, AND MECHANICAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
MISCELLANEOUS ELECTRICAL AND ELECTRONIC COMPONENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
MISCELLANEOUS FABRICATED NONMETALLIC MATERIALS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PIPES AND TUBES, RIGID <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLASTICS FABRICATED MATERIALS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLATE, SHEET, STRIP AND FOIL; IRON AND STEEL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLATE, SHEET, STRIP, AND FOIL: NONFERROUS BASE MET <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PREFABRICATED AND PORTABLE BUILDINGS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PREFABRICATED STRUCTURES - MISC. <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PRESSURE, TEMPERATURE, AND HUMIDITY MEASURING AND <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
REELS AND SPOOLS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
RIVETS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ROTARY JOINTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STORAGE TANKS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STRUCTURAL SHAPES, IRON AND STEEL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STRUCTURAL SHAPES, NONFERROUS BASE METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SWITCHES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TOOL AND HARDWARE BOXES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TRAILERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TRUCK AND TRACTOR ATTACHMENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TRUCKS AND TRUCK TRACTORS, WHEELED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
WIRE AND CABLE, ELECTRICAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
AIR FREIGHT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
ASSEMBLY AND ERECTION OF PREFABRICATED CONSTRUCTIO <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
ENGINEERING DRAFTING SERVICES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
MAINTENANCE, REPAIR, MODIFICATION, REBUILDING AND <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
VESSEL FREIGHT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
2320-Trucks and Truck Tractors, Wheeled
<br>
2330-Trailers
<br>
2590-Miscellaneous Vehicular Components
<br>
2815-Diesel Engines and Components
<br>
2910-Engine Fuel System Components, Nonaircraft
<br>
2920-Engine Electrical System Components, Nonaircraft
<br>
2930-Engine Cooling System Components, Nonaircraft
<br>
2940-Engine Air and Oil Filters, Strainers, and Cleaners, Nonaircraft
<br>
3020-Gears, Pulleys, Sprockets, and Transmission Chain
<br>
3030-Belting, Drive Belts, Fan Belts, and Accessories
<br>
3110-Bearings, Antifriction, Unmounted
<br>
3120-Bearings, Plain, Unmounted
<br>
3130-Bearings, Mounted
<br>
3432-Electric Resistance Welding Equipment
<br>
3442-Hydraulic and Pneumatic Presses, Power Driven
<br>
3830-Truck and Tractor Attachments
<br>
3940-Blocks, Tackle, Rigging, and Slings
<br>
4140-Fans, Air Circulators, and Blower Equipment
<br>
4710-Pipes and Tubes, Rigid
<br>
4720-Hose and Tubing, Flexible
<br>
4730-Fittings and Specialities: Hose, Pipe and Tube
<br>
5140-Tool and Hardware Boxes
<br>
5306-Bolts
<br>
5320-Rivets
<br>
5360-Coil, Flat, and Wire Springs
<br>
5410-Prefabricated and Portable Buildings
<br>
5430-Storage Tanks
<br>
5450-PREFABRICATED STRUCTURES - MISC.
<br>
5670-Building Components, Prefabricated
<br>
5925-Circuit Breakers
<br>
5930-Switches
<br>
5935-Connectors, Electrical
<br>
5975-Electrical Hardware and Supplies
<br>
5998-Electrical and Electronic Assemblies; Boards, Cards, and Associated Hardware
<br>
5999-Miscellaneous Electrical and Electronic Components
<br>
6004-Rotary Joints
<br>
6005-Couplers, Splitters, and Mixers
<br>
6007-Filters
<br>
6010-Fiber Optic Conductors
<br>
6015-Fiber Optic Cables
<br>
6020-Fiber Optic Cable Assemblies and Harnesses
<br>
6025-Fiber Optic Transmitters
<br>
6026-Fiber Optic Receivers
<br>
6030-Fiber Optic Devices
<br>
6034-Fiber Optic Modulators/Demodulators
<br>
6040-Fiber Optic Sensors
<br>
6060-Fiber Optic Interconnectors
<br>
6070-Fiber Optic Accessories and Supplies
<br>
6080-Fiber Optic Kits and Sets
<br>
6110-Electrical Control Equipment
<br>
6130-Converters, Electrical, Nonrotating
<br>
6145-Wire and Cable, Electrical
<br>
6220-Electric Vehicular Lights and Fixtures
<br>
6230-Electric Portable and Hand Lighting Equipment
<br>
6620-Engine Instruments
<br>
6625-Electrical and Electronic Properties Measuring and Testing Instruments
<br>
6680-Liquid and Gas Flow, Liquid Level, and Mechanical Motion Measuring Instruments
<br>
6685-Pressure, Temperature, and Humidity Measuring and Controlling Instruments
<br>
7650-Drawings and Specifications
<br>
8130-Reels and Spools
<br>
8465-Individual Equipment
<br>
9330-Plastics Fabricated Materials
<br>
9390-Miscellaneous Fabricated Nonmetallic Materials
<br>
9510-Bars and Rods, Iron and Steel
<br>
9515-Plate, Sheet, Strip and Foil; Iron and Steel
<br>
9520-Structural Shapes, Iron and Steel
<br>
9530-Bars and Rods Nonferrous Base Metal
<br>
9535-Plate, Sheet, Strip, and Foil: Nonferrous Base Metal
<br>
9540-Structural Shapes, Nonferrous Base Metal
<br>
C212-Engineering Drafting Services
<br>
J000-Maintenance, Repair, Modification, Rebuilding and Installation of Goods/Equipment
<br>
V100-Vessel Freight
<br>
V200-Air Freight
<br>
Y514-Assembly and erection of prefabricated constructions
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Ken
Black
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
<!--if client gender is not null or empty we use gender based job title-->
President
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Management Executive.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Chris
Hauck
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
General Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gord
Gallop
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Machine Shop Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Matt
Johnstone
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Fabrication Manager<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(403) 720-7700
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(403) 720-7750
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Quality Certification:
</strong>
</div>
<div class="col-md-7">
ISO 9001.
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
416210 - Metal Service Centres
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BARS AND RODS NONFERROUS BASE METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BARS AND RODS, IRON AND STEEL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BEARINGS, ANTIFRICTION, UNMOUNTED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BEARINGS, MOUNTED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BEARINGS, PLAIN, UNMOUNTED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BELTING, DRIVE BELTS, FAN BELTS, AND ACCESSORIES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BLOCKS, TACKLE, RIGGING, AND SLINGS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BOLTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
BUILDING COMPONENTS, PREFABRICATED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CIRCUIT BREAKERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
COIL, FLAT, AND WIRE SPRINGS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CONNECTORS, ELECTRICAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
CONVERTERS, ELECTRICAL, NONROTATING <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
COUPLERS, SPLITTERS, AND MIXERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DIESEL ENGINES AND COMPONENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
DRAWINGS AND SPECIFICATIONS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRIC PORTABLE AND HAND LIGHTING EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRIC RESISTANCE WELDING EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRIC VEHICULAR LIGHTS AND FIXTURES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL AND ELECTRONIC ASSEMBLIES; BOARDS, CARD <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL AND ELECTRONIC PROPERTIES MEASURING AND <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL CONTROL EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ELECTRICAL HARDWARE AND SUPPLIES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE AIR AND OIL FILTERS, STRAINERS, AND CLEANER <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE COOLING SYSTEM COMPONENTS, NONAIRCRAFT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE ELECTRICAL SYSTEM COMPONENTS, NONAIRCRAFT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE FUEL SYSTEM COMPONENTS, NONAIRCRAFT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ENGINE INSTRUMENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FANS, AIR CIRCULATORS, AND BLOWER EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC TRANSMITTERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC ACCESSORIES AND SUPPLIES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC CABLE ASSEMBLIES AND HARNESSES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC CABLES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC CONDUCTORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC DEVICES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC INTERCONNECTORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC KITS AND SETS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC MODULATORS/DEMODULATORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC RECEIVERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FIBER OPTIC SENSORS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FILTERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
FITTINGS AND SPECIALITIES: HOSE, PIPE AND TUBE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
GEARS, PULLEYS, SPROCKETS, AND TRANSMISSION CHAIN <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HOSE AND TUBING, FLEXIBLE <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
HYDRAULIC AND PNEUMATIC PRESSES, POWER DRIVEN <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
INDIVIDUAL EQUIPMENT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ISCELLANEOUS VEHICULAR COMPONENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
LIQUID AND GAS FLOW, LIQUID LEVEL, AND MECHANICAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
MISCELLANEOUS ELECTRICAL AND ELECTRONIC COMPONENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
MISCELLANEOUS FABRICATED NONMETALLIC MATERIALS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PIPES AND TUBES, RIGID <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLASTICS FABRICATED MATERIALS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLATE, SHEET, STRIP AND FOIL; IRON AND STEEL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PLATE, SHEET, STRIP, AND FOIL: NONFERROUS BASE MET <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PREFABRICATED AND PORTABLE BUILDINGS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PREFABRICATED STRUCTURES - MISC. <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
PRESSURE, TEMPERATURE, AND HUMIDITY MEASURING AND <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
REELS AND SPOOLS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
RIVETS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
ROTARY JOINTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STORAGE TANKS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STRUCTURAL SHAPES, IRON AND STEEL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
STRUCTURAL SHAPES, NONFERROUS BASE METAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
SWITCHES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TOOL AND HARDWARE BOXES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TRAILERS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TRUCK AND TRACTOR ATTACHMENTS <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
TRUCKS AND TRUCK TRACTORS, WHEELED <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
WIRE AND CABLE, ELECTRICAL <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
AIR FREIGHT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
ASSEMBLY AND ERECTION OF PREFABRICATED CONSTRUCTIO <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
ENGINEERING DRAFTING SERVICES <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
MAINTENANCE, REPAIR, MODIFICATION, REBUILDING AND <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
VESSEL FREIGHT <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
2320-Trucks and Truck Tractors, Wheeled
<br>
2330-Trailers
<br>
2590-Miscellaneous Vehicular Components
<br>
2815-Diesel Engines and Components
<br>
2910-Engine Fuel System Components, Nonaircraft
<br>
2920-Engine Electrical System Components, Nonaircraft
<br>
2930-Engine Cooling System Components, Nonaircraft
<br>
2940-Engine Air and Oil Filters, Strainers, and Cleaners, Nonaircraft
<br>
3020-Gears, Pulleys, Sprockets, and Transmission Chain
<br>
3030-Belting, Drive Belts, Fan Belts, and Accessories
<br>
3110-Bearings, Antifriction, Unmounted
<br>
3120-Bearings, Plain, Unmounted
<br>
3130-Bearings, Mounted
<br>
3432-Electric Resistance Welding Equipment
<br>
3442-Hydraulic and Pneumatic Presses, Power Driven
<br>
3830-Truck and Tractor Attachments
<br>
3940-Blocks, Tackle, Rigging, and Slings
<br>
4140-Fans, Air Circulators, and Blower Equipment
<br>
4710-Pipes and Tubes, Rigid
<br>
4720-Hose and Tubing, Flexible
<br>
4730-Fittings and Specialities: Hose, Pipe and Tube
<br>
5140-Tool and Hardware Boxes
<br>
5306-Bolts
<br>
5320-Rivets
<br>
5360-Coil, Flat, and Wire Springs
<br>
5410-Prefabricated and Portable Buildings
<br>
5430-Storage Tanks
<br>
5450-PREFABRICATED STRUCTURES - MISC.
<br>
5670-Building Components, Prefabricated
<br>
5925-Circuit Breakers
<br>
5930-Switches
<br>
5935-Connectors, Electrical
<br>
5975-Electrical Hardware and Supplies
<br>
5998-Electrical and Electronic Assemblies; Boards, Cards, and Associated Hardware
<br>
5999-Miscellaneous Electrical and Electronic Components
<br>
6004-Rotary Joints
<br>
6005-Couplers, Splitters, and Mixers
<br>
6007-Filters
<br>
6010-Fiber Optic Conductors
<br>
6015-Fiber Optic Cables
<br>
6020-Fiber Optic Cable Assemblies and Harnesses
<br>
6025-Fiber Optic Transmitters
<br>
6026-Fiber Optic Receivers
<br>
6030-Fiber Optic Devices
<br>
6034-Fiber Optic Modulators/Demodulators
<br>
6040-Fiber Optic Sensors
<br>
6060-Fiber Optic Interconnectors
<br>
6070-Fiber Optic Accessories and Supplies
<br>
6080-Fiber Optic Kits and Sets
<br>
6110-Electrical Control Equipment
<br>
6130-Converters, Electrical, Nonrotating
<br>
6145-Wire and Cable, Electrical
<br>
6220-Electric Vehicular Lights and Fixtures
<br>
6230-Electric Portable and Hand Lighting Equipment
<br>
6620-Engine Instruments
<br>
6625-Electrical and Electronic Properties Measuring and Testing Instruments
<br>
6680-Liquid and Gas Flow, Liquid Level, and Mechanical Motion Measuring Instruments
<br>
6685-Pressure, Temperature, and Humidity Measuring and Controlling Instruments
<br>
7650-Drawings and Specifications
<br>
8130-Reels and Spools
<br>
8465-Individual Equipment
<br>
9330-Plastics Fabricated Materials
<br>
9390-Miscellaneous Fabricated Nonmetallic Materials
<br>
9510-Bars and Rods, Iron and Steel
<br>
9515-Plate, Sheet, Strip and Foil; Iron and Steel
<br>
9520-Structural Shapes, Iron and Steel
<br>
9530-Bars and Rods Nonferrous Base Metal
<br>
9535-Plate, Sheet, Strip, and Foil: Nonferrous Base Metal
<br>
9540-Structural Shapes, Nonferrous Base Metal
<br>
C212-Engineering Drafting Services
<br>
J000-Maintenance, Repair, Modification, Rebuilding and Installation of Goods/Equipment
<br>
V100-Vessel Freight
<br>
V200-Air Freight
<br>
Y514-Assembly and erection of prefabricated constructions
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2014-09-29
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
|
spaceship/spaceship.html
|
qsrahman/Quintus-Demos
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Space Ship</title>
<style>
* {
padding: 0;
margin: 0;
}
body {
overflow: hidden;
background: #e4e6e8;
}
#canvas {
display: block;
margin: 40px auto 0px;
background: #fff;
box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
}
</style>
</head>
<body>
<canvas id="canvas" width="640" height="480"></canvas>
<script src="../lib/quintus-all.js"></script>
<script>
"use strict";
window.onload = function() {
var Q = Quintus()
.include("Sprites, Input, Scenes")
.setup('canvas')
.controls();
Q.el.style.backgroundColor = 'black';
// modified code from the book 'Professional HTML5 Mobile Game Development'
Q.Sprite.extend('Starfield', {
init: function(p) {
this._super(p, {
w: Q.width,
h: Q.height,
speed: 20,
transparancy: 1,
numStars: 100,
clear: false,
stars: null,
offset: 0
});
// setup the offscreen canvas
this.p.stars = document.createElement('canvas');
this.p.stars.width = Q.width;
this.p.stars.height = Q.height;
var starCtx = this.p.stars.getContext('2d');
this.p.offset = 0;
// If the clear option is set, make the background black
// instead of transparent
if (this.p.clear) {
starCtx.fillStyle = '#000';
starCtx.fillRect(0, 0, this.p.stars.width, this.p.stars.height);
}
// Now draw a bunch of random 2 pixel rectangles onto the
// offscren canvas
starCtx.fillStyle = '#fff';
starCtx.globalAlpha = this.p.transparancy;
for (var i = 0; i < this.p.numStars; i++) {
starCtx.fillRect(Math.floor(Math.random() * this.p.stars.width),
Math.floor(Math.random() * this.p.stars.height), 2, 2);
}
},
draw: function(ctx) {
// console.log('starfield: draw...');
var intOffset = Math.floor(this.p.offset);
var remaining = this.p.stars.height - intOffset;
// Draw the tophalf of the starfield
if (intOffset > 0) {
ctx.drawImage(this.p.stars,
0, remaining,
this.p.stars.width, intOffset,
0, 0,
this.p.stars.width, intOffset);
}
// Draw the bottom half of the starfield
if (remaining > 0) {
ctx.drawImage(this.p.stars,
0, 0,
this.p.stars.width, remaining,
0, intOffset,
this.p.stars.width, remaining);
}
},
step: function(dt) {
this.p.offset += this.p.speed * dt;
this.p.offset %= this.p.stars.height;
}
});
// The Ship class extend Sprite class
Q.Sprite.extend("Ship", {
init: function(p) {
this._super(p, {
asset: 'ship.png',
x: Q.width/2,
y: Q.height/2,
scale: 0.5, // scale ship.png to half size
vx: 0, // horizontal velocity
vy: 0, // vertical velocity
thrust: 500, // thrust applied when 'up' key is pressed
aSpeed: 300, // angular speed applied when 'left/right' key is pressed
laserSpeed: 350, // laser speed
drag: 0.98, // drag/friction applied to ship motion
reload: 0 // laser reload delay
});
},
fire: function() {
if(this.p.reload <= 0) {
// find the directional components of the velocity
var vx = Math.cos(this.p.angle * Math.PI / 180);
var vy = Math.sin(this.p.angle * Math.PI / 180);
// laser will originate from ship center
var x = this.p.x;
var y = this.p.y;
// move the laser to originate from ship nose
x += vx * this.p.w/4;
y += vy * this.p.w/4;
// calculate laser velocity
vx *= this.p.laserSpeed;
vy *= this.p.laserSpeed;
// add ship velocity to laser velocity
vx += this.p.vx;
vy += this.p.vy;
this.stage.insert(new Q.Laser(
{ x: x, y: y,
vx: vx, vy: vy,
angle: this.p.angle }));
// reset reload
this.p.reload = 1000 / 50;
}
},
step: function(dt) {
if(Q.inputs["up"]) {
this.p.vx += this.p.thrust * Math.cos(this.p.angle * Math.PI / 180) * dt;
this.p.vy += this.p.thrust * Math.sin(this.p.angle * Math.PI / 180) * dt;
}
else {
this.p.vx *= this.p.drag;
this.p.vy *= this.p.drag;
}
if(Q.inputs['left']) {
this.p.angle -= this.p.aSpeed * dt;
}
else if(Q.inputs['right']) {
this.p.angle += this.p.aSpeed * dt;
}
if(Q.inputs['fire']) {
this.fire();
}
this.p.x += this.p.vx * dt;
this.p.y += this.p.vy * dt;
if(this.p.x > Q.width || this.p.x < 0) {
this.p.x = (this.p.x + Q.width) % Q.width;
}
if(this.p.y > Q.height || this.p.y < 0) {
this.p.y = (this.p.y + Q.height) % Q.height;
}
if(this.p.angle > 360) { this.p.angle -= 360; }
if(this.p.angle < 0) { this.p.angle += 360; }
this.p.reload--;
}
});
Q.Sprite.extend('Laser', {
init: function(p) {
this._super(p, {
asset: 'laserblue.png',
vx: 0,
vy: 0
});
},
step: function(dt) {
this.p.x += this.p.vx * dt;
this.p.y += this.p.vy * dt;
// out of site out of mind
if(this.p.x > Q.width || this.p.x < 0 ||
this.p.y > Q.height || this.p.y < 0) {
this.destroy();
}
}
});
Q.scene("main", function(stage) {
// Q.gravity = 0;
stage.insert(new Q.Starfield({transparancy: 0.4, clear: true}));
stage.insert(new Q.Starfield({speed: 50, transparancy: 0.6}));
stage.insert(new Q.Starfield({speed: 100, numStars: 50}));
stage.insert(new Q.Ship());
});
Q.load("ship.png, laserblue.png", function() {
Q.stageScene('main');
});
};
</script>
</body>
</html>
|
templates/configure_slideshow.html
|
leephillips/FOTPweb
|
<!DOCTYPE HTML><html><head><meta content="text/html;charset=utf-8" http-equiv="Content-Type" /><meta content="width=device-width, initial-scale=1.0" name="viewport" /><link href="{{ STATIC_URL }}favicon_v4.png" rel="shortcut icon" type="image/png" /><link href="//fonts.googleapis.com/css?family=Alegreya:normal,italic,bold%7CAlegreya+SC:normal,italic,bold%7CBaumans" rel = "stylesheet" media = "all" type = "text/css" />
<title>{% block title %}{% endblock %}</title>
<script type="text/javascript" src="/static/js/jquery-1.10.2.js">
</script>
<script type="text/javascript" src="/static/js/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" src="/static/django_tinymce/init_tinymce.js"></script>
<style>
.illist {
margin-top: 3em;
}
.na input, .na textarea {
margin-bottom: 1em;
}
.na button {
color: green;
font-size: 2em;
display: inline-block;
vertical-align: middle;
}
#savehelp {
display: inline-block;
vertical-align: middle;
width: 40%;
margin-left: 1.5em;
}
.blink {
border: solid black 1mm;
background: #aaa;
width: 6em;
padding: 2mm;
display: inline-block;
margin: 0;
}
.na .publish {
width: 20%;
border: solid red 1mm;
padding: 2mm;
display: inline-block;
}
.na .illist {
overflow: auto;
}
.illist .picture {
display: inline-block;
width: 20%;
}
.illist .picdata {
display: inline-block;
vertical-align: top;
margin-top: 0em;
width: 75%;
}
.na .illist .picture img {
width: 100%;
}
p.photoname {
color: #339;
margin-top: 0;
margin-bottom: 0.3em;
}
.na .illist input[type=text] {
width: 40em;
}
.na .illist input[type=url] {
width: 40em;
}
.na .impbuttons {
clear: both;
margin-top: 1em;
}
.helpinput {
position: absolute;
left: -9999px;
}
.gethelp {
border: solid black 0.5mm;
background: #f99;
width: 0.5em;
overflow: hidden;
display: inline-block;
vertical-align: top;
margin-left: 2mm;
padding-left: 1mm;
padding-right: 1mm;
cursor: pointer;
}
.help {
opacity: 0;
z-index: -10;
border: solid #a33 1mm;
background: #f99;
padding: 2em;
font-size: 0.75em;
width: 55%;
position: absolute;
margin-top: -1.2em;
}
.endrow td{
border-bottom: solid black 1mm;
}
.picblock {
width: 100%;
border-bottom: solid black 1mm;
margin-bottom: 1em;
}
</style>
</head>
<h1>Slideshow Configuration</h1>
<body style = "background: white; color: black;">
<form class = 'na' action = '/configure_slideshow/' method = 'POST'>
{% csrf_token %}
<button type = 'submit'>Save</button>
<div id = 'savehelp'>
Click to save changes to slideshow inclusion, captions, targets, and
credits. Slideshow will immediately reflect your changes.
Go <a href= 'http://127.0.0.1:8001/admin/apdirposts/illustration/add/'>here</a>
to add a new picture. Pictures currently in the slideshow are listed first below.
</div>
<div class = 'illist'>
{{ ilformset.management_form }}
{% for f in ilformset %}
<div class = 'picblock'>
{{ f.id }}
<div class = 'picture'>
<img src="/static/{{ f.pic.value }}" />
</div>
<div class = 'picdata'>
<p class = 'photoname'>{{f.pic.value|cut:"illustrations/"}}</p>
{{ f.slideshow }}
Include in slideshow <br />
{{ f.caption }}
Caption <br />
{{ f.credit }}
Credit <br />
{{ f.target }}
Link target <br />
<span class = 'divider'></span>
</div>
</div>
{% endfor %}
</div>
</form>
</body>
</html>
|
index.html
|
jan-trojanowski/vanilla-js-calendar
|
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script type="text/javascript" src="app.js"></script>
</body>
|
doc/function-date_range.html
|
isacm94/Practica2_Servidor
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Function date_range | Practica2_Servidor</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li>
<a href="namespace-Composer.html">
Composer<span></span>
</a>
<ul>
<li>
<a href="namespace-Composer.Autoload.html">
Autoload </a>
</li>
</ul></li>
<li class="active">
<a href="namespace-None.html">
None </a>
</li>
<li>
<a href="namespace-org.html">
org<span></span>
</a>
<ul>
<li>
<a href="namespace-org.bovigo.html">
bovigo<span></span>
</a>
<ul>
<li>
<a href="namespace-org.bovigo.vfs.html">
vfs<span></span>
</a>
<ul>
<li>
<a href="namespace-org.bovigo.vfs.example.html">
example </a>
</li>
<li>
<a href="namespace-org.bovigo.vfs.visitor.html">
visitor </a>
</li>
</ul></li></ul></li></ul></li>
<li>
<a href="namespace-PHP.html">
PHP </a>
</li>
</ul>
</div>
<hr>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-AdvancedValueBinderTest.html">AdvancedValueBinderTest</a></li>
<li><a href="class-Agregador.html" class="invalid">Agregador</a></li>
<li><a href="class-AutofilterColumnTest.html">AutofilterColumnTest</a></li>
<li><a href="class-AutoFilterTest.html">AutoFilterTest</a></li>
<li><a href="class-AutoloaderTest.html">AutoloaderTest</a></li>
<li><a href="class-CalculationTest.html">CalculationTest</a></li>
<li><a href="class-Camiseta.html">Camiseta</a></li>
<li><a href="class-Carrito.html">Carrito</a></li>
<li><a href="class-Carro.html">Carro</a></li>
<li><a href="class-Categorias.html">Categorias</a></li>
<li><a href="class-CellCollectionTest.html">CellCollectionTest</a></li>
<li><a href="class-CellTest.html">CellTest</a></li>
<li><a href="class-CholeskyDecomposition.html">CholeskyDecomposition</a></li>
<li><a href="class-CI_Benchmark.html" class="invalid">CI_Benchmark</a></li>
<li><a href="class-CI_Cache.html" class="invalid">CI_Cache</a></li>
<li><a href="class-CI_Cache_apc.html" class="invalid">CI_Cache_apc</a></li>
<li><a href="class-CI_Cache_dummy.html" class="invalid">CI_Cache_dummy</a></li>
<li><a href="class-CI_Cache_file.html" class="invalid">CI_Cache_file</a></li>
<li><a href="class-CI_Cache_memcached.html" class="invalid">CI_Cache_memcached</a></li>
<li><a href="class-CI_Cache_redis.html">CI_Cache_redis</a></li>
<li><a href="class-CI_Cache_wincache.html">CI_Cache_wincache</a></li>
<li><a href="class-CI_Calendar.html" class="invalid">CI_Calendar</a></li>
<li><a href="class-CI_Cart.html" class="invalid">CI_Cart</a></li>
<li><a href="class-CI_Config.html" class="invalid">CI_Config</a></li>
<li><a href="class-CI_Controller.html" class="invalid">CI_Controller</a></li>
<li><a href="class-CI_DB_active_record.html">CI_DB_active_record</a></li>
<li><a href="class-CI_DB_Cache.html" class="invalid">CI_DB_Cache</a></li>
<li><a href="class-CI_DB_cubrid_driver.html" class="invalid">CI_DB_cubrid_driver</a></li>
<li><a href="class-CI_DB_cubrid_forge.html" class="invalid">CI_DB_cubrid_forge</a></li>
<li><a href="class-CI_DB_cubrid_result.html" class="invalid">CI_DB_cubrid_result</a></li>
<li><a href="class-CI_DB_cubrid_utility.html" class="invalid">CI_DB_cubrid_utility</a></li>
<li><a href="class-CI_DB_driver.html" class="invalid">CI_DB_driver</a></li>
<li><a href="class-CI_DB_forge.html" class="invalid">CI_DB_forge</a></li>
<li><a href="class-CI_DB_ibase_driver.html">CI_DB_ibase_driver</a></li>
<li><a href="class-CI_DB_ibase_forge.html">CI_DB_ibase_forge</a></li>
<li><a href="class-CI_DB_ibase_result.html">CI_DB_ibase_result</a></li>
<li><a href="class-CI_DB_ibase_utility.html">CI_DB_ibase_utility</a></li>
<li><a href="class-CI_DB_mssql_driver.html" class="invalid">CI_DB_mssql_driver</a></li>
<li><a href="class-CI_DB_mssql_forge.html" class="invalid">CI_DB_mssql_forge</a></li>
<li><a href="class-CI_DB_mssql_result.html" class="invalid">CI_DB_mssql_result</a></li>
<li><a href="class-CI_DB_mssql_utility.html" class="invalid">CI_DB_mssql_utility</a></li>
<li><a href="class-CI_DB_mysql_driver.html" class="invalid">CI_DB_mysql_driver</a></li>
<li><a href="class-CI_DB_mysql_forge.html" class="invalid">CI_DB_mysql_forge</a></li>
<li><a href="class-CI_DB_mysql_result.html" class="invalid">CI_DB_mysql_result</a></li>
<li><a href="class-CI_DB_mysql_utility.html" class="invalid">CI_DB_mysql_utility</a></li>
<li><a href="class-CI_DB_mysqli_driver.html" class="invalid">CI_DB_mysqli_driver</a></li>
<li><a href="class-CI_DB_mysqli_forge.html" class="invalid">CI_DB_mysqli_forge</a></li>
<li><a href="class-CI_DB_mysqli_result.html" class="invalid">CI_DB_mysqli_result</a></li>
<li><a href="class-CI_DB_mysqli_utility.html" class="invalid">CI_DB_mysqli_utility</a></li>
<li><a href="class-CI_DB_oci8_driver.html" class="invalid">CI_DB_oci8_driver</a></li>
<li><a href="class-CI_DB_oci8_forge.html" class="invalid">CI_DB_oci8_forge</a></li>
<li><a href="class-CI_DB_oci8_result.html" class="invalid">CI_DB_oci8_result</a></li>
<li><a href="class-CI_DB_oci8_utility.html" class="invalid">CI_DB_oci8_utility</a></li>
<li><a href="class-CI_DB_odbc_driver.html" class="invalid">CI_DB_odbc_driver</a></li>
<li><a href="class-CI_DB_odbc_forge.html" class="invalid">CI_DB_odbc_forge</a></li>
<li><a href="class-CI_DB_odbc_result.html" class="invalid">CI_DB_odbc_result</a></li>
<li><a href="class-CI_DB_odbc_utility.html" class="invalid">CI_DB_odbc_utility</a></li>
<li><a href="class-CI_DB_pdo_4d_driver.html">CI_DB_pdo_4d_driver</a></li>
<li><a href="class-CI_DB_pdo_4d_forge.html">CI_DB_pdo_4d_forge</a></li>
<li><a href="class-CI_DB_pdo_cubrid_driver.html">CI_DB_pdo_cubrid_driver</a></li>
<li><a href="class-CI_DB_pdo_cubrid_forge.html">CI_DB_pdo_cubrid_forge</a></li>
<li><a href="class-CI_DB_pdo_dblib_driver.html">CI_DB_pdo_dblib_driver</a></li>
<li><a href="class-CI_DB_pdo_dblib_forge.html">CI_DB_pdo_dblib_forge</a></li>
<li><a href="class-CI_DB_pdo_driver.html" class="invalid">CI_DB_pdo_driver</a></li>
<li><a href="class-CI_DB_pdo_firebird_driver.html">CI_DB_pdo_firebird_driver</a></li>
<li><a href="class-CI_DB_pdo_firebird_forge.html">CI_DB_pdo_firebird_forge</a></li>
<li><a href="class-CI_DB_pdo_forge.html" class="invalid">CI_DB_pdo_forge</a></li>
<li><a href="class-CI_DB_pdo_ibm_driver.html">CI_DB_pdo_ibm_driver</a></li>
<li><a href="class-CI_DB_pdo_ibm_forge.html">CI_DB_pdo_ibm_forge</a></li>
<li><a href="class-CI_DB_pdo_informix_driver.html">CI_DB_pdo_informix_driver</a></li>
<li><a href="class-CI_DB_pdo_informix_forge.html">CI_DB_pdo_informix_forge</a></li>
<li><a href="class-CI_DB_pdo_mysql_driver.html">CI_DB_pdo_mysql_driver</a></li>
<li><a href="class-CI_DB_pdo_mysql_forge.html">CI_DB_pdo_mysql_forge</a></li>
<li><a href="class-CI_DB_pdo_oci_driver.html">CI_DB_pdo_oci_driver</a></li>
<li><a href="class-CI_DB_pdo_oci_forge.html">CI_DB_pdo_oci_forge</a></li>
<li><a href="class-CI_DB_pdo_odbc_driver.html">CI_DB_pdo_odbc_driver</a></li>
<li><a href="class-CI_DB_pdo_odbc_forge.html">CI_DB_pdo_odbc_forge</a></li>
<li><a href="class-CI_DB_pdo_pgsql_driver.html">CI_DB_pdo_pgsql_driver</a></li>
<li><a href="class-CI_DB_pdo_pgsql_forge.html">CI_DB_pdo_pgsql_forge</a></li>
<li><a href="class-CI_DB_pdo_result.html" class="invalid">CI_DB_pdo_result</a></li>
<li><a href="class-CI_DB_pdo_sqlite_driver.html">CI_DB_pdo_sqlite_driver</a></li>
<li><a href="class-CI_DB_pdo_sqlite_forge.html">CI_DB_pdo_sqlite_forge</a></li>
<li><a href="class-CI_DB_pdo_sqlsrv_driver.html">CI_DB_pdo_sqlsrv_driver</a></li>
<li><a href="class-CI_DB_pdo_sqlsrv_forge.html">CI_DB_pdo_sqlsrv_forge</a></li>
<li><a href="class-CI_DB_pdo_utility.html" class="invalid">CI_DB_pdo_utility</a></li>
<li><a href="class-CI_DB_postgre_driver.html" class="invalid">CI_DB_postgre_driver</a></li>
<li><a href="class-CI_DB_postgre_forge.html" class="invalid">CI_DB_postgre_forge</a></li>
<li><a href="class-CI_DB_postgre_result.html" class="invalid">CI_DB_postgre_result</a></li>
<li><a href="class-CI_DB_postgre_utility.html" class="invalid">CI_DB_postgre_utility</a></li>
<li><a href="class-CI_DB_query_builder.html">CI_DB_query_builder</a></li>
<li><a href="class-CI_DB_result.html" class="invalid">CI_DB_result</a></li>
<li><a href="class-CI_DB_sqlite3_driver.html">CI_DB_sqlite3_driver</a></li>
<li><a href="class-CI_DB_sqlite3_forge.html">CI_DB_sqlite3_forge</a></li>
<li><a href="class-CI_DB_sqlite3_result.html">CI_DB_sqlite3_result</a></li>
<li><a href="class-CI_DB_sqlite3_utility.html">CI_DB_sqlite3_utility</a></li>
<li><a href="class-CI_DB_sqlite_driver.html" class="invalid">CI_DB_sqlite_driver</a></li>
<li><a href="class-CI_DB_sqlite_forge.html" class="invalid">CI_DB_sqlite_forge</a></li>
<li><a href="class-CI_DB_sqlite_result.html" class="invalid">CI_DB_sqlite_result</a></li>
<li><a href="class-CI_DB_sqlite_utility.html" class="invalid">CI_DB_sqlite_utility</a></li>
<li><a href="class-CI_DB_sqlsrv_driver.html" class="invalid">CI_DB_sqlsrv_driver</a></li>
<li><a href="class-CI_DB_sqlsrv_forge.html" class="invalid">CI_DB_sqlsrv_forge</a></li>
<li><a href="class-CI_DB_sqlsrv_result.html" class="invalid">CI_DB_sqlsrv_result</a></li>
<li><a href="class-CI_DB_sqlsrv_utility.html" class="invalid">CI_DB_sqlsrv_utility</a></li>
<li><a href="class-CI_DB_utility.html" class="invalid">CI_DB_utility</a></li>
<li><a href="class-CI_Driver.html" class="invalid">CI_Driver</a></li>
<li><a href="class-CI_Driver_Library.html" class="invalid">CI_Driver_Library</a></li>
<li><a href="class-CI_Email.html" class="invalid">CI_Email</a></li>
<li><a href="class-CI_Encrypt.html" class="invalid">CI_Encrypt</a></li>
<li><a href="class-CI_Encryption.html">CI_Encryption</a></li>
<li><a href="class-CI_Exceptions.html" class="invalid">CI_Exceptions</a></li>
<li><a href="class-CI_Form_validation.html" class="invalid">CI_Form_validation</a></li>
<li><a href="class-CI_FTP.html" class="invalid">CI_FTP</a></li>
<li><a href="class-CI_Hooks.html" class="invalid">CI_Hooks</a></li>
<li><a href="class-CI_Image_lib.html" class="invalid">CI_Image_lib</a></li>
<li><a href="class-CI_Input.html" class="invalid">CI_Input</a></li>
<li><a href="class-CI_Javascript.html" class="invalid">CI_Javascript</a></li>
<li><a href="class-CI_Jquery.html" class="invalid">CI_Jquery</a></li>
<li><a href="class-CI_Lang.html" class="invalid">CI_Lang</a></li>
<li><a href="class-CI_Loader.html" class="invalid">CI_Loader</a></li>
<li><a href="class-CI_Log.html" class="invalid">CI_Log</a></li>
<li><a href="class-CI_Migration.html" class="invalid">CI_Migration</a></li>
<li><a href="class-CI_Model.html" class="invalid">CI_Model</a></li>
<li><a href="class-CI_Output.html" class="invalid">CI_Output</a></li>
<li><a href="class-CI_Pagination.html" class="invalid">CI_Pagination</a></li>
<li><a href="class-CI_Parser.html" class="invalid">CI_Parser</a></li>
<li><a href="class-CI_Profiler.html" class="invalid">CI_Profiler</a></li>
<li><a href="class-CI_Router.html" class="invalid">CI_Router</a></li>
<li><a href="class-CI_Security.html" class="invalid">CI_Security</a></li>
<li><a href="class-CI_Session.html" class="invalid">CI_Session</a></li>
<li><a href="class-CI_Session_database_driver.html">CI_Session_database_driver</a></li>
<li><a href="class-CI_Session_driver.html">CI_Session_driver</a></li>
<li><a href="class-CI_Session_files_driver.html">CI_Session_files_driver</a></li>
<li><a href="class-CI_Session_memcached_driver.html">CI_Session_memcached_driver</a></li>
<li><a href="class-CI_Session_redis_driver.html">CI_Session_redis_driver</a></li>
<li><a href="class-CI_SHA1.html">CI_SHA1</a></li>
<li><a href="class-CI_Table.html" class="invalid">CI_Table</a></li>
<li><a href="class-CI_Trackback.html" class="invalid">CI_Trackback</a></li>
<li><a href="class-CI_Typography.html" class="invalid">CI_Typography</a></li>
<li><a href="class-CI_Unit_test.html" class="invalid">CI_Unit_test</a></li>
<li><a href="class-CI_Upload.html" class="invalid">CI_Upload</a></li>
<li><a href="class-CI_URI.html" class="invalid">CI_URI</a></li>
<li><a href="class-CI_User_agent.html" class="invalid">CI_User_agent</a></li>
<li><a href="class-CI_Utf8.html" class="invalid">CI_Utf8</a></li>
<li><a href="class-CI_Xmlrpc.html" class="invalid">CI_Xmlrpc</a></li>
<li><a href="class-CI_Xmlrpcs.html" class="invalid">CI_Xmlrpcs</a></li>
<li><a href="class-CI_Zip.html" class="invalid">CI_Zip</a></li>
<li><a href="class-CodePageTest.html">CodePageTest</a></li>
<li><a href="class-ColorTest.html">ColorTest</a></li>
<li><a href="class-ColumnCellIteratorTest.html">ColumnCellIteratorTest</a></li>
<li><a href="class-ColumnIteratorTest.html">ColumnIteratorTest</a></li>
<li><a href="class-Complex.html">Complex</a></li>
<li><a href="class-complexAssert.html">complexAssert</a></li>
<li><a href="class-ComposerAutoloaderInit03216eaa5a0e5a7f5bbbeeae5708a458.html">ComposerAutoloaderInit03216eaa5a0e5a7f5bbbeeae5708a458</a></li>
<li><a href="class-DataSeriesValuesTest.html">DataSeriesValuesTest</a></li>
<li><a href="class-DataTypeTest.html">DataTypeTest</a></li>
<li><a href="class-DateTest.html">DateTest</a></li>
<li><a href="class-DateTimeTest.html">DateTimeTest</a></li>
<li><a href="class-DefaultValueBinderTest.html">DefaultValueBinderTest</a></li>
<li><a href="class-EigenvalueDecomposition.html">EigenvalueDecomposition</a></li>
<li><a href="class-EliminarUsuario.html">EliminarUsuario</a></li>
<li><a href="class-EngineeringTest.html">EngineeringTest</a></li>
<li><a href="class-Error404.html">Error404</a></li>
<li><a href="class-Excel.html">Excel</a></li>
<li><a href="class-FileTest.html">FileTest</a></li>
<li><a href="class-FinancialTest.html">FinancialTest</a></li>
<li><a href="class-FontTest.html">FontTest</a></li>
<li><a href="class-FPDF.html">FPDF</a></li>
<li><a href="class-FunctionsTest.html">FunctionsTest</a></li>
<li><a href="class-Gestor_Tiendas_Model.html">Gestor_Tiendas_Model</a></li>
<li><a href="class-HyperlinkTest.html">HyperlinkTest</a></li>
<li><a href="class-JSON_WebClient.html">JSON_WebClient</a></li>
<li><a href="class-JSON_WebServer_Controller.html" class="invalid">JSON_WebServer_Controller</a></li>
<li><a href="class-LayoutTest.html">LayoutTest</a></li>
<li><a href="class-LegendTest.html">LegendTest</a></li>
<li><a href="class-LogicalTest.html">LogicalTest</a></li>
<li><a href="class-Login.html">Login</a></li>
<li><a href="class-LookupRefTest.html">LookupRefTest</a></li>
<li><a href="class-Main.html">Main</a></li>
<li><a href="class-MathTrigTest.html">MathTrigTest</a></li>
<li><a href="class-Mdl_Agregador.html">Mdl_Agregador</a></li>
<li><a href="class-Mdl_camiseta.html">Mdl_camiseta</a></li>
<li><a href="class-Mdl_carrito.html">Mdl_carrito</a></li>
<li><a href="class-Mdl_categorias.html">Mdl_categorias</a></li>
<li><a href="class-Mdl_MisPedidos.html">Mdl_MisPedidos</a></li>
<li><a href="class-Mdl_pedidos.html">Mdl_pedidos</a></li>
<li><a href="class-Mdl_provincias.html">Mdl_provincias</a></li>
<li><a href="class-Mdl_restablecerCont.html">Mdl_restablecerCont</a></li>
<li><a href="class-Mdl_seleccionadas.html">Mdl_seleccionadas</a></li>
<li><a href="class-Mdl_usuarios.html">Mdl_usuarios</a></li>
<li><a href="class-Mdl_xml.html">Mdl_xml</a></li>
<li><a href="class-MisPedidos.html">MisPedidos</a></li>
<li><a href="class-ModificarCorrecto.html">ModificarCorrecto</a></li>
<li><a href="class-ModificarUsuario.html">ModificarUsuario</a></li>
<li><a href="class-Monedas.html">Monedas</a></li>
<li><a href="class-MyReadFilter.html">MyReadFilter</a></li>
<li><a href="class-NumberFormatTest.html">NumberFormatTest</a></li>
<li><a href="class-PasswordHasherTest.html">PasswordHasherTest</a></li>
<li><a href="class-PclZip.html">PclZip</a></li>
<li><a href="class-PDF.html" class="invalid">PDF</a></li>
<li><a href="class-Pedidos.html">Pedidos</a></li>
<li><a href="class-PHPExcel.html">PHPExcel</a></li>
<li><a href="class-PHPExcel_Autoloader.html">PHPExcel_Autoloader</a></li>
<li><a href="class-PHPExcel_Best_Fit.html">PHPExcel_Best_Fit</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_APC.html">PHPExcel_CachedObjectStorage_APC</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_CacheBase.html">PHPExcel_CachedObjectStorage_CacheBase</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_DiscISAM.html">PHPExcel_CachedObjectStorage_DiscISAM</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Igbinary.html">PHPExcel_CachedObjectStorage_Igbinary</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Memcache.html">PHPExcel_CachedObjectStorage_Memcache</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Memory.html">PHPExcel_CachedObjectStorage_Memory</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_MemoryGZip.html">PHPExcel_CachedObjectStorage_MemoryGZip</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_MemorySerialized.html">PHPExcel_CachedObjectStorage_MemorySerialized</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_PHPTemp.html">PHPExcel_CachedObjectStorage_PHPTemp</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_SQLite.html">PHPExcel_CachedObjectStorage_SQLite</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_SQLite3.html">PHPExcel_CachedObjectStorage_SQLite3</a></li>
<li><a href="class-PHPExcel_CachedObjectStorage_Wincache.html">PHPExcel_CachedObjectStorage_Wincache</a></li>
<li><a href="class-PHPExcel_CachedObjectStorageFactory.html">PHPExcel_CachedObjectStorageFactory</a></li>
<li><a href="class-PHPExcel_CalcEngine_CyclicReferenceStack.html">PHPExcel_CalcEngine_CyclicReferenceStack</a></li>
<li><a href="class-PHPExcel_CalcEngine_Logger.html">PHPExcel_CalcEngine_Logger</a></li>
<li><a href="class-PHPExcel_Calculation.html">PHPExcel_Calculation</a></li>
<li><a href="class-PHPExcel_Calculation_Database.html">PHPExcel_Calculation_Database</a></li>
<li><a href="class-PHPExcel_Calculation_DateTime.html">PHPExcel_Calculation_DateTime</a></li>
<li><a href="class-PHPExcel_Calculation_Engineering.html">PHPExcel_Calculation_Engineering</a></li>
<li><a href="class-PHPExcel_Calculation_ExceptionHandler.html">PHPExcel_Calculation_ExceptionHandler</a></li>
<li><a href="class-PHPExcel_Calculation_Financial.html">PHPExcel_Calculation_Financial</a></li>
<li><a href="class-PHPExcel_Calculation_FormulaParser.html">PHPExcel_Calculation_FormulaParser</a></li>
<li><a href="class-PHPExcel_Calculation_FormulaToken.html">PHPExcel_Calculation_FormulaToken</a></li>
<li><a href="class-PHPExcel_Calculation_Function.html">PHPExcel_Calculation_Function</a></li>
<li><a href="class-PHPExcel_Calculation_Functions.html">PHPExcel_Calculation_Functions</a></li>
<li><a href="class-PHPExcel_Calculation_Logical.html">PHPExcel_Calculation_Logical</a></li>
<li><a href="class-PHPExcel_Calculation_LookupRef.html">PHPExcel_Calculation_LookupRef</a></li>
<li><a href="class-PHPExcel_Calculation_MathTrig.html">PHPExcel_Calculation_MathTrig</a></li>
<li><a href="class-PHPExcel_Calculation_Statistical.html">PHPExcel_Calculation_Statistical</a></li>
<li><a href="class-PHPExcel_Calculation_TextData.html">PHPExcel_Calculation_TextData</a></li>
<li><a href="class-PHPExcel_Calculation_Token_Stack.html">PHPExcel_Calculation_Token_Stack</a></li>
<li><a href="class-PHPExcel_Cell.html">PHPExcel_Cell</a></li>
<li><a href="class-PHPExcel_Cell_AdvancedValueBinder.html">PHPExcel_Cell_AdvancedValueBinder</a></li>
<li><a href="class-PHPExcel_Cell_DataType.html">PHPExcel_Cell_DataType</a></li>
<li><a href="class-PHPExcel_Cell_DataValidation.html">PHPExcel_Cell_DataValidation</a></li>
<li><a href="class-PHPExcel_Cell_DefaultValueBinder.html">PHPExcel_Cell_DefaultValueBinder</a></li>
<li><a href="class-PHPExcel_Cell_Hyperlink.html">PHPExcel_Cell_Hyperlink</a></li>
<li><a href="class-PHPExcel_Chart.html">PHPExcel_Chart</a></li>
<li><a href="class-PHPExcel_Chart_Axis.html">PHPExcel_Chart_Axis</a></li>
<li><a href="class-PHPExcel_Chart_DataSeries.html">PHPExcel_Chart_DataSeries</a></li>
<li><a href="class-PHPExcel_Chart_DataSeriesValues.html">PHPExcel_Chart_DataSeriesValues</a></li>
<li><a href="class-PHPExcel_Chart_GridLines.html">PHPExcel_Chart_GridLines</a></li>
<li><a href="class-PHPExcel_Chart_Layout.html">PHPExcel_Chart_Layout</a></li>
<li><a href="class-PHPExcel_Chart_Legend.html">PHPExcel_Chart_Legend</a></li>
<li><a href="class-PHPExcel_Chart_PlotArea.html">PHPExcel_Chart_PlotArea</a></li>
<li><a href="class-PHPExcel_Chart_Renderer_jpgraph.html">PHPExcel_Chart_Renderer_jpgraph</a></li>
<li><a href="class-PHPExcel_Chart_Title.html">PHPExcel_Chart_Title</a></li>
<li><a href="class-PHPExcel_Comment.html">PHPExcel_Comment</a></li>
<li><a href="class-PHPExcel_DocumentProperties.html">PHPExcel_DocumentProperties</a></li>
<li><a href="class-PHPExcel_DocumentSecurity.html">PHPExcel_DocumentSecurity</a></li>
<li><a href="class-PHPExcel_Exponential_Best_Fit.html">PHPExcel_Exponential_Best_Fit</a></li>
<li><a href="class-PHPExcel_HashTable.html">PHPExcel_HashTable</a></li>
<li><a href="class-PHPExcel_Helper_HTML.html">PHPExcel_Helper_HTML</a></li>
<li><a href="class-PHPExcel_IOFactory.html">PHPExcel_IOFactory</a></li>
<li><a href="class-PHPExcel_Linear_Best_Fit.html">PHPExcel_Linear_Best_Fit</a></li>
<li><a href="class-PHPExcel_Logarithmic_Best_Fit.html">PHPExcel_Logarithmic_Best_Fit</a></li>
<li><a href="class-PHPExcel_NamedRange.html">PHPExcel_NamedRange</a></li>
<li><a href="class-PHPExcel_Polynomial_Best_Fit.html">PHPExcel_Polynomial_Best_Fit</a></li>
<li><a href="class-PHPExcel_Power_Best_Fit.html">PHPExcel_Power_Best_Fit</a></li>
<li><a href="class-PHPExcel_Properties.html">PHPExcel_Properties</a></li>
<li><a href="class-PHPExcel_Reader_Abstract.html">PHPExcel_Reader_Abstract</a></li>
<li><a href="class-PHPExcel_Reader_CSV.html">PHPExcel_Reader_CSV</a></li>
<li><a href="class-PHPExcel_Reader_DefaultReadFilter.html">PHPExcel_Reader_DefaultReadFilter</a></li>
<li><a href="class-PHPExcel_Reader_Excel2003XML.html">PHPExcel_Reader_Excel2003XML</a></li>
<li><a href="class-PHPExcel_Reader_Excel2007.html">PHPExcel_Reader_Excel2007</a></li>
<li><a href="class-PHPExcel_Reader_Excel2007_Chart.html">PHPExcel_Reader_Excel2007_Chart</a></li>
<li><a href="class-PHPExcel_Reader_Excel2007_Theme.html">PHPExcel_Reader_Excel2007_Theme</a></li>
<li><a href="class-PHPExcel_Reader_Excel5.html">PHPExcel_Reader_Excel5</a></li>
<li><a href="class-PHPExcel_Reader_Excel5_Escher.html">PHPExcel_Reader_Excel5_Escher</a></li>
<li><a href="class-PHPExcel_Reader_Excel5_MD5.html">PHPExcel_Reader_Excel5_MD5</a></li>
<li><a href="class-PHPExcel_Reader_Excel5_RC4.html">PHPExcel_Reader_Excel5_RC4</a></li>
<li><a href="class-PHPExcel_Reader_Gnumeric.html">PHPExcel_Reader_Gnumeric</a></li>
<li><a href="class-PHPExcel_Reader_HTML.html">PHPExcel_Reader_HTML</a></li>
<li><a href="class-PHPExcel_Reader_OOCalc.html">PHPExcel_Reader_OOCalc</a></li>
<li><a href="class-PHPExcel_Reader_SYLK.html">PHPExcel_Reader_SYLK</a></li>
<li><a href="class-PHPExcel_ReferenceHelper.html">PHPExcel_ReferenceHelper</a></li>
<li><a href="class-PHPExcel_RichText.html">PHPExcel_RichText</a></li>
<li><a href="class-PHPExcel_RichText_Run.html">PHPExcel_RichText_Run</a></li>
<li><a href="class-PHPExcel_RichText_TextElement.html">PHPExcel_RichText_TextElement</a></li>
<li><a href="class-PHPExcel_Settings.html">PHPExcel_Settings</a></li>
<li><a href="class-PHPExcel_Shared_CodePage.html">PHPExcel_Shared_CodePage</a></li>
<li><a href="class-PHPExcel_Shared_Date.html">PHPExcel_Shared_Date</a></li>
<li><a href="class-PHPExcel_Shared_Drawing.html">PHPExcel_Shared_Drawing</a></li>
<li><a href="class-PHPExcel_Shared_Escher.html">PHPExcel_Shared_Escher</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DgContainer.html">PHPExcel_Shared_Escher_DgContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DgContainer_SpgrContainer.html">PHPExcel_Shared_Escher_DgContainer_SpgrContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer.html">PHPExcel_Shared_Escher_DgContainer_SpgrContainer_SpContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer.html">PHPExcel_Shared_Escher_DggContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer_BstoreContainer.html">PHPExcel_Shared_Escher_DggContainer_BstoreContainer</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE.html">PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE</a></li>
<li><a href="class-PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip.html">PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip</a></li>
<li><a href="class-PHPExcel_Shared_Excel5.html">PHPExcel_Shared_Excel5</a></li>
<li><a href="class-PHPExcel_Shared_File.html">PHPExcel_Shared_File</a></li>
<li><a href="class-PHPExcel_Shared_Font.html">PHPExcel_Shared_Font</a></li>
<li><a href="class-PHPExcel_Shared_JAMA_LUDecomposition.html">PHPExcel_Shared_JAMA_LUDecomposition</a></li>
<li><a href="class-PHPExcel_Shared_JAMA_Matrix.html">PHPExcel_Shared_JAMA_Matrix</a></li>
<li><a href="class-PHPExcel_Shared_JAMA_QRDecomposition.html">PHPExcel_Shared_JAMA_QRDecomposition</a></li>
<li><a href="class-PHPExcel_Shared_OLE.html">PHPExcel_Shared_OLE</a></li>
<li><a href="class-PHPExcel_Shared_OLE_ChainedBlockStream.html">PHPExcel_Shared_OLE_ChainedBlockStream</a></li>
<li><a href="class-PHPExcel_Shared_OLE_PPS.html">PHPExcel_Shared_OLE_PPS</a></li>
<li><a href="class-PHPExcel_Shared_OLE_PPS_File.html">PHPExcel_Shared_OLE_PPS_File</a></li>
<li><a href="class-PHPExcel_Shared_OLE_PPS_Root.html">PHPExcel_Shared_OLE_PPS_Root</a></li>
<li><a href="class-PHPExcel_Shared_OLERead.html">PHPExcel_Shared_OLERead</a></li>
<li><a href="class-PHPExcel_Shared_PasswordHasher.html">PHPExcel_Shared_PasswordHasher</a></li>
<li><a href="class-PHPExcel_Shared_String.html">PHPExcel_Shared_String</a></li>
<li><a href="class-PHPExcel_Shared_TimeZone.html">PHPExcel_Shared_TimeZone</a></li>
<li><a href="class-PHPExcel_Shared_XMLWriter.html">PHPExcel_Shared_XMLWriter</a></li>
<li><a href="class-PHPExcel_Shared_ZipArchive.html">PHPExcel_Shared_ZipArchive</a></li>
<li><a href="class-PHPExcel_Shared_ZipStreamWrapper.html">PHPExcel_Shared_ZipStreamWrapper</a></li>
<li><a href="class-PHPExcel_Style.html">PHPExcel_Style</a></li>
<li><a href="class-PHPExcel_Style_Alignment.html">PHPExcel_Style_Alignment</a></li>
<li><a href="class-PHPExcel_Style_Border.html">PHPExcel_Style_Border</a></li>
<li><a href="class-PHPExcel_Style_Borders.html">PHPExcel_Style_Borders</a></li>
<li><a href="class-PHPExcel_Style_Color.html">PHPExcel_Style_Color</a></li>
<li><a href="class-PHPExcel_Style_Conditional.html">PHPExcel_Style_Conditional</a></li>
<li><a href="class-PHPExcel_Style_Fill.html">PHPExcel_Style_Fill</a></li>
<li><a href="class-PHPExcel_Style_Font.html">PHPExcel_Style_Font</a></li>
<li><a href="class-PHPExcel_Style_NumberFormat.html">PHPExcel_Style_NumberFormat</a></li>
<li><a href="class-PHPExcel_Style_Protection.html">PHPExcel_Style_Protection</a></li>
<li><a href="class-PHPExcel_Style_Supervisor.html">PHPExcel_Style_Supervisor</a></li>
<li><a href="class-PHPExcel_Worksheet.html">PHPExcel_Worksheet</a></li>
<li><a href="class-PHPExcel_Worksheet_AutoFilter.html">PHPExcel_Worksheet_AutoFilter</a></li>
<li><a href="class-PHPExcel_Worksheet_AutoFilter_Column.html">PHPExcel_Worksheet_AutoFilter_Column</a></li>
<li><a href="class-PHPExcel_Worksheet_AutoFilter_Column_Rule.html">PHPExcel_Worksheet_AutoFilter_Column_Rule</a></li>
<li><a href="class-PHPExcel_Worksheet_BaseDrawing.html">PHPExcel_Worksheet_BaseDrawing</a></li>
<li><a href="class-PHPExcel_Worksheet_CellIterator.html">PHPExcel_Worksheet_CellIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_Column.html">PHPExcel_Worksheet_Column</a></li>
<li><a href="class-PHPExcel_Worksheet_ColumnCellIterator.html">PHPExcel_Worksheet_ColumnCellIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_ColumnDimension.html">PHPExcel_Worksheet_ColumnDimension</a></li>
<li><a href="class-PHPExcel_Worksheet_ColumnIterator.html">PHPExcel_Worksheet_ColumnIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_Drawing.html">PHPExcel_Worksheet_Drawing</a></li>
<li><a href="class-PHPExcel_Worksheet_Drawing_Shadow.html">PHPExcel_Worksheet_Drawing_Shadow</a></li>
<li><a href="class-PHPExcel_Worksheet_HeaderFooter.html">PHPExcel_Worksheet_HeaderFooter</a></li>
<li><a href="class-PHPExcel_Worksheet_HeaderFooterDrawing.html">PHPExcel_Worksheet_HeaderFooterDrawing</a></li>
<li><a href="class-PHPExcel_Worksheet_MemoryDrawing.html">PHPExcel_Worksheet_MemoryDrawing</a></li>
<li><a href="class-PHPExcel_Worksheet_PageMargins.html">PHPExcel_Worksheet_PageMargins</a></li>
<li><a href="class-PHPExcel_Worksheet_PageSetup.html">PHPExcel_Worksheet_PageSetup</a></li>
<li><a href="class-PHPExcel_Worksheet_Protection.html">PHPExcel_Worksheet_Protection</a></li>
<li><a href="class-PHPExcel_Worksheet_Row.html">PHPExcel_Worksheet_Row</a></li>
<li><a href="class-PHPExcel_Worksheet_RowCellIterator.html">PHPExcel_Worksheet_RowCellIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_RowDimension.html">PHPExcel_Worksheet_RowDimension</a></li>
<li><a href="class-PHPExcel_Worksheet_RowIterator.html">PHPExcel_Worksheet_RowIterator</a></li>
<li><a href="class-PHPExcel_Worksheet_SheetView.html">PHPExcel_Worksheet_SheetView</a></li>
<li><a href="class-PHPExcel_WorksheetIterator.html">PHPExcel_WorksheetIterator</a></li>
<li><a href="class-PHPExcel_Writer_Abstract.html">PHPExcel_Writer_Abstract</a></li>
<li><a href="class-PHPExcel_Writer_CSV.html">PHPExcel_Writer_CSV</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007.html">PHPExcel_Writer_Excel2007</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Chart.html">PHPExcel_Writer_Excel2007_Chart</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Comments.html">PHPExcel_Writer_Excel2007_Comments</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_ContentTypes.html">PHPExcel_Writer_Excel2007_ContentTypes</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_DocProps.html">PHPExcel_Writer_Excel2007_DocProps</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Drawing.html">PHPExcel_Writer_Excel2007_Drawing</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Rels.html">PHPExcel_Writer_Excel2007_Rels</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_RelsRibbon.html">PHPExcel_Writer_Excel2007_RelsRibbon</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_RelsVBA.html">PHPExcel_Writer_Excel2007_RelsVBA</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_StringTable.html">PHPExcel_Writer_Excel2007_StringTable</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Style.html">PHPExcel_Writer_Excel2007_Style</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Theme.html">PHPExcel_Writer_Excel2007_Theme</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Workbook.html">PHPExcel_Writer_Excel2007_Workbook</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_Worksheet.html">PHPExcel_Writer_Excel2007_Worksheet</a></li>
<li><a href="class-PHPExcel_Writer_Excel2007_WriterPart.html">PHPExcel_Writer_Excel2007_WriterPart</a></li>
<li><a href="class-PHPExcel_Writer_Excel5.html">PHPExcel_Writer_Excel5</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_BIFFwriter.html">PHPExcel_Writer_Excel5_BIFFwriter</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Escher.html">PHPExcel_Writer_Excel5_Escher</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Font.html">PHPExcel_Writer_Excel5_Font</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Parser.html">PHPExcel_Writer_Excel5_Parser</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Workbook.html">PHPExcel_Writer_Excel5_Workbook</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Worksheet.html">PHPExcel_Writer_Excel5_Worksheet</a></li>
<li><a href="class-PHPExcel_Writer_Excel5_Xf.html">PHPExcel_Writer_Excel5_Xf</a></li>
<li><a href="class-PHPExcel_Writer_HTML.html">PHPExcel_Writer_HTML</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument.html">PHPExcel_Writer_OpenDocument</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Cell_Comment.html">PHPExcel_Writer_OpenDocument_Cell_Comment</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Content.html">PHPExcel_Writer_OpenDocument_Content</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Meta.html">PHPExcel_Writer_OpenDocument_Meta</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_MetaInf.html">PHPExcel_Writer_OpenDocument_MetaInf</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Mimetype.html">PHPExcel_Writer_OpenDocument_Mimetype</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Settings.html">PHPExcel_Writer_OpenDocument_Settings</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Styles.html">PHPExcel_Writer_OpenDocument_Styles</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_Thumbnails.html">PHPExcel_Writer_OpenDocument_Thumbnails</a></li>
<li><a href="class-PHPExcel_Writer_OpenDocument_WriterPart.html">PHPExcel_Writer_OpenDocument_WriterPart</a></li>
<li><a href="class-PHPExcel_Writer_PDF.html">PHPExcel_Writer_PDF</a></li>
<li><a href="class-PHPExcel_Writer_PDF_Core.html">PHPExcel_Writer_PDF_Core</a></li>
<li><a href="class-PHPExcel_Writer_PDF_DomPDF.html">PHPExcel_Writer_PDF_DomPDF</a></li>
<li><a href="class-PHPExcel_Writer_PDF_mPDF.html">PHPExcel_Writer_PDF_mPDF</a></li>
<li><a href="class-PHPExcel_Writer_PDF_tcPDF.html">PHPExcel_Writer_PDF_tcPDF</a></li>
<li><a href="class-ReferenceHelperTest.html">ReferenceHelperTest</a></li>
<li><a href="class-Registro.html">Registro</a></li>
<li><a href="class-RestablecerContrasenha.html">RestablecerContrasenha</a></li>
<li><a href="class-RowCellIteratorTest.html">RowCellIteratorTest</a></li>
<li><a href="class-RowIteratorTest.html">RowIteratorTest</a></li>
<li><a href="class-RuleTest.html">RuleTest</a></li>
<li><a href="class-SesionNoIniciada.html">SesionNoIniciada</a></li>
<li><a href="class-SingularValueDecomposition.html">SingularValueDecomposition</a></li>
<li><a href="class-StringTest.html">StringTest</a></li>
<li><a href="class-testDataFileIterator.html">testDataFileIterator</a></li>
<li><a href="class-TextDataTest.html">TextDataTest</a></li>
<li><a href="class-Tienda01.html">Tienda01</a></li>
<li><a href="class-Tienda02.html">Tienda02</a></li>
<li><a href="class-Tiendas_Model.html">Tiendas_Model</a></li>
<li><a href="class-TimeZoneTest.html">TimeZoneTest</a></li>
<li><a href="class-trendClass.html">trendClass</a></li>
<li><a href="class-TTFParser.html">TTFParser</a></li>
<li><a href="class-WorksheetColumnTest.html">WorksheetColumnTest</a></li>
<li><a href="class-WorksheetRowTest.html">WorksheetRowTest</a></li>
<li><a href="class-XEEValidatorTest.html">XEEValidatorTest</a></li>
<li><a href="class-XML.html">XML</a></li>
<li><a href="class-XML_RPC_Client.html" class="invalid">XML_RPC_Client</a></li>
<li><a href="class-XML_RPC_Message.html" class="invalid">XML_RPC_Message</a></li>
<li><a href="class-XML_RPC_Response.html" class="invalid">XML_RPC_Response</a></li>
<li><a href="class-XML_RPC_Values.html" class="invalid">XML_RPC_Values</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-PHPExcel_CachedObjectStorage_ICache.html">PHPExcel_CachedObjectStorage_ICache</a></li>
<li><a href="class-PHPExcel_Cell_IValueBinder.html">PHPExcel_Cell_IValueBinder</a></li>
<li><a href="class-PHPExcel_IComparable.html">PHPExcel_IComparable</a></li>
<li><a href="class-PHPExcel_Reader_IReader.html">PHPExcel_Reader_IReader</a></li>
<li><a href="class-PHPExcel_Reader_IReadFilter.html">PHPExcel_Reader_IReadFilter</a></li>
<li><a href="class-PHPExcel_RichText_ITextElement.html">PHPExcel_RichText_ITextElement</a></li>
<li><a href="class-PHPExcel_Writer_IWriter.html">PHPExcel_Writer_IWriter</a></li>
<li><a href="class-SessionHandlerInterface.html">SessionHandlerInterface</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-PHPExcel_Calculation_Exception.html">PHPExcel_Calculation_Exception</a></li>
<li><a href="class-PHPExcel_Chart_Exception.html">PHPExcel_Chart_Exception</a></li>
<li><a href="class-PHPExcel_Exception.html">PHPExcel_Exception</a></li>
<li><a href="class-PHPExcel_Reader_Exception.html">PHPExcel_Reader_Exception</a></li>
<li><a href="class-PHPExcel_Writer_Exception.html">PHPExcel_Writer_Exception</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-_attributes_to_string.html" class="invalid">_attributes_to_string</a></li>
<li><a href="function-_error_handler.html">_error_handler</a></li>
<li><a href="function-_exception_handler.html" class="invalid">_exception_handler</a></li>
<li><a href="function-_get_smiley_array.html" class="invalid">_get_smiley_array</a></li>
<li><a href="function-_get_validation_object.html" class="invalid">_get_validation_object</a></li>
<li><a href="function-_list.html" class="invalid">_list</a></li>
<li><a href="function-_parse_attributes.html">_parse_attributes</a></li>
<li><a href="function-_parse_form_attributes.html" class="invalid">_parse_form_attributes</a></li>
<li><a href="function-_shutdown_handler.html">_shutdown_handler</a></li>
<li><a href="function-_stringify_attributes.html">_stringify_attributes</a></li>
<li><a href="function-acosh.html">acosh</a></li>
<li><a href="function-alternator.html" class="invalid">alternator</a></li>
<li><a href="function-anchor.html" class="invalid">anchor</a></li>
<li><a href="function-anchor_popup.html" class="invalid">anchor_popup</a></li>
<li><a href="function-array_column.html">array_column</a></li>
<li><a href="function-array_replace.html">array_replace</a></li>
<li><a href="function-array_replace_recursive.html">array_replace_recursive</a></li>
<li><a href="function-ascii_to_entities.html" class="invalid">ascii_to_entities</a></li>
<li><a href="function-asinh.html">asinh</a></li>
<li><a href="function-atanh.html">atanh</a></li>
<li><a href="function-auto_link.html" class="invalid">auto_link</a></li>
<li><a href="function-auto_typography.html" class="invalid">auto_typography</a></li>
<li><a href="function-base_url.html" class="invalid">base_url</a></li>
<li><a href="function-br.html" class="invalid">br</a></li>
<li><a href="function-byte_format.html" class="invalid">byte_format</a></li>
<li><a href="function-cambiaFormatoFecha.html">cambiaFormatoFecha</a></li>
<li><a href="function-camelize.html" class="invalid">camelize</a></li>
<li><a href="function-character_limiter.html" class="invalid">character_limiter</a></li>
<li><a href="function-claves_check.html">claves_check</a></li>
<li><a href="function-composerRequire03216eaa5a0e5a7f5bbbeeae5708a458.html">composerRequire03216eaa5a0e5a7f5bbbeeae5708a458</a></li>
<li><a href="function-config_item.html" class="invalid">config_item</a></li>
<li><a href="function-convert_accented_characters.html" class="invalid">convert_accented_characters</a></li>
<li><a href="function-CreaArrayParaSelect.html">CreaArrayParaSelect</a></li>
<li><a href="function-CreaSelect.html">CreaSelect</a></li>
<li><a href="function-CreaSelectMod.html">CreaSelectMod</a></li>
<li><a href="function-create_captcha.html" class="invalid">create_captcha</a></li>
<li><a href="function-current_url.html" class="invalid">current_url</a></li>
<li class="active"><a href="function-date_range.html">date_range</a></li>
<li><a href="function-days_in_month.html" class="invalid">days_in_month</a></li>
<li><a href="function-DB.html" class="invalid">DB</a></li>
<li><a href="function-delete_cookie.html" class="invalid">delete_cookie</a></li>
<li><a href="function-delete_files.html" class="invalid">delete_files</a></li>
<li><a href="function-directory_map.html" class="invalid">directory_map</a></li>
<li><a href="function-dni_LetraNIF.html">dni_LetraNIF</a></li>
<li><a href="function-do_hash.html" class="invalid">do_hash</a></li>
<li><a href="function-doctype.html" class="invalid">doctype</a></li>
<li><a href="function-element.html" class="invalid">element</a></li>
<li><a href="function-elements.html" class="invalid">elements</a></li>
<li><a href="function-ellipsize.html" class="invalid">ellipsize</a></li>
<li><a href="function-encode_php_tags.html" class="invalid">encode_php_tags</a></li>
<li><a href="function-entities_to_ascii.html" class="invalid">entities_to_ascii</a></li>
<li><a href="function-entity_decode.html" class="invalid">entity_decode</a></li>
<li><a href="function-Error.html">Error</a></li>
<li><a href="function-force_download.html" class="invalid">force_download</a></li>
<li><a href="function-form_button.html" class="invalid">form_button</a></li>
<li><a href="function-form_checkbox.html" class="invalid">form_checkbox</a></li>
<li><a href="function-form_close.html" class="invalid">form_close</a></li>
<li><a href="function-form_dropdown.html" class="invalid">form_dropdown</a></li>
<li><a href="function-form_error.html" class="invalid">form_error</a></li>
<li><a href="function-form_fieldset.html" class="invalid">form_fieldset</a></li>
<li><a href="function-form_fieldset_close.html" class="invalid">form_fieldset_close</a></li>
<li><a href="function-form_hidden.html" class="invalid">form_hidden</a></li>
<li><a href="function-form_input.html" class="invalid">form_input</a></li>
<li><a href="function-form_label.html" class="invalid">form_label</a></li>
<li><a href="function-form_multiselect.html" class="invalid">form_multiselect</a></li>
<li><a href="function-form_open.html" class="invalid">form_open</a></li>
<li><a href="function-form_open_multipart.html" class="invalid">form_open_multipart</a></li>
<li><a href="function-form_password.html" class="invalid">form_password</a></li>
<li><a href="function-form_prep.html" class="invalid">form_prep</a></li>
<li><a href="function-form_radio.html" class="invalid">form_radio</a></li>
<li><a href="function-form_reset.html" class="invalid">form_reset</a></li>
<li><a href="function-form_submit.html" class="invalid">form_submit</a></li>
<li><a href="function-form_textarea.html" class="invalid">form_textarea</a></li>
<li><a href="function-form_upload.html" class="invalid">form_upload</a></li>
<li><a href="function-function_usable.html">function_usable</a></li>
<li><a href="function-get_clickable_smileys.html" class="invalid">get_clickable_smileys</a></li>
<li><a href="function-get_config.html" class="invalid">get_config</a></li>
<li><a href="function-get_cookie.html" class="invalid">get_cookie</a></li>
<li><a href="function-get_dir_file_info.html" class="invalid">get_dir_file_info</a></li>
<li><a href="function-get_file_info.html" class="invalid">get_file_info</a></li>
<li><a href="function-get_filenames.html" class="invalid">get_filenames</a></li>
<li><a href="function-get_instance.html" class="invalid">get_instance</a></li>
<li><a href="function-get_mime_by_extension.html" class="invalid">get_mime_by_extension</a></li>
<li><a href="function-get_mimes.html">get_mimes</a></li>
<li><a href="function-getFicheroXML_Monedas.html">getFicheroXML_Monedas</a></li>
<li><a href="function-GetInfoFromTrueType.html">GetInfoFromTrueType</a></li>
<li><a href="function-GetInfoFromType1.html">GetInfoFromType1</a></li>
<li><a href="function-getPrecioFinal.html">getPrecioFinal</a></li>
<li><a href="function-gmt_to_local.html" class="invalid">gmt_to_local</a></li>
<li><a href="function-hash_equals.html">hash_equals</a></li>
<li><a href="function-hash_pbkdf2.html">hash_pbkdf2</a></li>
<li><a href="function-heading.html" class="invalid">heading</a></li>
<li><a href="function-hex2bin.html">hex2bin</a></li>
<li><a href="function-highlight_code.html" class="invalid">highlight_code</a></li>
<li><a href="function-highlight_phrase.html" class="invalid">highlight_phrase</a></li>
<li><a href="function-html_escape.html" class="invalid">html_escape</a></li>
<li><a href="function-human_to_unix.html" class="invalid">human_to_unix</a></li>
<li><a href="function-humanize.html" class="invalid">humanize</a></li>
<li><a href="function-hypo.html">hypo</a></li>
<li><a href="function-img.html" class="invalid">img</a></li>
<li><a href="function-increment_string.html" class="invalid">increment_string</a></li>
<li><a href="function-index_page.html" class="invalid">index_page</a></li>
<li><a href="function-is_cli.html">is_cli</a></li>
<li><a href="function-is_countable.html">is_countable</a></li>
<li><a href="function-is_false.html" class="invalid">is_false</a></li>
<li><a href="function-is_https.html">is_https</a></li>
<li><a href="function-is_loaded.html" class="invalid">is_loaded</a></li>
<li><a href="function-is_php.html" class="invalid">is_php</a></li>
<li><a href="function-is_really_writable.html" class="invalid">is_really_writable</a></li>
<li><a href="function-is_true.html" class="invalid">is_true</a></li>
<li><a href="function-JAMAError.html">JAMAError</a></li>
<li><a href="function-js_insert_smiley.html">js_insert_smiley</a></li>
<li><a href="function-lang.html" class="invalid">lang</a></li>
<li><a href="function-link_tag.html" class="invalid">link_tag</a></li>
<li><a href="function-load_class.html" class="invalid">load_class</a></li>
<li><a href="function-LoadMap.html">LoadMap</a></li>
<li><a href="function-local_to_gmt.html" class="invalid">local_to_gmt</a></li>
<li><a href="function-log_message.html" class="invalid">log_message</a></li>
<li><a href="function-mailto.html" class="invalid">mailto</a></li>
<li><a href="function-MakeDefinitionFile.html">MakeDefinitionFile</a></li>
<li><a href="function-MakeFont.html">MakeFont</a></li>
<li><a href="function-MakeFontDescriptor.html">MakeFontDescriptor</a></li>
<li><a href="function-MakeFontEncoding.html">MakeFontEncoding</a></li>
<li><a href="function-MakeUnicodeArray.html">MakeUnicodeArray</a></li>
<li><a href="function-MakeWidthArray.html">MakeWidthArray</a></li>
<li><a href="function-mb_str_replace.html">mb_str_replace</a></li>
<li><a href="function-mb_strlen.html">mb_strlen</a></li>
<li><a href="function-mb_strpos.html">mb_strpos</a></li>
<li><a href="function-mb_substr.html">mb_substr</a></li>
<li><a href="function-mdate.html" class="invalid">mdate</a></li>
<li><a href="function-Message.html">Message</a></li>
<li><a href="function-meta.html" class="invalid">meta</a></li>
<li><a href="function-MostrarDescuento.html">MostrarDescuento</a></li>
<li><a href="function-MuestraMonedas.html">MuestraMonedas</a></li>
<li><a href="function-mysql_to_unix.html" class="invalid">mysql_to_unix</a></li>
<li><a href="function-nbs.html" class="invalid">nbs</a></li>
<li><a href="function-nice_date.html">nice_date</a></li>
<li><a href="function-nl2br_except_pre.html" class="invalid">nl2br_except_pre</a></li>
<li><a href="function-Notice.html">Notice</a></li>
<li><a href="function-now.html" class="invalid">now</a></li>
<li><a href="function-octal_permissions.html" class="invalid">octal_permissions</a></li>
<li><a href="function-odbc_fetch_array.html">odbc_fetch_array</a></li>
<li><a href="function-odbc_fetch_object.html">odbc_fetch_object</a></li>
<li><a href="function-ol.html" class="invalid">ol</a></li>
<li><a href="function-parse_smileys.html" class="invalid">parse_smileys</a></li>
<li><a href="function-password_get_info.html">password_get_info</a></li>
<li><a href="function-password_hash.html">password_hash</a></li>
<li><a href="function-password_needs_rehash.html">password_needs_rehash</a></li>
<li><a href="function-password_verify.html">password_verify</a></li>
<li><a href="function-PclZipUtilCopyBlock.html">PclZipUtilCopyBlock</a></li>
<li><a href="function-PclZipUtilOptionText.html">PclZipUtilOptionText</a></li>
<li><a href="function-PclZipUtilPathInclusion.html">PclZipUtilPathInclusion</a></li>
<li><a href="function-PclZipUtilPathReduction.html">PclZipUtilPathReduction</a></li>
<li><a href="function-PclZipUtilRename.html">PclZipUtilRename</a></li>
<li><a href="function-PclZipUtilTranslateWinPath.html">PclZipUtilTranslateWinPath</a></li>
<li><a href="function-plural.html" class="invalid">plural</a></li>
<li><a href="function-prep_url.html" class="invalid">prep_url</a></li>
<li><a href="function-quoted_printable_encode.html">quoted_printable_encode</a></li>
<li><a href="function-quotes_to_entities.html" class="invalid">quotes_to_entities</a></li>
<li><a href="function-random_element.html" class="invalid">random_element</a></li>
<li><a href="function-random_string.html" class="invalid">random_string</a></li>
<li><a href="function-read_file.html" class="invalid">read_file</a></li>
<li><a href="function-redirect.html" class="invalid">redirect</a></li>
<li><a href="function-reduce_double_slashes.html" class="invalid">reduce_double_slashes</a></li>
<li><a href="function-reduce_multiples.html" class="invalid">reduce_multiples</a></li>
<li><a href="function-remove_invisible_characters.html" class="invalid">remove_invisible_characters</a></li>
<li><a href="function-repeater.html" class="invalid">repeater</a></li>
<li><a href="function-safe_mailto.html" class="invalid">safe_mailto</a></li>
<li><a href="function-sanitize_filename.html" class="invalid">sanitize_filename</a></li>
<li><a href="function-SaveToFile.html">SaveToFile</a></li>
<li><a href="function-send_email.html" class="invalid">send_email</a></li>
<li><a href="function-SesionIniciadaCheck.html">SesionIniciadaCheck</a></li>
<li><a href="function-set_checkbox.html" class="invalid">set_checkbox</a></li>
<li><a href="function-set_cookie.html" class="invalid">set_cookie</a></li>
<li><a href="function-set_radio.html" class="invalid">set_radio</a></li>
<li><a href="function-set_realpath.html" class="invalid">set_realpath</a></li>
<li><a href="function-set_select.html" class="invalid">set_select</a></li>
<li><a href="function-set_status_header.html" class="invalid">set_status_header</a></li>
<li><a href="function-set_value.html" class="invalid">set_value</a></li>
<li><a href="function-show_404.html" class="invalid">show_404</a></li>
<li><a href="function-show_error.html" class="invalid">show_error</a></li>
<li><a href="function-singular.html" class="invalid">singular</a></li>
<li><a href="function-site_url.html" class="invalid">site_url</a></li>
<li><a href="function-smiley_js.html" class="invalid">smiley_js</a></li>
<li><a href="function-standard_date.html" class="invalid">standard_date</a></li>
<li><a href="function-strip_image_tags.html" class="invalid">strip_image_tags</a></li>
<li><a href="function-strip_quotes.html" class="invalid">strip_quotes</a></li>
<li><a href="function-strip_slashes.html" class="invalid">strip_slashes</a></li>
<li><a href="function-symbolic_permissions.html" class="invalid">symbolic_permissions</a></li>
<li><a href="function-timespan.html" class="invalid">timespan</a></li>
<li><a href="function-timezone_menu.html" class="invalid">timezone_menu</a></li>
<li><a href="function-timezones.html" class="invalid">timezones</a></li>
<li><a href="function-transpose.html">transpose</a></li>
<li><a href="function-trim_slashes.html" class="invalid">trim_slashes</a></li>
<li><a href="function-ul.html" class="invalid">ul</a></li>
<li><a href="function-underscore.html" class="invalid">underscore</a></li>
<li><a href="function-unix_to_human.html" class="invalid">unix_to_human</a></li>
<li><a href="function-uri_string.html" class="invalid">uri_string</a></li>
<li><a href="function-url_title.html" class="invalid">url_title</a></li>
<li><a href="function-valid_email.html" class="invalid">valid_email</a></li>
<li><a href="function-validation_errors.html" class="invalid">validation_errors</a></li>
<li><a href="function-Warning.html">Warning</a></li>
<li><a href="function-word_censor.html" class="invalid">word_censor</a></li>
<li><a href="function-word_limiter.html" class="invalid">word_limiter</a></li>
<li><a href="function-word_wrap.html" class="invalid">word_wrap</a></li>
<li><a href="function-write_file.html" class="invalid">write_file</a></li>
<li><a href="function-xml_convert.html" class="invalid">xml_convert</a></li>
<li><a href="function-xss_clean.html" class="invalid">xss_clean</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search">
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-None.html" title="Summary of None"><span>Namespace</span></a>
</li>
<li class="active">
<span>Function</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="function">
<h1>Function date_range</h1>
<div class="description">
<p>Date range</p>
<p>Returns a list of dates within a specified period.</p>
</div>
<div class="info">
<b>Package:</b> CodeIgniter<br>
<b>Copyright:</b>
Copyright (c) 2008 - 2014, EllisLab, Inc. (http://ellislab.com/)<br>
<b>Copyright:</b>
Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)<br>
<b>License:</b>
<a href="http://opensource.org/licenses/MIT">MIT License</a><br>
<b>Author:</b>
EllisLab Dev Team<br>
<b>Located at</b>
<a href="source-function-date_range.html#671-795" title="Go to source code">
system/helpers/date_helper.php
</a><br>
</div>
<table class="summary" id="parameters">
<caption>Parameters summary</caption>
<tr id="$unix_start">
<td class="name"><code>integer</code></td>
<td class="value"><code><var>$unix_start</var> = <span class="php-quote">''</span></code></td>
<td>UNIX timestamp of period start date</td>
</tr>
<tr id="$mixed">
<td class="name"><code>integer</code></td>
<td class="value"><code><var>$mixed</var> = <span class="php-quote">''</span></code></td>
<td><p>UNIX timestamp of period end date
or interval in days.</p></td>
</tr>
<tr id="$is_unix">
<td class="name"><code>mixed</code></td>
<td class="value"><code><var>$is_unix</var> = <span class="php-keyword1">TRUE</span></code></td>
<td><p>Specifies whether the second parameter
is a UNIX timestamp or a day interval
- TRUE or 'unix' for a timestamp
- FALSE or 'days' for an interval</p></td>
</tr>
<tr id="$format">
<td class="name"><code>string</code></td>
<td class="value"><code><var>$format</var> = <span class="php-quote">'Y-m-d'</span></code></td>
<td>Output date format, same as in date()</td>
</tr>
</table>
<table class="summary" id="returns">
<caption>Return value summary</caption>
<tr>
<td class="name"><code>
array
</code></td>
<td>
array
</td>
</tr>
</table>
</div>
<div id="footer">
Practica2_Servidor API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js?056d0a570f5e91e43be2719a6d30b4b426c2aee0"></script>
<script src="elementlist.js?6695153af8baa053fc9e62fe58e60bbb427f0910"></script>
</body>
</html>
|
estilo.css
|
hansphp/BuscadorMySQL
|
/* CSS Document */
body {
padding-left: 30px;
padding-right: 30px;
}
td.wait{
padding:10px;
font-weight:bold;
color:#990;
text-align:center;
}
.tab-content{
margin-top:10px;
}
|
index.html
|
BILLYHO/Resume
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Resume</title>
<meta name="description" content="A Simple Slide">
<meta name="author" content="BILLY HO">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</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 data-transition="slide">
<h2>个人简历</h2>
<h3>Resume</h3>
</section>
<section data-transition="slide">
<h2>教育经历</h2>
<p>
2011–至今 中山大学, 软件学院, 软件工程, 计算机应用软件方向. GPA: 3.6/5.0.
</p>
</section>
<section>
<h2>专业技能</h2>
<ul>
<li class="fragment">CET-6 565</li>
<li class="fragment">掌握 C/C++/Objective-C 等语言</li>
<li class="fragment">熟练使用 Vim/Xcode 等开发工具</li>
<li class="fragment">熟悉 Linux, MacOS 下的开发环境</li>
<li class="fragment">能够使用 git 等版本管理工具进行团队开发</li>
</ul>
</section>
<section>
<h2>获奖情况</h2>
<ul>
<li class="fragment">2012-2013 学年中山大学软件学院二等奖学金</li>
<li class="fragment">2013 中山大学ACM程序设计竞赛三等奖</li>
<li class="fragment">2014 Mathematical Contest In Modeling, Successful Participant</li>
</ul>
</section>
<!-- Example of nested vertical slides -->
<section>
<section>
<h2>项目经历</h2>
</section>
<section>
<h2>品课志 Picourse</h2>
<div style="height:605px;width:480px;float:left;"><img width="360" height="605" src="image/3.jpg" ></div>
<div style="height:600px;width:350px;float:left;"><p>品课志 Picourse 为一个面向企业 HR 的应用, 提供各种企业内部培训课程的分类浏览, 课程详细介绍以及讲师介绍等信息, 帮助企业 HR 找到适合自己员工的课程.
</p></div>
</section>
<section>
<h2>Cofunder</h2>
<p>CoFunder 为国内一个类似 Kickstarter, 点名时间的众筹类网站的 iOS 客户端. 用户可 以使用此应用浏览各种创意项目, 并进行投资.
</p>
</section>
<section>
<h2>Priests and Devils</h2>
<p>牧师与魔鬼 Priests and Devils 是一个基于 Cocos2d-x 引擎的 iOS 小游戏. 游戏的目标是 让玩家帮助牧师和魔鬼渡河, 并保证牧师不会被魔鬼吃掉.
</p>
<img width="600" height="400" src="image/2.jpg" >
</section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'fade', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ 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, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>
|
Styles/main.css
|
ev3dev-lang-java/ev3dev-lang-java.github.io
|
body {
background: #fff !important;
background-color: #fff !important;
}
h1, h2, h3{
text-transform: none !important;
}
h1, h2, h3 {
color: #000000 !important;
text-shadow: 4px 4px 30px rgba(221,221,221, 1) !important;
}
h1{
font-size: 100px !important;
}
p {
color: #000000;
text-shadow: 4px 4px 30px rgba(221,221,221, 1);
}
.reveal a {
color: #000000;
text-shadow: 4px 4px 30px rgba(221,221,221, 1);
text-decoration: underline;
}
.reveal a:hover {
color: #000000;
text-decoration: none;
}
.reveal section img {
margin: none;
background: rgba(255, 255, 255, 0.0);
border: none;
box-shadow: none;
}
ul li{
color: #000000;
text-shadow: 4px 4px 30px rgba(221,221,221, 1);
}
div.present {
opacity: 0.7 !important;
}
|
app/views/blog/progit/2011-07-11-reset.html
|
01walid/gitscm-next
|
---
layout: post
title: Reset Demystified
---
<p>One of the topics that I didn't cover in depth in the Pro Git book is the
<code>reset</code> command. Most of the reason for this, honestly, is that
I never strongly understood the command beyond the handful of
specific use cases that I needed it for. I knew what the command did, but
not really how it was designed to work.</p>
<p>Since then I have become more comfortable with the command, largely thanks to
<a href="http://blog.plover.com/prog/git-reset.html">Mark Dominus's article</a>
re-phrasing the content of the man-page, which I always found very difficult to
follow. After reading that explanation of the command, I now personally feel
more comfortable using <code>reset</code> and enjoy trying to help others feel
the same way.</p>
<p>This post assumes some basic understanding of how Git branching works. If you
don't really know what HEAD and the Index are on a basic level, you might want to
read chapters 2 and 3 of this book before reading this post.</p>
<h2>The Three Trees of Git</h2>
<img src="/images/reset/trees.png"/><br/>
<p>The way I now like to think about <code>reset</code> and <code>checkout</code>
is through the mental frame of Git being a content manager of three different
trees. By 'tree' here I really mean "collection of files", not specifically the
data structure. (Some Git developers will get a bit mad at me here, because there
are a few cases where the Index doesn't exactly act like a tree, but for our purposes
it is easier - forgive me).</p>
<p>Git as a system manages and manipulates three trees in its
normal operation. Each of these is covered in the book, but let's review them.</p>
<table id="threetrees">
<tr>
<th class="title" colspan="2">Tree Roles</th>
</tr><tr>
<th>The HEAD</th><td>last commit snapshot, next parent</td>
</tr><tr>
<th>The Index</th><td>proposed next commit snapshot</td>
</tr><tr>
<th>The Working Directory</th><td>sandbox</td>
</tr>
</table>
<h3 class="subtitle">
The HEAD
<small>last commit snapshot, next parent</small>
</h3>
<p>
The HEAD in Git is the pointer to the current branch reference, which is in
turn a pointer to the last commit you made or the last commit that was checked
out into your working directory. That also means it will be the parent of the
next commit you do. It's generally simplest to think of it as <b>HEAD is the
snapshot of your last commit</b>.
</p>
<p>In fact, it's pretty easy to see what the snapshot of your HEAD looks like.
Here is an example of getting the actual directory listing and SHA checksums
for each file in the HEAD snapshot:</p>
<pre>
$ cat .git/HEAD
ref: refs/heads/master
$ cat .git/refs/heads/master
e9a570524b63d2a2b3a7c3325acf5b89bbeb131e
$ git cat-file -p e9a570524b63d2a2b3a7c3325acf5b89bbeb131e
tree cfda3bf379e4f8dba8717dee55aab78aef7f4daf
author Scott Chacon <schacon@gmail.com> 1301511835 -0700
committer Scott Chacon <schacon@gmail.com> 1301511835 -0700
initial commit
$ git ls-tree -r cfda3bf379e4f8dba8717dee55aab78aef7f4daf
100644 blob a906cb2a4a904a152... README
100644 blob 8f94139338f9404f2... Rakefile
040000 tree 99f1a6d12cb4b6f19... lib
</pre>
<h3 class="subtitle">
The Index
<small>next proposed commit snapshot</small>
</h3>
<p>
The Index is your proposed next commit. Git populates it with a list of all the
file contents that were last checked out into your working directory and what
they looked like when they were originally checked out. It's not technically a
tree structure, it's a flattened manifest, but for our purposes it's close
enough. When you run <code>git commit</code>, that command only looks at your
Index by default, not at anything in your working directory. So, it's simplest
to think of it as <b>the Index is the snapshot of your next commit</b>.
</p>
<pre>
$ git ls-files -s
100644 a906cb2a4a904a152e80877d4088654daad0c859 0 README
100644 8f94139338f9404f26296befa88755fc2598c289 0 Rakefile
100644 47c6340d6459e05787f644c2447d2595f5d3a54b 0 lib/simplegit.rb
</pre>
<h3 class="subtitle">
The Working Directory
<small>sandbox, scratch area</small>
</h3>
<p>
Finally, you have your working directory. This is where the content of files
are placed into actual files on your filesystem so they're easily edited by
you. <b>The Working Directory is your scratch space, used to easily modify file
content.</b>
</p>
<pre>
$ tree
.
├── README
├── Rakefile
└── lib
└── simplegit.rb
1 directory, 3 files
</pre>
<h2>The Workflow</h2>
<p>So, Git is all about recording snapshots of your project in successively
better states by manipulating these three trees, or collections of contents
of files.</p>
<center><img width="400px" src="/images/reset/workflow.png"/></center><br/>
<p>Let's visualize this process. Say you go into a new directory with a single
file in it. We'll call this V1 of the file and we'll indicate it in blue.
Now we run <code>git init</code>, which will create a Git repository with a
HEAD reference that points to an unborn branch (aka, <i>nothing</i>)</p>
<center><img width="500px" src="/images/reset/ex2.png"/></center><br/>
<p>At this point, only the <b>Working Directory</b> tree has any content.</p>
<p>Now we want to commit this file, so we use <code>git add</code> to take
content in your Working Directory and populate our Index with the updated
content</p>
<center><img width="500px" src="/images/reset/ex3.png"/></center><br/>
<p>Then we run <code>git commit</code> to take what the Index looks like now
and save it as a permanent snapshot pointed to by a commit, which HEAD is then
updated to point at.</p>
<center><img width="500px" src="/images/reset/ex4.png"/></center><br/>
<p>At this point, all three of the trees are the same. If we run
<code>git status</code> now, we'll see no changes because they're all the
same.</p>
<p>Now we want to make a change to that file and commit it. We will go
through the same process. First we change the file in our working directory.</p>
<center><img width="500px" src="/images/reset/ex5.png"/></center><br/>
<p>If we run <code>git status</code> right now we'll see the file in red as
"changed but not updated" because that entry differs between our Index and our
Working Directory. Next we run <code>git add</code> on it to stage it into our
Index.<p>
<center><img width="500px" src="/images/reset/ex6.png"/></center><br/>
<p>At this point if we run <code>git status</code> we will see the file in green
under 'Changes to be Committed' because the Index and HEAD differ - that is, our
proposed next commit is now different from our last commit. Those are the entries
we will see as 'to be Committed'. Finally, we run <code>git commit</code> to
finalize the commit.</p>
<center><img width="500px" src="/images/reset/ex7.png"/></center><br/>
<p>Now <code>git status</code> will give us no output because all three trees
are the same.</p>
<p>Switching branches or cloning goes through a similar process.
When you checkout a branch, it changes <b>HEAD</b> to point to the new commit,
populates your <b>Index</b> with the snapshot of that commit, then checks out the
contents of the files in your <b>Index</b> into your <b>Working Directory</b>.</p>
<h2>The Role of Reset</h2>
<p>So the <code>reset</code> command makes more sense when viewed in this
context. It directly manipulates these three trees in a simple and predictable
way. It does up to three basic operations.</p>
<h3 class="subtitle">
Step 1: Moving HEAD
<small>killing me --soft ly</small>
</h3>
<p>
The first thing <code>reset</code> will do is move what HEAD points to. Unlike
<code>checkout</code> it does not move what branch HEAD points to, it directly
changes the SHA of the reference itself. This means if HEAD is pointing to the
'master' branch, running <code>git reset 9e5e64a</code> will first of all make
'master' point to <code>9e5e64a</code> before it does anything else.
</p>
<center><img width="500px" src="/images/reset/reset-soft.png"/></center><br/>
<p>No matter what form of <code>reset</code> with a commit you invoke, this is
the first thing it will always try to do. If you add the flag <code>--soft</code>,
this is the <b>only</b> thing it will do. With <code>--soft</code>, <code>reset</code>
will simply stop there.</p>
<p>Now take a second to look at that diagram and realize what it did. It
essentially undid the last commit you made. When you run <code>git commit</code>,
Git will create a new commit and move the branch that <code>HEAD</code> points
to up to it. When you <code>reset</code> back to <code>HEAD~</code> (the parent
of HEAD), you are moving the branch back to where it was without changing the Index
(staging area) or Working Directory. You could now do a bit more work and
<code>commit</code> again to accomplish basically what <code>git commit --amend</code>
would have done.</p>
<h3 class="subtitle">
Step 2: Updating the Index
<small>having --mixed feelings</small>
</h3>
<p>Note that if you run <code>git status</code> now you'll see the in green the
difference between the Index and what the new HEAD is.</p>
<p>The next thing <code>reset</code> will do
is to update the Index with the contents of whatever tree HEAD now
points to so they're the same.</p>
<center><img width="500px" src="/images/reset/reset-mixed.png"/></center><br/>
<p>If you specify the <code>--mixed</code> option, <code>reset</code> will stop
at this point. This is also the default, so if you specify no option at all,
this is where the command will stop.</p>
<p>Now take another second to look at THAT diagram and realize what it did. It
still undid your last <code>commit</code>, but also <i>unstaged</i> everything.
You rolled back to before you ran all your <code>git add</code>s <i>AND</i>
<code>git commit</code>.
</p>
<h3 class="subtitle">
Step 3: Updating the Working Directory
<small>math is --hard, let's go shopping</small>
</h3>
<p>The third thing that <code>reset</code> will do is to then make the Working
Directory look like the Index. If you use the <code>--hard</code> option, it
will continue to this stage.</p>
<center><img width="500px" src="/images/reset/reset-hard.png"/></center><br/>
<p>Finally, take yet a third second to look at <i>that</i> diagram and think
about what happened. You undid your last commit, all the <code>git add</code>s,
<i>and</i> all the work you did in your working directory.</p>
<p>It's important to note at this point that this is the only way to make the
<code>reset</code> command dangerous (ie: not working directory safe). Any
other invocation of <code>reset</code> can be pretty easily undone, the
<code>--hard</code> option cannot, since it overwrites (without checking) any
files in the Working Directory. In this particular case, we still have <b>v3</b>
version of our file in a commit in our Git DB that we could get back by looking
at our <code>reflog</code>, but if we had not committed it, Git still would have
overwritten the file.</p>
<h3>Overview</h3>
<p>
That is basically it. The <code>reset</code> command overwrites these three
trees in a specific order, stopping when you tell it to.
</p>
<ul>
<li>#1) Move whatever branch HEAD points to <small>(stop if <code>--soft</code>)</small>
<li>#2) THEN, make the Index look like that <small>(stop here unless <code>--hard</code>)</small>
<li>#3) THEN, make the Working Directory look like that
</ul>
<p>There are also <code>--merge</code> and <code>--keep</code> options, but
I would rather keep things simpler for now - that will be for another article.</p>
<p>Boom. You are now a <code>reset</code> master.</p>
<h2>Reset with a Path</h2>
<p>
Well, I lied. That's not actually all. If you specify a path,
<code>reset</code> will skip the first step and just do the other ones but limited
to a specific file or set of files. This actually sort of makes sense - if the
first step is to move a pointer to a different commit, you can't make it point
to <i>part</i> of a commit, so it simply doesn't do that part. However, you can
use <code>reset</code> to update part of the Index or the Working Directory
with previously committed content this way.
</p>
<p>So, assume we run <code>git reset file.txt</code>. This assumes, since you
did not specify a commit SHA or branch that points to a commit SHA, and that you
provided no reset option, that you are typing the shorthand for
<code>git reset --mixed HEAD file.txt</code>, which will:
<ul>
<li><strike>#1) Move whatever branch HEAD points to <small>(stop if <code>--soft</code>)</strike></small>
<li>#2) THEN, make the Index look like that <small><strike>(stop here unless <code>--hard</code>)</strike></small>
</ul>
<p>So it essentially just takes whatever <code>file.txt</code> looks like in
HEAD and puts that in the Index.</p>
<center><img width="500px" src="/images/reset/reset-path1.png"/></center><br/>
<p>So what does that do in a practical sense? Well, it <i>unstages</i> the
file. If we look at the diagram for that command vs what <code>git add</code>
does, we can see that it is simply the opposite. This is why the output of
the <code>git status</code> command suggests that you run this to unstage a
file.</p>
<center><img width="500px" src="/images/reset/reset-path2.png"/></center><br/>
<p>We could just as easily not let Git assume we meant "pull the data from HEAD"
by specifying a specific commit to pull that file version from to populate our
Index by running something like <code>git reset eb43bf file.txt</code>.
<center><img width="500px" src="/images/reset/reset-path3.png"/></center><br/>
<p>So what does that mean? That functionally does the same thing as if we had
reverted the content of the file to <b>v1</b>, ran <code>git add</code> on it,
then reverted it back to to <b>v3</b> again. If we run <code>git commit</code>,
it will record a change that reverts that file back to <b>v1</b>, even though
we never actually had it in our Working Directory again.</p>
<p>It's also pretty interesting to note that like <code>git add --patch</code>,
the <code>reset</code> command will accept a <code>--patch</code> option to
unstage content on a hunk-by-hunk basis. So you can selectively unstage or
revert content.</p>
<h2>A fun example</h2>
<p>I may use the term "fun" here a bit loosely, but if this doesn't sound like
fun to you, you may drink while doing it. Let's look at how to do something
interesting with this newfound power - squashing commits.</p>
<p>If you have this history and you're about to push and you want to squash
down the last N commits you've done into one awesome commit that makes you
look really smart (vs a bunch of commits with messages like "oops.", "WIP"
and "forgot this file") you can use <code>reset</code> to quickly and easily
do that (as opposed to using <code>git rebase -i</code>).</p>
<p>So, let's take a slightly more complex example. Let's say you have a project
where the first commit has one file, the second commit added a new file and changed
the first, and the third commit changed the first file again. The second commit
was a work in progress and you want to squash it down.</p>
<center><img width="500px" src="/images/reset/squash-r1.png"/></center><br/>
<p>You can run <code>git reset --soft HEAD~2</code> to move the HEAD
branch back to an older commit (the first commit you want to keep):</p>
<center><img width="500px" src="/images/reset/squash-r2.png"/></center><br/>
<p>And then simply run <code>git commit</code> again:</p>
<center><img width="500px" src="/images/reset/squash-r3.png"/></center><br/>
<p>
Now you can see that your reachable history, the history you would push,
now looks like you had one commit with the one file, then a second that both
added the new file and modified the first to it's final state.
</p>
<h2>Check it out</h2>
<p>Finally, some of you may wonder what the difference between <code>checkout</code>
and <code>reset</code> is. Well, like <code>reset</code>, <code>checkout</code>
manipulates the three trees and it is a bit different depending on whether you
give the command a file path or not. So, let's look at both examples seperately.
</p>
<h3>git checkout [branch]</h3>
<p>Running <code>git checkout [branch]</code> is pretty similar to running
<code>git reset --hard [branch]</code> in that it updates all three trees for
you to look like <code>[branch]</code>, but there are two important differences.
</p>
<p>First, unlike <code>reset --hard</code>, <code>checkout</code> is working
directory safe in this invocation. It will check to make sure it's not blowing
away files that have changes to them. Actually, this is a subtle difference,
because it will update all of the working directory except the files you've
modified if it can - it will do a trivial merge between what you're checking
out and what's already there. In this case, <code>reset --hard</code> will
simply replace everything across the board without checking.
</p>
<p>The second important difference is how it updates HEAD. Where <code>reset</code>
will move the branch that HEAD points to, <code>checkout</code> will move HEAD
itself to point to another branch.</p>
<p>For instance, if we have two branches, 'master'
and 'develop' pointing at different commits, and we're currently on 'develop'
(so HEAD points to it) and we run <code>git reset master</code>, 'develop' itself
will now point to the same commit that 'master' does.</p>
<p>On the other hand, if we instead run <code>git checkout master</code>, 'develop'
will not move, HEAD itself will. HEAD will now point to 'master'. So, in both
cases we're moving HEAD to point to commit A, but <i>how</i> we do so is very
different. <code>reset</code> will move the branch HEAD points to,
<code>checkout</code> moves HEAD itself to point to another branch.</p>
<center><img width="500px" src="/images/reset/reset-checkout.png"/></center><br/>
<h3>git checkout [branch] file</h3>
<p>The other way to run <code>checkout</code> is with a file path, which like
<code>reset</code>, does not move HEAD. It is just like <code>git reset [branch] file</code>
in that it updates the index with that file at that commit, but it also
overwrites the file in the working directory. Think of it like
<code>git reset --hard [branch] file</code> - it would be exactly the same thing,
it is also not working directory safe and it also does not move HEAD. The only
difference is that <code>reset</code> will a file name will not accept <code>--hard</code>,
so you can't actually run that.</p>
<p>Also, like <code>git reset</code> and <code>git add</code>, <code>checkout</code>
will accept a <code>--patch</code> option to allow you to selectively revert file
contents on a hunk-by-hunk basis.</p>
<h2>Cheaters Gonna Cheat</h2>
<p>Hopefully now you understand and feel more comfortable with the
<code>reset</code> command, but are probably still a little confused about how
exactly it differs from <code>checkout</code> and could not possibly remember
all the rules of the different invocations.</p>
<p>So to help you out, I've created something that I pretty much hate, which
is a table. However, if you've followed the article at all, it may be a useful
cheat sheet or reminder. The table shows each class of the <code>reset</code>
and <code>checkout</code> commands and which of the three trees it updates.</p>
<p>Pay especial attention to the 'WD Safe?' column - if
it's red, really think about it before you run that command.</p>
<table class="rdata">
<tr>
<th></th>
<th>head</th>
<th>index</th>
<th>work dir</th>
<th>wd safe</th>
</tr>
<tr class="level">
<th>Commit Level</th>
<td colspan="4"> </th>
</tr>
<tr class="even">
<th class="cmd">reset --soft [commit]</th>
<td class="yes">REF</td>
<td class="no">NO</td>
<td class="no">NO</td>
<td class="yes-wd">YES</td>
</tr>
<tr class="odd">
<th class="cmd">reset [commit]</th>
<td class="yes">REF</td>
<td class="yes">YES</td>
<td class="no">NO</td>
<td class="yes-wd">YES</td>
</tr>
<tr class="even">
<th class="cmd">reset --hard [commit]</th>
<td class="yes">REF</td>
<td class="yes">YES</td>
<td class="yes">YES</td>
<td class="no-wd">NO</td>
</tr>
<tr class="odd">
<th class="cmd">checkout [commit]</th>
<td class="yes">HEAD</td>
<td class="yes">YES</td>
<td class="yes">YES</td>
<td class="yes-wd">YES</td>
</tr>
<tr class="level">
<th>File Level</th>
<td colspan="4"> </th>
</tr>
<tr class="even">
<th class="cmd">reset (commit) [file]</th>
<td class="no">NO</td>
<td class="yes">YES</td>
<td class="no">NO</td>
<td class="yes-wd">YES</td>
</tr>
<tr class="odd">
<th class="cmd">checkout (commit) [file]</th>
<td class="no">NO</td>
<td class="yes">YES</td>
<td class="yes">YES</td>
<td class="no-wd">NO</td>
</tr>
</table>
<p>Good night, and good luck.</p>
|
_site/hatching-any-eggs-by-pomeg-glith/index.html
|
bruce-lcf/bruce-lcf.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hatching Any Eggs by Pomeg Glitch • Bruce Steveon's Blog</title>
<meta name="description" content="利用绿宝石红榴漏洞(Pomeg Berry Glitch)孵化编号386以内的任意PM
">
<meta name="keywords" content="">
<!-- Twitter Cards -->
<meta name="twitter:title" content="Hatching Any Eggs by Pomeg Glitch">
<meta name="twitter:description" content="利用绿宝石红榴漏洞(Pomeg Berry Glitch)孵化编号386以内的任意PM
">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="/images/">
<!-- Open Graph -->
<meta property="og:locale" content="en">
<meta property="og:type" content="article">
<meta property="og:title" content="Hatching Any Eggs by Pomeg Glitch">
<meta property="og:description" content="利用绿宝石红榴漏洞(Pomeg Berry Glitch)孵化编号386以内的任意PM
">
<meta property="og:url" content="/hatching-any-eggs-by-pomeg-glith/">
<meta property="og:site_name" content="Bruce Steveon's Blog">
<link rel="canonical" href="/hatching-any-eggs-by-pomeg-glith/">
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Bruce Steveon's Blog Atom Feed">
<link href="/sitemap.xml" type="application/xml" rel="sitemap" title="Sitemap">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="/css/main.css">
<!-- HTML5 Shiv and Media Query Support for IE -->
<!--[if lt IE 9]>
<script src="/js/vendor/html5shiv.min.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<![endif]-->
</head>
<body id="js-body">
<!--[if lt IE 9]><div class="upgrade notice-warning"><strong>Your browser is quite old!</strong> Why not <a href="http://whatbrowser.org/">upgrade to a newer one</a> to better enjoy this site?</div><![endif]-->
<header id="masthead">
<div class="inner-wrap">
<a href="/" class="site-title">Bruce Steveon's Blog</a>
<nav role="navigation" class="menu top-menu">
<ul class="menu-item">
<li class="home"><a href="/">Bruce Steveon's Blog</a></li>
<li><a href="" ></a></li>
</ul>
</nav>
</div><!-- /.inner-wrap -->
</header><!-- /.masthead -->
<nav role="navigation" id="js-menu" class="sliding-menu-content">
<h5>Bruce Steveon's Blog <span>Table of Contents</span></h5>
<ul class="menu-item">
<li>
<a href="">
<div class="title"></div>
</a>
</li>
</ul>
</nav>
<button type="button" id="js-menu-trigger" class="sliding-menu-button lines-button x2" role="button" aria-label="Toggle Navigation">
<span class="nav-lines"></span>
</button>
<div id="js-menu-screen" class="menu-screen"></div>
<div id="page-wrapper">
<div id="main" role="main">
<article class="wrap" itemscope itemtype="http://schema.org/Article">
<div class="page-title">
<h1>Hatching Any Eggs by Pomeg Glitch</h1>
</div>
<div class="inner-wrap">
<div id="content" class="page-content" itemprop="articleBody">
<h1 id="pomeg-berry-glitch386pm">利用绿宝石红榴漏洞(Pomeg Berry Glitch)孵化编号386以内的任意PM</h1>
<h2 id="section">什么是红榴漏洞?</h2>
<p>让有一定HP努力值的PM的当前HP处于1点,再喂给该PM一个红榴果(作用:降低HP努力提升亲密度),会使得该PM的HP变成一个正常游戏中不可能出现的数字。</p>
<blockquote>
<p>举例来说,有一只100级的神奇宝贝有8点HP基础得点,HP是1/100。对它使用红榴后,它的HP基础得点会变为0,这时它的HP就会变成-1/98。但因为游戏在这里使用的数据存储方式是无符号整数存储,HP会变成一个很大的数字,在这例子里就是65535,然后会显示为?35。</p>
</blockquote>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/glitch_zpsp6ehxhle.png" alt="pomeg" /></p>
<hr />
<h2 id="pm">孵化出任意PM的原理</h2>
<p>触发红榴漏洞之后,经过一系列操作,会打乱队伍中某个PM的数据组织顺序(Data Substructures)。继而可以让某些数据项成为新的决定PM种类的数据。</p>
<p>第三世代PM的数据组织结构如下表:</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/new_zpsgftuasfy.png" alt="" /></p>
<blockquote>
<p>The order of the structures is determined by the personality value of the Pokémon modulo 24, as shown below, where G, A, E, and M stand for the substructures growth, attacks, EVs and condition, and miscellaneous, respectively.</p>
</blockquote>
<p> </p>
<blockquote>
<p>数据子结构的组织顺序取决于PM的PID对24取模的结果。下表中的G,A,E,M分别代表成长(Growth)、攻击(Attack)、努力值及状态(EVs & Conditions)和杂项(Miscellnaneous)。</p>
</blockquote>
<p>数据组织顺序如下表:</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/order_zpsayigkyvu.png" alt="order" /></p>
<hr />
<h2 id="deoxys">一个操作实例:获得一个从蛋中孵出的Deoxys</h2>
<h3 id="section-1">事先的准备</h3>
<ul>
<li>一只级别足够高,有一些HP努力值的PM(这里以<a href="http://bulbapedia.bulbagarden.net/wiki/Swampert_(Pok%C3%A9mon)">#260 Swampert</a>为例),用以触发红榴漏洞。下面的叙述中<strong>简称A</strong>。</li>
<li>两箱子<strong>完全相同</strong>的某PM,以一定间隔置于1、2号两个箱子(这里以<a href="http://bulbapedia.bulbagarden.net/wiki/Kadabra_(Pok%C3%A9mon)">#064 Kadabra</a>为例,具体间隔可以参考下面的例子),下述<strong>简称B</strong>。这样多数量的同一PM可以使用绿宝石战斗边疆的复制漏洞获得。至于对于这只PM有何具体要求,<strong>在下文中</strong>会详细说明。</li>
</ul>
<h3 id="section-2">步骤</h3>
<p>1.将A置于队首,并控制它到1点HP。带上若干只处于濒死状态的PM,最后再带上一只B。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step1_zpszf4leukb.png" alt="step1" /></p>
<p>2.喂给A一个红榴果(Pomeg Cherry),触发漏洞。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step2_a_zpsmlbsouox.png" alt="step2_a" /> <img src="http://i1292.photobucket.com/albums/b580/shankenew/step2_b_zpsdfwhmtcb.png" alt="step2_b" /> <img src="http://i1292.photobucket.com/albums/b580/shankenew/step2_c_zps2az8rwrk.png" alt="step2_c" /></p>
<p>3.触发与野生PM的战斗,由A切换到B,然后逃跑。(为了顺利逃跑,建议在PM等级较低的地方进行本步骤)</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step3_a_zpskbgdif30.png" alt="step3_a" />
<img src="http://i1292.photobucket.com/albums/b580/shankenew/step3_b_zps02kglcos.png" alt="step3_b" />
<img src="http://i1292.photobucket.com/albums/b580/shankenew/step3_c_zpsvliyyb1n.png" alt="step3_c" /></p>
<p>4.将B存回电脑的任意一个箱子。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step4_zps1vffikmc.png" alt="step4" /></p>
<p>5.对A使用任意能够回复HP的道具,下图以高级伤药(Hyper Potion)为例</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step5_zpshyoyrpmh.png" alt="step5" /> <img src="http://i1292.photobucket.com/albums/b580/shankenew/step5_a_zpskk2gdtk9.png" alt="step5_a" /></p>
<p>6.再次去野外触发遇敌。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step6_a_zpsibprqd8r.png" alt="step6_a" /></p>
<p>调出“Pokemon”菜单,查看A的状态 。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step6_b_zpsqpmz6zvt.png" alt="step6_b" />
<img src="http://i1292.photobucket.com/albums/b580/shankenew/step6_c_zpsn1pdfonb.png" alt="step6_c" /></p>
<p>按下方向键,直到光标正好指到“CANCEL”选项。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step6_d_zpssialri5v.png" alt="step6_d" /></p>
<p><strong>按住</strong>上方向键,直到出现下图所示的情形。然后退出战斗。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step6_e_zpssw69axlv.png" alt="step6_e" />
<img src="http://i1292.photobucket.com/albums/b580/shankenew/step6_f_zps91eu99a0.png" alt="step6_f" /></p>
<p>7.如果足够幸运,你可以在1,2号箱子里的众多坏蛋(bag eggs)中找到一个好蛋(egg);如果不够幸运,请从步骤1重新来过。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step7_zps6h1jmpar.png" alt="step7" /></p>
<p>8.将这个蛋孵化,得到目标。</p>
<p><img src="http://i1292.photobucket.com/albums/b580/shankenew/step8_zpskanqgtqd.png" alt="step8" />
<img src="http://i1292.photobucket.com/albums/b580/shankenew/step8_a_zpsqhldsjid.png" alt="step8_a" /></p>
<hr />
<h3 id="section-3">一些重要的补充说明</h3>
<p>最终得到的蛋孵化出什么完全由B决定,所以下面详细解释B和孵化出的东西有何关联。</p>
<p>这里的B,也就是勇吉拉(<a href="http://bulbapedia.bulbagarden.net/wiki/Kadabra_(Pok%C3%A9mon)">#064 Kadabra</a>),我选取了<a href="http://bulbapedia.bulbagarden.net/wiki/Personality_value">PID</a>为:0x56B0009。经过红榴漏洞,得到的目标的PID会在此基础上加上0x40000000。也就是0x456B0009。0x56B0009对24取模为1,0x456B0009对24取模为17。对应一开始的表格,也就是数据顺序由 <strong>GAME</strong> 变为 <strong>EMAG</strong> 。目标的 <strong>Growth</strong> 对应原来的 <strong>EVs & Conditions</strong>。而 <strong>Growth</strong> 的前两个字节(byte)决定了PM的种类。也就是我们只需要让原来的 <strong>EVs & Conditions</strong> 的前两个字节是我们目标PM的_编号_(要查询编号,请参看<a href="http://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_index_number_(Generation_III)">本链接</a>)。这里 <strong>#386 Deoxys</strong> 的编号16进制下为0x19A,分拆成两个byte就是 0x1 和 0x9A,在十进制下为 1 和 154,也就是我们只需要让勇吉拉(<a href="http://bulbapedia.bulbagarden.net/wiki/Kadabra_(Pok%C3%A9mon)">#064 Kadabra</a>)的物攻努力值为1,HP努力值为154,经过红榴漏洞之后,得到的蛋的PM种类对应的就是 #386 Deoxys。</p>
<p>总结:以上改变蛋的物种效果,本质上就是利用游戏漏洞,打乱了原来的数据结构的排列顺序。至于以何种方式打乱,需要知道我们使用的称为“B”的PM的PID是多少,然后查上面提供的表格。一般来说,以努力值(E)代替物种(G)的方法比较普适,可以得到全部的386种PM。</p>
<p>也有一些PID提供了以攻击技能(A)代替物种(G)的置乱方式。具体技能的编码表,我会在最后的参考链接里给出。由于技能数目不足386,这种方式不能获得全部386种PM,但相对上述的以(E)代替(G)的方式也有好处,就是有机会通过这种方式获得理想个体值的PM。上述的那个实例_几乎_无法对获得PM的个体值做任何的控制。</p>
<p><strong>最后提醒一下</strong>:由于数据被全部打乱,获得的PM的技能会出现非法乱码,为了防止出现死机等不良情况,请把获得的PM放到饲养屋提升足够的等级,用合法技能全部替代后再领出。</p>
<p>吐槽:我获得的这只Deoxys是不听话的,而听话与否由Miscellaneous的最后一个bit决定,然而本例中的置乱方式下,目标的(M)对应的是原来的(A),最后一个bit和第四个技能的PP数相关,为了使最后一个bit为1,我需要第四个技能的PP数在128以上。而游戏内PP数最大就是64,也就是我无论如何都不可能在游戏内通过这种方式获得一只听话的Deoxys,真是残念。</p>
<p>通过这个漏洞获得的坏蛋可以参与与NPC的战斗,而且可以无限制逃跑,该成果可以应用到绿宝石速通上,然而好像红榴果获得的时机在流程中有些偏后了。</p>
<p><del>利用pomeg glitch向游戏注入汇编代码还在研究中</del></p>
<hr />
<h3 id="section-4">参考链接</h3>
<p><a href="https://www.youtube.com/watch?v=nOEwPnv2TFM">视频教程</a>(Youtube链接)</p>
<p><a href="https://www.youtube.com/watch?v=KME8eusvRAc">Video tutorial for Pomeg Berry Glitch</a>(关于红榴漏洞的视频)</p>
<p>Bulbapedia相关页面:</p>
<ul>
<li><a href="http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_data_substructures_in_Generation_III">Pokémon data substructures in Generation III</a></li>
<li><a href="http://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_by_index_number_(Generation_III)">List of Pokémon by index number (Generation III)</a></li>
<li><a href="http://bulbapedia.bulbagarden.net/wiki/List_of_moves">List of moves</a>(第三世代最后一个技能是 #354 Psycho Boost)</li>
<li><a href="http://bulbapedia.bulbagarden.net/wiki/Glitzer_Popping">Glitzer Popping</a></li>
</ul>
<hr />
<footer class="page-footer">
<div class="author-image">
<img src="/images/bio-photo.jpg" alt="Bruce Steveon">
</div><!-- ./author-image -->
<div class="author-content">
<h3 class="author-name" >Written by <span itemprop="author">Bruce Steveon</span></h3>
<p class="author-bio"></p>
</div><!-- ./author-content -->
<div class="inline-btn">
<a class="btn-social twitter" href="https://twitter.com/intent/tweet?text=Hatching%20Any%20Eggs%20by%20Pomeg%20Glitch&url=/hatching-any-eggs-by-pomeg-glith/&via=" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i> Share on Twitter</a>
<a class="btn-social facebook" href="https://www.facebook.com/sharer/sharer.php?u=/hatching-any-eggs-by-pomeg-glith/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i> Share on Facebook</a>
<a class="btn-social google-plus" href="https://plus.google.com/share?url=/hatching-any-eggs-by-pomeg-glith/" target="_blank"><i class="fa fa-google-plus" aria-hidden="true"></i> Share on Google+</a>
</div><!-- /.share-this -->
<div class="page-meta">
<p>Updated <time datetime="2016-05-16T20:19:51Z" itemprop="datePublished">May 16, 2016</time></p>
</div><!-- /.page-meta -->
</footer><!-- /.footer -->
<aside>
</aside>
</div><!-- /.content -->
</div><!-- /.inner-wrap -->
</article><!-- ./wrap -->
</div><!-- /#main -->
<footer role="contentinfo" id="site-footer">
<nav role="navigation" class="menu bottom-menu">
<ul class="menu-item">
<li><a href="" ></a></li>
</ul>
</nav><!-- /.bottom-menu -->
<p class="copyright">© 2016 <a href="">Bruce Steveon's Blog</a> powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> + <a href="http://mmistakes.github.io/skinny-bones-jekyll/" rel="nofollow">Skinny Bones</a>.</p>
</footer>
</div>
<script src="/js/vendor/jquery-1.9.1.min.js"></script>
<script src="/js/main.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script>MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
});
<script>MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
<script>code.has-jax {font: inherit; font-size: 100%; background: inherit; border: inherit;}
</body>
</html>
|
core/src/main/resources/templates/admin/export.html
|
rango1900/MindTrails
|
<!DOCTYPE html>
<!--[if lt IE 7 ]>
<html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]>
<html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]>
<html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="not-ie" lang="en" xmlns:th="http://www.thymeleaf.org">
<!--<![endif]-->
<head th:include="fragment/common :: headerFragment"/>
<body>
<section id="header" class="clearfix" th:include="fragment/common :: topFragment"/>
<!-- content starts
================================================== -->
<section id="content" class="clearfix">
<div class="container">
<!--spacer here-->
<div class="spacer-30px"></div>
<h1>Export Status</h1>
<h3 th:if="${formsDisabled}">The site is currently disabled!</h3>
<p>It has been <span class="bigNumber" th:text="${minutesSinceLastExport}"/> minutes since the last export
was run. If this exceeds <span class="bigNumber" th:text="${exportMaxMinutes}"/> minutes, an email will be
sent to this projects administrator address.</p>
<p>The total number of completed questionnaires is <span class="bigNumber" th:text="${totalRecords}"/>. If this
exceeds <span class="bigNumber" th:text="${exportMaxRecords}"/> then this system will be disabled, and
participants will receive an error message when they attempt to complete their next session.</p>
<h1>Questionnaire Downloads</h1>
<div th:if="${downloadsDisabled}">
<p>Downloads are currently disabled in the application's properties file.</p>
</div>
<div th:unless="${downloadsDisabled}">
<p>Here is a list of all questionnaires, in order of appearance. Click a link to download a spreadsheet of all data from a questionnaire: </p>
<ul>
<li><a th:href="@{'/questions/DASS21_AS/export'}">DASS-21 AS</a> (Eligibility)</li>
<li><a th:href="@{'/questions/credibility/export'}">Credibility Assessment</a></li>
<li><a th:href="@{'/questions/demographics/export'}">Demographics</a></li>
<li><a th:href="@{'/questions/MH/export'}">Mental Health History</a></li>
<li><a th:href="@{'/questions/QOL/export'}">Quality of Life Scale</a>(Satisfaction)</li>
<li><a th:href="@{'/questions/RR/export'}">Interpretation bias measure 1</a> (Recognition Ratings)</li>
<li><a th:href="@{'/questions/BBSIQ/export'}">Interpretation bias measure 2</a> (BBSIQ / Situtations)</li>
<li><a th:href="@{'/questions/DASS21_DS/export'}">DASS-21 DS</a>(Mood Assessment)</li>
<li><a th:href="@{'/questions/DD/export'}">Daily Drinking</a></li>
<li><a th:href="@{'/questions/DD_FU/export'}">Daily Drinking Follow Up</a></li>
<li><a th:href="@{'/questions/OA/export'}">OASIS</a> (Anxiety Review)</li>
<li><a th:href="@{'/questions/AnxietyTriggers/export'}">Anxiety Triggers</a></li>
<li><a th:href="@{'/questions/SUDS/export'}">SUDS</a> (includes pre and post)</li>
<li><a th:href="@{'/questions/ImageryPrime/export'}">Imagery Prime</a> (includes anxious and neutral)</li>
<li><a th:href="@{'/questions/Impact/export'}">Impact Questions</a></li>
<li><a th:href="@{'/questions/CC/export'}">Compare and Contrast Items</a></li>
<li><a th:href="@{'/questions/CIHS/export'}">Change in Help Seeking</a></li>
<li><a th:href="@{'/questions/MUE/export'}">Multi User Experience</a></li>
<li><a th:href="@{'/questions/ReasonsForEnding/export'}">Reasons for Ending</a> (form available from a link in 18 day email)</li>
</ul>
<!--divider here-->
<div class="spacer-40px"></div>
<h1>PIPlayer Download</h1>
<p>All PIPlayer data is stored in one large table. <a th:href="@{'/admin/playerData'}">Download PIPlayer Data.</a> </p>
<h1>Questionnaires no longer in use</h1>
<ul>
<li><a th:href="@{'/questions/SA/export'}">State Anxiety</a></li>
<li><a th:href="@{'/questions/SAPo/export'}">State Anxiety (Post)</a></li>
<li><a th:href="@{'/questions/audit/export'}">Audit</a></li>
<li><a th:href="@{'/questions/FU/export'}">Followup</a></li>
<li><a th:href="@{'/questions/PUE/export'}">Pilot User Experience</a></li>
<li><a th:href="@{'/questions/ReRu/export'}">Reducing Anxiety</a></li>
<li><a th:href="@{'/questions/Vivid/export'}">Vividness</a></li>
</ul>
<!--spacer here-->
</div>
<div class="spacer-30px"></div>
</div>
</section>
<!-- footer starts
================================================== -->
<footer id="footer" class="clearfix" th:include="fragment/common :: footer"/>
<!-- copyright starts
================================================== -->
<section id="copyright" class="clearfix" th:include="fragment/common :: copyright"/>
<!--Javascript
================================================== -->
<div th:include="fragment/common :: scripts"/>
</body>
</html>
|
app/assets/stylesheets/jquery.ui.selectmenu.css
|
double-z/gitlab-viewer
|
/* Selectmenu
----------------------------------*/
.ui-selectmenu { background:none; font-size:12px;display: block; display: inline-block; position: relative; height: 2.2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; }
.ui-selectmenu-open { display: block; }
.ui-selectmenu.ui-widget { background:none; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li.ui-state-active { background:#F7FBFC; border:none; padding:1px 0;}
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 1.4em; display: block; padding: .405em 2.1em .405em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus { background: none repeat scroll 0 0 #FFF6BF; border:1px solid #eaeaea;}
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content { }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }
|
posts/stage-four-value-propositions.html
|
NathanHarrington/NathanHarrington.github.io
|
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<!-- ****** faviconit.com favicons ****** -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160" href="/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png">
<link rel="apple-touch-icon" href="/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/favicon-144.png">
<meta name="msapplication-config" content="/browserconfig.xml">
<!-- ****** faviconit.com favicons ****** -->
<title>Stage Four: Value Propositions - Nathan Harrington</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="/posts/stage-four-value-propositions.html">
<meta name="author" content="Nathan Harrington" />
<meta name="keywords" content="business model canvas" />
<meta name="description" content="Fourth Stage: Value Propositions Research of known effective materials: Udacity course: How to Build a Startup, Lesson 5: Value Propositions All sections 1 - 27 Strategyzer: 10 Characteristics of a great Value Proposition checklist Strategyzer: Sell Your Colleagues on Value Proposition Design Strategyzer: Value Proposition Design book Preview Incorporation: Card deck …" />
<meta property="og:site_name" content="Nathan Harrington" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="Stage Four: Value Propositions"/>
<meta property="og:url" content="/posts/stage-four-value-propositions.html"/>
<meta property="og:description" content="Fourth Stage: Value Propositions Research of known effective materials: Udacity course: How to Build a Startup, Lesson 5: Value Propositions All sections 1 - 27 Strategyzer: 10 Characteristics of a great Value Proposition checklist Strategyzer: Sell Your Colleagues on Value Proposition Design Strategyzer: Value Proposition Design book Preview Incorporation: Card deck …"/>
<meta property="article:published_time" content="2017-09-22" />
<meta property="article:section" content="articles" />
<meta property="article:tag" content="business model canvas" />
<meta property="article:author" content="Nathan Harrington" />
<!-- Bootstrap -->
<link rel="stylesheet" href="/theme/css/bootstrap.min.css" type="text/css"/>
<link href="/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="/theme/css/pygments/native.css" rel="stylesheet">
<link rel="stylesheet" href="/theme/css/style.css" type="text/css"/>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<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 href="/" class="navbar-brand">
Nathan Harrington </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="/pages/about.html">
About
</a></li>
<li><a href="/pages/standing-invitation.html">
Standing Invitation
</a></li>
<!-- custom link to blog roll/articles -->
<li><a href="/category/articles.html">Blog</a></li>
<!--
Don't display categories on menu
<li class="active">
<a href="/category/articles.html">Articles</a>
</li>
<li >
<a href="/category/patents.html">Patents</a>
</li>
-->
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="/archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<!-- Banner -->
<!-- End Banner -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<section id="content">
<article>
<div class="entry-content">
<p>Fourth Stage: Value Propositions</p>
<p><strong>Research of known effective materials:</strong></p>
<p>Udacity course: How to Build a Startup, Lesson 5: <a href="https://classroom.udacity.com/courses/ep245/lessons/48745133/concepts/482999050923">Value Propositions</a></p>
<p>All sections 1 - 27</p>
<p>Strategyzer: <a href="https://assets.strategyzer.com/assets/resources/10-characteristics-of-great-value-propositions-checklist.pdf">10 Characteristics of a great Value Proposition
checklist</a></p>
<p>Strategyzer: <a href="https://assets.strategyzer.com/assets/resources/sell-your-colleagues-on-value-proposition-design.pdf">Sell Your Colleagues on Value Proposition
Design</a></p>
<p>Strategyzer: <a href="https://assets.strategyzer.com/assets/resources/value-proposition-design-book-preview-2014.pdf">Value Proposition Design book
Preview</a></p>
<hr>
<h4>Incorporation:</h4>
<p><strong>Card deck 1 of 6 INTRO</strong></p>
<pre>
Chapter 1. Value Proposition
What product or service are you building, for who, and what does it
solve for those people?
It's about satisfying a customer need, not just you thinking: "What a
great idea".
Chapter 4. COMPONENTS
1. The features of your products and services.
2. What gain are you creating for customers?
3. What pain are you solving for them?
The goal is the smallest possible feature set that solves these pains
and creates these gains for the customer.
That is the Minimally Viable Product.
Chapter 9. PRODUCT
Which are part of your value proposition?
-manufactured goods, commodity product...
Which intangible products are part?
-copyrights, licenses...
Which financial products?
-financial guarantees, insurance policies...
Which digital products?
-mp3 files, ebooks....
The product is the whole package of all the above
Chapter 10. SERVICES
Which core services are part of the value proposition?
-Consulting, a haircut, investment advice...
Which pre-sales or sales services?
-help finding right solution, financing, free-delivery
Which after-sales services?
-free maintenance, disposal...
What is it that your product features do?
</pre>
<p><a href="/images/learning/learning_value_proposition_intro_card_deck_front.jpg"><img alt="Front of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_intro_card_deck_front.jpg"></a>
<a href="/images/learning/learning_value_proposition_intro_card_deck_back.jpg"><img alt="Back of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_intro_card_deck_back.jpg"></a></p>
<hr>
<p><strong>Card deck 2 of 6 PAIN</strong>
<pre>
PAIN KILLERS
What are you going to reduce or eliminate for the customer?</p>
<p>Chapter 12. PAIN Questions:
Produce savings? Time, money, effort
Feel better? Frustration, annoyance, headaches
Fix solutions? New features, better, faster
End challenges? Easier, eliminate resistance?
Impact social consequences? wipe out negative social
consequences or add to social status?
Eliminate risk? Financial, social or technical risk </p>
<p>Chapter 14. PAIN Importance
Rank each pain according to its intensity and frequency</p>
<p></pre>
<a href="/images/learning/learning_value_proposition_pain_card_deck_front.jpg"><img alt="Front of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_pain_card_deck_front.jpg"></a>
<a href="/images/learning/learning_value_proposition_pain_card_deck_back.jpg"><img alt="Back of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_pain_card_deck_back.jpg"></a></p>
<hr>
<p><strong>Card deck 3 of 6 GAIN</strong>
<pre>
GAIN CREATORS
What are the benefits the customer expects, desires or is surprised by?</p>
<p>Chapter 15. GAIN Questions
Happy customers? Save time, save money, save effort
Better outcomes? Higher quality, more or less of something
Exceed current solutions? Features, performance, quality
Job or life easier?
Create positive consequences? Social (need), business (more sales)</p>
<p>Chapter 16. GAIN Importance
Rank each gain your product and services create according to its
relevance to the customer.
</pre>
<a href="/images/learning/learning_value_proposition_gain_card_deck_front.jpg"><img alt="Front of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_gain_card_deck_front.jpg"></a>
<a href="/images/learning/learning_value_proposition_gain_card_deck_back.jpg"><img alt="Back of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_gain_card_deck_back.jpg"></a></p>
<hr>
<p><strong>Card deck 4 of 6 MVP </strong>
<pre>
Chapter 19. MVP Definition
The first instance of your product or service that is delivered to
customers. </p>
<p>What is it that customers tell us that they will pay for or use
right now.</p>
<p>It is not a beta, tell customers it is the MVP.</p>
<p>Chapter 17. MVP Physical
Always invest a day or two building a physical product mockup.
Something that customers can see and touch.</p>
<p>Chapter 18. MVP Webmobile
Build a "low fidelity" app or website to test the problem. </p>
<p>This helps you avoid building products no one wants.</p>
<p>Chapter 21. The art of the MVP
It's based on interaction and iteration and understanding customers
jobs, pains and gains.</p>
<p>For new markets, don't ask about features, ask "How do they spend their
time?"
</pre>
<a href="/images/learning/learning_value_proposition_mvp_card_deck_front.jpg"><img alt="Front of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_mvp_card_deck_front.jpg"></a>
<a href="/images/learning/learning_value_proposition_mvp_card_deck_back.jpg"><img alt="Back of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_mvp_card_deck_back.jpg"></a></p>
<hr>
<p><strong>Card deck 5 of 6 META-Value Prop</strong>
<pre>
Chapter 22. COMMON MISTAKES</p>
<p>It's just a feature of someones else's product
"It's nice to have" instead of "got to have"
Not enough customers care</p>
<p>Chapter 23. QUESTIONS:</p>
<p>Competition:
What do customers do today? Make BMC's for the competition.</p>
<p>Technology / Market Insight:
Why is the problem so hard to solve?
Why is the service not being done by other people?</p>
<p>Market size:
How big is this problem? </p>
<p>Product:
How do you make it once you understand the customer needs?</p>
<p>Chapter 24: TWO FORMS:</p>
<p>Technology insight:
Typically applies to hardware, clean tech and biotech.</p>
<p>Market insight:
Changes in how people work, live, interact and what they expect.</p>
<p>Both forms need to solve pains and create gains for the customer.</p>
<p>Chapter 25: TYPES</p>
<p>Technology Market</p>
<p>More efficient lower cost better distribution
smaller simpler better bundling
faster better branding</p>
<p>combine technology and market insights for the sweet spot of value
propositions.
</pre>
<a href="/images/learning/learning_value_proposition_meta_card_deck_front.jpg"><img alt="Front of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_meta_card_deck_front.jpg"></a>
<a href="/images/learning/learning_value_proposition_meta_card_deck_back.jpg"><img alt="Back of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_meta_card_deck_back.jpg"></a></p>
<hr>
<p><strong>Card deck 6 of 6 Examples</strong>
<pre>
Technology Insights
Ayasdi - topological analysis, solved previously unapproachable problems
Inscopix - smaller fluorescence microscope - created new market</p>
<p>Market insights
Zynga - play more involved games - facebook distribution
Twitter - micro-blog more than blog - solved a need</p>
<p>JERSEYSQUARE
Pains: cheaper way to wear jersey, eliminate risk of owning traded player
Gain: provide alternative to purchasing counterfeit jersey
Features: single place to rent sports jerseys
MVP: website with rental and stock of jerseys </p>
<p>OmegaChem
Pain: non-renewable petroleum derived feedstock for surfactant industry
Gains: Sustainable, bio-based replacement.
Higher performance
Improved cold temperature tolerance of detergents
Features:
Bi-functional molecules
Flexibility in chain length
MVP: chem-mix blue feedstock in 50-gal drums
</pre>
<a href="/images/learning/learning_value_proposition_examples_card_deck_front.jpg"><img alt="Front of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_examples_card_deck_front.jpg"></a>
<a href="/images/learning/learning_value_proposition_examples_card_deck_back.jpg"><img alt="Back of Card
Deck" src="/images/learning/thumbnails/learning_value_proposition_examples_card_deck_back.jpg"></a></p>
<hr>
<h2>Execution:</h2>
<p>Lessons learned:</p>
<p>36 cards with about double the total content of any previous learning
stage. Still took linear amounts of time to memorize when grouped into
individual card decks. Re-merged with randomization for surprisingly no
impact to time required for memorization and incorporation.</p>
<p>Now making a new set of business model canvases for various problems I'm
working on with these better value proposition ideas.</p>
<p>The creation of these bmfiddles is showing many new frustrations and
lack of clarity. Especially around the value propositions and customer
segments - looking at others briefly from the udacity materials, then
will recreate full BMC's for practice. Excellent - that instantly shows
you were confused about what goes in the customer segment box. It's the
persona, not the matching pains and gains. So execute a series of
bmfiddles based on teh various ideas you are working on that include:</p>
<ol>
<li>A pain solved for customer</li>
<li>A gain created for customer</li>
<li>Features for pain solved and/or gain created</li>
<li>mvp</li>
</ol>
<p><a href="/images/learning/rain_bmc.png"><img alt="Example
BMC" src="/images/learning/thumbnails/rain_bmc.png"></a>
<a href="/images/learning/noise_machine_app.png"><img alt="Example
BMC" src="/images/learning/thumbnails/noise_machine_app.png"></a>
<a href="/images/learning/triangle_innovation.png"><img alt="Example
BMC" src="/images/learning/thumbnails/triangle_innovation.png"></a>
<a href="/images/learning/data_science_matcher.png"><img alt="Example
BMC" src="/images/learning/thumbnails/data_science_matcher.png"></a></p>
<div class="panel">
<div class="panel-body">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2017-09-22T00:00:00-04:00"> Fri 22 September 2017</time>
</span>
<span class="label label-default">Tags</span>
<a href="/tag/business-model-canvas.html">business model canvas</a>
</footer><!-- /.post-info --> </div>
</div>
</div>
<!-- /.entry-content -->
</article>
</section>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><h4><i class="fa fa-home fa-lg"></i><span class="icon-label">Social</span></h4>
<ul class="list-group" id="social">
<li class="list-group-item"><a href="http://github.com/NathanHarrington"><i class="fa fa-github-square fa-lg"></i> github</a></li>
<li class="list-group-item"><a href="https://www.linkedin.com/in/harringtonnathan"><i class="fa fa-linkedin-square fa-lg"></i> linkedin</a></li>
<li class="list-group-item"><a href="https://plus.google.com/100412424991063551562"><i class="fa fa-google-plus-square fa-lg"></i> google-plus</a></li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2021 Nathan Harrington
· Powered by <a href="https://github.com/getpelican/pelican-themes/tree/master/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer>
<script src="/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="/theme/js/respond.min.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4602287-2']);
_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>
<!-- End Google Analytics Code -->
</body>
</html>
|
clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.1/printf/1.0.2.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>printf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / printf - 1.0.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
printf
<small>
1.0.2
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-28 23:20:48 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-28 23:20:48 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1 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.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "gmalecha@gmail.com"
homepage: "https://github.com/gmalecha/coq-printf"
dev-repo: "git+https://github.com/gmalecha/coq-printf"
bug-reports: "https://github.com/gmalecha/coq-printf/issues"
authors: ["Gregory Malecha"]
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.12~"}
]
tags: [
"date:2020-04-05"
"logpath:Printf"
]
synopsis:
"Implementation of sprintf for Coq"
description: "Library providing implementation of sprintf for Coq"
url {
src: "https://github.com/gmalecha/coq-printf/archive/v1.0.2.tar.gz"
checksum: "sha512=1c26cef48739674e5a286a4e2fd9a85b735c998e43c4c400719b0daaa9117a5f64657e7f6fb43149c3af064436ee4eba7ef79619623ef93af904ea833a84f396"
}
</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-printf.1.0.2 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1).
The following dependencies couldn't be met:
- coq-printf -> coq >= 8.9
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-printf.1.0.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.12.0-2.0.8/released/8.14.0/dpdgraph/1.0+8.14.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dpdgraph: 15 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.14.0 / dpdgraph - 1.0+8.14</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
1.0+8.14
<span class="label label-success">15 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-11-01 16:42:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 16:42:58 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.14.0 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.12.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.12.0 Official release 4.12.0
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
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"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/coq-dpdgraph"
dev-repo: "git+https://github.com/coq-community/coq-dpdgraph.git"
bug-reports: "https://github.com/coq-community/coq-dpdgraph/issues"
license: "LGPL-2.1-only"
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
description: """
Coq plugin that extracts the dependencies between Coq objects,
and produces files with dependency information. Includes tools
to visualize dependency graphs and find unused definitions."""
build: [
["./configure"]
[make "-j%{jobs}%" "WARN_ERR="]
]
install: [make "install" "BINDIR=%{bin}%"]
depends: [
"ocaml" {>= "4.05.0"}
"coq" {>= "8.14" & < "8.15~"}
"ocamlgraph"
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:dependency graph"
"keyword:dependency analysis"
"logpath:dpdgraph"
"date:2021-10-07"
]
authors: [
"Anne Pacalet"
"Yves Bertot"
"Olivier Pons"
]
url {
src: "https://github.com/coq-community/coq-dpdgraph/releases/download/v1.0%2B8.14/coq-dpdgraph-1.0-8.14.tgz"
checksum: "sha512=e4f4258133f809852d88bdd757c22140f8f2a8c0148c50af0ba78d25b40e249261c6b6e719855ec78a4315abaf2410b4454d1ec0ff3db8349f0a26e83e344eeb"
}
</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-dpdgraph.1.0+8.14 coq.8.14.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-dpdgraph.1.0+8.14 coq.8.14.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>45 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-dpdgraph.1.0+8.14 coq.8.14.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>15 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 7 M</p>
<ul>
<li>3 M <code>../ocaml-base-compiler.4.12.0/bin/dpdusage</code></li>
<li>3 M <code>../ocaml-base-compiler.4.12.0/bin/dpd2dot</code></li>
<li>89 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/dpdgraph.cmxs</code></li>
<li>23 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/graphdepend.cmi</code></li>
<li>13 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/graphdepend.cmx</code></li>
<li>11 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/dpdgraph.cmxa</code></li>
<li>7 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/searchdepend.cmi</code></li>
<li>6 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/searchdepend.cmx</code></li>
<li>2 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/dpdgraph.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/dpdgraph.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/dpdgraph/dpdgraph.v</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-dpdgraph.1.0+8.14</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.1/bertrand/8.8.0.html
|
coq-bench/coq-bench.github.io
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bertrand: 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.14.1 / bertrand - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
bertrand
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-29 02:51:29 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 02:51:29 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.14.1 Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler
ocamlfind 1.9.1 A library manager for OCaml
ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-community/bertrand"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Bertrand"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: Knuth's algorithm" "keyword: prime numbers" "keyword: Bertrand's postulate" "category: Mathematics/Arithmetic and Number Theory/Number theory" "category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs based on external tools" "category: Miscellaneous/Extracted Programs/Arithmetic" "date: 2002" ]
authors: [ "Laurent Théry" ]
bug-reports: "https://github.com/coq-community/bertrand/issues"
dev-repo: "git+https://github.com/coq-community/bertrand.git"
synopsis: "Correctness of Knuth's algorithm for prime numbers"
description: """
A proof of correctness of the algorithm as described in
`The Art of Computer Programming: Fundamental Algorithms'
by Knuth, pages 147-149"""
flags: light-uninstall
url {
src: "https://github.com/coq-community/bertrand/archive/v8.8.0.tar.gz"
checksum: "md5=7abe286c4e4f394cfb9401cd28b7b209"
}
</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-bertrand.8.8.0 coq.8.14.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.14.1).
The following dependencies couldn't be met:
- coq-bertrand -> coq < 8.9~ -> 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-bertrand.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
webkb/other/texas/http:^^www.cs.utexas.edu^users^lam^NRL^network_security.html
|
ML-SWAT/Web2KnowledgeBase
|
MIME-Version: 1.0
Server: CERN/3.0
Date: Tuesday, 07-Jan-97 15:55:05 GMT
Content-Type: text/html
Content-Length: 4987
Last-Modified: Friday, 01-Mar-96 21:21:33 GMT
<title> Network Security</title>
<H1> Network Security</H1>
<hr>
To enhance the security of networked systems, we proposed a security
architecture together with novel protocols for authentication,
called Texas Authentication Protocols (TAPs), and a new language
for authorization, called Generalized Access Control List (GACL).
A proof methodology for verifying authentication protocols based upon
state transition semantics has been developed. A high level abstraction
for secure network programming (SNP), designed to resemble a socket interface,
has been implemented.
<hr>
<H1> Recent papers </H1>
<ol>
<li> <b> SNP : An interface for secure network programming</b>
<br>
Thomas Y.C. Woo, Raghuram Bindignavle, Shaowen Su and Simon S. Lam
<br>
<cite> Proc. USENIX '94 Summer Technical Conference, </cite>
Boston, June 1994
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/usenix2.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> Design, verification and implementation of an authentication
protocol </b>
<br>
Thomas Y.C. Woo and Simon S. Lam
<br>
<cite> Proc. Int. Conference on Network Protocols, </cite>
Boston, October 1994
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/icnp94.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> Authorization in distributed systems: A new approach</b>
<br>
Thomas Y.C. Woo and Simon S. Lam
<br>
<cite> Journal of Computer Security, </cite> 1994
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/final-1.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> A lesson in authentication protocol design</b>
<br>
Thomas Y.C. Woo and Simon S. Lam
<br>
<cite> ACM Operating Systems Review, </cite> vol. 28, no. 3, 1994
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/osr.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> A framework for distributed authorization </b>
<br>
Thomas Y.C. Woo and Simon S. Lam
<br>
<cite> Proc. ACM Conference on Computer and Communications Security, </cite>
Fairfax, Virginia, November 1993
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/acm-es.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> Verifying authentication protocols: Methodology and example</b>
<br>
Thomas Y. C. Woo and Simon S. Lam
<br>
<cite> Proc. Int. Conference on Network Protocols,</cite>
San Francisco, October 1993
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/icnp.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b>A semantic model for authentication protocols</b>
<br>
Thomas Y. C. Woo and Simon S. Lam
<br>
<cite> Proc. IEEE Symposium on Research in Security and Privacy,</cite>
Oakland, May 1993
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/sec93.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> Authorization in distributed systems: A formal approach</b>
<br>
Thomas Y.C. Woo and Simon S. Lam
<br>
<cite> Proc. IEEE Symposium on Research in Security and Privacy, </cite>
Oakland, May 1992
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/sec92.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> Applying a theory of modules and interfaces to security verification</b>
<br>
Simon S. Lam, A. Udaya Shankar, and Thomas Y. C. Woo
<br>
<cite> Proc. IEEE Symposium on Research in Security and Privacy, </cite>
Oakland, May 1991
<ul>
<li> <a href = "ftp://ftp.cs.utexas.edu/pub/lam/main.ps.Z">
<b>compressed postscript file</b></a>
</ul>
<li> <b> Authentication revisited</b>
<br>
Thomas Y.C. Woo and Simon S. Lam
<br>
<cite> Computer, </cite> vol. 25, no. 3, page 10, March 1992
<br>
(first publication of authentication protocol implemented in SNP)
<p>
<li> <b> Authentication for distributed systems </b>
<br>
Thomas Y.C. Woo and Simon S. Lam
<br>
<cite> Computer, </cite> vol. 25, no. 1, pp. 39-52, January 1992
<ul>
<li> <a href = "comp1.html">
<b>more info</b></a>
</ul>
</ol>
|
client/views/application/layout.html
|
ImproveCoimbra/ceres
|
<template name="layout">
<div class="container">
{{> header}}
{{> toasts}}
{{> yield}}
{{> footer}}
</div>
</template>
|
client/main.html
|
Menesys/camille_vasseur_partiel_meteor
|
<head>
<title>Commerces</title>
</head>
<body></body>
|
spec/fixtures/_posts/2017-08-10-post-sitemap-tags.html
|
kevinoid/jekyll-sitemap
|
---
sitemap:
tags:
changefreq: monthly
priority: 0.4
---
Post which defines custom sitemap tags in YAML metadata.
|
networks.html
|
elstamey/elstamey.github.io
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Networks</title>
<meta name="description"
content="">
<meta name="author" content="Emily Stamey">
<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/white.css">
<link rel="stylesheet" href="css/my-style.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="./node_modules/highlight.js/styles/zenburn.css">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<!--<link rel="stylesheet" href="plugin/accessibility/helper.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>
</head>
<body>
<div class="reveal">
<div class='footer'>
@elstamey
</div>
<div class="slides">
<div class="slides">
<section>
<header>
<h3 class="title">Networks</h3>
<p>Emily Stamey @elstamey</p>
</header>
<myRowBox>
<article>
<img src="img/networks/forest-trees-fog-foggy.jpg" class="single_right">
</article>
</myRowBox>
</section>
<section>
<myRowBox>
<article>
<myColBox>
<article>
<!--<h3>Emily</h3>-->
<img src="img/me/developer.png" alt="developer">
</article>
<article>
<p>I'm a PHP developer</p>
<p>Co-Organizer of Triangle PHP and Director of WWCode Raleigh/Durham</p>
<p>I work at a company that builds tools for network security threat assessment</p>
</article>
</myColBox>
</article>
<article>
<myColBox>
<article>
<img src="img/inquest.svg">
</article>
<article>
<img src="img/trianglePHP_sm.jpg">
</article>
<article>
<img src="img/wwcode.png">
</article>
</myColBox>
</article>
</myRowBox>
<aside class="notes">
<li>I am Emily. I'm a php developer</li>
<li>I love community, so I help to build them at home.</li>
<li>I work at Inquest, a network security company based in Washington, DC. </li>
<p>We are going to talk about Event Sourcing, but we will begin in a sort of roundabout way because
at State we have been adding Event Sourcing to many of our legacy projects. We have one project
that we are rewriting, and it's a good case study for an older approach with status flags and we are rewriting it to use
event sourcing.</p>
</aside>
</section>
<section>
<myRowBox>
<article>
<img src="img/networks/network_layers.png">
</article>
</myRowBox>
</section>
<section>
<footer>
<img src="img/networks/forest-trees-fog-foggy.jpg" class="single_right">
</footer>
</section>
<section>
<footer>
<img src="img/networks/tree_layers.png" class="single_right">
</footer>
</section>
<section>
<myColBox>
<article>
<img src="img/networks/plant-transportation.jpg" class="single_right">
</article>
</myColBox>
</section>
<section>
<footer>
<img src="img/networks/forest-trees-fog-foggy.jpg" class="single_right">
</footer>
</section>
<section>
<myRowBox>
<article>
<img src="img/networks/network_layers.png">
</article>
</myRowBox>
</section>
<section>
<myRowBox>
<img src="img/networks/OSI_layers.png">
</myRowBox>
</section>
</div>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'node_modules/highlight.js/lib/highlight.js' },
// { src: 'plugin/accessibility/helper.js', async: true, condition: function() {
// return !!document.body.classList;
// }},
{
src: 'node_modules/reveal-code-focus/reveal-code-focus.js',
async: true,
callback: function() {
RevealCodeFocus();
}
},
{ src: 'plugin/elapsed-time-bar/elapsed-time-bar.js'}
],
// The "normal" size of the presentation, aspect ratio will be preserved
// when the presentation is scaled to fit different resolutions. Can be
// specified using percentage units.
width: 1280,
height: 720,
// Factor of the display size that should remain empty around the content
margin: 0.1,
// Bounds for smallest/largest possible scale to apply to content
minScale: 0.2,
maxScale: 1.5,
// your allotted time for presentation
allottedTime: 50 * 60 * 1000, // 50 minutes
// - (optional) height of page/time progress bar
progressBarHeight: 3,
// - (optional) bar color
barColor: 'rgb(200,0,0)',
// - (optional) bar color when timer is paused
pausedBarColor: 'rgba(200,0,0,.6)',
// Display controls in the bottom right corner
controls: true,
// Display a presentation progress bar
progress: true,
// Display the page number of the current slide
slideNumber: true,
// Push each slide change to the browser history
history: true,
// Enable keyboard shortcuts for navigation
keyboard: true,
// Enable the slide overview mode
overview: true,
// Vertical centering of slides
center: false,
// Enables touch navigation on devices with touch input
touch: true,
// Loop the presentation
loop: false,
// Change the presentation direction to be RTL
rtl: false,
// Randomizes the order of slides each time the presentation loads
shuffle: false,
// Turns fragments on and off globally
fragments: true,
// Flags if the presentation is running in an embedded mode,
// i.e. contained within a limited portion of the screen
embedded: false,
// Flags if we should show a help overlay when the questionmark
// key is pressed
help: true,
// Flags if speaker notes should be visible to all viewers
showNotes: false,
// Number of milliseconds between automatically proceeding to the
// next slide, disabled when set to 0, this value can be overwritten
// by using a data-autoslide attribute on your slides
autoSlide: 0,
// Stop auto-sliding after user input
autoSlideStoppable: true,
// Use this method for navigation when auto-sliding
autoSlideMethod: Reveal.navigateNext,
// Enable slide navigation via mouse wheel
mouseWheel: false,
// Hides the address bar on mobile devices
hideAddressBar: true,
// Opens links in an iframe preview overlay
previewLinks: false,
// Transition style
transition: 'none', // none/fade/slide/convex/concave/zoom
// Transition speed
transitionSpeed: 'default', // default/fast/slow
// Transition style for full page slide backgrounds
backgroundTransition: 'none', // none/fade/slide/convex/concave/zoom
// Number of slides away from the current that are visible
viewDistance: 3,
// Parallax background image
parallaxBackgroundImage: '', // e.g. "'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg'"
// Parallax background size
parallaxBackgroundSize: '', // CSS syntax, e.g. "2100px 900px"
// Number of pixels to move the parallax background per slide
// - Calculated automatically unless specified
// - Set to 0 to disable movement along an axis
parallaxBackgroundHorizontal: null,
parallaxBackgroundVertical: null,
pdfMaxPagesPerSlide: 1,
// Value of the display CSS property applied to current slide to make it visible
display: 'flex',
keyboard: {
// pause/resume time when Enter is pressed
13: () => {
ElapsedTimeBar.isPaused ? ElapsedTimeBar.resume() : ElapsedTimeBar.pause();
},
// reset timer when 'r' is pressed
82: () => {
ElapsedTimeBar.reset();
}
}
})
</script>
</body>
</html>
|
long.html
|
mooniak/colombore
|
---
layout: default
permalink: /long/index.html
length: long
---
<div class="grid grid-pad">
<div class="post">
{% for post in site.posts %}
{% if post.length contains 'long' %}
<div class="col-1-3 ">
<a class="tile_link" href="{{ site.baseurl }}{{ post.url }}" >
<div class="tile">
<h2><img src class="tool_icon" src="{{ site.baseurl }}/images/{{ post.icon }}">{{ post.title }}</h2>
<div class="category">{{ post.tags }} <span class="os_icon" style="display:{{ post.gnu }};"><i class="fa fa-linux"></i></span>
<span class="os_icon" style="display:{{ post.mac }};"> <i class="fa fa-apple"></i></span>
<span class="os_icon" style="display:{{ post.win }};"><i class="fa fa-windows"></i></span></div>
<br>
<p>{{ post.des }}</p>
</div>
</a>
</div>
{% endif %}{% endfor %}
</div>
|
resources/assets/templates/tasks/show.html
|
melihovv/todos-laravel-angularjs
|
<div>
<form ng-submit="todoCtrl.update()">
<label>
Title
<input type="text" ng-model="todoCtrl.todo.title"
placeholder="Input task">
</label>
<label>
Completed
<input type="checkbox" ng-model="todoCtrl.todo.completed">
</label>
<input type="submit" value="Update">
</form>
</div>
|
app/templates/macro/__article__.html
|
DreamWFJ/Everyeye
|
{% from 'macro/__frame__.html' import base_menu_navigation %}
{% set article_navigation = [{'href':'article', 'caption':'Article'},
{'href':'new-article', 'caption':'New Article'},
{'href':'source', 'caption':'Source'},
{'href':'category', 'caption':'Category'},
{'href':'keyword', 'caption':'Keyword'}] %}
{% macro article_menu_navigation(current_active_item) %}
{{base_menu_navigation('Article Manage', article_navigation, current_active_item)}}
{% endmacro %}
|
gnu/File-Position-Primitive.html
|
elmerland/elmerland
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- This file documents the GNU C Library.
This is
The GNU C Library Reference Manual, for version
2.21.
Copyright (C) 1993-2015 Free Software Foundation, Inc.
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 the Invariant Sections being "Free Software
Needs Free Documentation" and "GNU Lesser General Public License",
the Front-Cover texts being "A GNU Manual", and with the Back-Cover
Texts as in (a) below. A copy of the license is included in the
section entitled "GNU Free Documentation License".
(a) The FSF's Back-Cover Text is: "You have the freedom to
copy and modify this GNU manual. Buying copies from the FSF
supports it in developing GNU and promoting software freedom." -->
<!-- Created by GNU Texinfo 5.2, http://www.gnu.org/software/texinfo/ -->
<head>
<title>The GNU C Library: File Position Primitive</title>
<meta name="description" content="The GNU C Library: File Position Primitive">
<meta name="keywords" content="The GNU C Library: File Position Primitive">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="index.html#Top" rel="start" title="Top">
<link href="Concept-Index.html#Concept-Index" rel="index" title="Concept Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Low_002dLevel-I_002fO.html#Low_002dLevel-I_002fO" rel="up" title="Low-Level I/O">
<link href="Descriptors-and-Streams.html#Descriptors-and-Streams" rel="next" title="Descriptors and Streams">
<link href="I_002fO-Primitives.html#I_002fO-Primitives" rel="prev" title="I/O Primitives">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="File-Position-Primitive"></a>
<div class="header">
<p>
Next: <a href="Descriptors-and-Streams.html#Descriptors-and-Streams" accesskey="n" rel="next">Descriptors and Streams</a>, Previous: <a href="I_002fO-Primitives.html#I_002fO-Primitives" accesskey="p" rel="prev">I/O Primitives</a>, Up: <a href="Low_002dLevel-I_002fO.html#Low_002dLevel-I_002fO" accesskey="u" rel="up">Low-Level I/O</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Setting-the-File-Position-of-a-Descriptor"></a>
<h3 class="section">13.3 Setting the File Position of a Descriptor</h3>
<p>Just as you can set the file position of a stream with <code>fseek</code>, you
can set the file position of a descriptor with <code>lseek</code>. This
specifies the position in the file for the next <code>read</code> or
<code>write</code> operation. See <a href="File-Positioning.html#File-Positioning">File Positioning</a>, for more information
on the file position and what it means.
</p>
<p>To read the current file position value from a descriptor, use
<code>lseek (<var>desc</var>, 0, SEEK_CUR)</code>.
</p>
<a name="index-file-positioning-on-a-file-descriptor"></a>
<a name="index-positioning-a-file-descriptor"></a>
<a name="index-seeking-on-a-file-descriptor"></a>
<dl>
<dt><a name="index-lseek"></a>Function: <em>off_t</em> <strong>lseek</strong> <em>(int <var>filedes</var>, off_t <var>offset</var>, int <var>whence</var>)</em></dt>
<dd><p>Preliminary:
| MT-Safe
| AS-Safe
| AC-Safe
| See <a href="POSIX-Safety-Concepts.html#POSIX-Safety-Concepts">POSIX Safety Concepts</a>.
</p>
<p>The <code>lseek</code> function is used to change the file position of the
file with descriptor <var>filedes</var>.
</p>
<p>The <var>whence</var> argument specifies how the <var>offset</var> should be
interpreted, in the same way as for the <code>fseek</code> function, and it must
be one of the symbolic constants <code>SEEK_SET</code>, <code>SEEK_CUR</code>, or
<code>SEEK_END</code>.
</p>
<dl compact="compact">
<dt><code>SEEK_SET</code></dt>
<dd><p>Specifies that <var>offset</var> is a count of characters from the beginning
of the file.
</p>
</dd>
<dt><code>SEEK_CUR</code></dt>
<dd><p>Specifies that <var>offset</var> is a count of characters from the current
file position. This count may be positive or negative.
</p>
</dd>
<dt><code>SEEK_END</code></dt>
<dd><p>Specifies that <var>offset</var> is a count of characters from the end of
the file. A negative count specifies a position within the current
extent of the file; a positive count specifies a position past the
current end. If you set the position past the current end, and
actually write data, you will extend the file with zeros up to that
position.
</p></dd>
</dl>
<p>The return value from <code>lseek</code> is normally the resulting file
position, measured in bytes from the beginning of the file.
You can use this feature together with <code>SEEK_CUR</code> to read the
current file position.
</p>
<p>If you want to append to the file, setting the file position to the
current end of file with <code>SEEK_END</code> is not sufficient. Another
process may write more data after you seek but before you write,
extending the file so the position you write onto clobbers their data.
Instead, use the <code>O_APPEND</code> operating mode; see <a href="Operating-Modes.html#Operating-Modes">Operating Modes</a>.
</p>
<p>You can set the file position past the current end of the file. This
does not by itself make the file longer; <code>lseek</code> never changes the
file. But subsequent output at that position will extend the file.
Characters between the previous end of file and the new position are
filled with zeros. Extending the file in this way can create a
“hole”: the blocks of zeros are not actually allocated on disk, so the
file takes up less space than it appears to; it is then called a
“sparse file”.
<a name="index-sparse-files"></a>
<a name="index-holes-in-files"></a>
</p>
<p>If the file position cannot be changed, or the operation is in some way
invalid, <code>lseek</code> returns a value of <em>-1</em>. The following
<code>errno</code> error conditions are defined for this function:
</p>
<dl compact="compact">
<dt><code>EBADF</code></dt>
<dd><p>The <var>filedes</var> is not a valid file descriptor.
</p>
</dd>
<dt><code>EINVAL</code></dt>
<dd><p>The <var>whence</var> argument value is not valid, or the resulting
file offset is not valid. A file offset is invalid.
</p>
</dd>
<dt><code>ESPIPE</code></dt>
<dd><p>The <var>filedes</var> corresponds to an object that cannot be positioned,
such as a pipe, FIFO or terminal device. (POSIX.1 specifies this error
only for pipes and FIFOs, but on GNU systems, you always get
<code>ESPIPE</code> if the object is not seekable.)
</p></dd>
</dl>
<p>When the source file is compiled with <code>_FILE_OFFSET_BITS == 64</code> the
<code>lseek</code> function is in fact <code>lseek64</code> and the type
<code>off_t</code> has 64 bits which makes it possible to handle files up to
<em>2^63</em> bytes in length.
</p>
<p>This function is a cancellation point in multi-threaded programs. This
is a problem if the thread allocates some resources (like memory, file
descriptors, semaphores or whatever) at the time <code>lseek</code> is
called. If the thread gets canceled these resources stay allocated
until the program ends. To avoid this calls to <code>lseek</code> should be
protected using cancellation handlers.
</p>
<p>The <code>lseek</code> function is the underlying primitive for the
<code>fseek</code>, <code>fseeko</code>, <code>ftell</code>, <code>ftello</code> and
<code>rewind</code> functions, which operate on streams instead of file
descriptors.
</p></dd></dl>
<dl>
<dt><a name="index-lseek64"></a>Function: <em>off64_t</em> <strong>lseek64</strong> <em>(int <var>filedes</var>, off64_t <var>offset</var>, int <var>whence</var>)</em></dt>
<dd><p>Preliminary:
| MT-Safe
| AS-Safe
| AC-Safe
| See <a href="POSIX-Safety-Concepts.html#POSIX-Safety-Concepts">POSIX Safety Concepts</a>.
</p>
<p>This function is similar to the <code>lseek</code> function. The difference
is that the <var>offset</var> parameter is of type <code>off64_t</code> instead of
<code>off_t</code> which makes it possible on 32 bit machines to address
files larger than <em>2^31</em> bytes and up to <em>2^63</em> bytes. The
file descriptor <code>filedes</code> must be opened using <code>open64</code> since
otherwise the large offsets possible with <code>off64_t</code> will lead to
errors with a descriptor in small file mode.
</p>
<p>When the source file is compiled with <code>_FILE_OFFSET_BITS == 64</code> on a
32 bits machine this function is actually available under the name
<code>lseek</code> and so transparently replaces the 32 bit interface.
</p></dd></dl>
<p>You can have multiple descriptors for the same file if you open the file
more than once, or if you duplicate a descriptor with <code>dup</code>.
Descriptors that come from separate calls to <code>open</code> have independent
file positions; using <code>lseek</code> on one descriptor has no effect on the
other. For example,
</p>
<div class="smallexample">
<pre class="smallexample">{
int d1, d2;
char buf[4];
d1 = open ("foo", O_RDONLY);
d2 = open ("foo", O_RDONLY);
lseek (d1, 1024, SEEK_SET);
read (d2, buf, 4);
}
</pre></div>
<p>will read the first four characters of the file <samp>foo</samp>. (The
error-checking code necessary for a real program has been omitted here
for brevity.)
</p>
<p>By contrast, descriptors made by duplication share a common file
position with the original descriptor that was duplicated. Anything
which alters the file position of one of the duplicates, including
reading or writing data, affects all of them alike. Thus, for example,
</p>
<div class="smallexample">
<pre class="smallexample">{
int d1, d2, d3;
char buf1[4], buf2[4];
d1 = open ("foo", O_RDONLY);
d2 = dup (d1);
d3 = dup (d2);
lseek (d3, 1024, SEEK_SET);
read (d1, buf1, 4);
read (d2, buf2, 4);
}
</pre></div>
<p>will read four characters starting with the 1024’th character of
<samp>foo</samp>, and then four more characters starting with the 1028’th
character.
</p>
<dl>
<dt><a name="index-off_005ft"></a>Data Type: <strong>off_t</strong></dt>
<dd><p>This is a signed integer type used to represent file sizes. In
the GNU C Library, this type is no narrower than <code>int</code>.
</p>
<p>If the source is compiled with <code>_FILE_OFFSET_BITS == 64</code> this type
is transparently replaced by <code>off64_t</code>.
</p></dd></dl>
<dl>
<dt><a name="index-off64_005ft"></a>Data Type: <strong>off64_t</strong></dt>
<dd><p>This type is used similar to <code>off_t</code>. The difference is that even
on 32 bit machines, where the <code>off_t</code> type would have 32 bits,
<code>off64_t</code> has 64 bits and so is able to address files up to
<em>2^63</em> bytes in length.
</p>
<p>When compiling with <code>_FILE_OFFSET_BITS == 64</code> this type is
available under the name <code>off_t</code>.
</p></dd></dl>
<p>These aliases for the ‘<samp>SEEK_…</samp>’ constants exist for the sake
of compatibility with older BSD systems. They are defined in two
different header files: <samp>fcntl.h</samp> and <samp>sys/file.h</samp>.
</p>
<dl compact="compact">
<dt><code>L_SET</code></dt>
<dd><p>An alias for <code>SEEK_SET</code>.
</p>
</dd>
<dt><code>L_INCR</code></dt>
<dd><p>An alias for <code>SEEK_CUR</code>.
</p>
</dd>
<dt><code>L_XTND</code></dt>
<dd><p>An alias for <code>SEEK_END</code>.
</p></dd>
</dl>
<hr>
<div class="header">
<p>
Next: <a href="Descriptors-and-Streams.html#Descriptors-and-Streams" accesskey="n" rel="next">Descriptors and Streams</a>, Previous: <a href="I_002fO-Primitives.html#I_002fO-Primitives" accesskey="p" rel="prev">I/O Primitives</a>, Up: <a href="Low_002dLevel-I_002fO.html#Low_002dLevel-I_002fO" accesskey="u" rel="up">Low-Level I/O</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
</body>
</html>
|
css/main.css
|
susers/susers.github.io
|
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%; /* 2 */
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block; /* 1 */
vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0; /* 1 */
padding: 0; /* 2 */
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
::selection {
background: #262a30;
color: #fff;
}
body {
position: relative;
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
font-size: 14px;
line-height: 2;
color: #555;
background: #fff;
}
@media (max-width: 767px) {
body {
padding-right: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
body {
padding-right: 0 !important;
}
}
@media (min-width: 1600px) {
body {
font-size: 16px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-weight: bold;
line-height: 1.5;
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
margin: 20px 0 15px;
}
h1 {
font-size: 22px;
}
@media (max-width: 767px) {
h1 {
font-size: 18px;
}
}
h2 {
font-size: 20px;
}
@media (max-width: 767px) {
h2 {
font-size: 16px;
}
}
h3 {
font-size: 18px;
}
@media (max-width: 767px) {
h3 {
font-size: 14px;
}
}
h4 {
font-size: 16px;
}
@media (max-width: 767px) {
h4 {
font-size: 12px;
}
}
h5 {
font-size: 14px;
}
@media (max-width: 767px) {
h5 {
font-size: 10px;
}
}
h6 {
font-size: 12px;
}
@media (max-width: 767px) {
h6 {
font-size: 8px;
}
}
p {
margin: 0 0 25px 0;
}
a {
color: #555;
text-decoration: none;
border-bottom: 1px solid #999;
word-wrap: break-word;
}
a:hover {
color: #222;
border-bottom-color: #222;
}
ul {
list-style: none;
}
blockquote {
margin: 0;
padding: 0;
}
img {
display: block;
margin: auto;
max-width: 100%;
height: auto;
}
hr {
margin: 40px 0;
height: 3px;
border: none;
background-color: #ddd;
background-image: repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 4px, transparent 8px);
}
blockquote {
padding: 0 15px;
color: #666;
border-left: 4px solid #ddd;
}
blockquote cite::before {
content: "-";
padding: 0 5px;
}
dt {
font-weight: 700;
}
dd {
margin: 0;
padding: 0;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.pullquote {
width: 45%;
}
.pullquote.left {
float: left;
margin-left: 5px;
margin-right: 10px;
}
.pullquote.right {
float: right;
margin-left: 10px;
margin-right: 5px;
}
.affix.affix.affix {
position: fixed;
}
.translation {
margin-top: -20px;
font-size: 14px;
color: #999;
}
.scrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
}
.use-motion .motion-element {
opacity: 0;
}
#local-search-input {
padding: 5px;
border: none;
font-size: 1.5em;
font-weight: 800;
line-height: 1.5em;
text-indent: 1.5em;
border-radius: 0;
width: 140px;
outline: none;
border-bottom: 1px solid #999;
background: inherit;
opacity: 0.5;
transition-duration: 200ms;
}
#local-search-input:focus {
opacity: 1;
}
#local-search-input:focus + .search-icon {
opacity: 1;
}
.search-icon {
position: absolute;
top: 16px;
left: 15px;
font-size: 1.5em;
font-weight: 800;
color: #333;
opacity: 0.5;
transition-duration: 200ms;
}
table {
margin: 20px 0;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #ddd;
font-size: 14px;
table-layout: fixed;
word-wrap: break-all;
}
table>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
table>tbody>tr:hover {
background-color: #f5f5f5;
}
caption,
th,
td {
padding: 8px;
text-align: left;
vertical-align: middle;
font-weight: normal;
}
th,
td {
border-bottom: 3px solid #ddd;
border-right: 1px solid #eee;
}
th {
padding-bottom: 10px;
font-weight: 700;
}
td {
border-bottom-width: 1px;
}
html,
body {
height: 100%;
}
.container {
position: relative;
min-height: 100%;
}
.header-inner {
margin: 0 auto;
padding: 100px 0 70px;
width: 700px;
}
.main {
padding-bottom: 150px;
}
.main-inner {
margin: 0 auto;
width: 700px;
}
@media (min-width: 1600px) {
.container .main-inner {
width: 900px;
}
}
.footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 50px;
}
.footer-inner {
box-sizing: border-box;
margin: 20px auto;
width: 700px;
}
@media (min-width: 1600px) {
.container .footer-inner {
width: 900px;
}
}
pre,
.highlight {
overflow: auto;
margin: 20px 0;
padding: 15px;
font-size: 13px;
color: #eaeaea;
background: #000;
line-height: 1.6;
}
pre,
code {
font-family: consolas, Menlo, "PingFang SC", "Microsoft YaHei", monospace;
}
code {
padding: 2px 4px;
word-break: break-all;
color: #555;
background: #eee;
border-radius: 4px;
font-size: 13px;
}
pre code {
padding: 0;
color: #eaeaea;
background: none;
text-shadow: none;
}
.highlight pre {
border: none;
margin: 0;
padding: 1px;
}
.highlight table {
margin: 0;
width: auto;
border: none;
}
.highlight td {
border: none;
padding: 0;
}
.highlight figcaption {
font-size: 1em;
color: #eaeaea;
line-height: 1em;
margin-bottom: 1em;
}
.highlight figcaption:before,
.highlight figcaption:after {
content: " ";
display: table;
}
.highlight figcaption:after {
clear: both;
}
.highlight figcaption a {
float: right;
color: #eaeaea;
}
.highlight figcaption a:hover {
border-bottom-color: #eaeaea;
}
.highlight .gutter pre {
color: #666;
text-align: right;
padding-right: 20px;
}
.highlight .line {
height: 20px;
}
.gist table {
width: auto;
}
.gist table td {
border: none;
}
pre .comment {
color: #969896;
}
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
color: #d54e53;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant,
pre .command {
color: #e78c45;
}
pre .ruby .class .title,
pre .css .rules .attribute,
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata,
pre .special,
pre .number,
pre .formula {
color: #b9ca4a;
}
pre .title,
pre .css .hexcolor {
color: #70c0b1;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
color: #7aa6da;
}
pre .keyword,
pre .javascript .function {
color: #c397d8;
}
.full-image.full-image.full-image {
border: none;
max-width: 100%;
width: auto;
margin: 20px auto;
}
@media (min-width: 992px) {
.full-image.full-image.full-image {
max-width: none;
width: 118%;
margin: 0 -9%;
}
}
.blockquote-center,
.page-home .post-type-quote blockquote,
.page-post-detail .post-type-quote blockquote {
position: relative;
margin: 40px 0;
padding: 0;
border-left: none;
text-align: center;
}
.blockquote-center::before,
.page-home .post-type-quote blockquote::before,
.page-post-detail .post-type-quote blockquote::before,
.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
position: absolute;
content: ' ';
display: block;
width: 100%;
height: 24px;
opacity: 0.2;
background-repeat: no-repeat;
background-position: 0 -6px;
background-size: 22px 22px;
}
.blockquote-center::before,
.page-home .post-type-quote blockquote::before,
.page-post-detail .post-type-quote blockquote::before {
top: -20px;
background-image: url("../images/quote-l.svg");
border-top: 1px solid #ccc;
}
.blockquote-center::after,
.page-home .post-type-quote blockquote::after,
.page-post-detail .post-type-quote blockquote::after {
bottom: -20px;
background-image: url("../images/quote-r.svg");
border-bottom: 1px solid #ccc;
background-position: 100% 8px;
}
.blockquote-center p,
.page-home .post-type-quote blockquote p,
.page-post-detail .post-type-quote blockquote p,
.blockquote-center div,
.page-home .post-type-quote blockquote div,
.page-post-detail .post-type-quote blockquote div {
text-align: center;
}
.post .post-body .group-picture img {
box-sizing: border-box;
padding: 0 3px;
border: none;
}
.post .group-picture-row {
overflow: hidden;
margin-top: 6px;
}
.post .group-picture-row:first-child {
margin-top: 0;
}
.post .group-picture-column {
float: left;
}
.page-post-detail .post-body .group-picture-column {
float: none;
margin-top: 10px;
width: auto !important;
}
.page-post-detail .post-body .group-picture-column img {
margin: 0 auto;
}
.page-archive .group-picture-container {
overflow: hidden;
}
.page-archive .group-picture-row {
float: left;
}
.page-archive .group-picture-row:first-child {
margin-top: 6px;
}
.page-archive .group-picture-column {
max-width: 150px;
max-height: 150px;
}
.btn {
display: inline-block;
padding: 0 20px;
font-size: 14px;
color: #fff;
background: #222;
border: 2px solid #555;
text-decoration: none;
border-radius: 0;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.btn:hover,
.post-more-link .btn:hover {
border-color: #222;
color: #fff;
background: #222;
}
.btn-bar {
display: block;
width: 22px;
height: 2px;
background: #555;
border-radius: 1px;
}
.btn-bar+.btn-bar {
margin-top: 4px;
}
.pagination {
margin: 120px 0 40px;
text-align: center;
border-top: 1px solid #eee;
}
.page-number-basic,
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
display: inline-block;
position: relative;
top: -1px;
margin: 0 10px;
padding: 0 10px;
line-height: 30px;
}
@media (max-width: 767px) {
.page-number-basic,
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
margin: 0 5px;
}
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
border-bottom: 0;
border-top: 1px solid #eee;
transition-property: border-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
border-top-color: #222;
}
.pagination .space {
padding: 0;
margin: 0;
}
.pagination .prev {
margin-left: 0;
}
.pagination .next {
margin-right: 0;
}
.pagination .page-number.current {
color: #fff;
background: #ccc;
border-top-color: #ccc;
}
@media (max-width: 767px) {
.pagination {
border-top: none;
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
margin-bottom: 10px;
border-top: 0;
border-bottom: 1px solid #eee;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
border-bottom-color: #222;
}
}
.comments {
margin: 60px 20px 0;
}
.tag-cloud {
text-align: center;
}
.tag-cloud a {
display: inline-block;
margin: 10px;
}
.back-to-top {
box-sizing: border-box;
position: fixed;
bottom: -100px;
right: 50px;
z-index: 1050;
padding: 0 6px;
width: 25px;
background: #222;
font-size: 12px;
opacity: 0.6;
color: #fff;
cursor: pointer;
text-align: center;
-webkit-transform: translateZ(0);
transition-property: bottom;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
@media (max-width: 767px) {
.back-to-top {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.back-to-top {
display: none;
}
}
.back-to-top.back-to-top-on {
bottom: 40px;
}
.header {
background: #fff;
}
.header-inner {
position: relative;
}
.headband {
display: none;
height: 3px;
background: #222;
}
.site-home {
position: relative;
top: 0;
display: inline-block;
color: #fff;
font-size: 18px;
font-weight: bolder;
margin: 5px 20px;
border: none;
opacity: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.site-home {
font-size: 50px;
line-height: 110px;
}
}
.site-home:after {
content: '';
display: block;
border-bottom: #fff 1px solid;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
transition-duration: 200ms;
}
.site-home:hover {
color: #fff;
}
.site-home:hover:after {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
.site-meta {
margin: 80px 0 0;
text-align: center;
}
@media (max-width: 767px) {
.site-meta {
text-align: center;
}
}
.brand {
position: relative;
display: inline-block;
padding: 0 40px;
color: #fff;
background: #222;
border-bottom: none;
}
.brand:hover {
color: #fff;
}
.logo {
display: inline-block;
margin-right: 5px;
line-height: 36px;
vertical-align: top;
}
.site-title {
display: inline-block;
vertical-align: top;
font-size: 80px;
font-weight: 700;
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
line-height: 100px;
}
.site-title:before,
.site-title:after {
content: '';
width: 100%;
border-top: 5px solid #fff;
display: block;
transform-origin: left;
transition-duration: 500ms;
transition-timing-function: ease;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
}
.site-title:after {
transform-origin: right;
}
.site-title.show:before,
.site-title.show:after {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
@media (max-width: 767px) {
.site-title {
font-size: 60px;
}
.site-title:before,
.site-title:after {
border-width: 3px;
}
}
.site-subtitle {
margin-top: 10px;
font-size: 18px;
font-weight: 300;
color: #fff;
}
@media (max-width: 767px) {
.site-subtitle {
font-size: 16px;
}
}
.use-motion .brand {
opacity: 0;
}
.use-motion .logo,
.use-motion .site-title,
.use-motion .site-subtitle {
opacity: 0;
position: relative;
top: -10px;
}
.site-nav-toggle {
display: none;
position: absolute;
top: 10px;
left: 10px;
opacity: 0;
}
@media (max-width: 767px) {
.site-nav-toggle {
display: block;
z-index: 10;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-nav-toggle {
display: none;
}
}
.site-nav-toggle button {
margin-top: 2px;
padding: 9px 10px;
background: transparent;
border: none;
}
.site-nav {
position: absolute;
top: 0;
right: 20px;
}
@media (max-width: 767px) {
.site-nav {
right: 16px;
top: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-nav {
top: 5px;
display: block !important;
}
}
@media (min-width: 992px) {
.site-nav {
display: block !important;
}
}
.menu {
margin-top: 20px;
padding-left: 0;
text-align: center;
}
.menu .menu-item {
display: inline-block;
margin: 0 10px;
}
@media screen and (max-width: 767px) {
.menu .menu-item {
margin-top: 10px;
}
}
.menu .menu-item a {
display: block;
font-size: 13px;
text-transform: capitalize;
line-height: inherit;
border-bottom: 1px solid transparent;
transition-property: border-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.menu .menu-item a:hover,
.menu-item-active a {
border-bottom-color: #222;
}
@media (max-width: 767px) {
.menu .menu-item a {
text-align: right !important;
}
}
.menu .menu-item .fa {
margin-right: 5px;
}
@media (max-width: 767px) {
.menu .menu-item .fa {
margin: 0 0 0 5px;
line-height: 27px;
float: right;
}
}
.use-motion .menu-item {
opacity: 0;
}
.post-body {
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
}
@media (max-width: 767px) {
.post-body {
word-break: break-word;
}
}
.post-body .fancybox img {
display: block !important;
margin: 0 auto;
cursor: pointer;
cursor: zoom-in;
cursor: -webkit-zoom-in;
}
.post-body .image-caption,
.post-body .figure .caption {
margin: 10px auto 15px;
text-align: center;
font-size: 14px;
color: #999;
font-weight: bold;
line-height: 1;
}
.post-sticky-flag {
display: inline-block;
font-size: 16px;
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
transform: rotate(30deg);
}
@media (max-width: 767px) {
.post-body pre,
.post-body .highlight {
padding: 10px;
}
.post-body pre .gutter pre,
.post-body .highlight .gutter pre {
padding-right: 10px;
}
}
@media (min-width: 992px) {
.posts-expand .post-body {
text-align: justify;
}
}
.posts-expand .post-body h2,
.posts-expand .post-body h3,
.posts-expand .post-body h4,
.posts-expand .post-body h5,
.posts-expand .post-body h6 {
padding-top: 10px;
}
.posts-expand .post-body h2 .header-anchor,
.posts-expand .post-body h3 .header-anchor,
.posts-expand .post-body h4 .header-anchor,
.posts-expand .post-body h5 .header-anchor,
.posts-expand .post-body h6 .header-anchor {
float: right;
margin-left: 10px;
color: #ccc;
border-bottom-style: none;
visibility: hidden;
}
.posts-expand .post-body h2 .header-anchor:hover,
.posts-expand .post-body h3 .header-anchor:hover,
.posts-expand .post-body h4 .header-anchor:hover,
.posts-expand .post-body h5 .header-anchor:hover,
.posts-expand .post-body h6 .header-anchor:hover {
color: inherit;
}
.posts-expand .post-body h2:hover .header-anchor,
.posts-expand .post-body h3:hover .header-anchor,
.posts-expand .post-body h4:hover .header-anchor,
.posts-expand .post-body h5:hover .header-anchor,
.posts-expand .post-body h6:hover .header-anchor {
visibility: visible;
}
.posts-expand .post-body ul li {
list-style: circle;
}
.posts-expand .post-body img {
box-sizing: border-box;
margin: auto;
padding: 3px;
}
.posts-expand .fancybox img {
margin: 0 auto;
}
@media (max-width: 767px) {
.posts-collapse {
margin: 0 20px;
}
.posts-collapse .post-title,
.posts-collapse .post-meta {
display: block;
width: auto;
text-align: left;
}
}
.posts-collapse {
position: relative;
z-index: 1010;
margin-left: 55px;
}
.posts-collapse::after {
content: " ";
position: absolute;
top: 20px;
left: 0;
margin-left: -2px;
width: 4px;
height: 100%;
background: #f5f5f5;
z-index: -1;
}
@media (max-width: 767px) {
.posts-collapse {
margin: 0 20px;
}
}
.posts-collapse .collection-title {
position: relative;
margin: 60px 0;
}
.posts-collapse .collection-title h2 {
margin-left: 20px;
}
.posts-collapse .collection-title small {
color: #bbb;
}
.posts-collapse .collection-title::before {
content: " ";
position: absolute;
left: 0;
top: 50%;
margin-left: -4px;
margin-top: -4px;
width: 8px;
height: 8px;
background: #bbb;
border-radius: 50%;
}
.posts-collapse .post {
margin: 30px 0;
}
.posts-collapse .post-header {
position: relative;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: border;
border-bottom: 1px dashed #ccc;
}
.posts-collapse .post-header::before {
content: " ";
position: absolute;
left: 0;
top: 12px;
width: 6px;
height: 6px;
margin-left: -4px;
background: #bbb;
border-radius: 50%;
border: 1px solid #fff;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: background;
}
.posts-collapse .post-header:hover {
border-bottom-color: #666;
}
.posts-collapse .post-header:hover::before {
background: #222;
}
.posts-collapse .post-meta {
position: absolute;
font-size: 12px;
left: 20px;
top: 5px;
}
.posts-collapse .post-comments-count {
display: none;
}
.posts-collapse .post-title {
margin-left: 60px;
font-size: 16px;
font-weight: normal;
line-height: inherit;
}
.posts-collapse .post-title::after {
margin-left: 3px;
opacity: 0.6;
}
.posts-collapse .post-title a {
color: #666;
border-bottom: none;
}
.page-home .post-type-quote .post-header,
.page-post-detail .post-type-quote .post-header,
.page-home .post-type-quote .post-tags,
.page-post-detail .post-type-quote .post-tags {
display: none;
}
.posts-expand .post-title {
font-size: 26px;
text-align: center;
word-break: break-word;
font-weight: 300;
}
@media (max-width: 767px) {
.posts-expand .post-title {
font-size: 22px;
}
}
.posts-expand .post-title-link {
display: inline-block;
position: relative;
color: #555;
border-bottom: none;
line-height: 1.2;
vertical-align: top;
}
.posts-expand .post-title-link::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #000;
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
}
.posts-expand .post-title-link:hover::before {
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
.posts-expand .post-title-link .fa {
font-size: 16px;
}
.posts-expand .post-meta {
margin: 3px 0 10px 0;
color: #999;
font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif;
font-size: 12px;
text-align: center;
}
.posts-expand .post-meta .post-category-list {
display: inline-block;
margin: 0;
padding: 3px;
}
.posts-expand .post-meta .post-category-list-link {
color: #999;
}
.post-meta-item-icon {
display: none;
margin-right: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
.post-meta-item-icon {
display: inline-block;
}
}
@media (max-width: 767px) {
.post-meta-item-icon {
display: inline-block;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.post-meta-item-text {
display: none;
}
}
@media (max-width: 767px) {
.post-meta-item-text {
display: none;
}
}
@media (max-width: 767px) {
.posts-expand .post-comments-count {
display: none;
}
}
.post-more-link {
margin-top: 50px;
}
.post-more-link .btn {
color: #555;
font-size: 14px;
background: #fff;
border-radius: 2px;
line-height: 2;
margin: 0 4px 8px 4px;
}
.post-more-link .fa-fw {
width: 1.285714285714286em;
text-align: left;
}
.posts-expand .post-tags {
margin-top: 40px;
text-align: center;
}
.posts-expand .post-tags a {
display: inline-block;
margin-right: 10px;
font-size: 13px;
}
.post-nav {
overflow: hidden;
margin-top: 60px;
padding: 10px;
white-space: nowrap;
border-top: 1px solid #eee;
}
.post-nav-item {
display: inline-block;
width: 50%;
white-space: normal;
}
.post-nav-item a {
position: relative;
display: inline-block;
line-height: 25px;
font-size: 14px;
color: #555;
border-bottom: none;
}
.post-nav-item a:hover {
color: #222;
border-bottom: none;
}
.post-nav-item a:active {
top: 2px;
}
.post-nav-item a i {
font-size: 12px;
}
.post-nav-prev {
text-align: right;
}
.posts-expand .post-eof {
display: block;
margin: 80px auto 60px;
width: 8%;
height: 1px;
background: #ccc;
text-align: center;
}
.post:last-child .post-eof.post-eof.post-eof {
display: none;
}
.post-gallery {
display: table;
table-layout: fixed;
width: 100%;
border-collapse: separate;
}
.post-gallery-row {
display: table-row;
}
.post-gallery .post-gallery-img {
display: table-cell;
text-align: center;
vertical-align: middle;
border: none;
}
.post-gallery .post-gallery-img img {
max-width: 100%;
max-height: 100%;
border: none;
}
.fancybox-close,
.fancybox-close:hover {
border: none;
}
.page-post-detail .header-inner {
overflow: visible !important;
}
.page-post-detail .site-meta,
.page-post-detail article header.post-header {
display: none;
}
.page-post-detail .header-post {
width: 100%;
}
.page-post-detail .post-header {
position: relative;
top: -10px;
width: 960px;
margin: 80px auto 0;
color: #fff;
opacity: 0;
}
@media (max-width: 767px) {
.page-post-detail .post-header {
width: auto;
padding: 0 1em;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.page-post-detail .post-header {
width: auto;
padding: 0 1em;
}
}
.page-post-detail .post-header .tags a {
display: inline-block;
border: 1px solid rgba(255,255,255,0.8);
border-radius: 999em;
padding: 0 10px;
line-height: 24px;
color: inherit;
font-size: 12px;
margin: 0 1px;
margin-bottom: 6px;
transition-duration: 300ms;
transition-delay: 50ms;
}
.page-post-detail .post-header .tags a:hover {
border-color: #fff;
background-color: rgba(255,255,255,0.4);
}
.page-post-detail .post-header h1 {
font-size: 49px;
}
.page-post-detail .post-header time,
.page-post-detail .post-header .post-meta-item-text {
font-family: Lora, 'Times New Roman', serif;
font-style: italic;
font-weight: 300;
font-size: 20px;
}
.sidebar {
position: fixed;
right: 0;
top: 0;
bottom: 0;
width: 0;
z-index: 1040;
box-shadow: inset 0 2px 6px #000;
background: #222;
-webkit-transform: translateZ(0);
}
.sidebar a {
color: #999;
border-bottom-color: #555;
}
.sidebar a:hover {
color: #eee;
}
@media (min-width: 768px) and (max-width: 991px) {
.sidebar {
display: none !important;
}
}
@media (max-width: 767px) {
.sidebar {
display: none !important;
}
}
.sidebar-inner {
position: relative;
padding: 20px 10px;
color: #999;
text-align: center;
}
.sidebar-toggle {
position: fixed;
right: 50px;
bottom: 45px;
width: 15px;
height: 15px;
padding: 5px;
background: #222;
line-height: 0;
z-index: 1050;
cursor: pointer;
-webkit-transform: translateZ(0);
}
@media (min-width: 768px) and (max-width: 991px) {
.sidebar-toggle {
display: none;
}
}
@media (max-width: 767px) {
.sidebar-toggle {
display: none;
}
}
.sidebar-toggle-line {
position: relative;
display: inline-block;
vertical-align: top;
height: 2px;
width: 100%;
background: #fff;
margin-top: 3px;
}
.sidebar-toggle-line:first-child {
margin-top: 0;
}
.site-author-image {
display: block;
margin: 0 auto;
padding: 2px;
max-width: 120px;
height: auto;
border: 1px solid #eee;
}
.site-author-name {
margin: 0;
text-align: center;
color: #222;
font-weight: 600;
}
.site-description {
margin-top: 0;
text-align: center;
font-size: 13px;
color: #999;
}
.site-state {
overflow: hidden;
line-height: 1.4;
white-space: nowrap;
text-align: center;
}
.site-state-item {
display: inline-block;
padding: 0 15px;
border-left: 1px solid #eee;
}
.site-state-item:first-child {
border-left: none;
}
.site-state-item a {
border-bottom: none;
}
.site-state-item-count {
display: block;
text-align: center;
color: inherit;
font-weight: 600;
font-size: 16px;
}
.site-state-item-name {
font-size: 13px;
color: #999;
}
.feed-link {
margin-top: 20px;
}
.feed-link a {
display: inline-block;
padding: 0 15px;
color: #fc6423;
border: 1px solid #fc6423;
border-radius: 4px;
}
.feed-link a i {
color: #fc6423;
font-size: 14px;
}
.feed-link a:hover {
color: #fff;
background: #fc6423;
}
.feed-link a:hover i {
color: #fff;
}
.links-of-author {
margin-top: 20px;
}
.links-of-author a {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
margin-bottom: 10px;
border-bottom-color: #555;
font-size: 13px;
}
.links-of-author a:before {
display: inline-block;
vertical-align: middle;
margin-right: 3px;
content: " ";
width: 4px;
height: 4px;
border-radius: 50%;
background: #ece38b;
}
.links-of-blogroll {
font-size: 13px;
}
.links-of-blogroll-title {
margin-top: 20px;
font-size: 14px;
font-weight: 600;
}
.links-of-blogroll-list {
margin: 0;
padding: 0;
}
.links-of-blogroll-item {
padding: 2px 10px;
}
.sidebar-nav {
margin: 0 0 20px;
padding-left: 0;
}
.sidebar-nav li {
display: inline-block;
cursor: pointer;
border-bottom: 1px solid transparent;
font-size: 14px;
color: #555;
}
.sidebar-nav li:hover {
color: #fc6423;
}
.page-post-detail .sidebar-nav-toc {
padding: 0 5px;
}
.page-post-detail .sidebar-nav-overview {
margin-left: 10px;
}
.sidebar-nav .sidebar-nav-active {
color: #fc6423;
border-bottom-color: #fc6423;
}
.sidebar-nav .sidebar-nav-active:hover {
color: #fc6423;
}
.sidebar-panel {
display: none;
}
.sidebar-panel-active {
display: block;
}
.post-toc-empty {
font-size: 14px;
color: #666;
}
.post-toc-wrap {
overflow: hidden;
}
.post-toc {
overflow: auto;
}
.post-toc ol {
margin: 0;
padding: 0 2px 5px 10px;
text-align: left;
list-style: none;
font-size: 14px;
}
.post-toc ol > ol {
padding-left: 0;
}
.post-toc ol a {
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
transition-property: all;
color: #666;
border-bottom-color: #ccc;
}
.post-toc ol a:hover {
color: #000;
border-bottom-color: #000;
}
.post-toc .nav-item {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1.8;
}
.post-toc .nav .nav-child {
display: none;
}
.post-toc .nav .active > .nav-child {
display: block;
}
.post-toc .nav .active-current > .nav-child {
display: block;
}
.post-toc .nav .active-current > .nav-child > .nav-item {
display: block;
}
.post-toc .nav .active > a {
color: #fc6423;
border-bottom-color: #fc6423;
}
.post-toc .nav .active-current > a {
color: #fc6423;
}
.post-toc .nav .active-current > a:hover {
color: #fc6423;
}
.footer {
font-size: 14px;
color: #999;
}
.footer img {
border: none;
}
.footer-inner {
text-align: center;
}
.with-love {
display: inline-block;
margin: 0 5px;
}
.powered-by,
.theme-info {
display: inline-block;
}
.powered-by {
margin-right: 10px;
}
.powered-by::after {
content: "|";
padding-left: 10px;
}
.cc-license {
margin-top: 10px;
text-align: center;
}
.cc-license .cc-opacity {
opacity: 0.7;
border-bottom: none;
}
.cc-license .cc-opacity:hover {
opacity: 0.9;
}
.cc-license img {
display: inline-block;
}
.theme-next #ds-thread #ds-reset {
color: #555;
}
.theme-next #ds-thread #ds-reset .ds-replybox {
margin-bottom: 30px;
}
.theme-next #ds-thread #ds-reset .ds-replybox .ds-avatar,
.theme-next #ds-reset .ds-avatar img {
box-shadow: none;
}
.theme-next #ds-thread #ds-reset .ds-textarea-wrapper {
border-color: #c7d4e1;
background: none;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.theme-next #ds-thread #ds-reset .ds-textarea-wrapper textarea {
height: 60px;
}
.theme-next #ds-reset .ds-rounded-top {
border-radius: 0;
}
.theme-next #ds-thread #ds-reset .ds-post-toolbar {
box-sizing: border-box;
border: 1px solid #c7d4e1;
background: #f6f8fa;
}
.theme-next #ds-thread #ds-reset .ds-post-options {
height: 40px;
border: none;
background: none;
}
.theme-next #ds-thread #ds-reset .ds-toolbar-buttons {
top: 11px;
}
.theme-next #ds-thread #ds-reset .ds-sync {
top: 5px;
}
.theme-next #ds-thread #ds-reset .ds-post-button {
top: 4px;
right: 5px;
width: 90px;
height: 30px;
border: 1px solid #c5ced7;
border-radius: 3px;
background-image: linear-gradient(#fbfbfc, #f5f7f9);
color: #60676d;
}
.theme-next #ds-thread #ds-reset .ds-post-button:hover {
background-position: 0 -30px;
color: #60676d;
}
.theme-next #ds-thread #ds-reset .ds-comments-info {
padding: 10px 0;
}
.theme-next #ds-thread #ds-reset .ds-sort {
display: none;
}
.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current {
border: none;
background: #f6f8fa;
color: #60676d;
}
.theme-next #ds-thread #ds-reset li.ds-tab a.ds-current:hover {
background-color: #e9f0f7;
color: #60676d;
}
.theme-next #ds-thread #ds-reset li.ds-tab a {
border-radius: 2px;
padding: 5px;
}
.theme-next #ds-thread #ds-reset .ds-login-buttons p {
color: #999;
line-height: 36px;
}
.theme-next #ds-thread #ds-reset .ds-login-buttons .ds-service-list li {
height: 28px;
}
.theme-next #ds-thread #ds-reset .ds-service-list a {
background: none;
padding: 5px;
border: 1px solid;
border-radius: 3px;
text-align: center;
}
.theme-next #ds-thread #ds-reset .ds-service-list a:hover {
color: #fff;
background: #666;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo {
color: #fc9b00;
border-color: #fc9b00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weibo:hover {
background: #fc9b00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq {
color: #60a3ec;
border-color: #60a3ec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-qq:hover {
background: #60a3ec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren {
color: #2e7ac4;
border-color: #2e7ac4;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-renren:hover {
background: #2e7ac4;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban {
color: #37994c;
border-color: #37994c;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-douban:hover {
background: #37994c;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin {
color: #fef20d;
border-color: #fef20d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-kaixin:hover {
background: #fef20d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease {
color: #f00;
border-color: #f00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-netease:hover {
background: #f00;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu {
color: #ffcb05;
border-color: #ffcb05;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-sohu:hover {
background: #ffcb05;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu {
color: #2831e0;
border-color: #2831e0;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-baidu:hover {
background: #2831e0;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-google {
color: #166bec;
border-color: #166bec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-google:hover {
background: #166bec;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin {
color: #00ce0d;
border-color: #00ce0d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-weixin:hover {
background: #00ce0d;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services {
border: none;
}
.theme-next #ds-thread #ds-reset .ds-service-list .ds-more-services:hover {
background: none;
}
.theme-next #ds-reset .duoshuo-ua-admin {
display: inline-block;
color: #f00;
}
.theme-next #ds-reset .duoshuo-ua-platform,
.theme-next #ds-reset .duoshuo-ua-browser {
color: #ccc;
}
.theme-next #ds-reset .duoshuo-ua-platform .fa,
.theme-next #ds-reset .duoshuo-ua-browser .fa {
display: inline-block;
margin-right: 3px;
}
.theme-next #ds-reset .duoshuo-ua-separator {
display: inline-block;
margin-left: 5px;
}
.theme-next .this_ua {
background-color: #ccc !important;
border-radius: 4px;
padding: 0 5px !important;
margin: 1px 1px !important;
border: 1px solid #bbb !important;
color: #fff;
display: inline-block !important;
}
.theme-next .this_ua.admin {
background-color: #d9534f !important;
border-color: #d9534f !important;
}
.theme-next .this_ua.platform.iOS,
.theme-next .this_ua.platform.Mac,
.theme-next .this_ua.platform.Windows {
background-color: #39b3d7 !important;
border-color: #46b8da !important;
}
.theme-next .this_ua.platform.Linux {
background-color: #3a3a3a !important;
border-color: #1f1f1f !important;
}
.theme-next .this_ua.platform.Android {
background-color: #00c47d !important;
border-color: #01b171 !important;
}
.theme-next .this_ua.browser.Mobile,
.theme-next .this_ua.browser.Chrome {
background-color: #5cb85c !important;
border-color: #4cae4c !important;
}
.theme-next .this_ua.browser.Firefox {
background-color: #f0ad4e !important;
border-color: #eea236 !important;
}
.theme-next .this_ua.browser.Maxthon,
.theme-next .this_ua.browser.IE {
background-color: #428bca !important;
border-color: #357ebd !important;
}
.theme-next .this_ua.browser.baidu,
.theme-next .this_ua.browser.UCBrowser,
.theme-next .this_ua.browser.Opera {
background-color: #d9534f !important;
border-color: #d43f3a !important;
}
.theme-next .this_ua.browser.Android,
.theme-next .this_ua.browser.QQBrowser {
background-color: #78ace9 !important;
border-color: #4cae4c !important;
}
.post-spread {
margin-top: 20px;
text-align: center;
}
.jiathis_style {
display: inline-block;
}
.jiathis_style a {
border: none;
}
.post-spread {
margin-top: 20px;
text-align: center;
}
.bdshare-slide-button-box a {
border: none;
}
.bdsharebuttonbox {
display: inline-block;
}
.bdsharebuttonbox a {
border: none;
}
ul.search-result-list {
padding-left: 0px;
margin: 0px 5px 0px 8px;
}
p.search-result {
border-bottom: 1px dashed #ccc;
padding: 5px 0;
}
a.search-result-title {
font-weight: bold;
}
a.search-result {
border-bottom: transparent;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.search-keyword {
border-bottom: 1px dashed #4088b8;
font-weight: bold;
}
#local-search-result {
height: 90%;
overflow: auto;
}
.popup {
display: none;
position: fixed;
top: 10%;
left: 50%;
width: 700px;
height: 80%;
margin-left: -350px;
padding: 3px 10px 0;
background: #fff;
color: #333;
z-index: 9999;
border-radius: 5px;
}
@media (max-width: 767px) {
.popup {
padding: 3px;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
border-radius: 0px;
}
}
.popoverlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 2080;
background-color: rgba(0,0,0,0.3);
}
#local-search-input {
margin-bottom: 10px;
width: calc(100% - 10px);
}
.popup-btn-close {
position: absolute;
top: 10px;
right: 14px;
color: #4ebd79;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
transition-duration: 200ms;
}
.popup-btn-close:hover {
color: #9cce28;
}
#no-result {
position: absolute;
left: 44%;
top: 42%;
color: #ccc;
}
.busuanzi-count:before {
content: " ";
float: right;
width: 194px;
min-height: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
.busuanzi-count {
width: auto;
}
.busuanzi-count:before {
display: none;
}
}
@media (max-width: 767px) {
.busuanzi-count {
width: auto;
}
.busuanzi-count:before {
display: none;
}
}
.site-uv,
.site-pv,
.page-pv {
display: inline-block;
}
.site-uv .busuanzi-value,
.site-pv .busuanzi-value,
.page-pv .busuanzi-value {
margin: 0 5px;
}
.site-uv {
margin-right: 10px;
}
.site-uv::after {
content: "|";
padding-left: 10px;
}
.use-motion .post {
opacity: 0;
}
.page-archive .archive-page-counter {
position: relative;
top: 3px;
left: 20px;
}
@media (max-width: 767px) {
.page-archive .archive-page-counter {
top: 5px;
}
}
.page-archive .posts-collapse .archive-move-on {
position: absolute;
top: 11px;
left: 0;
margin-left: -6px;
width: 10px;
height: 10px;
opacity: 0.5;
background: #555;
border: 1px solid #fff;
border-radius: 50%;
}
.category-all-page .category-all-title {
text-align: center;
}
.category-all-page .category-all {
margin-top: 20px;
}
.category-all-page .category-list {
margin: 0;
padding: 0;
list-style: none;
}
.category-all-page .category-list-item {
margin: 5px 10px;
}
.category-all-page .category-list-count {
color: #bbb;
}
.category-all-page .category-list-count:before {
display: inline;
content: " (";
}
.category-all-page .category-list-count:after {
display: inline;
content: ") ";
}
.category-all-page .category-list-child {
padding-left: 10px;
}
.page-post-detail .sidebar-toggle-line {
background: #fc6423;
}
.page-post-detail .comments {
overflow: hidden;
}
.header {
position: relative;
margin: 0 auto;
width: 100%;
background: no-repeat center center;
background-color: #808080;
background-attachment: scroll;
background-size: cover;
min-height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
.header {
width: auto;
min-height: 130px;
}
}
@media (max-width: 767px) {
.header {
width: auto;
min-height: 80px;
}
}
.header-inner {
top: 0;
overflow: hidden;
padding: 0;
width: inherit;
}
@media (min-width: 768px) and (max-width: 991px) {
.header-inner {
position: relative;
width: auto;
}
}
@media (max-width: 767px) {
.header-inner {
position: relative;
width: auto;
overflow: visible;
}
}
.main:before,
.main:after {
content: " ";
display: table;
}
.main:after {
clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
.main {
padding-bottom: 100px;
}
}
@media (max-width: 767px) {
.main {
padding-bottom: 100px;
}
}
.container .main-inner {
width: 960px;
}
@media (min-width: 768px) and (max-width: 991px) {
.container .main-inner {
width: auto;
}
}
@media (max-width: 767px) {
.container .main-inner {
width: auto;
}
}
.content-wrap {
float: right;
box-sizing: border-box;
padding: 40px;
width: 700px;
background: #fff;
min-height: 700px;
}
@media (min-width: 768px) and (max-width: 991px) {
.content-wrap {
width: 100%;
padding: 1em;
}
}
@media (max-width: 767px) {
.content-wrap {
width: 100%;
padding: 1em;
min-height: auto;
}
}
.sidebar {
position: static;
float: left;
margin-top: 300px;
width: 240px;
background: #fff;
box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
.sidebar {
display: none;
}
}
@media (max-width: 767px) {
.sidebar {
display: none;
}
}
.sidebar-toggle {
display: none;
}
.footer-inner {
width: 960px;
}
.footer-inner:before {
content: " ";
float: left;
width: 260px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-inner {
width: auto;
}
.footer-inner:before {
display: none;
}
}
@media (max-width: 767px) {
.footer-inner {
width: auto;
}
.footer-inner:before {
display: none;
}
}
.sidebar-position-right .header-inner {
right: 0;
}
.sidebar-position-right .content-wrap {
float: left;
}
.sidebar-position-right .sidebar {
float: right;
}
.sidebar-position-right .footer-inner:before {
float: right;
}
.site-meta {
padding: 20px 0;
color: #fff;
/* background: $black-deep; */
}
@media (min-width: 768px) and (max-width: 991px) {
.site-meta {
display: none;
}
}
.brand {
display: block;
padding: 0;
background: none;
}
.brand:hover {
color: #fff;
}
.site-subtitle {
margin: 0;
}
.site-search form {
display: none;
}
.site-nav {
border-top: none;
}
@media (max-width: 767px) {
.site-nav {
display: none;
z-index: 9;
overflow: visible !important;
}
.site-nav:before {
content: '';
position: absolute;
top: -41px;
right: -16px;
width: calc(100% + 16px);
height: calc(100% + 35px);
background: #000;
opacity: 0.5;
pointer-events: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-nav-on {
display: block !important;
}
}
.menu {
margin-top: 5px;
}
.menu .menu-item {
display: block;
margin: 0;
list-style: none;
}
.menu .menu-item a {
position: relative;
box-sizing: border-box;
padding: 5px;
text-align: left;
line-height: inherit;
color: #fff;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-delay: 0s;
border: none;
}
@media (max-width: 767px) {
.menu .menu-item a {
padding: 0 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.menu .menu-item a {
padding: 0 5px;
}
}
.menu .menu-item a:after {
content: '';
display: block;
border-bottom: #fff 1px solid;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
transition-delay: 50ms;
transition-duration: 200ms;
}
.menu .menu-item a:hover,
.menu-item-active a {
color: #fff;
}
.menu .menu-item a:hover:after,
.menu-item-active a:after {
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
.menu .menu-item br {
display: none;
}
.menu-item-active a:after {
content: " ";
position: absolute;
top: 50%;
margin-top: -3px;
right: 15px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #bbb;
}
.btn-bar {
background-color: #fff;
}
.site-nav-toggle {
top: 7px;
right: 10px;
left: auto;
}
.use-motion .sidebar .motion-element {
opacity: 1;
}
.sidebar {
display: none;
right: auto;
bottom: auto;
-webkit-transform: none;
}
.sidebar-inner {
box-sizing: border-box;
width: 240px;
color: #555;
background: #fff;
}
.sidebar-inner.affix {
position: fixed;
top: 0;
}
.site-overview {
margin: 0 2px;
text-align: left;
}
.site-author:before,
.site-author:after {
content: " ";
display: table;
}
.site-author:after {
clear: both;
}
.sidebar a {
color: #555;
}
.sidebar a:hover {
color: #222;
}
.links-of-author-item a:before {
display: none;
}
.links-of-author-item a {
border-bottom: none;
text-decoration: underline;
}
.feed-link {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
text-align: center;
}
.feed-link a {
display: block;
color: #fc6423;
border: none;
}
.feed-link a:hover {
background: none;
color: #e34603;
}
.feed-link a:hover i {
color: #e34603;
}
.links-of-author:before,
.links-of-author:after {
content: " ";
display: table;
}
.links-of-author:after {
clear: both;
}
.links-of-author-item {
float: left;
margin: 5px 0 0;
width: 50%;
}
.links-of-author-item a {
box-sizing: border-box;
display: inline-block;
margin-right: 0;
margin-bottom: 0;
padding: 0 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.links-of-author-item a {
display: block;
text-decoration: none;
}
.links-of-author-item a:hover {
border-radius: 4px;
background: #eee;
}
.links-of-author-item .fa {
margin-right: 2px;
font-size: 16px;
}
.links-of-author-item .fa-globe {
font-size: 15px;
}
.links-of-blogroll {
margin-top: 20px;
padding: 3px 0 0;
border-top: 1px dotted #ccc;
}
.links-of-blogroll-title {
margin-top: 0;
}
.links-of-blogroll-item {
padding: 0;
}
.links-of-blogroll-inline:before,
.links-of-blogroll-inline:after {
content: " ";
display: table;
}
.links-of-blogroll-inline:after {
clear: both;
}
.links-of-blogroll-inline .links-of-blogroll-item {
float: left;
margin: 5px 0 0;
width: 50%;
}
.links-of-blogroll-inline .links-of-blogroll-item a {
box-sizing: border-box;
display: inline-block;
margin-right: 0;
margin-bottom: 0;
padding: 0 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media (max-width: 767px) {
.post-body {
text-align: justify;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.