text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!DOCTYPE html>
<style>
#myheader
{
position: fixed;
top: 20px;
}
</style>
<script>
function runTest()
{
if (window.testRunner)
testRunner.setPrinting();
}
</script>
<body onload="runTest()">
<div id="myheader">
<div align="center">
crbug.com/652449: Fixed-position object should be repeated on each page and positioned relative to top of page even when scrolled.
<hr/>
</div>
</div>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
<p>Filler lines</p>
</body>
| scheib/chromium | third_party/blink/web_tests/printing/fixed-positioned-scrolled-expected.html | HTML | bsd-3-clause | 2,236 |
<div>
<table class="table table-striped" cellspacing="0 ">
<thead>
<tr data-bind="foreach: columns">
<th data-bind="text: headerText"></th>
</tr>
</thead>
<tbody class="table table-hover" data-bind="foreach: itemsOnCurrentPage">
<tr data-bind="foreach: $parent.columns">
<td data-bind="text: typeof rowText == 'function' ? rowText($parent) : $parent[rowText]"></td>
</tr>
</tbody>
</table>
<div class="pagination">
<ul>
<!-- ko foreach: ko.utils.range(0, maxPageIndex) -->
<li>
<a href="#" data-bind="text: $data + 1, click: function () { $root.currentPageIndex($data); }"></a>
</li>
<!-- /ko -->
</ul>
</div>
</div> | welldone-software/gulp-durandal | test/fixtures/HTML Samples/app/ko/pagedGrid/simpleGrid.html | HTML | mit | 827 |
<!DOCTYPE html >
<html>
<head>
<title>Application - io.gearpump.cluster.Application</title>
<meta name="description" content="Application - io.gearpump.cluster.Application" />
<meta name="keywords" content="Application io.gearpump.cluster.Application" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script>
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script>
<script type="text/javascript" src="../../../lib/template.js"></script>
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script>
<script type="text/javascript">
if(top === self) {
var url = '../../../index.html';
var hash = 'io.gearpump.cluster.Application';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="type">
<div id="definition">
<a href="Application$.html" title="Go to companion"><img src="../../../lib/trait_to_object_big.png" /></a>
<p id="owner"><a href="../../package.html" class="extype" name="io">io</a>.<a href="../package.html" class="extype" name="io.gearpump">gearpump</a>.<a href="package.html" class="extype" name="io.gearpump.cluster">cluster</a></p>
<h1><a href="Application$.html" title="Go to companion">Application</a></h1><h3><span class="morelinks"><div>
Related Docs:
<a href="Application$.html" title="See companion">object Application</a>
| <a href="package.html" class="extype" name="io.gearpump.cluster">package cluster</a>
</div></span></h3><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">trait</span>
</span>
<span class="symbol">
<span class="name">Application</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div><div class="toggleContainer block">
<span class="toggle">Known Subclasses</span>
<div class="subClasses hiddenContent"><a href="Application$$DefaultApplication.html" class="extype" name="io.gearpump.cluster.Application.DefaultApplication">DefaultApplication</a>, <a href="../streaming/javaapi/StreamApplication.html" class="extype" name="io.gearpump.streaming.javaapi.StreamApplication">StreamApplication</a>, <a href="../streaming/StreamApplication.html" class="extype" name="io.gearpump.streaming.StreamApplication">StreamApplication</a></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="io.gearpump.cluster.Application"><span>Application</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="values" class="values members">
<h3>Abstract Value Members</h3>
<ol><li name="io.gearpump.cluster.Application#appMaster" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
<a id="appMaster:Class[_<:io.gearpump.cluster.ApplicationMaster]"></a>
<a id="appMaster:Class[_<:ApplicationMaster]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">appMaster</span><span class="result">: <span class="extype" name="scala.Predef.Class">Class</span>[_ <: <a href="ApplicationMaster.html" class="extype" name="io.gearpump.cluster.ApplicationMaster">ApplicationMaster</a>]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@appMaster:Class[_<:io.gearpump.cluster.ApplicationMaster]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</li><li name="io.gearpump.cluster.Application#name" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
<a id="name:String"></a>
<a id="name:String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">name</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@name:String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</li><li name="io.gearpump.cluster.Application#userConfig" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped">
<a id="userConfig(implicitsystem:akka.actor.ActorSystem):io.gearpump.cluster.UserConfig"></a>
<a id="userConfig(ActorSystem):UserConfig"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">abstract </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">userConfig</span><span class="params">(<span class="implicit">implicit </span><span name="system">system: <span class="extype" name="akka.actor.ActorSystem">ActorSystem</span></span>)</span><span class="result">: <a href="UserConfig.html" class="extype" name="io.gearpump.cluster.UserConfig">UserConfig</a></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@userConfig(implicitsystem:akka.actor.ActorSystem):io.gearpump.cluster.UserConfig" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
</li></ol>
</div>
<div id="values" class="values members">
<h3>Concrete Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@!=(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@##():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@==(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@asInstanceOf[T0]:T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@clone():Object" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@eq(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@equals(x$1:Any):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@finalize():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@getClass():Class[_]" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@hashCode():Int" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@isInstanceOf[T0]:Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@ne(x$1:AnyRef):Boolean" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@notify():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@notifyAll():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@synchronized[T0](x$1:=>T0):T0" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@toString():String" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@wait():Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@wait(x$1:Long,x$2:Int):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4><span class="permalink">
<a href="../../../index.html#io.gearpump.cluster.Application@wait(x$1:Long):Unit" title="Permalink" target="_top">
<img src="../../../lib/permalink.png" />
</a>
</span>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
</body>
</html> | gearpump/gearpump.github.io | releases/0.7.6/api/scala/io/gearpump/cluster/Application.html | HTML | apache-2.0 | 28,251 |
<div class="unit one-fifth hide-on-mobiles">
<aside>
<ul>
<li class="{% if page.title == 'News' %}current{% endif %}">
<a href="{{ site.baseurl }}/news/">All News</a>
</li>
<li class="{% if page.title == 'Releases' %}current{% endif %}">
<a href="{{ site.baseurl }}/news/releases/">Calcite Releases</a>
</li>
</ul>
<h4>Recent Releases</h4>
<ul>
{% for post in site.categories.release limit:5 %}
<li class="{% if page.title == post.title %}current{% endif %}">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.version }}</a>
</li>
{% endfor %}
</ul>
<h4>Other News</h4>
<ul>
{% for post in site.posts %}{% comment %}
{% endcomment %}{% unless post.categories contains 'release' %}
<li class="{% if page.title == post.title %}current{% endif %}">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</li>
{% endunless %}{% comment %}
{% endcomment %}{% endfor %}
</ul>
</aside>
</div>
| dindin5258/calcite | site/_includes/news_contents.html | HTML | apache-2.0 | 1,067 |
<!DOCTYPE html>
<!--
Distributed under both the W3C Test Suite License [1] and the W3C
3-clause BSD License [2]. To contribute to a W3C Test Suite, see the
policies and contribution forms [3].
[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license
[3] http://www.w3.org/2004/10/27-testcases
-->
<html>
<head>
<title>Shadow DOM Test: A_10_01_02_09</title>
<link rel="author" title="Sergey G. Grekhov" href="mailto:[email protected]">
<link rel="help" href="http://www.w3.org/TR/2013/WD-shadow-dom-20130514/#shadow-root-methods">
<meta name="assert" content="ShadowRoot Object: Invoking the cloneNode() method on a ShadowRoot instance must always throw a DATA_CLONE_ERR exception.">
<script src="../../../../../../../resources/testharness.js"></script>
<script src="../../../../../../../resources/testharnessreport.js"></script>
<script src="../../../testcommon.js"></script>
<link rel="stylesheet" href="../../../../../../../resources/testharness.css">
</head>
<body>
<div id="log"></div>
<script>
test(unit(function (ctx) {
var d = newRenderedHTMLDocument(ctx);
var host = d.createElement('div');
d.body.appendChild(host);
var s = host.createShadowRoot();
try {
s.cloneNode();
assert_true(false, 'Invoking the cloneNode() method on a ShadowRoot instance must always ' +
'throw a DATA_CLONE_ERR exception.');
} catch (e) {
assert_equals(e.code, 25, 'Wrong exceprion type');
}
}), 'A_10_01_02_09_T01');
</script>
</body>
</html>
| js0701/chromium-crosswalk | third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html | HTML | bsd-3-clause | 1,520 |
<!DOCTYPE html>
<meta charset="utf-8"/>
<script>
async function onLoad() {
const params = new URLSearchParams(self.location.search);
const scope = self.origin + params.get('scopepath');
const reg = await navigator.serviceWorker.getRegistration(scope);
if (reg) {
await reg.unregister();
}
if (window.opener) {
window.opener.postMessage({ type: 'SW-UNREGISTERED' }, '*');
} else {
window.top.postMessage({ type: 'SW-UNREGISTERED' }, '*');
}
}
self.addEventListener('load', onLoad);
</script>
| chromium/chromium | third_party/blink/web_tests/external/wpt/service-workers/service-worker/resources/unregister-rewrite-worker.html | HTML | bsd-3-clause | 519 |
<!DOCTYPE html>
<script src="../../../resources/js-test.js"></script>
<div id="host1"></div>
<div id="host2"></div>
<div id="host3" class="c3"></div>
<div id="host4"></div>
<script>
description("Check that targeted class invalidation works with the :host pseudo class.");
// Create shadow trees
var host1 = document.getElementById("host1");
host1.createShadowRoot().innerHTML = "<style>:host(.c1) { background-color: green }</style><div></div><div></div><div></div><div></div><div></div>";
var host2 = document.getElementById("host2");
host2.createShadowRoot().innerHTML = '<style>:host(.c2) .inner { background-color: green }</style><div></div><div></div><div></div><div><span id="inner" class="inner"></span></div>';
var host3 = document.getElementById("host3");
host3.createShadowRoot().innerHTML = "<style>:host(#host3:not(.c3)) { background-color: green }</style><div></div><div></div><div></div><div></div>";
var host4 = document.getElementById("host4");
host4.createShadowRoot().innerHTML = "<style>:host(.nomatch, .c4) { background-color: green }</style><div></div><div></div><div></div><div></div>";
var transparent = "rgba(0, 0, 0, 0)";
var green = "rgb(0, 128, 0)";
var inner = host2.shadowRoot.getElementById("inner");
shouldBe("getComputedStyle(host1, null).backgroundColor", "transparent");
shouldBe("getComputedStyle(inner, null).backgroundColor", "transparent");
shouldBe("getComputedStyle(host3, null).backgroundColor", "transparent");
shouldBe("getComputedStyle(host4, null).backgroundColor", "transparent");
document.body.offsetLeft; // force style recalc.
host1.className = "c1";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(host1, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.
host2.className = "c2";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
shouldBe("getComputedStyle(inner, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.
host3.className = "";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(host3, null).backgroundColor", "green");
document.body.offsetLeft; // force style recalc.
host4.className = "c4";
if (window.internals)
shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(host4, null).backgroundColor", "green");
</script>
| vadimtk/chrome4sdp | third_party/WebKit/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html | HTML | bsd-3-clause | 2,504 |
<!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 name="generator" content=
"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org" />
<title>Creative Commons Legal Code</title>
<meta http-equiv="content-type" content=
"text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href=
"http://creativecommons.org/includes/deed3.css" media="screen" />
<link rel="stylesheet" type="text/css" href=
"http://creativecommons.org/includes/deed3-print.css" media=
"print" />
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="http://creativecommons.org/includes/deed3-ie.css" media="screen" /><![endif]-->
<script type="text/javascript" src=
"http://creativecommons.org/includes/errata.js">
</script>
</head>
<body>
<p align="center" id="header"><a href=
"http://creativecommons.org/">Creative Commons</a></p>
<div id="deed" class="green">
<div id="deed-head">
<div id="cc-logo">
<img src=
"http://creativecommons.org/images/deed/cc-logo.jpg" alt=
"" />
</div>
<h1><span>Creative Commons Legal Code</span></h1>
<div id="deed-license">
<h2>Attribution-ShareAlike 3.0 Unported</h2>
</div>
</div>
<div id="deed-main">
<div id="deed-main-content">
<img src=
"http://creativecommons.org/images/international/unported.png"
alt="" />
<blockquote>
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES
NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE
DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE
COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS.
CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE
INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES
RESULTING FROM ITS USE.
</blockquote>
<h3><em>License</em></h3>
<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS
OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR
"LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER
APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS
AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
PROHIBITED.</p>
<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU
ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE.
TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A
CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE
IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND
CONDITIONS.</p>
<p><strong>1. Definitions</strong></p>
<ol type="a">
<li><strong>"Adaptation"</strong> means a work based upon
the Work, or upon the Work and other pre-existing works,
such as a translation, adaptation, derivative work,
arrangement of music or other alterations of a literary
or artistic work, or phonogram or performance and
includes cinematographic adaptations or any other form in
which the Work may be recast, transformed, or adapted
including in any form recognizably derived from the
original, except that a work that constitutes a
Collection will not be considered an Adaptation for the
purpose of this License. For the avoidance of doubt,
where the Work is a musical work, performance or
phonogram, the synchronization of the Work in
timed-relation with a moving image ("synching") will be
considered an Adaptation for the purpose of this
License.</li>
<li><strong>"Collection"</strong> means a collection of
literary or artistic works, such as encyclopedias and
anthologies, or performances, phonograms or broadcasts,
or other works or subject matter other than works listed
in Section 1(f) below, which, by reason of the selection
and arrangement of their contents, constitute
intellectual creations, in which the Work is included in
its entirety in unmodified form along with one or more
other contributions, each constituting separate and
independent works in themselves, which together are
assembled into a collective whole. A work that
constitutes a Collection will not be considered an
Adaptation (as defined below) for the purposes of this
License.</li>
<li><strong>"Creative Commons Compatible
License"</strong> means a license that is listed at
http://creativecommons.org/compatiblelicenses that has
been approved by Creative Commons as being essentially
equivalent to this License, including, at a minimum,
because that license: (i) contains terms that have the
same purpose, meaning and effect as the License Elements
of this License; and, (ii) explicitly permits the
relicensing of adaptations of works made available under
that license under this License or a Creative Commons
jurisdiction license with the same License Elements as
this License.</li>
<li><strong>"Distribute"</strong> means to make available
to the public the original and copies of the Work or
Adaptation, as appropriate, through sale or other
transfer of ownership.</li>
<li><strong>"License Elements"</strong> means the
following high-level license attributes as selected by
Licensor and indicated in the title of this License:
Attribution, ShareAlike.</li>
<li><strong>"Licensor"</strong> means the individual,
individuals, entity or entities that offer(s) the Work
under the terms of this License.</li>
<li><strong>"Original Author"</strong> means, in the case
of a literary or artistic work, the individual,
individuals, entity or entities who created the Work or
if no individual or entity can be identified, the
publisher; and in addition (i) in the case of a
performance the actors, singers, musicians, dancers, and
other persons who act, sing, deliver, declaim, play in,
interpret or otherwise perform literary or artistic works
or expressions of folklore; (ii) in the case of a
phonogram the producer being the person or legal entity
who first fixes the sounds of a performance or other
sounds; and, (iii) in the case of broadcasts, the
organization that transmits the broadcast.</li>
<li><strong>"Work"</strong> means the literary and/or
artistic work offered under the terms of this License
including without limitation any production in the
literary, scientific and artistic domain, whatever may be
the mode or form of its expression including digital
form, such as a book, pamphlet and other writing; a
lecture, address, sermon or other work of the same
nature; a dramatic or dramatico-musical work; a
choreographic work or entertainment in dumb show; a
musical composition with or without words; a
cinematographic work to which are assimilated works
expressed by a process analogous to cinematography; a
work of drawing, painting, architecture, sculpture,
engraving or lithography; a photographic work to which
are assimilated works expressed by a process analogous to
photography; a work of applied art; an illustration, map,
plan, sketch or three-dimensional work relative to
geography, topography, architecture or science; a
performance; a broadcast; a phonogram; a compilation of
data to the extent it is protected as a copyrightable
work; or a work performed by a variety or circus
performer to the extent it is not otherwise considered a
literary or artistic work.</li>
<li><strong>"You"</strong> means an individual or entity
exercising rights under this License who has not
previously violated the terms of this License with
respect to the Work, or who has received express
permission from the Licensor to exercise rights under
this License despite a previous violation.</li>
<li><strong>"Publicly Perform"</strong> means to perform
public recitations of the Work and to communicate to the
public those public recitations, by any means or process,
including by wire or wireless means or public digital
performances; to make available to the public Works in
such a way that members of the public may access these
Works from a place and at a place individually chosen by
them; to perform the Work to the public by any means or
process and the communication to the public of the
performances of the Work, including by public digital
performance; to broadcast and rebroadcast the Work by any
means including signs, sounds or images.</li>
<li><strong>"Reproduce"</strong> means to make copies of
the Work by any means including without limitation by
sound or visual recordings and the right of fixation and
reproducing fixations of the Work, including storage of a
protected performance or phonogram in digital form or
other electronic medium.</li>
</ol>
<p><strong>2. Fair Dealing Rights.</strong> Nothing in this
License is intended to reduce, limit, or restrict any uses
free from copyright or rights arising from limitations or
exceptions that are provided for in connection with the
copyright protection under copyright law or other
applicable laws.</p>
<p><strong>3. License Grant.</strong> Subject to the terms
and conditions of this License, Licensor hereby grants You
a worldwide, royalty-free, non-exclusive, perpetual (for
the duration of the applicable copyright) license to
exercise the rights in the Work as stated below:</p>
<ol type="a">
<li>to Reproduce the Work, to incorporate the Work into
one or more Collections, and to Reproduce the Work as
incorporated in the Collections;</li>
<li>to create and Reproduce Adaptations provided that any
such Adaptation, including any translation in any medium,
takes reasonable steps to clearly label, demarcate or
otherwise identify that changes were made to the original
Work. For example, a translation could be marked "The
original work was translated from English to Spanish," or
a modification could indicate "The original work has been
modified.";</li>
<li>to Distribute and Publicly Perform the Work including
as incorporated in Collections; and,</li>
<li>to Distribute and Publicly Perform Adaptations.</li>
<li>
<p>For the avoidance of doubt:</p>
<ol type="i">
<li><strong>Non-waivable Compulsory License
Schemes</strong>. In those jurisdictions in which the
right to collect royalties through any statutory or
compulsory licensing scheme cannot be waived, the
Licensor reserves the exclusive right to collect such
royalties for any exercise by You of the rights
granted under this License;</li>
<li><strong>Waivable Compulsory License
Schemes</strong>. In those jurisdictions in which the
right to collect royalties through any statutory or
compulsory licensing scheme can be waived, the
Licensor waives the exclusive right to collect such
royalties for any exercise by You of the rights
granted under this License; and,</li>
<li><strong>Voluntary License Schemes</strong>. The
Licensor waives the right to collect royalties,
whether individually or, in the event that the
Licensor is a member of a collecting society that
administers voluntary licensing schemes, via that
society, from any exercise by You of the rights
granted under this License.</li>
</ol>
</li>
</ol>
<p>The above rights may be exercised in all media and
formats whether now known or hereafter devised. The above
rights include the right to make such modifications as are
technically necessary to exercise the rights in other media
and formats. Subject to Section 8(f), all rights not
expressly granted by Licensor are hereby reserved.</p>
<p><strong>4. Restrictions.</strong> The license granted in
Section 3 above is expressly made subject to and limited by
the following restrictions:</p>
<ol type="a">
<li>You may Distribute or Publicly Perform the Work only
under the terms of this License. You must include a copy
of, or the Uniform Resource Identifier (URI) for, this
License with every copy of the Work You Distribute or
Publicly Perform. You may not offer or impose any terms
on the Work that restrict the terms of this License or
the ability of the recipient of the Work to exercise the
rights granted to that recipient under the terms of the
License. You may not sublicense the Work. You must keep
intact all notices that refer to this License and to the
disclaimer of warranties with every copy of the Work You
Distribute or Publicly Perform. When You Distribute or
Publicly Perform the Work, You may not impose any
effective technological measures on the Work that
restrict the ability of a recipient of the Work from You
to exercise the rights granted to that recipient under
the terms of the License. This Section 4(a) applies to
the Work as incorporated in a Collection, but this does
not require the Collection apart from the Work itself to
be made subject to the terms of this License. If You
create a Collection, upon notice from any Licensor You
must, to the extent practicable, remove from the
Collection any credit as required by Section 4(c), as
requested. If You create an Adaptation, upon notice from
any Licensor You must, to the extent practicable, remove
from the Adaptation any credit as required by Section
4(c), as requested.</li>
<li>You may Distribute or Publicly Perform an Adaptation
only under the terms of: (i) this License; (ii) a later
version of this License with the same License Elements as
this License; (iii) a Creative Commons jurisdiction
license (either this or a later license version) that
contains the same License Elements as this License (e.g.,
Attribution-ShareAlike 3.0 US)); (iv) a Creative Commons
Compatible License. If you license the Adaptation under
one of the licenses mentioned in (iv), you must comply
with the terms of that license. If you license the
Adaptation under the terms of any of the licenses
mentioned in (i), (ii) or (iii) (the "Applicable
License"), you must comply with the terms of the
Applicable License generally and the following
provisions: (I) You must include a copy of, or the URI
for, the Applicable License with every copy of each
Adaptation You Distribute or Publicly Perform; (II) You
may not offer or impose any terms on the Adaptation that
restrict the terms of the Applicable License or the
ability of the recipient of the Adaptation to exercise
the rights granted to that recipient under the terms of
the Applicable License; (III) You must keep intact all
notices that refer to the Applicable License and to the
disclaimer of warranties with every copy of the Work as
included in the Adaptation You Distribute or Publicly
Perform; (IV) when You Distribute or Publicly Perform the
Adaptation, You may not impose any effective
technological measures on the Adaptation that restrict
the ability of a recipient of the Adaptation from You to
exercise the rights granted to that recipient under the
terms of the Applicable License. This Section 4(b)
applies to the Adaptation as incorporated in a
Collection, but this does not require the Collection
apart from the Adaptation itself to be made subject to
the terms of the Applicable License.</li>
<li>If You Distribute, or Publicly Perform the Work or
any Adaptations or Collections, You must, unless a
request has been made pursuant to Section 4(a), keep
intact all copyright notices for the Work and provide,
reasonable to the medium or means You are utilizing: (i)
the name of the Original Author (or pseudonym, if
applicable) if supplied, and/or if the Original Author
and/or Licensor designate another party or parties (e.g.,
a sponsor institute, publishing entity, journal) for
attribution ("Attribution Parties") in Licensor's
copyright notice, terms of service or by other reasonable
means, the name of such party or parties; (ii) the title
of the Work if supplied; (iii) to the extent reasonably
practicable, the URI, if any, that Licensor specifies to
be associated with the Work, unless such URI does not
refer to the copyright notice or licensing information
for the Work; and (iv) , consistent with Ssection 3(b),
in the case of an Adaptation, a credit identifying the
use of the Work in the Adaptation (e.g., "French
translation of the Work by Original Author," or
"Screenplay based on original Work by Original Author").
The credit required by this Section 4(c) may be
implemented in any reasonable manner; provided, however,
that in the case of a Adaptation or Collection, at a
minimum such credit will appear, if a credit for all
contributing authors of the Adaptation or Collection
appears, then as part of these credits and in a manner at
least as prominent as the credits for the other
contributing authors. For the avoidance of doubt, You may
only use the credit required by this Section for the
purpose of attribution in the manner set out above and,
by exercising Your rights under this License, You may not
implicitly or explicitly assert or imply any connection
with, sponsorship or endorsement by the Original Author,
Licensor and/or Attribution Parties, as appropriate, of
You or Your use of the Work, without the separate,
express prior written permission of the Original Author,
Licensor and/or Attribution Parties.</li>
<li>Except as otherwise agreed in writing by the Licensor
or as may be otherwise permitted by applicable law, if
You Reproduce, Distribute or Publicly Perform the Work
either by itself or as part of any Adaptations or
Collections, You must not distort, mutilate, modify or
take other derogatory action in relation to the Work
which would be prejudicial to the Original Author's honor
or reputation. Licensor agrees that in those
jurisdictions (e.g. Japan), in which any exercise of the
right granted in Section 3(b) of this License (the right
to make Adaptations) would be deemed to be a distortion,
mutilation, modification or other derogatory action
prejudicial to the Original Author's honor and
reputation, the Licensor will waive or not assert, as
appropriate, this Section, to the fullest extent
permitted by the applicable national law, to enable You
to reasonably exercise Your right under Section 3(b) of
this License (right to make Adaptations) but not
otherwise.</li>
</ol>
<p><strong>5. Representations, Warranties and
Disclaimer</strong></p>
<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN
WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO
REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE
WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING,
WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE
ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE
PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE.
SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED
WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.</p>
<p><strong>6. Limitation on Liability.</strong> EXCEPT TO
THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL
LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY
SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY
DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK,
EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.</p>
<p><strong>7. Termination</strong></p>
<ol type="a">
<li>This License and the rights granted hereunder will
terminate automatically upon any breach by You of the
terms of this License. Individuals or entities who have
received Adaptations or Collections from You under this
License, however, will not have their licenses terminated
provided such individuals or entities remain in full
compliance with those licenses. Sections 1, 2, 5, 6, 7,
and 8 will survive any termination of this License.</li>
<li>Subject to the above terms and conditions, the
license granted here is perpetual (for the duration of
the applicable copyright in the Work). Notwithstanding
the above, Licensor reserves the right to release the
Work under different license terms or to stop
distributing the Work at any time; provided, however that
any such election will not serve to withdraw this License
(or any other license that has been, or is required to
be, granted under the terms of this License), and this
License will continue in full force and effect unless
terminated as stated above.</li>
</ol>
<p><strong>8. Miscellaneous</strong></p>
<ol type="a">
<li>Each time You Distribute or Publicly Perform the Work
or a Collection, the Licensor offers to the recipient a
license to the Work on the same terms and conditions as
the license granted to You under this License.</li>
<li>Each time You Distribute or Publicly Perform an
Adaptation, Licensor offers to the recipient a license to
the original Work on the same terms and conditions as the
license granted to You under this License.</li>
<li>If any provision of this License is invalid or
unenforceable under applicable law, it shall not affect
the validity or enforceability of the remainder of the
terms of this License, and without further action by the
parties to this agreement, such provision shall be
reformed to the minimum extent necessary to make such
provision valid and enforceable.</li>
<li>No term or provision of this License shall be deemed
waived and no breach consented to unless such waiver or
consent shall be in writing and signed by the party to be
charged with such waiver or consent.</li>
<li>This License constitutes the entire agreement between
the parties with respect to the Work licensed here. There
are no understandings, agreements or representations with
respect to the Work not specified here. Licensor shall
not be bound by any additional provisions that may appear
in any communication from You. This License may not be
modified without the mutual written agreement of the
Licensor and You.</li>
<li>The rights granted under, and the subject matter
referenced, in this License were drafted utilizing the
terminology of the Berne Convention for the Protection of
Literary and Artistic Works (as amended on September 28,
1979), the Rome Convention of 1961, the WIPO Copyright
Treaty of 1996, the WIPO Performances and Phonograms
Treaty of 1996 and the Universal Copyright Convention (as
revised on July 24, 1971). These rights and subject
matter take effect in the relevant jurisdiction in which
the License terms are sought to be enforced according to
the corresponding provisions of the implementation of
those treaty provisions in the applicable national law.
If the standard suite of rights granted under applicable
copyright law includes additional rights not granted
under this License, such additional rights are deemed to
be included in the License; this License is not intended
to restrict the license of any rights under applicable
law.</li>
</ol>
<!-- BREAKOUT FOR CC NOTICE. NOT A PART OF THE LICENSE -->
<blockquote>
<h3>Creative Commons Notice</h3>
<p>Creative Commons is not a party to this License, and
makes no warranty whatsoever in connection with the Work.
Creative Commons will not be liable to You or any party
on any legal theory for any damages whatsoever, including
without limitation any general, special, incidental or
consequential damages arising in connection to this
license. Notwithstanding the foregoing two (2) sentences,
if Creative Commons has expressly identified itself as
the Licensor hereunder, it shall have all rights and
obligations of Licensor.</p>
<p>Except for the limited purpose of indicating to the
public that the Work is licensed under the CCPL, Creative
Commons does not authorize the use by either party of the
trademark "Creative Commons" or any related trademark or
logo of Creative Commons without the prior written
consent of Creative Commons. Any permitted use will be in
compliance with Creative Commons' then-current trademark
usage guidelines, as may be published on its website or
otherwise made available upon request from time to time.
For the avoidance of doubt, this trademark restriction
does not form part of the License.</p>
<p>Creative Commons may be contacted at <a href=
"http://creativecommons.org/">http://creativecommons.org/</a>.</p>
</blockquote><!-- END CC NOTICE -->
</div>
</div>
<div id="deed-foot">
<p id="footer"><a href="./">« Back to Commons Deed</a></p>
</div>
</div>
</body>
</html>
| rogers0/namebench | third_party/get_auth_ns/LICENSE.html | HTML | apache-2.0 | 28,073 |
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->
<div class="ms-MessageBanner">
<div class="ms-MessageBanner-content">
<div class="ms-MessageBanner-text">
<div class="ms-MessageBanner-clipper">
You've reached your total storage on OneDrive. Please upgrade your storage plan if you need more storage.
</div>
</div>
<button class="ms-MessageBanner-expand">
<i class="ms-Icon ms-Icon--chevronsDown"></i>
</button>
<div class="ms-MessageBanner-action">
<button class="ms-Button ms-Button--primary ms-fontColor-neutralLight">Get More Storage</button>
</div>
</div>
<button class="ms-MessageBanner-close">
<i class="ms-Icon ms-Icon--x"></i>
</button>
</div>
| zkoehne/Office-UI-Fabric | src/components/MessageBanner/MessageBanner.html | HTML | mit | 816 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: src/pixi/renderers/canvas/utils/CanvasMaskManager.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div>
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser API</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
<li class="class-depth-0">
<a href="PIXI.html">PIXI</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArraySet.html">ArraySet</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayUtils.html">ArrayUtils</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AudioSprite.html">AudioSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Angle.html">Angle</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Animation.html">Animation</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.AutoCull.html">AutoCull</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Bounds.html">Bounds</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.BringToTop.html">BringToTop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Core.html">Core</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Crop.html">Crop</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Delta.html">Delta</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Destroy.html">Destroy</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Health.html">Health</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InCamera.html">InCamera</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InputEnabled.html">InputEnabled</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.InWorld.html">InWorld</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LifeSpan.html">LifeSpan</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.LoadTexture.html">LoadTexture</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Overlap.html">Overlap</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Reset.html">Reset</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Component.Smoothed.html">Smoothed</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Create.html">Create</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Creature.html">Creature</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DeviceButton.html">DeviceButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.DOM.html">DOM</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexGrid.html">FlexGrid</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FlexLayer.html">FlexLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ImageCollection.html">ImageCollection</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Matrix.html">Matrix</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Particles.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.html#TilemapCollision">TilemapCollision</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RoundedRectangle.html">RoundedRectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenData.html">TweenData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Video.html">Video</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
<li class="class-depth-1">
<a href="PIXI.AbstractFilter.html">AbstractFilter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.BaseTexture.html">BaseTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasBuffer.html">CanvasBuffer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasGraphics.html">CanvasGraphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasRenderer.html">CanvasRenderer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.CanvasTinter.html">CanvasTinter</a>
</li>
<li class="class-depth-1">
<a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObject.html">DisplayObject</a>
</li>
<li class="class-depth-1">
<a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Event.html">Event</a>
</li>
<li class="class-depth-1">
<a href="PIXI.EventTarget.html">EventTarget</a>
</li>
<li class="class-depth-1">
<a href="PIXI.FilterTexture.html">FilterTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="PIXI.GraphicsData.html">GraphicsData</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PIXI.html">PIXI</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiFastShader.html">PixiFastShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PixiShader.html">PixiShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PolyK.html">PolyK</a>
</li>
<li class="class-depth-1">
<a href="PIXI.PrimitiveShader.html">PrimitiveShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Rope.html">Rope</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Strip.html">Strip</a>
</li>
<li class="class-depth-1">
<a href="PIXI.StripShader.html">StripShader</a>
</li>
<li class="class-depth-1">
<a href="PIXI.Texture.html">Texture</a>
</li>
<li class="class-depth-1">
<a href="PIXI.TilingSprite.html">TilingSprite</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a>
</li>
<li class="class-depth-1">
<a href="PIXI.WebGLRenderer.html">WebGLRenderer</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="global.html#AUTO">AUTO</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPDATA">BITMAPDATA</a>
</li>
<li class="class-depth-0">
<a href="global.html#BITMAPTEXT">BITMAPTEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#blendModes">blendModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#BUTTON">BUTTON</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS">CANVAS</a>
</li>
<li class="class-depth-0">
<a href="global.html#CANVAS_FILTER">CANVAS_FILTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#CIRCLE">CIRCLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#CREATURE">CREATURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#DOWN">DOWN</a>
</li>
<li class="class-depth-0">
<a href="global.html#ELLIPSE">ELLIPSE</a>
</li>
<li class="class-depth-0">
<a href="global.html#EMITTER">EMITTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#GAMES">GAMES</a>
</li>
<li class="class-depth-0">
<a href="global.html#GRAPHICS">GRAPHICS</a>
</li>
<li class="class-depth-0">
<a href="global.html#GROUP">GROUP</a>
</li>
<li class="class-depth-0">
<a href="global.html#HEADLESS">HEADLESS</a>
</li>
<li class="class-depth-0">
<a href="global.html#IMAGE">IMAGE</a>
</li>
<li class="class-depth-0">
<a href="global.html#LEFT">LEFT</a>
</li>
<li class="class-depth-0">
<a href="global.html#LINE">LINE</a>
</li>
<li class="class-depth-0">
<a href="global.html#MATRIX">MATRIX</a>
</li>
<li class="class-depth-0">
<a href="global.html#NONE">NONE</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINT">POINT</a>
</li>
<li class="class-depth-0">
<a href="global.html#POINTER">POINTER</a>
</li>
<li class="class-depth-0">
<a href="global.html#POLYGON">POLYGON</a>
</li>
<li class="class-depth-0">
<a href="global.html#RECTANGLE">RECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RENDERTEXTURE">RENDERTEXTURE</a>
</li>
<li class="class-depth-0">
<a href="global.html#RETROFONT">RETROFONT</a>
</li>
<li class="class-depth-0">
<a href="global.html#RIGHT">RIGHT</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROPE">ROPE</a>
</li>
<li class="class-depth-0">
<a href="global.html#ROUNDEDRECTANGLE">ROUNDEDRECTANGLE</a>
</li>
<li class="class-depth-0">
<a href="global.html#scaleModes">scaleModes</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITE">SPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#SPRITEBATCH">SPRITEBATCH</a>
</li>
<li class="class-depth-0">
<a href="global.html#TEXT">TEXT</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAP">TILEMAP</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILEMAPLAYER">TILEMAPLAYER</a>
</li>
<li class="class-depth-0">
<a href="global.html#TILESPRITE">TILESPRITE</a>
</li>
<li class="class-depth-0">
<a href="global.html#UP">UP</a>
</li>
<li class="class-depth-0">
<a href="global.html#VERSION">VERSION</a>
</li>
<li class="class-depth-0">
<a href="global.html#VIDEO">VIDEO</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL">WEBGL</a>
</li>
<li class="class-depth-0">
<a href="global.html#WEBGL_FILTER">WEBGL_FILTER</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li>
<li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li>
<li class="class-depth-1"><a href="Phaser.World.html">World</a></li>
<li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li>
<li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li>
<li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li>
<li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li>
<li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li>
<li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li>
<li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li>
<li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li>
<li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li>
<li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li>
<li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li>
<li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li>
<li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li>
<li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li>
<li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li>
<li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li>
<li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li>
<li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li>
<li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li>
<li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li>
<li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li>
<li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li>
<li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li>
<li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li>
<li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li>
<li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li>
<li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li>
<li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li>
<li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li>
<li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li>
<li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li>
<li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li>
<li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li>
<li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li>
<li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li>
<li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li>
<li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li>
<li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li>
<li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li>
<li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li>
<li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser">Phaser Github</a></li>
<li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li>
<li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li>
<li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li>
<li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li>
<li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li>
<li class="class-depth-1"><a href="https://confirmsubscription.com/h/r/369DE48E3E86AF1E">Newsletter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li>
<li class="class-depth-1"><a href="http://phaser.io/community/irc">IRC</a></li>
<li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: src/pixi/renderers/canvas/utils/CanvasMaskManager.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
* A set of functions used to handle masking.
*
* @class CanvasMaskManager
* @constructor
*/
PIXI.CanvasMaskManager = function()
{
};
PIXI.CanvasMaskManager.prototype.constructor = PIXI.CanvasMaskManager;
/**
* This method adds it to the current stack of masks.
*
* @method pushMask
* @param maskData {Object} the maskData that will be pushed
* @param renderSession {Object} The renderSession whose context will be used for this mask manager.
*/
PIXI.CanvasMaskManager.prototype.pushMask = function(maskData, renderSession)
{
var context = renderSession.context;
context.save();
var cacheAlpha = maskData.alpha;
var transform = maskData.worldTransform;
var resolution = renderSession.resolution;
context.setTransform(transform.a * resolution,
transform.b * resolution,
transform.c * resolution,
transform.d * resolution,
transform.tx * resolution,
transform.ty * resolution);
PIXI.CanvasGraphics.renderGraphicsMask(maskData, context);
context.clip();
maskData.worldAlpha = cacheAlpha;
};
/**
* Restores the current drawing context to the state it was before the mask was applied.
*
* @method popMask
* @param renderSession {Object} The renderSession whose context will be used for this mask manager.
*/
PIXI.CanvasMaskManager.prototype.popMask = function(renderSession)
{
renderSession.context.restore();
};
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2015 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha10</a>
on Wed Jul 29 2015 14:57:51 GMT+0100 (GMT Daylight Time) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
| erbridge/fatal-attraction | lib/phaser/docs/src_pixi_renderers_canvas_utils_CanvasMaskManager.js.html | HTML | mit | 36,044 |
<!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_11) on Tue Aug 12 11:16:05 PDT 2014 -->
<title>com.microsoft.windowsazure.mobileservices.table.sync.synchandler</title>
<meta name="date" content="2014-08-12">
<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="../../../../../../../com/microsoft/windowsazure/mobileservices/table/sync/synchandler/package-summary.html" target="classFrame">com.microsoft.windowsazure.mobileservices.table.sync.synchandler</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="MobileServiceSyncHandler.html" title="interface in com.microsoft.windowsazure.mobileservices.table.sync.synchandler" target="classFrame"><span class="interfaceName">MobileServiceSyncHandler</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="SimpleSyncHandler.html" title="class in com.microsoft.windowsazure.mobileservices.table.sync.synchandler" target="classFrame">SimpleSyncHandler</a></li>
</ul>
<h2 title="Exceptions">Exceptions</h2>
<ul title="Exceptions">
<li><a href="MobileServiceSyncHandlerException.html" title="class in com.microsoft.windowsazure.mobileservices.table.sync.synchandler" target="classFrame">MobileServiceSyncHandlerException</a></li>
</ul>
</div>
</body>
</html>
| paulbatum/azure-mobile-services | sdk/android/src/sdk/doc/com/microsoft/windowsazure/mobileservices/table/sync/synchandler/package-frame.html | HTML | apache-2.0 | 1,587 |
{% extends "account/base.html" %}
{% load url from future %}
{% load i18n %}
{% block head_title %}{% trans "Sign Out" %}{% endblock %}
{% block content %}
<h1>{% trans "Sign Out" %}</h1>
<p>{% trans 'Are you sure you want to sign out?' %}</p>
<form method="post" action="{% url 'account_logout' %}">
{% csrf_token %}
{% if redirect_field_value %}
<input type="hidden" name="{{redirect_field_name}}" value="{{redirect_field_value}}"/>
{% endif %}
<button class="btn btn-primary" type="submit">{% trans 'Sign Out' %}</button>
</form>
{% endblock %}
| fpytloun/waliki | waliki_project/waliki_project/templates/allauth/account/logout.html | HTML | bsd-3-clause | 565 |
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" href="mailto:[email protected]">
<link rel="help" href="https://crbug.com/1180286">
<meta name="assert" content="The renderer should not crash.">
<span>This test passes if the renderer does not crash.</span>
<div>
<option></option>
</div>
<style>
div {
direction: rtl;
zoom: 0.01;
}
option {
zoom: 5;
}
option::before {
display: table-caption;
overflow: scroll;
content: open-quote;
padding-right: 1px;
-webkit-column-width: 1px;
}
</style>
| chromium/chromium | third_party/blink/web_tests/external/wpt/shadow-dom/event-on-pseudo-element-crash.html | HTML | bsd-3-clause | 550 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Text Decoration Test: text-decoration-thickness respects variable font properties</title>
<link rel="help" href="https://drafts.csswg.org/css-text-decor-4/#text-decoration-width-property">
<meta name="assert" content="text-decoration-thickness from-font respects MVAR table of variable fonts for variable metrics">
<link rel="author" title="Dominik Röttsches" href="mailto:[email protected]">
<style>
@font-face {
font-family: underline-thin;
src: url(../resources/UnderlineTest-Thin.ttf);
}
@font-face {
font-family: underline-thick;
src: url(../resources/UnderlineTest-Thick.ttf);
}
.test {
text-underline-position: from-font;
font-size: 64px;
line-height: 1.8;
}
.thin_underline {
text-decoration: underline;
font-family: underline-thin;
text-decoration-thickness: from-font;
}
.thick_underline {
text-decoration: underline;
font-family: underline-thick;
text-decoration-thickness: from-font;
}
</style>
</head>
<body>
<p>Test passes if the underline on the first line is thin and thick on the second line.</p>
<div class="test"><span class="thin_underline">aagaa</span></div>
<div class="test"><span class="thick_underline">aagaa</span></div>
</body>
</html>
| nwjs/chromium.src | third_party/blink/web_tests/external/wpt/css/css-text-decor/reference/text-decoration-thickness-from-font-variable-ref.html | HTML | bsd-3-clause | 1,245 |
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<meta charset="utf-8">
<title>CSS Test: 'object-fit: scale-down' on img element, with a PNG image and with various 'object-position' values</title>
<link rel="author" title="Daniel Holbert" href="mailto:[email protected]">
<link rel="help" href="http://www.w3.org/TR/css3-images/#sizing">
<link rel="help" href="http://www.w3.org/TR/css3-images/#the-object-fit">
<link rel="help" href="http://www.w3.org/TR/css3-images/#the-object-position">
<link rel="match" href="object-fit-scale-down-png-001-ref.html">
<style type="text/css">
img {
border: 1px dashed gray;
padding: 1px;
object-fit: scale-down;
image-rendering: crisp-edges;
float: left;
}
.bigWide {
width: 48px;
height: 32px;
}
.bigTall {
width: 32px;
height: 48px;
}
.small {
width: 8px;
height: 8px;
}
br { clear: both; }
.tr { object-position: top right }
.bl { object-position: bottom left }
.tl { object-position: top 25% left 25% }
.br { object-position: bottom 1px right 2px }
.tc { object-position: top 3px left 50% }
.cr { object-position: top 50% right 25% }
</style>
</head>
<body>
<!-- big/wide: -->
<img src="support/colors-16x8.png" class="bigWide tr">
<img src="support/colors-16x8.png" class="bigWide bl">
<img src="support/colors-16x8.png" class="bigWide tl">
<img src="support/colors-16x8.png" class="bigWide br">
<img src="support/colors-16x8.png" class="bigWide tc">
<img src="support/colors-16x8.png" class="bigWide cr">
<img src="support/colors-16x8.png" class="bigWide">
<br>
<!-- big/tall: -->
<img src="support/colors-16x8.png" class="bigTall tr">
<img src="support/colors-16x8.png" class="bigTall bl">
<img src="support/colors-16x8.png" class="bigTall tl">
<img src="support/colors-16x8.png" class="bigTall br">
<img src="support/colors-16x8.png" class="bigTall tc">
<img src="support/colors-16x8.png" class="bigTall cr">
<img src="support/colors-16x8.png" class="bigTall">
<br>
<!-- small: -->
<img src="support/colors-16x8.png" class="small tr">
<img src="support/colors-16x8.png" class="small bl">
<img src="support/colors-16x8.png" class="small tl">
<img src="support/colors-16x8.png" class="small br">
<img src="support/colors-16x8.png" class="small tc">
<img src="support/colors-16x8.png" class="small cr">
<img src="support/colors-16x8.png" class="small">
<br>
</body>
</html>
| scheib/chromium | third_party/blink/web_tests/external/wpt/css/css-images/object-fit-scale-down-png-001i.html | HTML | bsd-3-clause | 2,752 |
<!DOCTYPE html>
<title>FileReader: starting new reads while one is in progress</title>
<link rel="author" title="Yinkan Li" href="mailto:[email protected]">
<link rel="help" href="http://dev.w3.org/2006/webapi/FileAPI/#MultipleReads">
<script src="../../../../resources/testharness.js"></script>
<script src="../../../../resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.readAsText(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsText(blob_2)
})
}, 'test FileReader InvalidStateError exception for readAsText');
test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.readAsDataURL(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsDataURL(blob_2)
})
}, 'test FileReader InvalidStateError exception for readAsDataURL');
test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.readAsArrayBuffer(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsArrayBuffer(blob_2)
})
}, 'test FileReader InvalidStateError exception for readAsArrayBuffer');
async_test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
var triggered = false;
reader.onloadstart = this.step_func_done(function() {
assert_false(triggered, "Only one loadstart event should be dispatched");
triggered = true;
assert_equals(reader.readyState, FileReader.LOADING,
"readyState must be LOADING")
assert_throws("InvalidStateError", function () {
reader.readAsArrayBuffer(blob_2)
})
});
reader.readAsArrayBuffer(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
}, 'test FileReader InvalidStateError exception in onloadstart event for readAsArrayBuffer');
async_test(function() {
var blob_1 = new Blob(['TEST000000001'])
var blob_2 = new Blob(['TEST000000002'])
var reader = new FileReader();
reader.onloadend = this.step_func_done(function() {
assert_equals(reader.readyState, FileReader.LOADING,
"readyState must be LOADING")
reader.readAsArrayBuffer(blob_2)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
});
reader.readAsArrayBuffer(blob_1)
assert_equals(reader.readyState, FileReader.LOADING, "readyState Must be LOADING")
}, 'test FileReader no InvalidStateError exception in onloadstart event for readAsArrayBuffer');
</script>
| axinging/chromium-crosswalk | third_party/WebKit/LayoutTests/imported/wpt/FileAPI/reading-data-section/FileReader-multiple-reads.html | HTML | bsd-3-clause | 3,048 |
<BODY>
Demo/Test SVG area. Tiny line is integrated to render-to-texture - however a full implementation is
to follow rendering SVG to OpenGL geometric shapes.
</BODY> | TomyLobo/Slick | src/main/java/org/newdawn/slick/svg/package.html | HTML | bsd-3-clause | 166 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Grid Layout Test: parsing grid-area with valid values</title>
<link rel="author" title="Eric Willigers" href="mailto:[email protected]">
<link rel="help" href="https://drafts.csswg.org/css-grid-1/#propdef-grid-area">
<meta name="assert" content="grid-area supports the full grammar '<grid-line> [ / <grid-line> ]{0,3}'.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/parsing-testcommon.js"></script>
</head>
<body>
<script>
// auto
test_valid_value("grid-area", "auto");
test_valid_value("grid-area", "auto / auto", "auto");
test_valid_value("grid-area", "auto / auto / auto", "auto");
test_valid_value("grid-area", "auto / auto / auto / auto", "auto");
test_valid_value("grid-area", "AuTo", "auto");
test_valid_value("grid-row", "auto");
test_valid_value("grid-row", "auto/auto", "auto");
test_valid_value("grid-column-end", "AuTo", "auto");
// <custom-ident>
test_valid_value("grid-area", "--a");
test_valid_value("grid-row", "-zπ");
test_valid_value("grid-row", "-zπ/-zπ", "-zπ");
test_valid_value("grid-row", "i / i", "i");
test_valid_value("grid-row-start", "AZ");
test_valid_value("grid-column-start", "-_π");
test_valid_value("grid-row-end", "_9");
// <integer> && <custom-ident>?
test_valid_value("grid-area", "1");
test_valid_value("grid-area", "+90 -a-", "90 -a-");
test_valid_value("grid-row", "az 2", "2 az");
test_valid_value("grid-column", "9");
test_valid_value("grid-column", "-19 zA");
test_valid_value("grid-column", "-A0 33", "33 -A0");
test_valid_value("grid-row-start", "-19");
test_valid_value("grid-row-start", "9 -Z_");
test_valid_value("grid-column-start", "+90", "90");
test_valid_value("grid-column-start", "Z -44", "-44 Z");
test_valid_value("grid-row-end", "1 -πA");
test_valid_value("grid-column-end", "π_ +5", "5 π_");
// span && [ <integer> || <custom-ident> ]
test_valid_value("grid-area", "span 2 i");
test_valid_value("grid-area", "i 2 SpAn", "span 2 i");
test_valid_value("grid-row", "span 2");
test_valid_value("grid-column", "i SpAn", "span i");
test_valid_value("grid-row-start", "span i");
test_valid_value("grid-column-start", "SpAn i 2", "span 2 i");
test_valid_value("grid-row-end", "2 i span", "span 2 i");
test_valid_value("grid-column-end", "2 SpAn", "span 2");
// <grid-line> [ / <grid-line> ]{0,3}
test_valid_value("grid-area", "auto / i");
test_valid_value("grid-area", "auto / i / auto / i", "auto / i");
test_valid_value("grid-area", "auto / i / auto / 2 i");
test_valid_value("grid-area", "1 / i / auto / i", "1 / i");
test_valid_value("grid-area", "1 / auto / auto / auto", "1");
test_valid_value("grid-area", "1 / auto / i / auto", "1 / auto / i");
test_valid_value("grid-area", "1 / j / i / k");
test_valid_value("grid-area", "1 / auto / 2 / auto", "1 / auto / 2");
test_valid_value("grid-area", "1 / i / 2 / auto");
test_valid_value("grid-area", "i / i / auto / auto");
test_valid_value("grid-area", "i / auto / i / auto", "i / auto");
test_valid_value("grid-area", "auto / i / 2 j");
test_valid_value("grid-area", "auto / i / 2 j / span 3 k");
test_valid_value("grid-row", "auto / i");
test_valid_value("grid-row", "i / auto");
test_valid_value("grid-row", "2 i / auto", "2 i");
test_valid_value("grid-row", "1 / auto", "1");
test_valid_value("grid-column", "2 j / span 3 k");
// https://github.com/w3c/csswg-drafts/issues/2858
// '\\31 st' in Blink, Firefox, EdgeHTML and Safari serialize invalid values.
test_valid_value("grid-column-end", "\\31st", ["\\31 st", "\\31st"]);
test_valid_value("grid-column-end", "\\31 st", ["\\31 st", "\\31st"]);
test_valid_value("grid-column", "\\31st / \\31 st", ["\\31 st", "\\31st"]);
</script>
</body>
</html>
| scheib/chromium | third_party/blink/web_tests/external/wpt/css/css-grid/parsing/grid-area-valid.html | HTML | bsd-3-clause | 3,782 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scrolling Logo/Thumbnail Slider Demo - Jssor Slider, Carousel, Slideshow with Javascript Source Code</title>
</head>
<body style="font-family:Arial, Verdana;background-color:#fff;">
<!-- use jssor.slider.min.js instead for release -->
<!-- jssor.slider.min.js = (jssor.js + jssor.slider.js) -->
<script type="text/javascript" src="../js/jssor.js"></script>
<script type="text/javascript" src="../js/jssor.slider.js"></script>
<script>
jssor_slider1_starter = function (containerId) {
var options = {
$AutoPlay: true, //[Optional] Whether to auto play, to enable slideshow, this option must be set to true, default value is false
$AutoPlaySteps: 1, //[Optional] Steps to go for each navigation request (this options applys only when slideshow disabled), the default value is 1
$AutoPlayInterval: 0, //[Optional] Interval (in milliseconds) to go for next slide since the previous stopped if the slider is auto playing, default value is 3000
$PauseOnHover: 4, //[Optional] Whether to pause when mouse over if a slider is auto playing, 0 no pause, 1 pause for desktop, 2 pause for touch device, 3 pause for desktop and touch device, 4 freeze for desktop, 8 freeze for touch device, 12 freeze for desktop and touch device, default value is 1
$ArrowKeyNavigation: true, //[Optional] Allows keyboard (arrow key) navigation or not, default value is false
$SlideEasing: $JssorEasing$.$EaseLinear, //[Optional] Specifies easing for right to left animation, default value is $JssorEasing$.$EaseOutQuad
$SlideDuration: 1600, //[Optional] Specifies default duration (swipe) for slide in milliseconds, default value is 500
$MinDragOffsetToSlide: 20, //[Optional] Minimum drag offset to trigger slide , default value is 20
$SlideWidth: 140, //[Optional] Width of every slide in pixels, default value is width of 'slides' container
//$SlideHeight: 100, //[Optional] Height of every slide in pixels, default value is height of 'slides' container
$SlideSpacing: 0, //[Optional] Space between each slide in pixels, default value is 0
$DisplayPieces: 7, //[Optional] Number of pieces to display (the slideshow would be disabled if the value is set to greater than 1), the default value is 1
$ParkingPosition: 0, //[Optional] The offset position to park slide (this options applys only when slideshow disabled), default value is 0.
$UISearchMode: 1, //[Optional] The way (0 parellel, 1 recursive, default value is 1) to search UI components (slides container, loading screen, navigator container, arrow navigator container, thumbnail navigator container etc).
$PlayOrientation: 1, //[Optional] Orientation to play slide (for auto play, navigation), 1 horizental, 2 vertical, 5 horizental reverse, 6 vertical reverse, default value is 1
$DragOrientation: 1 //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2 vertical, 3 either, default value is 1 (Note that the $DragOrientation should be the same as $PlayOrientation when $DisplayPieces is greater than 1, or parking position is not 0)
};
var jssor_slider1 = new $JssorSlider$(containerId, options);
//responsive code begin
//you can remove responsive code if you don't want the slider scales while window resizes
function ScaleSlider() {
var parentWidth = jssor_slider1.$Elmt.parentNode.clientWidth;
if (parentWidth)
jssor_slider1.$ScaleWidth(Math.min(parentWidth, 980));
else
$Jssor$.$Delay(ScaleSlider, 30);
}
ScaleSlider();
$Jssor$.$AddEvent(window, "load", ScaleSlider);
$Jssor$.$AddEvent(window, "resize", $Jssor$.$WindowResizeFilter(window, ScaleSlider));
$Jssor$.$AddEvent(window, "orientationchange", ScaleSlider);
//responsive code end
};
</script>
<!-- Jssor Slider Begin -->
<!-- To move inline styles to css file/block, please specify a class name for each element. -->
<div id="slider1_container" style="position: relative; top: 0px; left: 0px; width: 980px; height: 100px; overflow: hidden; ">
<!-- Loading Screen -->
<div u="loading" style="position: absolute; top: 0px; left: 0px;">
<div style="filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block;
background-color: #000; top: 0px; left: 0px;width: 100%;height:100%;">
</div>
<div style="position: absolute; display: block; background: url(../img/loading.gif) no-repeat center center;
top: 0px; left: 0px;width: 100%;height:100%;">
</div>
</div>
<!-- Slides Container -->
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 980px; height: 100px; overflow: hidden;">
<div><img u="image" alt="amazon" src="../img/logo/amazon.jpg" /></div>
<div><img u="image" alt="android" src="../img/logo/android.jpg" /></div>
<div><img u="image" alt="bitly" src="../img/logo/bitly.jpg" /></div>
<div><img u="image" alt="blogger" src="../img/logo/blogger.jpg" /></div>
<div><img u="image" alt="dnn" src="../img/logo/dnn.jpg" /></div>
<div><img u="image" alt="drupal" src="../img/logo/drupal.jpg" /></div>
<div><img u="image" alt="ebay" src="../img/logo/ebay.jpg" /></div>
<div><img u="image" alt="facebook" src="../img/logo/facebook.jpg" /></div>
<div><img u="image" alt="google" src="../img/logo/google.jpg" /></div>
<div><img u="image" alt="ibm" src="../img/logo/ibm.jpg" /></div>
<div><img u="image" alt="ios" src="../img/logo/ios.jpg" /></div>
<div><img u="image" alt="joomla" src="../img/logo/joomla.jpg" /></div>
<div><img u="image" alt="linkedin" src="../img/logo/linkedin.jpg" /></div>
<div><img u="image" alt="mac" src="../img/logo/mac.jpg" /></div>
<div><img u="image" alt="magento" src="../img/logo/magento.jpg" /></div>
<div><img u="image" alt="pinterest" src="../img/logo/pinterest.jpg" /></div>
<div><img u="image" alt="samsung" src="../img/logo/samsung.jpg" /></div>
<div><img u="image" alt="twitter" src="../img/logo/twitter.jpg" /></div>
<div><img u="image" alt="windows" src="../img/logo/windows.jpg" /></div>
<div><img u="image" alt="wordpress" src="../img/logo/wordpress.jpg" /></div>
<div><img u="image" alt="youtube" src="../img/logo/youtube.jpg" /></div>
</div>
<a style="display: none" href="http://www.jssor.com">Image Slider</a>
<!-- Trigger -->
<script>
jssor_slider1_starter('slider1_container');
</script>
</div>
<!-- Jssor Slider End -->
</body>
</html> | bhdm/wzc | src/Wzc/MainBundle/Resources/public/JssorSlider/demos-no-jquery/scrolling-logo-thumbnail-slider.source.html | HTML | mit | 7,712 |
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Snapping & Splitting</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<style type="text/css">
.olControlEditingToolbar .olControlModifyFeatureItemInactive {
background-position: -1px 0px ;
}
.olControlEditingToolbar .olControlModifyFeatureItemActive {
background-position: -1px -23px ;
}
label.head {
font-weight: bold;
padding: 1em 0 0.1em 0;
border-bottom: 1px solid grey;
}
td {
padding: 0.25em 1em;
}
tr.head td {
text-align: center;
font-weight: bold;
}
</style>
<script src="../lib/Firebug/firebug.js"></script>
<script src="../lib/OpenLayers.js"></script>
<script type="text/javascript">
OpenLayers.Feature.Vector.style['default']['strokeWidth'] = '2';
function init() {
initMap();
initUI();
}
var map, draw, modify, snap, split, vectors;
function initMap() {
map = new OpenLayers.Map('map');
var styles = new OpenLayers.StyleMap({
"default": new OpenLayers.Style(null, {
rules: [
new OpenLayers.Rule({
symbolizer: {
"Point": {
pointRadius: 5,
graphicName: "square",
fillColor: "white",
fillOpacity: 0.25,
strokeWidth: 1,
strokeOpacity: 1,
strokeColor: "#333333"
},
"Line": {
strokeWidth: 3,
strokeOpacity: 1,
strokeColor: "#666666"
}
}
})
]
}),
"select": new OpenLayers.Style({
strokeColor: "#00ccff",
strokeWidth: 4
}),
"temporary": new OpenLayers.Style(null, {
rules: [
new OpenLayers.Rule({
symbolizer: {
"Point": {
pointRadius: 5,
graphicName: "square",
fillColor: "white",
fillOpacity: 0.25,
strokeWidth: 1,
strokeOpacity: 1,
strokeColor: "#333333"
},
"Line": {
strokeWidth: 3,
strokeOpacity: 1,
strokeColor: "#00ccff"
}
}
})
]
})
});
// create three vector layers
vectors = new OpenLayers.Layer.Vector("Lines", {
isBaseLayer: true,
strategies: [new OpenLayers.Strategy.Fixed()],
protocol: new OpenLayers.Protocol.HTTP({
url: "data/roads.json",
format: new OpenLayers.Format.GeoJSON()
}),
styleMap: styles,
maxExtent: new OpenLayers.Bounds(
1549471.9221, 6403610.94, 1550001.32545, 6404015.8
)
});
map.addLayer(vectors);
// configure the snapping agent
snap = new OpenLayers.Control.Snapping({layer: vectors});
map.addControl(snap);
snap.activate();
// configure split agent
split = new OpenLayers.Control.Split({
layer: vectors,
source: vectors,
tolerance: 0.0001,
eventListeners: {
aftersplit: function(event) {
flashFeatures(event.features);
}
}
});
map.addControl(split);
split.activate();
// add some editing tools to a panel
var panel = new OpenLayers.Control.Panel({
displayClass: "olControlEditingToolbar"
});
draw = new OpenLayers.Control.DrawFeature(
vectors, OpenLayers.Handler.Path,
{displayClass: "olControlDrawFeaturePoint", title: "Draw Features"}
);
modify = new OpenLayers.Control.ModifyFeature(
vectors, {displayClass: "olControlModifyFeature", title: "Modify Features"}
);
panel.addControls([
new OpenLayers.Control.Navigation({title: "Navigate"}),
draw, modify
]);
map.addControl(panel);
map.addControl(new OpenLayers.Control.MousePosition());
map.zoomToMaxExtent();
}
function flashFeatures(features, index) {
if(!index) {
index = 0;
}
var current = features[index];
if(current && current.layer === vectors) {
vectors.drawFeature(features[index], "select");
}
var prev = features[index-1];
if(prev && prev.layer === vectors) {
vectors.drawFeature(prev, "default");
}
++index;
if(index <= features.length) {
window.setTimeout(function() {flashFeatures(features, index)}, 75);
}
}
/**
* Add behavior to page elements. This basically lets us set snapping
* target properties with the checkboxes and text inputs. The checkboxes
* toggle the target node, vertex, or edge (boolean) values. The
* text inputs set the nodeTolerance, vertexTolerance, or edgeTolerance
* property values.
*/
function initUI() {
// add behavior to snap elements
var snapCheck = $("snap_toggle");
snapCheck.checked = true;
snapCheck.onclick = function() {
if(snapCheck.checked) {
snap.activate();
$("snap_options").style.display = "block";
} else {
snap.deactivate();
$("snap_options").style.display = "none";
}
};
var target, type, tog, tol;
var types = ["node", "vertex", "edge"];
var target = snap.targets[0];
for(var j=0; j<types.length; ++j) {
type = types[j];
tog = $("target_" + type);
tog.checked = target[type];
tog.onclick = (function(tog, type, target) {
return function() {target[type] = tog.checked;}
})(tog, type, target);
tol = $("target_" + type + "Tolerance");
tol.value = target[type + "Tolerance"];
tol.onchange = (function(tol, type, target) {
return function() {
target[type + "Tolerance"] = Number(tol.value) || 0;
}
})(tol, type, target);
}
// add behavior to split elements
var splitCheck = $("split_toggle");
splitCheck.checked = true;
splitCheck.onclick = function() {
if(splitCheck.checked) {
split.activate();
$("split_options").style.display = "block";
} else {
split.deactivate();
$("split_options").style.display = "none";
}
};
var edgeCheck = $("edge_toggle");
edgeCheck.checked = split.edge;
edgeCheck.onclick = function() {
split.edge = edgeCheck.checked;
};
$("clear").onclick = function() {
modify.deactivate();
vectors.destroyFeatures();
};
}
</script>
</head>
<body onload="init()">
<h1 id="title">Snapping & Splitting Example</h1>
<div id="shortdesc">A demonstration snapping and splitting while editing vector features.</div>
<div id="map" class="smallmap"></div>
<br/>
<input type="checkbox" id="snap_toggle" />
<label for="snap_toggle" class="head">Enable Snapping</label>
<table id="snap_options">
<tbody>
<tr class="head">
<td>target</td><td>node</td><td>vertex</td><td>edge</td>
</tr>
<tr>
<td>roads</td>
<td><input type="checkbox" id="target_node" /><input id="target_nodeTolerance" type="text" size="3" /></td>
<td><input type="checkbox" id="target_vertex" /><input id="target_vertexTolerance" type="text" size="3" /></td>
<td><input type="checkbox" id="target_edge" /><input id="target_edgeTolerance" type="text" size="3" /></td>
</tr>
</tbody>
</table>
<br />
<input type="checkbox" id="split_toggle" />
<label for="split_toggle" class="head">Enable Splitting</label>
<table id="split_options">
<tbody>
<tr>
<td><label for="edge_toggle">edges split</label></td>
<td><input type="checkbox" id="edge_toggle" /></td>
</tr>
</tbody>
</table>
<br />
<button id="clear">clear</button> Clear all features.
</body>
</html>
| spatindsaongo/geos | web/js/openlayers/examples/snap-split.html | HTML | mit | 10,359 |
{% extends "base.html" %}
{% load i18n %}
{% load core_tags %}
{% load gravatar %}
{% block profile-bar-admin %}active{% endblock %}
{# This is included here instead of subclassing base_profile because we don't control all the views, and can't set the `profile` variable reliably #}
{% block subnav-bar %}
<!-- BEGIN project bar -->
<div id="project_bar">
<div class="wrapper">
<div class="project-title">
<h2>
<a href="{{ user.profile.get_absolute_url }}">
{% gravatar user.email 30 %}
</a>
{{ user }}
{% if user.get_full_name %}
({{ user.get_full_name}})
{% endif %}
</h2>
</div>
<div class="options">
<ul>
<li class="{% block profile-bar-profile %}{% endblock %}"><a href="{{ user.profile.get_absolute_url }}">{% trans "Profile" %}</a></li>
<li class="active"><a href="{% url "profiles_profile_edit" %}"><i class="gear"></i>{% trans "Admin" %}</a></li>
</ul>
</div>
</div>
</div>
<!-- END project bar -->
{% endblock %}
{% block content %}
<div id="project_edit" class="module">
<div class="wrapper">
<div class="navigable">
<ul>
<li class="{% block profile-admin-details %}{% endblock %}"><a href="{% url 'profiles_profile_edit' %}">{% trans "Details" %}</a></li>
<li class="{% block profile-admin-social-accounts %}{% endblock %}"><a href="{% url 'socialaccount_connections' %}">{% trans "Social Accounts" %}</a></li>
<li class="{% block profile-admin-change-password %}{% endblock %}"><a href="{% url 'account_change_password' %}">{% trans "Change Password" %}</a></li>
<li class="{% block profile-admin-change-email %}{% endblock %}"><a href="{% url 'account_email' %}">{% trans "Change Email" %}</a></li>
<li class="{% block profile-admin-gold-edit %}{% endblock %}"><a href="{% url 'gold_register' %}">{% trans "Gold" %}</a></li>
</ul>
<div>
<h2>{% block edit_content_header %}{% endblock %}</h2>
{% block edit_content %}
{% endblock %}
</div>
</div>
</div>
</div>
{% endblock %}
| SteveViss/readthedocs.org | readthedocs/templates/profiles/base_profile_edit.html | HTML | mit | 2,120 |
<blockquote>
<h2>header</h2>
<p>paragraph</p>
<ul>
<li>li</li>
</ul>
<hr />
<p>paragraph</p>
</blockquote> | Urbannet/cleanclean | yii2/vendor/erusev/parsedown/test/data/compound_blockquote.html | HTML | bsd-3-clause | 106 |
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>Encrypted Media Extensions: Check encryptionScheme with DRM</title>
<link rel="help" href="https://w3c.github.io/encrypted-media/">
<!-- Web Platform Test Harness scripts -->
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<!-- Helper scripts for Encrypted Media Extensions tests -->
<script src=/encrypted-media/util/utils.js></script>
<script src=/encrypted-media/util/utf8.js></script>
<!-- Content metadata -->
<!--<script src=/encrypted-media/content/content-metadata.js></script>-->
<!-- The script for this specific test -->
<script src=/encrypted-media/scripts/check-encryption-scheme.js></script>
</head>
<body>
<div id='log'></div>
<script>
var config = { keysystem: getSupportedKeySystem() }
runTest(config);
</script>
</body>
</html>
| chromium/chromium | third_party/blink/web_tests/external/wpt/encrypted-media/drm-check-encryption-scheme.https.html | HTML | bsd-3-clause | 955 |
<html>
<head>
<style>
progress {
width: 50px;
height: 50px;
-webkit-appearance: none;
background-color: red; /* should not be visible */
}
</style>
</head>
<body>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: vertical-lr;"></progress>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: vertical-rl;"></progress>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: horizontal-tb;"></progress>
<progress min=0 value=30 max=100 style="-webkit-writing-mode: horizontal-bt;"></progress>
</body>
</html>
| hujiajie/chromium-crosswalk | third_party/WebKit/LayoutTests/fast/dom/HTMLProgressElement/progress-writing-mode.html | HTML | bsd-3-clause | 543 |
<section id='reportsSection'>
<section id='reportFilters'>
<h3>{{=T("Location")}}</h3>
<section class='locationFilters'>
<span id='l0_report'>
<label for='l0_reports'>{{=COUNTRY}}:</label>
<select id='l0_reports'>
<option value='' class='none'>{{=CHOOSE_COUNTRY}}</option>
</select>
</span>
<span id='l1_report'>
<label for='l1_reports'></label>
<select id='l1_reports'></select>
</span>
<span id='l2_report'>
<label for='l2_reports'></label>
<select id='l2_reports'></select>
</span>
<span id='l3_report'>
<label for='l3_reports'></label>
<select id='l3_reports'></select>
</span>
<!--
<span id='l4_report'>
<label for='l4_reports'></label>
<select id='l4_reports'></select>
<span id='l5_report'>
<label for='l5_reports'></label>
<select id='l5_reports'></select>
</span>-->
<span id='lx_report_throbber' class='throbber hidden'></span>
</section>
<h3>{{=T("Date Range")}}</h3>
<section class='dateFilters'>
<label for='dateFromReports'>{{=T("FROM")}}</label>
<input id='dateFromReports' />
<label for='dateToReports'>{{=T("TO")}}</label>
<input id='dateToReports' />
</section>
<h3>{{=T("Type")}}</h3>
<section class='typeFilters'>
<div>
<input id='indicatorsCheckbox' type='checkbox' value='indicators' checked />
<label for='indicatorsCheckbox'>{{=T("Indicators")}}</label>
</div>
<div>
<input id='mapCheckbox' type='checkbox' value='map' checked />
<label for='mapCheckbox'>{{=T("Map")}}</label>
</div>
<div><input id='imagesCheckbox' type='checkbox' value='images' checked />
<label for='imagesCheckbox'>{{=T("Images")}}</label>
</div>
<div>
<input id='reportsCheckbox' type='checkbox' value='reports' checked />
<label for='reportsCheckbox'>{{=T("Other reports")}}</label>
</div>
<div>
<input id='demographicsCheckbox' type='checkbox' value='demographics' checked />
<label for='demographicsCheckbox'>{{=T("Demographic Data")}}</label>
</div>
</section>
<div id='filterSubmit' class='filter'>{{=T("Filter")}}</div>
</section>
<section id='reportsContent'>
<div id='numberReports'></div>
<div id='table-container'>
{{#=s3.report}}
</div>
<div class='approvalScreen'>
<p class='thanks'>{{=T("Thank you for your approval")}}.</p>
<p class='return2reports'><a href='#reports'>{{=T("Back to the main screen")}}</a></p>
</div>
</section>
<section id='reportsHeader'>
<h2>{{=T("REPORTS")}}</h2>
<div id='reportsToggle'>
<div class='allReports active'>{{=T("ALL REPORTS")}}</div>
<div>|</div>
<div class='myReports'><a href="javascript:toggleReports('myReports')" title='My Reports'>{{=T("MY REPORTS")}}</a></div>
</div>
<div class='panelSearch'>
<input id='reportTextSearch' class='rounded' type='text' name='reportsSearch' />
<div class='panelSearchSubmit'></div>
</div>
<div class='closePanel'></div>
</section>
</section>
| tudorian/eden | views/vulnerability/report.html | HTML | mit | 3,281 |
<div>
Use default maven settings (<tt>$HOME/.m2/settings.xml</tt>) as set on build node.
</div> | github-api-test-org/jenkins | core/src/main/resources/jenkins/mvn/DefaultSettingsProvider/help.html | HTML | mit | 99 |
{{+partials.standard_extensions_article article:intros.api_index is_apps:false}}
| plxaye/chromium | src/chrome/common/extensions/docs/templates/public/extensions/api_index.html | HTML | apache-2.0 | 81 |
<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>
| XiaosongWei/chromium-crosswalk | third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload-sync.html | HTML | bsd-3-clause | 494 |
<!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>
| nwjs/chromium.src | third_party/blink/web_tests/fast/js/regress/int-or-other-add.html | HTML | bsd-3-clause | 302 |
<!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>
| scheib/chromium | third_party/blink/web_tests/fast/events/mouseenter-mouseleave-inline-attributes.html | HTML | bsd-3-clause | 2,838 |
<!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: [email protected] (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>
| AppScale/appinventor | war/closure-library-20120710-r2029/closure/goog/ui/tabbarrenderer_test.html | HTML | mit | 5,321 |
<!DOCTYPE html>
<html>
<head>
<title>CSS Test (Transforms): Simple Backface-Visibility, rotatex(180deg) on Table</title>
<link rel="author" title="Aryeh Gregor" href="mailto:[email protected]">
<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>
| scheib/chromium | third_party/blink/web_tests/external/wpt/css/css-transforms/transform3d-backface-visibility-003.html | HTML | bsd-3-clause | 867 |
<!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> | RobertMyles/RobertMyles.github.io | tags/webscraping/page/1/index.html | HTML | mit | 199 |
<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> | nwjs/chromium.src | third_party/blink/manual_tests/fullscreen/full-screen-zero-width.html | HTML | bsd-3-clause | 531 |
<!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>
| Mertiozys/thelia.github.io | api/master/Thelia/Model/Base/ProductI18nQuery.html | HTML | mit | 102,558 |
<html>
<frameset cols="50%,*">
<frame src="full_tab_sub_frame1.html" />
<frame src="full_tab_sub_frame2.html" />
</frameset>
</html> | plxaye/chromium | src/chrome_frame/test/data/full_tab_sub_frame_main.html | HTML | apache-2.0 | 136 |
<li>Uno</li>
<li>Dos</li>
<li>Tres</li>
<li>Cuatro</li>
<li>Cinco</li>
<li>Seis</li> | february29/Learning | web/vue/AccountBook-Express/node_modules/pug/test/output/block-code.html | HTML | mit | 85 |
<!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>
| zhouhuiqiong/201602node_homework | 第2组 刘成军/高姗/第二周作业/public/Font-Awesome-master/Font-Awesome-master/src/3.2.1/icon/compass/index.html | HTML | mit | 10,096 |
<!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> | frangucc/gamify | www/lib/json3/index.html | HTML | mit | 10,133 |
<!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>
| neelshah23/screencasts | introToD3/examples/code/snapshot41/index.html | HTML | mit | 327 |
<!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="[email protected]">
<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>
| youtube/cobalt | third_party/web_platform_tests/referrer-policy/origin-only/meta-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html | HTML | bsd-3-clause | 1,965 |
<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>
| bocharsky-bw/bionic-symfony | web/libs/bootstrap-3.1.1/docs/_includes/nav-components.html | HTML | mit | 5,109 |
<!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>
| youtube/cobalt | third_party/web_platform_tests/html/browsers/browsing-the-web/unloading-documents/unload/006-1.html | HTML | bsd-3-clause | 374 |
<!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>
| zhanglei13/zeppelin | zeppelin-client/src/asserts/codemirror-5.10/mode/asciiarmor/index.html | HTML | apache-2.0 | 1,289 |
<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>
| gabrielmancini/interactor | src/demo/meteor/app.html | HTML | bsd-2-clause | 1,859 |
<!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>
| keepeye/fragments | 前端/模板/后台模板/sb-admin-2-1.0.7/pages/buttons.html | HTML | mit | 32,435 |
<!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>
| jtauber/online-reader | docs/static-paginated-perseus4/166.html | HTML | mit | 914 |
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include header.html %}
</body>
</html>
| asongyu/asongyu.github.io | _layouts/front.html | HTML | mit | 119 |
<!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> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4a8dc3735cfb30dfe67df1e81b34cc2874bb35249f86e97f47f7b6c4c8a513b9.html | HTML | mit | 550 |
<!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> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/681d9847ad2cd7ce4b8bb15ea4303f3d7502166a9726c56a7fe97eeaca10762a.html | HTML | mit | 550 |
<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>
| attraction11/projects | angular-node-sportsMall/public/views/placeOrder.html | HTML | mit | 2,756 |
<!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> | iultimatez/PTTScraper | result/M.1419005416.A.F32.html | HTML | mit | 44,250 |
<!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>
| cfenzo/ractive-transitions-velocity | test/index.html | HTML | mit | 684 |
<!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> | christoph-phillips/URLShortenerAPI | public/index.html | HTML | mit | 1,466 |
{{<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}}
| gup-dwp/pip-prototype | app/views/pip14a/gettingOn.html | HTML | mit | 8,053 |
---
# 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>
| JeniT/childs-guide-to-parliament | members/mr-andrew-love.html | HTML | mit | 2,411 |
{% 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>
| RimWorldMod/RimWorldMod.github.io | _includes/author-profile.html | HTML | mit | 7,543 |
<!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:[email protected]"><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>
| dromologue/dromologue.github.io | _site/devops-summit-complete-compliance-in-coding-is-an/index.html | HTML | mit | 11,145 |
<!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>
| amirbawab/GraphADT | documentation/package-frame.html | HTML | mit | 745 |
<!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>
| timbrock/flexile.js | src/js/tests/flexile-tests-runner.html | HTML | mit | 855 |
<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>
| Silveryard/Car_System | Old/3rdParty/fmodstudioapi10802linux/doc/FMOD Studio Programmers API for Linux/content/generated/FMOD_DSP_GETPARAM_FLOAT_CALLBACK.html | HTML | mit | 2,804 |
<!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>
| trungjc/quanlyhocsinh | pages/user/edit-permission.html | HTML | mit | 22,040 |
<!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> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/b49ac23dc9df07614076ab4802fb1df030cf3304d54486fe355c95263f2c5f62.html | HTML | mit | 550 |
<!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>
| mayaman/p5js-website | ko/showcase/index.html | HTML | mit | 13,199 |
<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>
| mcheang20/mcheang20.github.io | _includes/head.html | HTML | mit | 2,426 |
<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>
| slowe/panelshows | people/de1s3mno.html | HTML | mit | 1,596 |
<!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>
| tudousi/tudousi.github.io | _site/tools/2015/02/27/xampp-access-forbidden/index.html | HTML | mit | 10,479 |
<!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>
| v8-dox/v8-dox.github.io | 20127e0/html/classv8__inspector_1_1V8StackTrace.html | HTML | mit | 8,714 |
<!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> | baochuquan/B2Cyicai | register.html | HTML | mit | 7,959 |
<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>
| ttair/TuxSinbad | Docs/api/html/OgreRenderSystemCapabilitiesManager_8h_source.html | HTML | mit | 12,274 |
<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%"> | amq/edu-spa | src/app/components/learn/division.component.html | HTML | mit | 1,061 |
<!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>
| shane-williams-dev/Reminder-App | doc/second_tier/package-summary.html | HTML | mit | 5,023 |
<!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
-->
| GoC-Spending/data-corporations | html/234567042498.html | HTML | mit | 257,192 |
<!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>
| qsrahman/Quintus-Demos | spaceship/spaceship.html | HTML | mit | 5,930 |
<!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>
| leephillips/FOTPweb | templates/configure_slideshow.html | HTML | mit | 3,846 |
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script type="text/javascript" src="app.js"></script>
</body> | jan-trojanowski/vanilla-js-calendar | index.html | HTML | mit | 144 |
<!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>
| isacm94/Practica2_Servidor | doc/function-date_range.html | HTML | mit | 57,750 |
<!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>
| BILLYHO/Resume | index.html | HTML | mit | 4,918 |
---
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 <[email protected]> 1301511835 -0700
committer Scott Chacon <[email protected]> 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>
| 01walid/gitscm-next | app/views/blog/progit/2011-07-11-reset.html | HTML | mit | 21,015 |
<!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>
| bruce-lcf/bruce-lcf.github.io | _site/hatching-any-eggs-by-pomeg-glith/index.html | HTML | mit | 15,825 |
<!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> | rango1900/MindTrails | core/src/main/resources/templates/admin/export.html | HTML | mit | 5,272 |
<!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> | NathanHarrington/NathanHarrington.github.io | posts/stage-four-value-propositions.html | HTML | mit | 19,127 |
<!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: "[email protected]"
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>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.7.1/printf/1.0.2.html | HTML | mit | 6,658 |
<!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: "[email protected]"
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>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.12.0-2.0.8/released/8.14.0/dpdgraph/1.0+8.14.html | HTML | mit | 8,429 |
<!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: "[email protected]"
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>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.1/bertrand/8.8.0.html | HTML | mit | 7,539 |
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>
| ML-SWAT/Web2KnowledgeBase | webkb/other/texas/http:^^www.cs.utexas.edu^users^lam^NRL^network_security.html | HTML | mit | 5,159 |
<template name="layout">
<div class="container">
{{> header}}
{{> toasts}}
{{> yield}}
{{> footer}}
</div>
</template> | ImproveCoimbra/ceres | client/views/application/layout.html | HTML | mit | 129 |
<head>
<title>Commerces</title>
</head>
<body></body>
| Menesys/camille_vasseur_partiel_meteor | client/main.html | HTML | mit | 56 |
---
sitemap:
tags:
changefreq: monthly
priority: 0.4
---
Post which defines custom sitemap tags in YAML metadata.
| kevinoid/jekyll-sitemap | spec/fixtures/_posts/2017-08-10-post-sitemap-tags.html | HTML | mit | 125 |
<!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> | elstamey/elstamey.github.io | networks.html | HTML | mit | 10,910 |
---
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>
| mooniak/colombore | long.html | HTML | mit | 1,081 |
<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>
| melihovv/todos-laravel-angularjs | resources/assets/templates/tasks/show.html | HTML | mit | 343 |
{% 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 %}
| DreamWFJ/Everyeye | app/templates/macro/__article__.html | HTML | mit | 549 |
<!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>
| elmerland/elmerland | gnu/File-Position-Primitive.html | HTML | mit | 13,448 |
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Instagram Fancybox</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="route.png" />
<link rel="stylesheet" href="lib/leaflet/leaflet.css" />
<link rel="stylesheet" href="lib/fancybox/jquery.fancybox.css" />
<link rel="stylesheet" href="../dist/Leaflet.Instagram.css" />
<link rel="stylesheet" href="css/map.css" />
</head>
<body>
<div id="map"></div>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<script src="lib/fancybox/jquery.fancybox.pack.js"></script>
<script src="lib/reqwest.min.js"></script>
<script src="lib/leaflet/leaflet.js"></script>
<script src="../dist/Leaflet.Instagram.Fancybox.js"></script>
<script>
var map = L.map('map', {
maxZoom: 15
}).fitBounds([[59.22, 5.78], [59.28,5.89]]);
L.tileLayer('http://opencache.statkart.no/gatekeeper/gk/gk.open_gmaps?layers=norges_grunnkart&zoom={z}&x={x}&y={y}', {
attribution: '© <a href="http://kartverket.no/">Kartverket</a>'
}).addTo(map);
L.instagram.fancybox('http://turban.cartodb.com/api/v2/sql?q=SELECT * FROM instagram WHERE the_geom %26%26 ST_SetSRID(ST_MakeBox2D(ST_Point(5.727, 59.124), ST_Point(5.924, 59.305)), 4326)'
).addTo(map);
</script>
</body>
</html> | turban/Leaflet.Instagram | examples/fancybox.html | HTML | mit | 1,321 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }}</title>
<meta name="author" content="{{ site.name }}" />
<meta name="description" content="{{ site.description }}">
<link rel="shortcut icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="{{ site.baseurl }}/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="{{ site.baseurl }}/css/pure-min.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="{{ site.baseurl }}/css/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="{{ site.baseurl }}/css/grids-responsive-min.css">
<!--<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="{{ site.baseurl }}/css/blog-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="{{ site.baseurl }}/css/blog.css">
<!--<![endif]-->
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<h1 class="brand-title">{{ site.name }}</h1>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item">
<a href="{{ site.baseurl }}/" class="pure-button">Home</a>
</li>
<li class="nav-item">
<a href="{{ site.baseurl }}/about/" class="pure-button">About</a>
</li>
<li class="nav-item">
<a href="{{ site.baseurl }}/archive/" class="pure-button">Archive</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="content pure-u-1 pure-u-md-3-4">
{{ content }}
</div>
</div>
{% include analytics.html %}
</body>
</html>
| fernandocortez/fernandocortez.github.io | _layouts/default.html | HTML | mit | 2,159 |
{% if results %}
<p>
Mostrando <b>{{ results.items|length }}</b> de <b>{{ results.total }}</b> presupuestos{% if year != -1 %} del año {{ year }}{% endif %}{% if query %} con "<i>{{ query }}</i>"{% endif %}
{% if results.pages > 1 %}
{% if results.has_prev %}
<a href="#" class="aimg" onclick="loadDoc('{{ url_for('search_budgets', query=query, page=results.prev_num) }}');">
<img class="textcentered" src="{{ url_for('static', filename='images/201-previous.png') }}" alt="Anterior" height="40" width="40">
</a>
{% else %}
<img class="grayscale textcentered" src="{{ url_for('static', filename='images/201-previous.png') }}" alt="Anterior" height="40" width="40">
{% endif %}
Página <b>{{ results.page }}</b> de <b>{{ results.pages }}</b>
{% if results.has_next %}
<a href="#" class="aimg" onclick="loadDoc('{{ url_for('search_budgets', query=query, page=results.next_num) }}');">
<img class="textcentered" src="{{ url_for('static', filename='images/201-next-1.png') }}" alt="Siguiente" height="40" width="40">
</a>
{% else %}
<img class="grayscale textcentered" src="{{ url_for('static', filename='images/201-next-1.png') }}" alt="Siguiente" height="40" width="40">
{% endif %}
{% endif %}
</p>
{% set load = 0 %}
{% include 'budgets_search_table.html' %}
{% else %}
<p class="fmerror">No se han encontrado presupuestos{% if query %} con "<i>{{ query }}</i>"{% endif %}</p>
{% endif %} | dsloop/FranERP | app/templates/budgets_search_results.html | HTML | mit | 1,654 |
<!DOCTYPE html>
<html>
<head>
<title>Classe KFadeWidgetEffect</title>
</head>
<body>
<p>Classe <b>KFadeWidgetEffect</b></p><p>Derivada de <a href='QWidget.html'>QWidget</a></p><p>Classes derivadas: <a href='.html'></a></p><p>Módulo <b>kdeui</b></p><p>Construtor: KFadeWidgetEffect():new(QWidget * )</p><p>Método: KFadeWidgetEffect():start(int=250 ) -> void</p>
</body>
</html>
| marcosgambeta/KDE4xHb | doc/classes/KFadeWidgetEffect.html | HTML | mit | 388 |
from flask import render_template
from app import app, host, port, user, passwd, db
from app.helpers.database import con_db, query_db
from app.helpers.filters import *
from app.helpers.filters import format_currency
import jinja2
from flask import request, url_for
# To create a database connection, add the following
# within your view functions:
# con = con_db(host, port, user, passwd, db)
# ROUTING/VIEW FUNCTIONS
@app.route('/', methods=['GET'])
def index():
# Create database connection
con = con_db(host, port, user, passwd, db)
# Add custom filter to jinja2 env
jinja2.filters.FILTERS['format_currency'] = format_currency
var_dict = {
"home": request.args.get("home"),
"year_built": request.args.get("year_built", '0'),
"zip_code": request.args.get("zip_code", '0'),
"list_price": request.args.get("list_price", '0'),
"min_list_price": request.args.get("min_list_price", '0'),
"max_list_price": request.args.get("max_list_price", '0'),
"beds": request.args.get("beds", '0'),
"baths": request.args.get("baths", '0'),
"sqft": request.args.get("sqft", '0'),
"dom": request.args.get("dom", '0'),
"parking": request.args.get("parking", '0'),
"prediction": request.args.get("prediction", '0'),
"bike_score": request.args.get("bike_score", '0'),
"transit_score": request.args.get("transit_score", '0'),
"walk_score": request.args.get("walk_score", '0'),
"order_by": request.args.get("order_by", "difference"),
"sort": request.args.get("sort", "ASC")
}
# Query the database
data = query_db(con, var_dict)
# Add data to dictionary
var_dict["data"] = data
return render_template('homes.html', settings=var_dict)
@app.route('/home')
def home():
# Create database connection
con = con_db(host, port, user, passwd, db)
# Add custom filter to jinja2 env
jinja2.filters.FILTERS['format_currency'] = format_currency
var_dict = {
"home": request.args.get("home"),
"year_built": request.args.get("year_built", '0'),
"zip_code": request.args.get("zip_code", '0'),
"list_price": request.args.get("list_price", '0'),
"min_list_price": request.args.get("min_list_price", '0'),
"max_list_price": request.args.get("max_list_price", '0'),
"beds": request.args.get("beds", '0'),
"baths": request.args.get("baths", '0'),
"sqft": request.args.get("sqft", '0'),
"dom": request.args.get("dom", '0'),
"parking": request.args.get("parking", '0'),
"prediction": request.args.get("prediction", '0'),
"bike_score": request.args.get("bike_score", '0'),
"transit_score": request.args.get("transit_score", '0'),
"walk_score": request.args.get("walk_score", '0'),
"order_by": request.args.get("order_by", "difference"),
"sort": request.args.get("sort", "ASC")
}
# Query the database
data = query_db(con, var_dict)
# Add data to dictionary
var_dict["data"] = data # Renders home.html.
return render_template('splash.html', settings=var_dict)
@app.route('/slides')
def about():
# Renders slides.html.
return render_template('slides.html')
@app.route('/author')
def contact():
# Renders author.html.
return render_template('author.html')
@app.errorhandler(404)
def page_not_found(error):
return render_template('404.html'), 404
@app.errorhandler(500)
def internal_error(error):
return render_template('500.html'), 500
| MonicaHsu/truvaluation | app/static/temp.html | HTML | mit | 3,588 |
<!DOCTYPE html>
<html>
<head>
<title>Flashcards</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<script src="js/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="js/checkLoggedIn.js" type="text/javascript"></script>
</head>
<body class="main">
<nav class="navbar navbar-custom">
<div class="navbar-header">
<a class="navbar-brand" href="#">Flashcards</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="logout">Sign out</a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p class="welcome">Welcome, {{NAME}}</p>
<!-- <p class="user-score">50%</p>-->
<p><a href="cards.html">View Score</a> for each card</p>
<div class="controls text-center">
<button class="btn btn-lg btn-custom"><a href="reviewcard.html">Review Cards</a></button>
<p><a href="addcard.html">Add New Cards</a></p>
</div>
</div>
</div>
</div>
</body>
</html>
| ryanwcraig/INFSCI-1025-Flashcards | Flashcards/web/home.html | HTML | mit | 1,699 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.