path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
third_party/web_platform_tests/conformance-checkers/html/elements/object/data/host-double-percent-encoded-percent-encoded-novalid.html | youtube/cobalt | <!DOCTYPE html>
<meta charset=utf-8>
<title>invalid data: host-double-percent-encoded-percent-encoded</title>
<object data="http://%ef%bc%85%ef%bc%94%ef%bc%91.com"></object>
|
views/css/main.css | CoreyAFraser/movieApp | html, body {
height: 100%;
}
#title {
height: 14%;
}
#subTitle {
padding-top: 0;
height: 6%;
}
#results {
height: 74%;
border-top: solid;
border-bottom: solid;
border-color: #ddd;
margin-top: 1%;
}
#pagination {
min-height: 6%;
font-size: 1.2em;
}
.page-title {
color: red;
font-weight: bold;
font-size: 2.2em;
}
#searchTerm > div {
display: inline-block;
}
.row {
margin-bottom: 0;
}
.pagesLinks {
margin-top: 1%;
}
.pageLink {
text-align: center;
cursor: pointer
}
.disabled {
color: black;
}
#results > div {
height: 100%;
overflow-y:auto
}
.movieContainer {
height: 40%;
padding: 0;
margin: 1% 0;
}
.movieNode, .movieInfo {
height: 100%;
}
.moviePoster {
height: 100%;
padding: 10px 5px;
}
.movieInfo {
padding: 0;
}
.movieTitleYear {
height: 75%;
padding: 0;
}
.movieTitle {
font-size: 1.7em;
height: 2.3em;
line-height: 1.1em;
padding-right: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.movieYear {
font-size: 1.3em;
height: 25%;
padding-right: 0;
}
.movieRating {
height: 1em;
color: grey;
}
.movieRating .glyphicon-star, .movieRating .glyphicon-star-empty {
height: 100%;
font-size: 3em;
}
.movieRating .glyphicon-star {
color: gold;
}
.moviePosterImg {
max-height: 100%;
max-width: 100%;
margin-left: auto;
display: block;
}
#loadingSpinner {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #b2b2b2;
opacity: 0.6;
z-index: 2;
padding-left: 0%
padding-right: 0;
white-space: normal;
border: grey;
border-style: groove;
}
#loadingSpinner img {
display: inherit;
margin: auto;
margin-top: 20%;
height: 20%;
}
@media screen and (min-width: 768px) {
html, body {
font-size: 1.5em;
}
.page-title {
max-height: 14%;
}
#subTitle {
padding-top: 3%;
}
.movieTitle {
font-size: 1em;
}
.movieYear {
font-size: .7em;
}
.movieRating .glyphicon-star, .movieRating .glyphicon-star-empty {
font-size: 1em;
}
} |
_includes/social/twitter-follow.html | jakemcclure/JakeMcClure.github.io | <a href="https://twitter.com/jake_mcclure?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="small" data-show-screen-name="false" data-show-count="true">Follow JM</a>
|
src/common/components/Button/base.css | colinmeinke/universal-js | @import "../../styles/base/config.css";
.regular {
--color-background: var( --color-block-background );
--color-font: var( --color-block-font );
--padding-x: var( --spacing-medium );
--padding-y: var( --spacing-small );
background-color: var( --color-background );
border: none;
color: var( --color-font );
font-size: inherit;
line-height: inherit;
padding: var( --padding-y ) var( --padding-x );
}
.updating {
--color-background: color( var( --color-block-background ) lightness( +25% ));
background-color: var( --color-background );
}
|
homeinventory/inventory/templates/shared/_simple_search_form.html | le4ndro/homeinventory | {% comment %}
Usage: {% include "shared/_simple_search_form.html" %}
{% endcomment %}
<form action="" method="get" class="form-inline">
<div class="input-group mb-2 mr-sm-2 mb-sm-0">
<input type="text" name="q" class="form-control"/>
</div>
<button type="submit" class="btn btn-primary">search</button>
</form>
<br>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.2/min-imports/1.0.2.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>min-imports: 18 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.7.2 / min-imports - 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>
min-imports
<small>
1.0.2
<span class="label label-success">18 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-21 08:36:37 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-21 08:36:37 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
version: "1.0.2"
maintainer: "lord@crocodile.org"
homepage: "https://github.com/vzaliva/coq-min-imports"
dev-repo: "git+https://github.com/vzaliva/coq-min-imports.git"
bug-reports: "https://github.com/vzaliva/coq-min-imports/issues"
authors: ["Vadim Zaliva"]
license: "MIT"
build: ["jbuilder" "build" "-j" jobs "@install"]
depends: [
"ocaml"
"coq" {>= "8.5"}
"extlib"
"batteries"
"jbuilder" {build}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"date:2018-04-22"
]
synopsis:
"This script will try to remove unnecessary module imports from Coq"
description: """
sources. It examines modules listed in "Require Import" statements one
by one and tries to recompile to see if their removal would cause
compilation errors."""
url {
src: "https://github.com/vzaliva/coq-min-imports/archive/v1.0.2.tar.gz"
checksum: "md5=1df90607ac535f3e2ffe008e3561333b"
}
</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-min-imports.1.0.2 coq.8.7.2</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-min-imports.1.0.2 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>16 m 57 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-min-imports.1.0.2 coq.8.7.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>18 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 4 M</p>
<ul>
<li>4 M <code>../ocaml-base-compiler.4.05.0/bin/coq-min-imports</code></li>
<li>2 K <code>../ocaml-base-compiler.4.05.0/doc/coq-min-imports/README.md</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/doc/coq-min-imports/LICENSE</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq-min-imports/opam</code></li>
<li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq-min-imports/META</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-min-imports.1.0.2</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>
|
all-data/6000-6999/6300-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">楚楚可憐</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄔㄨ<sup class="subfont">ˇ</sup> ㄔㄨ<sup class="subfont">ˇ</sup> ㄎㄜ<sup class="subfont">ˇ</sup> ㄌ|ㄢ<sup class="subfont">ˊ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">chǔ chǔ kě lián</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">本形容松枝纖弱柔美。語出南朝宋˙劉義慶˙世說新語˙言語:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>松樹子非不楚楚可憐,但永無棟梁用耳!<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>後用以形容姿態嬌媚動人,惹人憐愛;或指柔弱哀悽,讓人心生憐憫。花月痕˙第十五回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>荷生見說的楚楚可憐,便歎了一口氣,道:<img src=/cydic/dicword/fa42.gif border=0 alt=* class=fontimg valign=center>我到不是怪你。<img src=/cydic/dicword/fa43.gif border=0 alt=* class=fontimg valign=center><img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
client/template/application.html | skippednote/writ | <template name="application">
{{> header}}
{{> flashMessages}}
{{> yield}}
{{>analytics}}
</template>
|
Brew/Brew/Content/Site.css | nsipid/Brew | html {
background-color: #e2e2e2;
margin: 0;
padding: 0;
}
body {
background-color: #fff;
border-top: solid 10px #000;
color: #333;
font-size: .85em;
font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
margin: 0;
padding: 0;
}
a {
color: #333;
outline: none;
padding-left: 3px;
padding-right: 3px;
text-decoration: underline;
}
a:link, a:visited,
a:active, a:hover {
color: #333;
}
a:hover {
background-color: #c7d1d6;
}
header, footer, hgroup,
nav, section {
display: block;
}
mark {
background-color: #a6dbed;
padding-left: 5px;
padding-right: 5px;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.clear-fix:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}
h1, h2, h3,
h4, h5, h6 {
color: #000;
margin-bottom: 0;
padding-bottom: 0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h5, h6 {
font-size: 1em;
}
h5 a:link, h5 a:visited, h5 a:active {
padding: 0;
text-decoration: none;
}
/* main layout
----------------------------------------------------------*/
.content-wrapper {
margin: 0 auto;
max-width: 960px;
}
#body {
background-color: #efeeef;
clear: both;
padding-bottom: 35px;
}
.main-content {
padding-left: 10px;
padding-top: 30px;
}
header .content-wrapper {
padding-top: 20px;
}
footer {
clear: both;
background-color: #e2e2e2;
font-size: .8em;
height: 100px;
}
/* site logo
----------------------------------------------------------*/
.logo {
display: block;
width: 360px;
height: 100px;
}
/* login
----------------------------------------------------------*/
#login {
display: block;
font-size: .85em;
margin: 0 0 10px;
text-align: right;
}
#login a {
background-color: #d3dce0;
margin-left: 10px;
margin-right: 3px;
padding: 2px 3px;
text-decoration: none;
}
#login a.username {
background: none;
margin: 0;
padding: 0;
text-decoration: underline;
}
#login ul {
margin: 0;
}
#login li {
display: inline;
list-style: none;
}
/* menu
----------------------------------------------------------*/
ul#menu {
font-size: 1.3em;
font-weight: 600;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: right;
}
ul#menu li {
display: inline;
list-style: none;
padding-left: 15px;
}
ul#menu li a {
background: none;
color: #999;
text-decoration: none;
}
ul#menu li a:hover {
color: #333;
text-decoration: none;
}
/* page elements
----------------------------------------------------------*/
/* page titles */
hgroup.title {
margin-bottom: 10px;
}
hgroup.title h1, hgroup.title h2 {
display: inline;
}
hgroup.title h2 {
font-weight: normal;
margin-left: 3px;
}
/* sort recipe tabs */
.sortRecipes {
padding: 0px 0;
border-bottom: 1px solid #778;
}
.sortRecipes li:first-child {
margin-right: 30px;
}
.sortRecipes li {
list-style: none;
display: inline;
margin: 0;
}
.sortRecipes li a {
padding: 0px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}
.sortRecipes li a:link {
color: #448;
}
.sortRecipes li a:visited {
color: #667;
}
.sortRecipes li a:hover {
color: #000;
background: #AAE;
border-color: #227;
}
.sortRecipes li a#current {
background: white;
border-bottom: 1px solid white;
}
/* content */
article {
float: left;
width: 70%;
}
aside {
float: right;
width: 25%;
}
aside ul {
list-style: none;
padding: 0;
}
aside ul li {
background: url("../Images/bullet.png") no-repeat 0 50%;
padding: 2px 0 2px 20px;
}
.label {
font-weight: 700;
}
/* login page */
#loginForm {
border-right: solid 2px #c8c8c8;
float: left;
width: 55%;
}
#loginForm .validation-error {
display: block;
margin-left: 15px;
}
#loginForm .validation-summary-errors ul {
margin: 0;
padding: 0;
}
#loginForm .validation-summary-errors li {
display: inline;
list-style: none;
margin: 0;
}
#loginForm input {
width: 250px;
}
#loginForm input[type="checkbox"],
#loginForm input[type="submit"],
#loginForm input[type="button"],
#loginForm button {
width: auto;
}
#socialLoginForm {
margin-left: 40px;
float: left;
width: 40%;
}
#socialLoginForm h2 {
margin-bottom: 5px;
}
#socialLoginList button {
margin-bottom: 12px;
}
#logoutForm {
display: inline;
}
/* contact */
.contact h3 {
font-size: 1.2em;
}
.contact p {
margin: 5px 0 0 10px;
}
.contact iframe {
border: 1px solid #333;
margin: 5px 0 0 10px;
}
/* forms */
fieldset {
border: none;
margin: 0;
padding: 0;
}
fieldset legend {
display: none;
}
fieldset ol {
padding: 0;
list-style: none;
}
fieldset ol li {
padding-bottom: 5px;
}
label {
display: block;
font-size: 1.2em;
font-weight: 600;
}
label.checkbox {
display: inline;
}
input, textarea {
border: 1px solid #e2e2e2;
background: #fff;
color: #333;
font-size: 1.2em;
margin: 5px 0 6px 0;
padding: 5px;
width: 300px;
}
td input {
color: #333;
font-size: 1.2em;
margin: 5px 0 6px 0;
padding: 5px;
width: 100px;
}
textarea {
font-family: inherit;
width: 500px;
}
input:focus, textarea:focus {
border: 1px solid #7ac0da;
}
input[type="checkbox"] {
background: transparent;
border: inherit;
width: auto;
}
input[type="submit"],
input[type="button"],
button {
background-color: #d3dce0;
border: 1px solid #787878;
cursor: pointer;
font-size: 1.2em;
font-weight: 600;
padding: 7px;
margin-right: 8px;
width: auto;
}
td input[type="submit"],
td input[type="button"],
td button {
font-size: 1em;
padding: 4px;
margin-right: 4px;
}
/* info and errors */
.message-info {
border: 1px solid;
clear: both;
padding: 10px 20px;
}
.message-error {
clear: both;
color: #e80c4d;
font-size: 1.1em;
font-weight: bold;
margin: 20px 0 10px 0;
}
.message-success {
color: #7ac0da;
font-size: 1.3em;
font-weight: bold;
margin: 20px 0 10px 0;
}
.error {
color: #e80c4d;
}
/* styles for validation helpers */
.field-validation-error {
color: #e80c4d;
font-weight: bold;
}
.field-validation-valid {
display: none;
}
input.input-validation-error {
border: 1px solid #e80c4d;
}
input[type="checkbox"].input-validation-error {
border: 0 none;
}
.validation-summary-errors {
color: #e80c4d;
font-weight: bold;
font-size: 1.1em;
}
.validation-summary-valid {
display: none;
}
/* tables
----------------------------------------------------------*/
table {
border-collapse: collapse;
border-spacing: 0;
margin-top: 0.75em;
border: 0 none;
}
th {
font-size: 1.2em;
text-align: left;
border: none 0px;
padding-left: 0;
}
th a {
display: block;
position: relative;
}
th a:link, th a:visited, th a:active, th a:hover {
color: #333;
font-weight: 600;
text-decoration: none;
padding: 0;
}
th a:hover {
color: #000;
}
th.asc a, th.desc a {
margin-right: .75em;
}
th.asc a:after, th.desc a:after {
display: block;
position: absolute;
right: 0em;
top: 0;
font-size: 0.75em;
}
th.asc a:after {
content: '▲';
}
th.desc a:after {
content: '▼';
}
td {
padding: 0.25em 2em 0.25em 0em;
border: 0 none;
}
tr.pager td {
padding: 0 0.25em 0 0;
}
/********************
* Mobile Styles *
********************/
@media only screen and (max-width: 850px) {
/* header
----------------------------------------------------------*/
header .float-left,
header .float-right {
float: none;
}
/* logo */
header .site-title {
margin: 10px;
text-align: center;
}
/* login */
#login {
font-size: .85em;
margin: 0 0 12px;
text-align: center;
}
#login ul {
margin: 5px 0;
padding: 0;
}
#login li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
#login a {
background: none;
color: #999;
font-weight: 600;
margin: 2px;
padding: 0;
}
#login a:hover {
color: #333;
}
/* menu */
nav {
margin-bottom: 5px;
}
ul#menu {
margin: 0;
padding: 0;
text-align: center;
}
ul#menu li {
margin: 0;
padding: 0;
}
/* main layout
----------------------------------------------------------*/
.main-content,
.featured + .main-content {
background-position: 10px 0;
}
.content-wrapper {
padding-right: 10px;
padding-left: 10px;
}
.featured .content-wrapper {
padding: 10px;
}
/* page content */
article, aside {
float: none;
width: 100%;
}
/* ordered list */
ol.round {
list-style-type: none;
padding-left: 0;
}
ol.round li {
padding-left: 10px;
margin: 25px 0;
}
ol.round li.zero,
ol.round li.one,
ol.round li.two,
ol.round li.three,
ol.round li.four,
ol.round li.five,
ol.round li.six,
ol.round li.seven,
ol.round li.eight,
ol.round li.nine {
background: none;
}
/* forms */
input {
width: 90%;
}
/* login page */
#loginForm {
border-right: none;
float: none;
width: auto;
}
#loginForm .validation-error {
display: block;
margin-left: 15px;
}
#socialLoginForm {
margin-left: 0;
float: none;
width: auto;
}
/* footer
----------------------------------------------------------*/
footer .float-left,
footer .float-right {
float: none;
}
footer {
text-align: center;
height: auto;
padding: 10px 0;
}
footer p {
margin: 0;
}
}
|
doc/fr/upem/android/deadhal/utils/RotateGestureDetector.OnRotateGestureListener.html | alex-ception/deadhal | <!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_25) on Sun Mar 16 19:32:45 CET 2014 -->
<title>RotateGestureDetector.OnRotateGestureListener</title>
<meta name="date" content="2014-03-16">
<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="RotateGestureDetector.OnRotateGestureListener";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RotateGestureDetector.OnRotateGestureListener.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="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.SimpleOnRotateGestureListener.html" title="class in fr.upem.android.deadhal.utils"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?fr/upem/android/deadhal/utils/RotateGestureDetector.OnRotateGestureListener.html" target="_top">Frames</a></li>
<li><a href="RotateGestureDetector.OnRotateGestureListener.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">fr.upem.android.deadhal.utils</div>
<h2 title="Interface RotateGestureDetector.OnRotateGestureListener" class="title">Interface RotateGestureDetector.OnRotateGestureListener</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../fr/upem/android/deadhal/BuilderView.RotateListener.html" title="class in fr.upem.android.deadhal">BuilderView.RotateListener</a>, <a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.SimpleOnRotateGestureListener.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector.SimpleOnRotateGestureListener</a></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector</a></dd>
</dl>
<hr>
<br>
<pre>public static interface <span class="strong">RotateGestureDetector.OnRotateGestureListener</span></pre>
<div class="block">An interface representing the contract to follow for the listener</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.OnRotateGestureListener.html#onRotate(fr.upem.android.deadhal.utils.RotateGestureDetector)">onRotate</a></strong>(<a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector</a> detector)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.OnRotateGestureListener.html#onRotateBegin(fr.upem.android.deadhal.utils.RotateGestureDetector)">onRotateBegin</a></strong>(<a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector</a> detector)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.OnRotateGestureListener.html#onRotateEnd(fr.upem.android.deadhal.utils.RotateGestureDetector)">onRotateEnd</a></strong>(<a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector</a> detector)</code> </td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="onRotate(fr.upem.android.deadhal.utils.RotateGestureDetector)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onRotate</h4>
<pre>boolean onRotate(<a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector</a> detector)</pre>
</li>
</ul>
<a name="onRotateBegin(fr.upem.android.deadhal.utils.RotateGestureDetector)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>onRotateBegin</h4>
<pre>boolean onRotateBegin(<a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector</a> detector)</pre>
</li>
</ul>
<a name="onRotateEnd(fr.upem.android.deadhal.utils.RotateGestureDetector)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>onRotateEnd</h4>
<pre>void onRotateEnd(<a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils">RotateGestureDetector</a> detector)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RotateGestureDetector.OnRotateGestureListener.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="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.html" title="class in fr.upem.android.deadhal.utils"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../fr/upem/android/deadhal/utils/RotateGestureDetector.SimpleOnRotateGestureListener.html" title="class in fr.upem.android.deadhal.utils"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?fr/upem/android/deadhal/utils/RotateGestureDetector.OnRotateGestureListener.html" target="_top">Frames</a></li>
<li><a href="RotateGestureDetector.OnRotateGestureListener.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
app/components/scroller/scroller.css | everitosan/CursoUnamDemencia | :host {
flex: 1.7;
height: 100%;
}
#base {
opacity: 0;
}
#mainInfo {
font-family: 'soberana_sanslight';
padding: 0 1em;
overflow-y: scroll;
height: 100%;
}
#mainInfo .note {
border: 1px solid #333;
box-sizing: border-box;
margin: 0.5em 0;
padding: 0 0.5em;
font-family: 'soberana_sansbold';
}
#mainInfo::-webkit-scrollbar {
width: 1em;
}
#mainInfo::-webkit-scrollbar-track {
background: #E9E8E2;
}
#mainInfo::-webkit-scrollbar-thumb {
background-color: #B2B2B2;
}
|
people/e3na5vof.html | slowe/panelshows | <html>
<head>
<title>Chris Sheasby'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>Chris Sheasby's panel show appearances</h1>
<p>Chris Sheasby (born 1966-11-30<sup><a href="https://en.wikipedia.org/wiki/Chris_Sheasby">[ref]</a></sup>) has appeared in <span class="total">1</span> episodes between 2004-2004. <a href="https://en.wikipedia.org/wiki/Chris_Sheasby">Chris Sheasby on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances male" title="1"></div><span class="year">2004</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2004-11-20</strong> / <a href="../shows/fighting-talk.html">Fighting Talk</a></li>
</ol>
</div>
</body>
</html>
|
6029-82-9.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=6029-82-9.txt alt=6029-82-9.txt></img><body>
"x"
"1" "WEINER,ML, BATT,KJ, PUTMAN,DL, CURREN,RD AND YANG,LL, GENOTOXICITYEVALUATION OF LITHIUM HYPOCHLORITE, TOXICOLGY, 65(1-2):1-22, 1990"
</body></html>
|
docs/classtrees_Spark_Validate.html | CHH/Spark-Web-Framework | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title></title>
<link rel="stylesheet" href="media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<!-- Start of Class Data -->
<H2>
</H2>
<h2>Root class Zend_Validate_Abstract</h2>
<ul>
<li><a href="Spark_Validate/Spark_Validate_InstanceOf.html">Spark_Validate_InstanceOf</a></li></ul>
<p class="notes" id="credit">
Documentation generated on Sun, 13 Jun 2010 20:36:12 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</body>
</html> |
src/app/settings/setting.tpl.html | anypossiblew/map-md-client | <md-content flex layout-fill>
<md-masthead masthead-user="sc.user">
<div layout="column" style="position: relative">
<h2>设置</h2>
<cover-upload cover-uploaded="sc.mastheadUploaded(cover)"
cover-type="MASTHEAD"
class="cover-upload">
</cover-upload>
<md-tabs flex style="background-color: rgba(255,255,255,.5);"
md-selected="menuSelectedIndex"
md-dynamic-height
md-border-bottom>
<md-tab label="{{item.name}}"
ng-repeat="item in linkItems"
md-on-select="sc.tabSelected(item)">
</md-tab>
</md-tabs>
</div>
</md-masthead>
<div flex layout="column"
class="settings-pane">
<div ui-view flex class="subpage-container">
</div>
</div>
<mmd-footer layout="column">
</mmd-footer>
</md-content> |
src/app/components/list/edit-dialogbox/edit-dialogbox.component.html | thedeveloperr/boardjs | <md-input-container>
<input #listNameIn mdInput mdTextareaAutosize placeholder="Enter new name for list" [value]="oldName">
</md-input-container>
<button md-raised-button (click)="dialogRef.close({newName: listNameIn.value})">
Update List
</button>
|
buddy/template/list.html | metinex/code-challenge | <div class="row col-md-6">
<div class="list-group"></div>
</div>
|
public/templates/register.html | klopapier/poker | <div id="lobby">
<div class="modal-wrap" ng-show="!$root.username">
<div class="modal">
<p><h3>Register</h3></p>
<p class="table-requirements error" ng-show="registerError">{{registerError}}</p>
<form ng-submit="signup()">
<label for="screen-name-input">Enter your mail</label>
<input id="screen-name-input" class="input-left" type="text" ng-model="email" ng-trim="true" required>
<label for="screen-name-input">Enter your password</label>
<input id="screen-name-input" class="input-left" type="text" ng-model="password" ng-trim="true" required>
<label for="screen-name-input">Enter your username</label>
<input id="screen-name-input" class="input-left" type="text" ng-model="username" ng-trim="true" required>
<a href="/login"><p style="text-decoration:underline;">Login</p></a>
<input type="submit" value="Submit">
</form>
</div>
<div id="curtain" ng-show="!$root.username"></div>
</div>
<div class="modal-wrap" ng-show="$root.username">
<p> Hallo {{$root.username}}!, please choise the Game. </p>
<div class="menu">
<!-- The drop down menu -->
<ul>
<li><h3>HOLD'EM</h3>
<ul >
<li ng-repeat="type in gameTypes" ng-if="type.bet_id >= 4"><a href="{{type.bet_id}}/holdem/lobby">{{type.value}}</a></li>
</ul>
</li>
<li><h3>TOURNAMENT</h3></li>
<li><h3>VIP</h3>
<ul >
<li ng-repeat="type in gameTypes" ng-if="type.bet_id <= 7"><a href="{{type.bet_id}}/vip/lobby">{{type.value}}</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div> |
tests/index.html | twify93/emberjs-rentals | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MyEmberApp Tests</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{content-for "head"}}
{{content-for "test-head"}}
<link rel="stylesheet" href="assets/vendor.css">
<link rel="stylesheet" href="assets/my-ember-app.css">
<link rel="stylesheet" href="assets/test-support.css">
{{content-for "head-footer"}}
{{content-for "test-head-footer"}}
</head>
<body>
{{content-for "body"}}
{{content-for "test-body"}}
<script src="testem.js" integrity=""></script>
<script src="assets/vendor.js"></script>
<script src="assets/test-support.js"></script>
<script src="assets/my-ember-app.js"></script>
<script src="assets/tests.js"></script>
<script src="assets/test-loader.js"></script>
{{content-for "body-footer"}}
{{content-for "test-body-footer"}}
</body>
</html>
|
templates-darts/base.html | matematik7/camino-go | {% macro getTitle() %}
{% block title %}Darts{% endblock %}
{% endmacro %}
<!DOCTYPE html>
<html lang="sl">
<head>
<meta charset="utf-8">
<title>{{ getTitle() }} :: Darts</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Seznam obiskanih hribov">
<meta name="author" content="Domen Ipavec">
<meta name="Distribution" content="Global">
<meta name="Rating" content="General">
<meta name="Robots" content="INDEX,FOLLOW">
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="sl">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/lightgallery.js/1.0.1/css/lightgallery.css">
<link rel="stylesheet" href="/static/style.css">
<script defer src="/static/js/fontawesome/solid.min.js"></script>
<script defer src="/static/js/fontawesome/fontawesome.min.js"></script>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="//cdn.jsdelivr.net/lightgallery.js/1.0.1/js/lightgallery.min.js"></script>
<script>
$(function () {
lightGallery(document.getElementById('gallery'), {selector: '.js-gallery-image'});
});
</script>
<div class="container container-body">
<div class="header container-fluid navbar-default">
<div class="pull-left">
<h1 class="header-logo"><a href="/" title="Pojdi na domačo stran" class="header-logo-text">Darts</a></h1>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Prikaži navigacijo</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar navbar-default">
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle{% if request.Path == '/diary' or request.Path == '/' %} active{% endif %}" data-toggle="dropdown" role="button" aria-expanded="false">
Dnevnik <span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
{% for diaryYear in diaryYears %}
<li{% if diaryYear == year %} class="active"{% endif %}>
<a href="/diary?year={{ diaryYear }}" title="Dnevnik za leto {{ diaryYear }}">
{{ diaryYear }}
</a>
</li>
{% endfor %}
</ul>
</li>
<li><a href="/map"{% if request.Path == '/map' %} class="active"{% endif %}>Zemljevid</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle{% if request.Path == '/stats' %} active{% endif %}" data-toggle="dropdown" role="button" aria-expanded="false">
Statistika <span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
{% for statsYear in statsYears %}
<li{% if statsYear == year %} class="active"{% endif %}>
<a href="/stats/{{ statsYear }}" title="Statistika za leto {{ statsYear }}">
{{ statsYear }}
</a>
</li>
{% endfor %}
</ul>
</li>
<li><a href="/links"{% if request.Path == '/links' %} class="active"{% endif %}>Povezave</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
{% if user %}
<li class="navbar-text"><i class="fa fa-user-circle"></i> {{ user.DisplayName() }}</li>
<li><a href="/auth/gplus/logout"><i class="fa fa-sign-out"></i> Odjavi</a></li>
{% else %}
<li><a href="/auth/gplus" title="Prijavite se z Google+!">Prijava <i class="fa fa-sign-in"></i></a></li>
{% endif %}
</ul>
</div><!--/.nav-collapse -->
</div>
<div class="container-fluid content">
{% block breadcrumbs %}{% endblock %}
<h2>{{ getTitle() }}</h2>
{% for flash in flashes %}
<div class="alert alert-{{ flash.Type }}" role="alert">
<p>{{ flash.Message }}</p>
</div>
{% endfor %}
{% block content %}{% endblock %}<br />
<div class="clear"></div>
</div>
<div class="container-fluid footer">
<p>copyright © 2009 - 2021 by <a href="https://domen.ipavec.net">Domen Ipavec</a>
</div>
<!-- container-content end -->
</div>
</body>
</html>
|
examples/demo-simple-rt-task.html | msrresearch/jsPsych | <!DOCTYPE html>
<html>
<head>
<title>My experiment</title>
<script src="../jspsych.js"></script>
<script src="../plugins/jspsych-text.js"></script>
<script src="../plugins/jspsych-single-stim.js"></script>
<link rel="stylesheet" href="../css/jspsych.css"></link>
</head>
<body></body>
<script>
/* create timeline */
var timeline = [];
/* define welcome message trial */
var welcome = {
type: "text",
text: "Welcome to the experiment. Press any key to begin."
};
timeline.push(welcome_block);
/* define instructions trial */
var instructions = {
type: "text",
text: "<p>In this experiment, a circle will appear in the center " +
"of the screen.</p><p>If the circle is <strong>blue</strong>, " +
"press the letter F on the keyboard as fast as you can.</p>" +
"<p>If the circle is <strong>orange</strong>, press the letter J " +
"as fast as you can.</p>" +
"<div style='float: left;'><img src='img/blue.png'></img>" +
"<p class='small'><strong>Press the F key</strong></p></div>" +
"<div class='float: right;'><img src='img/orange.png'></img>" +
"<p class='small'><strong>Press the J key</strong></p></div>" +
"<p>Press any key to begin.</p>",
timing_post_trial: 2000
};
timeline.push(instructions);
/* test trials */
var test_stimuli = [
{ stimulus: "img/blue.png", data: { test_part: 'test', correct_response: 'f' } },
{ stimulus: "img/orange.png", data: { test_part: 'test', correct_response: 'j' } }
];
var fixation = {
type: 'single-stim',
stimulus: '<div style="font-size:60px;">+</div>',
is_html: true,
choices: jsPsych.NO_KEYS,
timing_response: function(){
return jsPsych.randomization.sample([250, 500, 750, 1000, 1250, 1500, 1750, 2000], 1)[0];
},
data: {test_part: 'fixation'}
}
var test = {
type: "single-stim",
stimulus: jsPsych.timelineVariable('stimulus'),
choices: ['f', 'j'],
data: jsPsych.timelineVariable('data'),
on_finish: function(data){
data.correct = data.key_press == jsPsych.pluginAPI.convertKeyCharacterToKeyCode(data.correct_response);
},
}
var test_procedure = {
timeline: [fixation, test],
timeline_variables: test_stimuli,
repetitions: 5,
randomize_order: true
}
timeline.push(test_procedure);
/* define debrief */
var debrief_block = {
type: "text",
text: function() {
var trials = jsPsych.data.get().filter({test_part: 'test'});
var correct_trials = trials.filter({correct: true});
var accuracy = Math.round(correct_trials.count() / trials.count() * 100);
var rt = Math.round(correct_trials.select('rt').mean());
return "<p>You responded correctly on "+accuracy+"% of the trials.</p>"+
"<p>Your average response time was "+rt+"ms.</p>"+
"<p>Press any key to complete the experiment. Thank you!</p>";
}
};
timeline.push(debrief_block);
/* start the experiment */
jsPsych.init({
timeline: timeline,
on_finish: function() {
jsPsych.data.displayData();
}
});
</script>
</html>
|
_attachments/2011-07-22-thebookthief.html | nu-lts/jekyll-snippets | ---
layout: attachment
title: TheBookThief
categories: []
tags: []
status: inherit
type: attachment
published: false
meta:
_wp_attached_file: 2011/07/TheBookThief.jpg
_wp_attachment_metadata: a:6:{s:5:"width";s:3:"322";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height='96'
width='61'";s:4:"file";s:24:"2011/07/TheBookThief.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"TheBookThief-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"TheBookThief-193x300.jpg";s:5:"width";s:3:"193";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}
---
|
page-full.html | doctoreric/CAMANCURA | <!DOCTYPE html>
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Epona - Multipurpose Template</title>
<meta name="keywords" content="HTML5,CSS3,Template" />
<meta name="description" content="" />
<meta name="Author" content="Dorin Grigoras [www.stepofweb.com]" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/demo/favicon.ico" />
<!-- WEB FONTS -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&subset=latin,latin-ext,cyrillic,cyrillic-ext" rel="stylesheet" type="text/css" />
<!-- CORE CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link href="assets/css/sky-forms.css" rel="stylesheet" type="text/css" />
<link href="assets/css/weather-icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/line-icons.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/owl-carousel/owl.pack.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css" />
<link href="assets/css/animate.css" rel="stylesheet" type="text/css" />
<link href="assets/css/flexslider.css" rel="stylesheet" type="text/css" />
<!-- REVOLUTION SLIDER -->
<link href="assets/css/revolution-slider.css" rel="stylesheet" type="text/css" />
<link href="assets/css/layerslider.css" rel="stylesheet" type="text/css" />
<!-- THEME CSS -->
<link href="assets/css/essentials.css" rel="stylesheet" type="text/css" />
<link href="assets/css/layout.css" rel="stylesheet" type="text/css" />
<link href="assets/css/header-default.css" rel="stylesheet" type="text/css" />
<link href="assets/css/footer-default.css" rel="stylesheet" type="text/css" />
<link href="assets/css/color_scheme/red.css" rel="stylesheet" type="text/css" id="color_scheme" />
<!-- Morenizr -->
<script type="text/javascript" src="assets/plugins/modernizr.min.js"></script>
<!--[if lte IE 8]>
<script src="assets/plugins/respond.js"></script>
<![endif]-->
</head>
<!--
Available body classes:
smoothscroll = enable chrome browser smooth scroll
grey = grey content background
boxed = boxed style
pattern1 ... pattern10 = background pattern
Background Image - add to body:
data-background="assets/images/boxed_background/1.jpg"
-->
<body class="smoothscroll">
<div id="wrapper">
<div id="header"><!-- class="sticky" for sticky menu -->
<!-- Top Bar -->
<header id="topBar">
<div class="container">
<div class="pull-right fsize13 margin-top10 hide_mobile">
<!-- mail , phone -->
<a href="mailto:mail@yourdomain.com">mail@domain.com</a> • 1800-555-1234
<div class="block text-right"><!-- social -->
<a href="#" class="social fa fa-facebook"></a>
<a href="#" class="social fa fa-twitter"></a>
<a href="#" class="social fa fa-google-plus"></a>
<a href="#" class="social fa fa-linkedin"></a>
<a href="#" class="social fa fa-pinterest"></a>
</div><!-- /social -->
</div>
<!-- Logo -->
<a class="logo" href="index-home-2.html">
<img src="assets/images/logo.png" height="50" alt="" />
</a>
</div><!-- /.container -->
</header>
<!-- /Top Bar -->
<!-- Top Nav -->
<header id="topNav">
<div class="container">
<!-- Mobile Menu Button -->
<button class="btn btn-mobile" data-toggle="collapse" data-target=".nav-main-collapse">
<i class="fa fa-bars"></i>
</button>
<!-- Search -->
<form class="search" method="get" action="page-search.html">
<input type="text" class="form-control" name="s" value="" placeholder="Search">
<button class="fa fa-search"></button>
</form>
<!-- /Search -->
<!-- Top Nav -->
<div class="navbar-collapse nav-main-collapse collapse">
<nav class="nav-main">
<!--
NOTE
For a regular link, remove "dropdown" class from LI tag and "dropdown-toggle" class from the href.
Direct Link Example:
<li>
<a href="#">HOME</a>
</li>
-->
<ul id="topMain" class="nav nav-pills nav-main">
<li class="mega-menu dropdown">
<a class="dropdown-toggle" href="#">
HOME <span>welcome</span>
</a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-4">
<h3>Home Samples #1</h3>
<ul>
<li><a href="index-home-2.html"><i class="fa fa-angle-right"></i> Home Version 1</a></li>
<li><a href="index.html"><i class="fa fa-angle-right"></i> Home Version 2</a></li>
<li><a href="index-home-3.html"><i class="fa fa-angle-right"></i> Home Version 3</a></li>
<li><a href="index-home-4.html"><i class="fa fa-angle-right"></i> Home Version 4</a></li>
<li><a href="index-home-5.html"><i class="fa fa-angle-right"></i> Home Version 5</a></li>
<li><a href="index-home-6.html"><i class="fa fa-angle-right"></i> Home Version 6</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>Home Samples #2</h3>
<ul>
<li><a href="index-home-7.html"><i class="fa fa-angle-right"></i> Home Version 7</a></li>
<li><a href="index-home-8.html"><i class="fa fa-angle-right"></i> Home Version 8</a></li>
<li><a href="index-home-9.html"><i class="fa fa-angle-right"></i> Home Version 9</a></li>
<li><a href="index-home-10.html"><i class="fa fa-angle-right"></i> Home Version 10</a></li>
<li><a href="index-home-11.html"><i class="fa fa-angle-right"></i> Home Version 11</a></li>
<li><a href="index-home-12.html"><i class="fa fa-angle-right"></i> Home Version 12</a></li>
<li><a href="index-home-13.html"><i class="fa fa-angle-right"></i><span class="label label-danger pull-right">new</span> Home Left Main Menu</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>Home Samples #3</h3>
<ul>
<li><a href="shop-home-1.html"><i class="fa fa-angle-right"></i> Home Shop</a></li>
<li><a href="portfolio-home-1.html"><i class="fa fa-angle-right"></i> Home Portfolio</a></li>
<li><a href="blog-home-1.html"><i class="fa fa-angle-right"></i> Home Blog</a></li>
<li><a href="magazine-home-1.html"><i class="fa fa-angle-right"></i> Home Magazine</a></li>
<li><a href="onepage.html"><i class="fa fa-angle-right"></i> Onepage Parallax</a></li>
<li><a href="index-why.html"><i class="fa fa-angle-right"></i> <b>Why Choose Epona?</b></a></li>
</ul>
</div>
</div>
</li>
</ul>
</li>
<li class="active dropdown mega-menu">
<a class="dropdown-toggle" href="#">PAGES <span>preview</span></a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-3">
<h3>Page Samples #1</h3>
<ul>
<li><a href="page-about-basic.html"><i class="fa fa-angle-right"></i> About Basic</a></li>
<li><a href="page-about-us.html"><i class="fa fa-angle-right"></i> About Us</a></li>
<li><a href="page-about-me.html"><i class="fa fa-angle-right"></i> About Me</a></li>
<li><a href="page-about-team.html"><i class="fa fa-angle-right"></i> About Our Team</a></li>
<li><a href="page-services.html"><i class="fa fa-angle-right"></i> Services</a></li>
<li><a href="page-careers.html"><i class="fa fa-angle-right"></i> Careers</a></li>
<li><a href="page-gallery.html"><i class="fa fa-angle-right"></i> Gallery</a></li>
<li><a href="page-article.html"><i class="fa fa-angle-right"></i> Article Page</a></li>
<li><a href="page-faq.html"><i class="fa fa-angle-right"></i> FAQ</a></li>
<li><a href="page-clients.html"><span class="label label-default pull-right">new</span> <i class="fa fa-angle-right"></i> Clients</a></li>
</ul>
</div>
<div class="col-md-3">
<h3>Page Samples #2</h3>
<ul>
<li><a href="page-timeline-centered.html"><i class="fa fa-angle-right"></i> Timeline Centered</a></li>
<li><a href="page-timeline-left.html"><i class="fa fa-angle-right"></i> Timeline Left</a></li>
<li><a href="page-timeline-right.html"><i class="fa fa-angle-right"></i> Timeline Right</a></li>
<li><a href="page-custom-header.html"><i class="fa fa-angle-right"></i> Custom Header</a></li>
<li><a href="page-invoice.html"><i class="fa fa-angle-right"></i> Invoice</a></li>
<li><a href="page-login.html"><i class="fa fa-angle-right"></i> Login/Register</a></li>
<li><a href="page-account-settings.html"><i class="fa fa-angle-right"></i> Account Settings</a></li>
<li><a href="page-search.html"> <span class="label label-default pull-right">new</span><i class="fa fa-angle-right"></i> Search Result</a></li>
<li><a href="page-user-profile.html"> <span class="label label-default pull-right">new</span><i class="fa fa-angle-right"></i> User Profile</a></li>
</ul>
</div>
<div class="col-md-3">
<h3>Page Samples #3</h3>
<ul>
<li><a href="page-pricing-standard.html"><i class="fa fa-angle-right"></i> Pricing Standard</a></li>
<li><a href="page-pricing-expanded.html"><i class="fa fa-angle-right"></i> Pricing Expanded</a></li>
<li><a href="page-empty.html"><i class="fa fa-angle-right"></i> Empty Page</a></li>
<li class="active"><a href="page-full.html"><i class="fa fa-angle-right"></i> Page Full Width</a></li>
<li><a href="page-left-sidebar.html"><i class="fa fa-angle-right"></i> Page Left Sidebar</a></li>
<li><a href="page-right-sidebar.html"><i class="fa fa-angle-right"></i> Page Right Sidebar</a></li>
<li><a href="page-side-navigation.html"><i class="fa fa-angle-right"></i> Side Navigation</a></li>
</ul>
</div>
<div class="col-md-3">
<h3>Page Samples #4</h3>
<ul>
<li><a href="page-maintenance.html"><i class="fa fa-angle-right"></i> Maintenance</a></li>
<li><a href="page-coming-soon.html"><i class="fa fa-angle-right"></i> Coming Soon</a></li>
<li><a href="page-privacy.html"><i class="fa fa-angle-right"></i> Privacy Policy</a></li>
<li><a href="page-terms.html"><i class="fa fa-angle-right"></i> Terms Of Services</a></li>
<li><a href="page-404.html"><i class="fa fa-angle-right"></i> 404 Error</a></li>
<li><a href="page-sitemap.html"><i class="fa fa-angle-right"></i> Sitemap</a></li>
<li><a href="email.html"><i class="fa fa-star-o"></i> Email Template</a></li>
</ul>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">FEATURES <span>components</span></a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-toggle" href="#"><i class="fa fa-heart-o"></i> Headers</a>
<ul class="dropdown-menu">
<li><a href="feature-header-transparent.html">Transparent Header</a></li>
<li><a href="feature-header-translucent.html">Translucent Header</a></li>
<li><a href="feature-header-below-slider.html">Header Below Slider</a></li>
<li><a href="feature-header-sticky.html">Sticky Header</a></li>
<li><a href="feature-header-1.html">Header #1 (default)</a></li>
<li><a href="feature-header-2.html">Header #2</a></li>
<li><a href="feature-header-3.html">Header #3</a></li>
<li><a href="feature-header-4.html">Header #4</a></li>
<li><a href="feature-header-5.html">Header #5</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#"><i class="fa fa-heart-o"></i> Footers</a>
<ul class="dropdown-menu">
<li><a href="feature-footer-1.html#footer">Footer #1 (default)</a></li>
<li><a href="feature-footer-2.html#footer">Footer #2</a></li>
<li><a href="feature-footer-3.html#footer">Footer #3</a></li>
<li><a href="feature-footer-4.html#footer">Footer #4</a></li>
<li><a href="feature-footer-5.html#footer">Footer #5</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#"><i class="fa fa-heart"></i> Sliders</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-toggle" href="#">Revolution Slider</a>
<ul class="dropdown-menu">
<li><a href="slider-revolution-fixed-width.html">Fixed Width</a></li>
<li><a href="slider-revolution-full-width.html">Full Width</a></li>
<li><a href="slider-revolution-full-screen.html">Full Screen</a></li>
<li><a href="slider-revolution-video-gallery.html">Video Gallery</a></li>
<li><a href="slider-revolution-captions.html">Captions</a></li>
<li><a href="slider-revolution-thumbnav-small.html">Thumbnails Nav - Small</a></li>
<li><a href="slider-revolution-thumbnav-large.html">Thumbnails Nav - Large</a></li>
<li><a href="../Documentation/Revolution_Slider/editor/00.Editor-Captions.html" target="_blank" rel="nofollow"><i class="fa fa-pencil-square-o"></i> <em>Captions Editor</em></a></li>
<li><a href="../Documentation/Revolution_Slider/editor/01.Editor-Transitions.html" target="_blank" rel="nofollow"><i class="fa fa-pencil-square-o"></i> <em>Transitions Editor</em></a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">Layer Slider</a>
<ul class="dropdown-menu">
<li><a href="slider-layer-full-width.html">Full Width</a></li>
<li><a href="slider-layer-fixed-width.html">Fixed Width</a></li>
<li><a href="slider-layer-captions.html">Captions</a></li>
<li><a href="slider-layer-video-gallery.html">Video Gallery</a></li>
<li><a href="slider-layer-carousel.html">Carousel</a></li>
<li><a href="slider-layer-3d-transitions.html">2D & 3D Transitions</a></li>
<li><a href="slider-layer-thumbnav.html">Thumbnails Nav</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">Flex Slider</a>
<ul class="dropdown-menu">
<li><a href="slider-flex-fixed-width.html">Fixed Width</a></li>
<li><a href="slider-flex-full-width.html">Full Width</a></li>
<li><a href="slider-flex-carousel.html">Carousel</a></li>
<li><a href="slider-flex-video-gallery.html">Video Gallery</a></li>
<li><a href="slider-flex-thumbnav.html">Thumbnails Nav</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">OWL Carousel</a>
<ul class="dropdown-menu">
<li><a href="slider-owl-full-width.html">Full Width</a></li>
<li><a href="slider-owl-fixed-width.html">Fixed Width</a></li>
<li><a href="slider-owl-fixed-progress.html">Fixed Width + Progress</a></li>
<li><a href="slider-owl-carousel.html">Carousel</a></li>
<li><a href="slider-owl-fade.html">Effect: Fade</a></li>
<li><a href="slider-owl-backslide.html">Effect: Back Slide</a></li>
<li><a href="slider-owl-godown.html">Effect: Go Down</a></li>
<li><a href="slider-owl-fadeup.html">Effect: Fade Up</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#"><i class="fa fa-code"></i> Shortcodes</a>
<ul class="dropdown-menu">
<li><a href="shortcodes-counters.html">Counters</a></li>
<li><a href="shortcodes-toggles.html">Toggles</a></li>
<li><a href="shortcodes-forms-bootstrap.html">Forms</a></li>
<li><a href="shortcodes-tables-default.html"><span class="label label-warning pull-right">New</span> Tables</a></li>
<li><a href="shortcodes-buttons-default.html">Buttons</a></li>
<li><a href="shortcodes-html-editor.html"><span class="label label-warning pull-right">New</span> HTML Editors</a></li>
<li><a href="shortcodes-tabs-and-accordions.html">Tabs & Accordions</a></li>
<li><a href="shortcodes-callouts.html">Callouts</a></li>
<li><a href="shortcodes-dividers.html">Dividers</a></li>
<li><a href="shortcodes-lightbox.html">Lightbox</a></li>
<li><a href="shortcodes-icons-and-boxes.html">Icons & Boxes</a></li>
<li><a href="shortcodes-carousel.html">Carousel</a></li>
<li><a href="shortcodes-progress-bars.html">Progress Bars</a></li>
<li><a href="shortcodes-alerts.html">Alerts</a></li>
<li><a href="shortcodes-video.html">Video & Audio</a></li>
<li><a href="shortcodes-tooltips-and-popover.html">Tooltips & Popovers</a></li>
<li><a href="shortcodes-modals.html">Modals</a></li>
<li><a href="shortcodes-thumbnails.html">Thumbnails</a></li>
<li><a href="shortcodes-testimonials.html">Testimonials</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">Icons</a>
<ul class="dropdown-menu">
<li><a href="feature-icons-fontawsome.html">Font Awsome</a></li>
<li><a href="feature-icons-glyphicons.html">Glyphicons Icons</a></li>
<li><a href="feature-icons-weather.html">Weather Icons</a></li>
<li><a href="feature-icons-linecons.html">Linecons Icons</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">Maps</a>
<ul class="dropdown-menu">
<li><a href="feature-maps-google.html">Google Maps</a></li>
<li><a href="feature-maps-vectorial.html">Vectorial Maps</a></li>
</ul>
</li>
<li><a href="feature-animations.html">Animations</a></li>
<li><a href="feature-grid.html">Grid System</a></li>
<li><a href="feature-typography.html">Typography</a></li>
<li>
<a class="dropdown-toggle" href="#"><b>Infinite Menu</b></a>
<ul class="dropdown-menu">
<li><a href="#">Menu Level 2</a></li>
<li>
<a class="dropdown-toggle" href="#">Menu Level 2</a>
<ul class="dropdown-menu">
<li><a href="#">Menu Level 3</a></li>
<li>
<a class="dropdown-toggle" href="#">Menu Level 3</a>
<ul class="dropdown-menu">
<li><a href="#">Menu Level 4</a></li>
<li>
<a class="dropdown-toggle" href="#">Menu Level 4</a>
<ul class="dropdown-menu">
<li><a href="#">Menu Level 5</a></li>
<li><a href="#">! INFINITE LEVELS !</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">PORTFOLIO <span>projects</span></a>
<ul class="dropdown-menu">
<li><a href="portfolio-2-columns.html">2 Columns</a></li>
<li><a href="portfolio-3-columns.html">3 Columns</a></li>
<li><a href="portfolio-4-columns.html">4 Columns</a></li>
<li class="divider"></li>
<li><a href="portfolio-single-basic.html">Single Basic</a></li>
<li><a href="portfolio-single-slider.html">Single Full Slider</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">BLOG <span>recent news</span></a>
<ul class="dropdown-menu">
<li><a href="blog-sidebar-left.html">Blog Sidebar Left</a></li>
<li><a href="blog-sidebar-right.html">Blog Sidebar Right</a></li>
<li><a href="blog-without-sidebar.html">Blog Without Sidebar</a></li>
<li class="divider"></li>
<li><a href="blog-single-sidebar.html">Blog Single With Sidebar</a></li>
<li><a href="blog-single-without-sidebar.html">Blog Single Without Sidebar</a></li>
</ul>
</li>
<li class="dropdown mega-menu">
<a class="dropdown-toggle" href="#">SHOP <span>our products</span></a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-4">
<h3>Shop Pages</h3>
<ul>
<li><a href="shop-page-full.html"><i class="fa fa-angle-right"></i> Shop Full Width</a></li>
<li><a href="shop-page-full-product.html"><i class="fa fa-angle-right"></i> Shop Product Full Width</a></li>
<li><a href="shop-page-sidebar.html"><i class="fa fa-angle-right"></i> Shop Sidebar</a></li>
<li><a href="shop-page-sidebar-product.html"><i class="fa fa-angle-right"></i> Shop Product Sidebar</a></li>
<li><a href="shop-page-cart.html"><i class="fa fa-angle-right"></i> Shop Cart</a></li>
<li><a href="shop-page-checkout.html"><i class="fa fa-angle-right"></i> Shop Checkout</a></li>
<li><a href="shop-page-order-history.html"><i class="fa fa-angle-right"></i> Order History</a></li>
<li><a href="shop-page-order-history-summary.html"><i class="fa fa-angle-right"></i> Order History Summary</a></li>
<li><a href="page-invoice.html"><i class="fa fa-angle-right"></i> Invoice</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>Shop Components</h3>
<ul>
<li><a href="shop-components-featured-slider.html"><i class="fa fa-certificate"></i> Featured Slider</a></li>
<li><a href="shop-components-featured-products.html"><i class="fa fa-trophy"></i> Featured Products</a></li>
<li><a href="shop-components-product-carousel.html"><i class="fa fa-code"></i> Product Carousel</a></li>
<li><a href="shop-components-product-categories.html"><i class="fa fa-tags"></i> Product Categories</a></li>
<li><a href="page-login.html"><i class="fa fa-user"></i> Login/Register</a></li>
<li><a href="page-account-settings.html"><i class="fa fa-key"></i> Account Settings</a></li>
</ul>
</div>
<div class="col-md-4">
<h3>Widgetized</h3>
<img class="img-responsive" src="assets/images/demo/desktop.png" alt="" />
<p>Epona Megamenu can be 1-4 columns, full width, including widgetized images.</p>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">CONTACT <span>write us</span></a>
<ul class="dropdown-menu">
<li><a href="contact-1.html">Contact Version 1</a></li>
<li><a href="contact-2.html">Contact Version 2</a></li>
<li><a href="contact-3.html">Contact Version 3</a></li>
<li><a href="contact-4.html">Contact Version 4</a></li>
<li><a href="contact-5.html">Contact Version 5</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<!-- /Top Nav -->
</div><!-- /.container -->
</header>
<!-- /Top Nav -->
</div>
<!-- PAGE TOP -->
<section class="page-title">
<div class="container">
<header>
<ul class="breadcrumb"><!-- breadcrumb -->
<li><a href="#">Pages</a></li>
<li class="active">Full Width</li>
</ul><!-- /breadcrumb -->
<h2><!-- Page Title -->
Full Width
</h2><!-- /Page Title -->
</header>
</div>
</section>
<!-- /PAGE TOP -->
<!-- CONTENT -->
<section>
<div class="container">
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc <a href="#">vehicula</a> lacinia. Proin adipiscing porta tellus, ut feugiat nibh adipiscing sit amet. In eu justo a felis faucibus ornare vel id metus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In eu libero ligula. Fusce eget metus lorem, ac viverra leo. Nullam convallis, arcu vel pellentesque sodales, nisi est varius diam, ac ultrices sem ante quis sem. Proin ultricies volutpat sapien, nec scelerisque ligula mollis lobortis.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc <a href="#">vehicula</a> lacinia. Proin adipiscing porta tellus, ut feugiat nibh adipiscing sit amet. In eu justo a felis faucibus ornare vel id metus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In eu libero ligula. Fusce eget metus lorem, ac viverra leo. Nullam convallis, arcu vel pellentesque sodales, nisi est varius diam, ac ultrices sem ante quis sem. Proin ultricies volutpat sapien, nec scelerisque ligula mollis lobortis.</p>
<hr class="half-margins invisible" />
<!-- CALLOUT -->
<div class="alert callout alert-default fade in">
<div class="row">
<div class="col-md-9 col-sm-9"><!-- left text -->
<h4><strong>You know</strong> you like Epona!</h4>
<p>
Purchase now and get lifetime update! We are constantly improving Epona for you.
</p>
</div><!-- /left text -->
<div class="col-md-3 col-sm-3 text-right"><!-- right btn -->
<a href="#purchase" rel="nofollow" target="_blank" class="btn btn-warning btn-lg">PURCHASE NOW</a>
</div><!-- /right btn -->
</div>
</div>
<!-- /CALLOUT -->
<hr class="half-margins invisible" />
<img class="pull-left" src="assets/images/demo/desktop_slider.png" width="250" alt="" />
<p>Curabitur pellentesque neque eget diam posuere porta. Quisque ut nulla at nunc vehicula lacinia. Proin adipiscing porta tellus, ut feugiat nibh adipiscing sit amet. In eu justo a felis faucibus ornare vel id metus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In eu libero ligula. Fusce eget metus lorem, ac viverra leo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In eu libero ligula. Fusce eget metus lorem, ac viverra leo. Vestibulum ante ipsum primis in faucibus orci.</p>
<p>Proin adipiscing porta tellus, ut feugiat nibh adipiscing sit amet. In eu justo a felis faucibus ornare vel id metus. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; In eu libero ligula. Fusce eget metus lorem, ac viverra leo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</p>
<p>Nunc tincidunt, elit non cursus euismod, lacus augue ornare metus, egestas imperdiet nulla nisl quis mauris. Suspendisse a pharetra urna. Morbi dui lectus, pharetra nec elementum eget, vulputate ut nisi. Aliquam accumsan, nulla sed feugiat vehicula, lacus justo semper libero, quis porttitor turpis odio sit amet ligula. Duis dapibus fermentum orci, nec malesuada libero vehicula ut. Integer sodales, urna eget interdum eleifend, nulla nibh laoreet nisl, quis dignissim mauris dolor eget mi. Donec at mauris enim. Duis nisi tellus, adipiscing a convallis quis, tristique vitae risus. Nullam molestie gravida lobortis. Proin ut nibh quis felis auctor ornare. Cras ultricies, nibh at mollis faucibus, justo eros porttitor mi, quis auctor lectus arcu sit amet nunc. Vivamus gravida vehicula arcu, vitae vulputate augue lacinia faucibus.</p>
</div>
</section>
<!-- /CONTENT -->
<!-- FOOTER -->
<footer id="footer">
<div class="container">
<div class="row">
<!-- col #1 -->
<div class="logo_footer dark col-md-3">
<img alt="" src="assets/images/logo_footer.png" height="50" class="logo" />
<p class="block">
4th Street, Suite 88<br />
New York NY 10887<br />
Email: youremail@yourdomain.com<br />
Phone: +40 (0) 111 1234 567<br />
Fax: +40 (0) 111 1234 568<br />
</p>
<p class="block"><!-- social -->
<a href="#" class="social fa fa-facebook"></a>
<a href="#" class="social fa fa-twitter"></a>
<a href="#" class="social fa fa-google-plus"></a>
<a href="#" class="social fa fa-linkedin"></a>
</p><!-- /social -->
</div>
<!-- /col #1 -->
<!-- col #2 -->
<div class="spaced col-md-3 col-sm-4">
<h4>Recent <strong>Posts</strong></h4>
<ul class="list-unstyled">
<li>
<a class="block" href="#">New CSS3 Transitions this Year</a>
<small>June 29, 2014</small>
</li>
<li>
<a class="block" href="#">Inteligent Transitions In UX Design</a>
<small>June 29, 2014</small>
</li>
<li>
<a class="block" href="#">Lorem Ipsum Dolor</a>
<small>June 29, 2014</small>
</li>
</ul>
</div>
<!-- /col #2 -->
<!-- col #3 -->
<div class="spaced col-md-3 col-sm-4">
<h4>Recent <strong>Tweets</strong></h4>
<ul class="list-unstyled fsize13">
<li>
<i class="fa fa-twitter"></i> <a href="#">@John Doe</a> Pilsum dolor lorem sit consectetur adipiscing orem sequat <small class="ago">8 mins ago</small>
</li>
<li>
<i class="fa fa-twitter"></i> <a href="#">@John Doe</a> Remonde sequat ipsum dolor lorem sit consectetur adipiscing <small class="ago">8 mins ago</small>
</li>
<li>
<i class="fa fa-twitter"></i> <a href="#">@John Doe</a> Imperdiet condimentum diam dolor lorem sit consectetur adipiscing <small class="ago">8 mins ago</small>
</li>
</ul>
</div>
<!-- /col #3 -->
<!-- col #4 -->
<div class="spaced col-md-3 col-sm-4">
<h4>About <strong>Us</strong></h4>
<p>
Incredibly beautiful responsive Bootstrap Template for Corporate and Creative Professionals.
</p>
<h4><small><strong>Subscribe to our Newsletter</strong></small></h4>
<form id="newsletterSubscribe" method="post" action="php/newsletter.php" class="input-group">
<input required type="email" class="form-control" name="newsletter_email" id="newsletter_email" value="" placeholder="E-mail Address">
<span class="input-group-btn">
<button class="btn btn-primary">SUBMIT</button>
</span>
</form>
</div>
<!-- /col #4 -->
</div>
</div>
<hr />
<div class="copyright">
<div class="container text-center fsize12">
Epona theme by <a href="http://www.stepofweb.com" target="_blank" title="bootstrap themes & templates" class="copyright">stepofweb</a> • All Right Reserved © Your Company LLC.
<a href="page-privacy.html" class="fsize11">Privacy Policy</a> •
<a href="page-terms.html" class="fsize11">Terms of Service</a>
</div>
</div>
</footer>
<!-- /FOOTER -->
<a href="#" id="toTop"></a>
</div><!-- /#wrapper -->
<!-- JAVASCRIPT FILES -->
<script type="text/javascript" src="assets/plugins/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery.isotope.js"></script>
<script type="text/javascript" src="assets/plugins/masonry.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="assets/plugins/owl-carousel/owl.carousel.min.js"></script>
<script type="text/javascript" src="assets/plugins/knob/js/jquery.knob.js"></script>
<script type="text/javascript" src="assets/plugins/flexslider/jquery.flexslider-min.js"></script>
<!-- REVOLUTION SLIDER -->
<script type="text/javascript" src="assets/plugins/revolution-slider/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="assets/plugins/revolution-slider/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="assets/js/revolution_slider.js"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<script type="text/javascript" src="assets/plugins/styleswitcher/styleswitcher.js">/** REMOVE ON PRODUCTION **/</script>
</body>
</html> |
css/theme/white.css | sallain/intro-to-islandora | /**
* White theme for reveal.js. This is the opposite of the 'black' theme.
*
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
*/
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
color: #fff; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #fff;
background-color: #fff; }
.reveal {
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 38px;
font-weight: normal;
color: #222; }
::selection {
color: #fff;
background: #98bdef;
text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
line-height: 1.3;
font-weight: inherit; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #222;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-weight: 600;
line-height: 1.2;
letter-spacing: normal;
text-transform: uppercase;
text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 4em; }
.reveal h2 {
font-size: 1.6em; }
.reveal h3 {
font-size: 1.3em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 {
text-shadow: none; }
/*********************************************
* OTHER
*********************************************/
.reveal p {
margin: 20px 0;
line-height: 1.3; }
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%; }
.reveal strong,
.reveal b {
font-weight: bold; }
.reveal em {
font-style: italic; }
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
margin: 0 0 0 1em; }
.reveal ol {
list-style-type: decimal; }
.reveal ul {
list-style-type: disc; }
.reveal ul ul {
list-style-type: square; }
.reveal ul ul ul {
list-style-type: circle; }
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
display: block;
margin-left: 40px; }
.reveal dt {
font-weight: bold; }
.reveal dd {
margin-left: 40px; }
.reveal q,
.reveal blockquote {
quotes: none; }
.reveal blockquote {
display: block;
position: relative;
width: 70%;
margin: 20px auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: inline-block; }
.reveal q {
font-style: italic; }
.reveal pre {
display: block;
position: relative;
width: 90%;
margin: 20px auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;
line-height: 1.2em;
word-wrap: break-word;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
.reveal code {
font-family: monospace; }
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal; }
.reveal table {
margin: auto;
border-collapse: collapse;
border-spacing: 0; }
.reveal table th {
font-weight: bold; }
.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
border-bottom: 1px solid; }
.reveal table th[align="center"],
.reveal table td[align="center"] {
text-align: center; }
.reveal table th[align="right"],
.reveal table td[align="right"] {
text-align: right; }
.reveal table tr:last-child td {
border-bottom: none; }
.reveal sup {
vertical-align: super; }
.reveal sub {
vertical-align: sub; }
.reveal small {
display: inline-block;
font-size: 0.6em;
line-height: 1.2em;
vertical-align: top; }
.reveal small * {
vertical-align: top; }
/*********************************************
* LINKS
*********************************************/
.reveal a {
color: #2a76dd;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
.reveal a:hover {
color: #6ca0e8;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #1a53a1; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 0px;
background: rgba(255, 255, 255, 0.12); }
.reveal section img.plain {
border: 0;
box-shadow: none; }
.reveal a img {
-webkit-transition: all 0.15s linear;
-moz-transition: all 0.15s linear;
transition: all 0.15s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: #2a76dd;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
border-right-color: #2a76dd; }
.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
border-left-color: #2a76dd; }
.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
border-bottom-color: #2a76dd; }
.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
border-top-color: #2a76dd; }
.reveal .controls .navigate-left.enabled:hover {
border-right-color: #6ca0e8; }
.reveal .controls .navigate-right.enabled:hover {
border-left-color: #6ca0e8; }
.reveal .controls .navigate-up.enabled:hover {
border-bottom-color: #6ca0e8; }
.reveal .controls .navigate-down.enabled:hover {
border-top-color: #6ca0e8; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #2a76dd;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************************************
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
color: #2a76dd; }
|
my wordnet/templates/references.html | nlx-group/LX-WordNetBrowser | <!DOCTYPE html>
<html lang="en">
<head>
{% load static %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Raleway" />
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href='{% static "style.css" %}'>
</head>
<body>
<div class="container">
<header class="topHeader">
<div>
<span class="headerText">My WordNet</span>
</div>
</header>
<div class="container">
<p>The current wordnet loaded into this demo is the English WordNet.</p>
<dl>
<dt>English Wordnet</dt>
<dd>Christiane Fellbaum. WordNet. Wiley Online Library, 1998.</dd>
</dl>
</div>
</div>
</body>
</html> |
Story/h9.html | happyhairfish/ctg | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Cómic Pensamiento Crítico</title>
<script src="phaser.min.js"></script>
<style type="text/css">
body {
margin: 0;
}
</style>
</head>
<body>
<script type="text/javascript">
var game = new Phaser.Game(800, 600, Phaser.CANVAS, 'phaser-example', { preload: preload, create: create, update: update, render: render});
var ill;
var left;
var right;
var voice;
var voice_button;
function preload() {
game.load.audio('voice', 'assetsAudio/h9.mp3');
game.load.image('ill', 'assetsImg/h9.jpg');
game.load.spritesheet('left', 'assetsImg/arrowleft_2.png',100,100);
game.load.spritesheet('right', 'assetsImg/arrowright_2.png',100,100);
game.load.spritesheet('voice_button', 'assetsImg/button_voice3_50.png', 50, 50);
game.load.spritesheet('volver_pregunta', 'assetsImg/volver_preg.png', 201, 100);
}
function create() {
if(localStorage.getItem('before')!='0')
{
voice_button = game.add.button(450, 500, 'voice_button', play_sound ,this);
var rep_hist_button = game.add.button(250, 500, 'volver_pregunta', volver_pregunta_action ,this);
rep_hist_button.scale.setTo(0.5,0.5);
}
else
{
voice_button = game.add.button(380, 525, 'voice_button', play_sound ,this, 0);
}
game.stage.backgroundColor = "#FFFFFF";
ill=game.add.sprite(160,25, 'ill');
ill.scale.setTo(0.85,0.85);
voice=game.add.audio('voice');
voice.play();
left=game.add.button(0,250, 'left', goLeft, this, 0);
right=game.add.button(700,250, 'right', goRight, this, 0);
}
function volver_pregunta_action()
{
var destination = localStorage.getItem('before');
localStorage.setItem('before','0');
window.open("h"+destination+".html", "_self");
}
function play_sound(){
voice.play();
}
function goRight(){
window.open("h10.html", "_self");
}
function goLeft(){
window.open("h8.html", "_self");
}
function update(){
}
function render() {
}
</script>
</body>
</html> |
codeforseoul/WebContent/css/style.css | mingyu-lee/nabi-hackathon_codeforseoul | /* ==========================================================================
RESET
========================================================================== */
html { font-size: 100%; height: 100%; width: 100%; outline: none; }
body { background: #FFF; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: #373737; line-height: 26px; text-align: left; overflow-x: hidden; margin: auto; width: 100%; height: 100%; outline: none; }
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
a,
button { -webkit-transition: all 400ms ease-in-out 0s; transition: all 400ms ease-in-out 0s; }
a:hover { text-decoration: none; color: #F96015; }
ul,
ol { padding-left: 0; margin: 0 }
li { list-style: none; }
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] { box-shadow: none; border-radius: 0px; -webkit-appearance: none; -moz-appearance: none; }
.btn:focus,
.btn:active { outline: inherit; }
textarea:focus,
input:focus { color: #ffffff; }
iframe,
embed,
object { max-width: 100%; width: 100%; height: 100%; }
/* Other Fixes */
*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* { margin: 0; padding: 0; border: 0; border-radius: 0; -webkit-border-radius: 0; border-spacing: 0; -webkit-appearance: none; -moz-appearance: none; appearance: normal; -webkit-tap-highlight-color: transparent; outline: 0 !important; -webkit-touch-callout: none; transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; }
::selection { color: #fff; background: #a3a3a3; }
::-moz-selection { color: #fff; background: #a3a3a3; }
::-webkit-input-placeholder { color: #838383; text-overflow: ellipsis; }
:-moz-placeholder { color: #838383 !important; text-overflow: ellipsis; opacity: 1; }
::-moz-placeholder { color: #838383 !important; text-overflow: ellipsis; opacity: 1; }
:-ms-input-placeholder { color: #838383 !important; text-overflow: ellipsis; opacity: 1; }
/* ==========================================================================
TYPOGRAPHY
========================================================================== */
h1,
h2 { font-weight: normal; }
h1 { font-size: 45px; line-height: 60px; font-weight: 300; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
h2 { font-size: 95px; line-height: 96px; font-weight: 300; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
h3 { font-size: 30px; line-height: 38px; font-weight: 100; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
h4 { font-size: 25px; line-height: 46px; font-weight: 400; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
h5 { font-size: 22px; line-height: 30px; font-weight: 400; font-family: 'Oswald', sans-serif; text-transform: uppercase; }
h6 { font-size: 20px; line-height: 30px; font-weight: 400; text-transform: uppercase; letter-spacing: 2px; }
/* Custom Typography */
h1.title { font-size: 65px; color: #FFF; margin-bottom: 50px; }
h2.title { vertical-align: middle; display: table-cell; letter-spacing: -2px; }
span.title { font-family: 'Oswald', sans-serif; font-size: 35px; font-weight: 300; color: #FFF; display: table; text-transform: uppercase; line-height: 23px; margin: 15px 0 0 0; }
.fetaure-details span { font-weight: 300; }
.count-box p { color: #fff; font-size: 16px; font-weight: 400; }
.description { font-size: 18px; vertical-align: middle; display: table-cell; font-weight: 300 }
.big { font-size: 45px; margin-bottom: 43px; line-height: 45px; }
.light { font-size: 20px; color: #5e5e5e; margin: 83px 0 0; }
.light-gray { color: #909090 }
.contact-title { font-size: 15px; font-weight: bold; display: table; margin-bottom: 6px; text-transform: uppercase; }
.title-text { height: 255px; display: inline-table; }
#testimonial .title { letter-spacing: -2px; margin-bottom: 53px; color: #fff; font-size: 65px; font-weight: 300; letter-spacing: -2px; line-height: 60px; text-transform: uppercase; display: inline-block; margin-top: 0}
.contentarea { margin: 0 auto 20px; padding: 0; }
.medium { font-size: 18px; margin: 6px 0; display: inline-block; }
.white-text { color: #ffffff !important; }
.black-text { color: #000 !important; }
.light-gray-text { color: #9a9a9a !important; }
.gray-text { color: #757575 !important; }
.dark-gray-text { color: #555555 !important; }
.orange-text { color: #f96015; }
.dark-text { color: #e5e5e5; }
.content { font-size: 13px; color: #5e5e5e; line-height: 20px; width: 83%; margin: 0 auto; }
.content-white { font-size: 13px; color: #FFF; line-height: 18px; width: 80%; }
.simple-text { display: inline-table; float: none; height: 255px; letter-spacing: 0; margin: 0 auto; padding-left: 55px; width: 46%; }
.coming-soon h1 { background-color: #f96015; color: #fff; float: none !important; font-size: 45px; margin: 0 auto 5%; padding: 20px 0 22px 0; }
/* ==========================================================================
BACKGROUND COLOR
========================================================================== */
.deep-dark-bg { background-color: #161616; }
.gray-bg { background-color: #f6f6f6; }
.mid-gray-bg { background-color: #3b3b3b; }
.dark-gray-bg { background-color: #1d1d1d; }
.orange-bg { background-color: #f96015; }
.black-bg { background-color: #000000; }
.white-bg { background-color: #ffffff; }
.red-bg { background-color: #d52124; }
.black-transparent-bg { background-color: rgba(0, 0, 0, 0.8) }
.color-overlay { background-color: rgba(0, 0, 0, 0.70); position: relative; height: 100%; width: 100% }
.black-overlay { background-color: rgba(0, 0, 0, 0.55); position: absolute; height: 100%; width: 100%; top: 0; left: 0 }
.black-overlay-dark { background-color: rgba(0, 0, 0, 0.70); position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: 1; }
.gradient-overlay { background: rgba(249, 96, 21, 0.95); background: -moz-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249, 96, 21, 0.95)), color-stop(100%, rgba(225, 40, 15, 0.80))); background: -webkit-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%); background: -o-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%); background: -ms-linear-gradient(left, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%); background: linear-gradient(to right, rgba(249, 96, 21, 0.95) 0%, rgba(225, 40, 15, 0.80) 100%); }
.gradient-overlay-blue { background: rgba(0, 0, 60, 0.95); background: -moz-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 60, 0.95)), color-stop(100%, rgba(7, 104, 121, 0.80))); background: -webkit-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%); background: -o-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%); background: -ms-linear-gradient(left, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%); background: linear-gradient(to right, rgba(0, 0, 60, 0.95) 0%, rgba(7, 104, 121, 0.80) 100%); }
.slider-overlay { height: 100%; position: absolute; top: 0; width: 100%; z-index: 1; background-color: rgba(0, 0, 0, 0.5); }
.slider-gradient-overlay { background: rgba(2, 18, 78, 0.7); background: -moz-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 18, 78, 0.7)), color-stop(100%, rgba(222, 49, 12, 0.6))); background: -webkit-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%); background: -o-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%); background: -ms-linear-gradient(left, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%); background: linear-gradient(to right, rgba(2, 18, 78, 0.7) 0%, rgba(222, 49, 12, 0.6) 100%); height: 100%; position: absolute; top: 0; width: 100%; z-index: 1; }
/* ==========================================================================
CUSTOM BUTTON
========================================================================== */
/* Standard Button */
.standard-button,
.standard-button2 { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 300; border-radius: 2px; text-shadow: 0; color: #ffffff; min-width: 118px; border: 1px solid #FFF; padding: 10px 13px 9px; margin: 0 11px 0; text-transform: uppercase; display: block; }
.standard-button:hover,
.standard-button2:hover { border-color: #f96015; }
.standard-button i,
.standard-button2 i { vertical-align: inherit; margin-right: 8px; font-size: 20px; }
/* Small Button */
.small-button { display: inline-block; font-size: 11px; padding: 1px 13px; text-transform: uppercase; border: 2px solid #000; letter-spacing: 1px; text-decoration: none; color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 20px 0; cursor: pointer; background-color: transparent; }
.small-button:hover { color: #FFF; background-color: #000; border-color: #000; text-decoration: none; }
.small-button-red { display: inline-block; font-size: 11px; padding: 1px 13px; text-transform: uppercase; border: 2px solid #bf1919; letter-spacing: 1px; text-decoration: none; color: #fff; font-family: 'Oswald', sans-serif; font-weight: 400; margin: 10px 10px 0 0; cursor: pointer; background-color: #bf1919; }
.small-button-red:hover { background-color: #000; border: 2px solid #000; color: #FFF; }
.small-button:focus { text-decoration: none; }
.small-button-white { border: 2px solid #ffffff !important; color: #ffffff; }
.small-button-dark-gray { border: 1px solid #505050 !important; color: #505050; font-family: 'Open Sans', sans-serif; }
.small-button-gray { display: inline-block; font-size: 11px; padding: 1px 13px; text-transform: uppercase; border: 2px solid #595959; letter-spacing: 1px; text-decoration: none; color: #fff; font-weight: 400; margin: 10px 10px 0 0; cursor: pointer; background-color: #595959; }
.small-button-gray:hover { background-color: #383838; border: 2px solid #383838; color: #FFF; }
/* Highlight Button */
.highlight-button,
.highlight-button:focus { border: 2px solid #fff; color: #fff; font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 2px; padding: 8px 18px; text-decoration: none; text-transform: uppercase; }
.highlight-button:hover { background-color: #FFF; color: #000; border-color: #fff; }
.highlight-button-black { border: 2px solid #000; color: #000; display: inline-block; font-family: "Oswald", sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 2px; margin: 10px 0 0; padding: 6px 16px; text-decoration: none; text-transform: uppercase; }
.highlight-button-black:hover { background-color: #000; border-color: #000; color: #FFF; }
/* Primary Buttons */
i { color: #f96015; }
.standard-button { background: none; }
.standard-button2 { background: none; }
.standard-button2:hover { background: #f96015; }
.header-buttons { float: left; }
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active { background: #e04e06; border-color: #ce4401; outline: none; }
.colored-line,
.colored-line-left { background: #008ed6; }
.main-color { color: #008ed6; }
.form-group button { margin-top: 0; }
/* ==========================================================================
FLOATS AND MARGINS
========================================================================== */
/* Float */
.float-left { float: left !important; }
.float-right { float: right !important; }
.clear-both { clear: both !important; }
/* Margin */
.margin-top { margin-top: 30px !important; }
.margin-top-med { margin-top: 15px !important; }
.margin-top-100 { margin-top: 100px !important; }
.margin-bottom-100 { margin-bottom: 100px; }
.margin-top-50 { margin-top: 50px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-left { margin-left: 30px !important; }
.margin-bottom { margin-bottom: 30px !important; }
.margin-bottom-med { margin-bottom: 15px !important; }
.margin-right { margin-right: 30px !important; }
.no-margin { margin: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }
.margin-auto-center { margin-left: auto; margin-right: auto; display: block; float: none; }
/* Padding */
.no-padding { padding: 0; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding-left { padding-left: 0; }
.no-padding-right { padding-right: 0; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-top-90 { padding-top: 90px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-right { padding-right: 30px; }
.padding-left { padding-left: 30px; }
.padding-30 { padding: 30px; }
.padding-100 { padding: 100px; }
.padding-70 { padding: 70px; }
.display-inline-block { display: inline-block; }
.display-block { display: block; }
.display-inline { display: inline; }
.display-inline-table { display: inline-table; }
/* ==========================================================================
6. DIVIER AND WIDTH
========================================================================== */
.divider { background-color: #dfdfdf; height: 1px; width: 85%; margin: 12px 0 12px; }
.divider-transparent { background-color: rgba(235, 235, 235, 0.3); height: 1px; width: 85%; margin: 12px 0 12px; }
.divider-dark { background-color: #dedede; height: 1px; width: 100%; margin: 65px 0; display: inline-block; }
/* Separator */
.black-line { background: #000; margin: 29px 0; width: 52px; height: 1px; }
.black-line-top { margin-top: 28px; margin-bottom: 2px; background: #000; width: 52px; height: 1px; }
.black-line-bottom { margin-bottom: 20px; margin-top: 2px; background: #000; width: 52px; height: 1px; }
.white-line-top { margin-top: 28px; margin-bottom: 2px; background: #fff; width: 52px; height: 1px; margin-left: auto; margin-right: auto; }
.white-line-bottom { margin-bottom: 20px; margin-top: 2px; background: #fff; width: 52px; height: 1px; margin-left: auto; margin-right: auto; }
.white-line { margin: 25px auto 23px; z-index: 1; width: 52px; height: 1px; background: #ffffff; }
.dark-gray-line { margin: 25px auto 23px; z-index: 1; width: 52px; height: 1px; background: #7c7c7c; }
.gray-line { margin: 8px auto 11px; z-index: 1; width: 32px; height: 1px; background: #ababab; }
.orange-line { background: #f96015; margin: 20px auto; width: 52px; height: 1px; }
.white-line-small { background: #fff; margin: 20px auto; width: 52px; height: 1px; }
.transparent-line { background-color: #FFF; height: 1px; width: 100%; opacity: 0.2; margin: 20px 0; }
.popup-line { width: 100%; background: #e5e5e5; height: 1px; margin: 20px 0; }
/* Border */
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top { border-top: 1px solid #e5e5e5; }
.border-left { border-left: 1px solid #e5e5e5; }
.border-right { border-right: 1px solid #e5e5e5; }
.border-gray { border: 1px solid #373737 !important; }
/* Width and Height */
.width-100 { width: 100% !important; }
.height-auto { height: auto !important; }
/* ==========================================================================
SECTIONS
========================================================================== */
section { overflow: hidden; padding-top: 90px; padding-bottom: 90px; }
#about { padding-top: 0; }
#work { padding: 0; }
#blog { padding: 0 0 60px; }
#testimonial { padding: 0 0; }
#expertise { padding: 0 0 0; }
#team { padding: 0 0 90px; }
#conter-box { padding: 0; }
.contact { padding: 0 0 65px; }
#conter-box .color-overlay { padding-top: 90px; padding-bottom: 90px; }
#testimonial .color-overlay { padding-top: 129px; padding-bottom: 120px; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.85) }
#blog-list { padding-top: 110px; }
#blog-details { padding-top: 110px; }
.map { padding:0 !important ; position: relative; }
/* ==========================================================================
HEADER
========================================================================== */
/* Header */
header { background: url(../images/home-img.jpg) no-repeat center top; -webkit-background-size: cover; background-size: cover; height: 100%; -webkit-transition: ease-in-out; -moz-transition: ease-in-out; -o-transition: ease-in-out; transition: ease-in-out; overflow: hidden; }
.no-background { background: none }
header .full-screen { width: 100%; height: 100%; min-height: 1000px; }
.navbar-nav > li.blog:hover .dropdown-menu { display: block !important; }
.nav > li > a { margin: 10px 23px 10px; font-size: 12px; }
.nav > li.last > a { margin: 10px 0 10px 23px; }
.main-navigation .col-md-3 { padding-left: 0; }
/* Sticky Navigation */
nav { width: 100%; top: 0px; z-index: 99; padding-top: 25px; padding-bottom: 10px; transition: all 400ms ease-in-out 0s; -webkit-transition: all 400ms ease-in-out 0s; -moz-transition: all 400ms ease-in-out 0s; }
.shrink-nav { min-height: 80px; padding-top: 14px; border-bottom: 1px solid #e5e5e5; }
.nav-transparent .logo-dark { display: none; }
.shrink-nav.nav-dark,
.shrink-nav.nav-transparent { background: rgba(255, 255, 255, 1); }
.sticky-nav { position: fixed; top: 0px; background: rgba(255, 255, 255, 0); min-height: 80px; }
.sticky-navigation .main-navigation li a { line-height: 30px; font-weight: 400; font-size: 13px; text-transform: lowercase; max-height: 34px; letter-spacing: 0.5px; }
/* Main Navigation */
.logo-light { display: inline-block; float: none }
.navbar-fixed-top .nav > li > a:hover { color: #FFF; }
.shrink-nav .logo-light { display: none; }
.shrink-nav .logo-dark { display: inline-block; margin-top: 3px; }
.logo-dark { width: 135px; }
.logo-white { width: 156px; }
.shrink-nav .navbar-nav > li > a { color: #000; margin-top: 13px; }
.shrink-nav .nav > li > a:hover { color: #000; }
/* Dropdown Menu */
.dropdown:hover .dropdown-menu { display:inline-table; }
.dropdown .dropdown-menu .sub-menu { float:left; display:none; right:auto; left:233px; top:0; }
/* Intro */
header .intro-section { margin: auto; padding-top: 50%; }
header .intro-section .intro { color: #ffffff; margin-bottom: 36px; letter-spacing: 1px; line-height: 90px }
header .intro-section .buttons { margin: 17px auto; float: none; display: inline-block; }
.highlight { font-size: 65px; font-weight: 400; background-color: #f96015; color: #fff; padding: 12px 34px }
.no-transition { -webkit-transition: height 0.01s; -moz-transition: height 0.01s; -ms-transition: height 0.01s; -o-transition: height 0.01s; transition: height 0.01s;}
/* ==========================================================================
WORK
========================================================================== */
/* Isotop */
.isotope-filters { padding: 50px 0; }
.isotope-filters li { display: inline-block; padding: 0 1.3%; }
.isotope-filters li a { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 400; color: #b6b6b6; cursor: pointer; }
.isotope-filters li a:hover,
.isotope-filters li a:focus,
.isotope-filters li a:active,
.isotope-filters li a.active { text-decoration: none; color: #000; border-color: #000; }
/* Portfolio Figcaption */
.slideshow * { transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; }
.portfolio-item { overflow: hidden; }
.grid { max-width: 100%; margin: 0 auto; list-style: none; text-align: left; }
.portfolio-figure figcaption { position: absolute; top: 0; left: 0; padding: 18px 25px; background: #FFF; color: #f96015; box-shadow: 0 -5px 0 0 rgba(0, 0, 0, 0.3); }
.portfolio-figure .title { color: #f96015; line-height: 37px; margin: 0 0 8px; padding: 0; }
.portfolio-figure figcaption span { font-size: 18px; color: #000; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: 400; }
.portfolio-figure figcaption a { display: inline-block; transition: all 400ms ease-in-out 0s; position: absolute; bottom: 20px; right: 20px; }
.portfolio-figure figcaption a:hover { color: #f96015; }
.portfolio-figure figcaption i { color: #b6b6b6; font-size: 60px; position: relative; top: -6px }
.portfolio-figure { overflow: hidden; background-color: #000; }
.portfolio-figure img { -webkit-transition: -webkit-transform 0.4s; -moz-transition: -moz-transform 0.4s; transition: transform 0.4s; max-width: 100%; height: 200px;}
.no-touch .portfolio-figure:hover img,
.portfolio-figure.cs-hover img { -webkit-transform: translateY(-60px); -moz-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px); opacity: 0.4; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; }
.portfolio-figure figcaption { height: 110px; width: 100%; top: auto; bottom: 0; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; transition: transform 0.4s, opacity 0.1s 0.3s; }
.no-touch .portfolio-figure:hover figcaption,
.portfolio-figure.cs-hover figcaption { opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s; }
.portfolio { width: 100%; display: table; }
.portfolio-item { float: left; padding: 0 0; width: 24.96%; max-width: 25%; }
/* ==========================================================================
WORK POPUP
========================================================================== */
.grid-gallery { width: 100%; }
/* General Style */
.popup-slide { list-style: none; margin: 0; padding: 0; width: 100%; height: 100%; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translate3d(0, 0, 150px); transform: translate3d(0, 0, 150px); -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
.popup-slide figure { margin: 0; }
.popup-slide .title { color: #f96015; display: inline-block; font-size: 60px; font-weight: 400; letter-spacing: 1px; margin: 0; padding: 0 0 20px; width: 100%; line-height: 60px; }
/* Grid Style */
.grid { margin: 0 auto; }
.grid li { float: left; cursor: pointer; }
.grid figure { -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
/* Slideshow Style */
.slideshow { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 99999; opacity: 0; visibility: hidden; overflow: hidden; -webkit-transition: opacity 0.5s, visibility 0s 0.5s; transition: opacity 0.5s, visibility 0s 0.5s; padding: 0; background-color: #FFF; }
.slideshow-open .slideshow { opacity: 1; visibility: visible; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }
.popup-slide.animatable li { -webkit-transition: -webkit-transform 0.5s; transition: transform 0.5s; }
.slideshow-open .popup-slide { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
/* Popup Slide */
.popup-slide .popup-slideshow { right: 0; margin: 0; position: absolute; top: 0; visibility: hidden; width: 100%; height: 100%; display: none; }
.popup-slide .popup-slideshow.show { visibility: visible; }
.popup-slide .popup-slideshow.current:after { visibility: hidden; opacity: 0; -webkit-transition: opacity 0.3s, visibility 0s 0.3s; transition: opacity 0.3s, visibility 0s 0.3s; }
.popup-slide figure { width: 100%; height: 100%; background: #fff; overflow: hidden; }
.popup-slide span { display: table; font-size: 14px; font-weight: 300; line-height: 20px; }
.popup-slide .category { display: inline-block; font-family: "Oswald", sans-serif; font-size: 30px; font-weight: 100; padding: 0 0 5px; text-transform: uppercase; width: 100%; color: #939393; line-height: 30px; }
.popup-slide .work-details { display: inline-block; font-size: 14px; font-weight: 400; padding: 0 0 5px; text-transform: uppercase; width: 100%; }
.popup-slide .client-speak { margin: 10px 0 0; }
.popup-slide .client-speak a { color: rgb(255, 255, 255); }
.popup-slide .client-speak span { display: block; font-size: 11px; font-weight: 600; margin: 10px 0 0; text-transform: uppercase; }
/* Navigation */
.popup-navigation { width: 100%; position: absolute; border: 0 }
.popup-navigation span { position: fixed; z-index: 1000; color: #FFF; text-align: center; cursor: pointer; font-size: 30px; transition: all 400ms ease-in-out 0s; }
.popup-navigation span:hover { color: #f96015; }
.popup-navigation span.nav-prev { right: 95%; top: 50%; background-color: #000; font-size: 35px; padding: 4px 15px 5px 12px; transform: translateY(-50%); }
.popup-navigation span.nav-next { left: 95%; top: 50%; background-color: #000; font-size: 35px; padding: 4px 12px 5px 15px; transform: translateY(-50%); }
.popup-navigation span.nav-close { padding: 8px 12px; right: 5px; top: 2px; transition: all 400ms ease-in-out 0s; }
.icon:before,
.icon:after { font-family: 'fontawesome'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
span.nav-prev:before { content: "\f104"; }
span.nav-next:before { content: "\f105"; }
span.nav-close:before { content: "X"; font-family: 'Open Sans', sans-serif; transform: scale(1.3, 1); -webkit-transform: scale(1.3, 1); display: inline-block; font-weight: 100; color: rgba(0, 0, 0, 0.4); }
.popup-slide .right-part { float: right; width: 50%; padding: 1%; }
.popup-slide .full-show { float: right; width: 100%; padding: 1%; }
.popup-slider { float: left; width: 52%; overflow: hidden; height: 100%; position: absolute; }
/* ==========================================================================
BLOG
========================================================================== */
/* Blog Header */
.blog-header .intro-section { margin: auto; padding: 30% 0 25%; }
.blog-details-header .intro-section { padding: 20% 0 15%; }
.blog-header { background: url(../images/header-img1.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; height: 100%; }
.blog-details-header { background: url(../images/header-img2.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; height: 100%; }
.blog-content { position: relative; cursor: pointer; }
.blog-img { opacity: 1; transition: all 400ms ease-in-out 0s; height: 100%; width: 100%; }
.blog .active { margin-bottom: 0; }
.blog .active .blog-content-out { display: block !important; }
.blog-image { padding: 0; background-color: #000 }
.blog-day { background-color: #f96015; border: 2px solid #f96015; color: #fff; display: table-cell; font-family: 'Oswald', sans-serif; font-size: 50px; font-weight: 400; height: 94px; left: 3%; position: absolute; top: 59%; width: 94px; z-index: 9999; }
.blog-day span { left: 0; position: absolute; right: 0; top: 35px; vertical-align: middle; }
.blog-content:hover .blog-day { border: 4px solid #fff; background-color: #f96015; color: #fff; }
.blog-content:hover .blog-day span { top: 33px; }
.blog-header span.highlight { font-size: 65px; font-weight: 400; background-color: transparent; color: #fff; padding: 12px 34px }
.blog-header .intro-section .intro { line-height: 60px }
/* Frame Overlay */
.frameOverlay { color: #000; padding: 15px 15px 22px; transition: all 500ms ease-in-out 0s; cursor: default }
.frameOverlay .col-md-offset-2 { margin-left: 10.667%; }
.blog-content-out .content { line-height: 23px; width: auto; transition: all 400ms ease-in-out 0s; }
.month { width: 100%; display: inline-block; }
.blog-content .blog-title { margin-bottom: 19px; }
.blog-title .title { margin: 0 0 2px; line-height: 32px; }
/* Blog Active */
.blog-content.active .frameOverlay { background-color: #FFF; display: table; width: 100%; }
.buttons .small-button { display: inline-block; float: none; margin: 50px 0 0; }
.blog-content:hover .blog-image img { opacity: 0.5; }
/* Blog Group show */
.group { display: none; }
.group.show { display: block; }
#load-more.disable { color: #b7b7b7; text-decoration: none; cursor: default; border: 2px solid #b7b7b7 }
#load-more.disable:hover { background-color: transparent }
/* ==========================================================================
BLOG LISTING
========================================================================== */
/* Blog Page */
.blog-left { margin-right: 6%; }
.blog-page .footer { height: auto; }
.blog-page .blog-content { cursor: auto; margin: 40px 0; padding: 0; }
.blog-title .content { width: auto; margin-bottom: 30px; }
.blog-page .blog-content h6 { letter-spacing: 0; text-align: left; }
.search { border: 1px solid #cdcdcd; color: #838383; font-size: 13px; height: 40px; background: url(../images/icon-search.png) 95% no-repeat }
/* Blog Wrapper */
.blog-post li:first-child { margin-top: 0; }
.post-preview { display: table; margin: 40px 0; }
.blog-video { min-height: 410px; }
.blog-content { margin-bottom: 0; }
/* Blog Carousel */
.blog-wrapper .carousel { line-height: 12px; }
.blog-wrapper .carousel-caption { padding: 0; }
/* Post Preview */
.post-preview .blog-day { left: 30px; top: -70px; z-index: 0; }
.post-preview .blog-title { line-height: 26px; }
/* Pagination */
.pagerblock { display: inline-block; }
.pagerblock li { float: left; margin: 0 12px; background: #FFF; }
.pagerblock li a { border: 2px solid #e5e5e5; display: block; width: 50px; height: 50px; line-height: 45px; font-weight: 400; font-size: 16px }
.pagerblock li a i { color: #000; font-size: 22px; line-height: 35px; }
.pagerblock li.current a,
.pagerblock li a:hover,
.pagerblock li a:focus,
.pagerblock li a:hover i,
.pagerblock li a:focus i { color: #f96015; border-color: #f96015; text-decoration: none; }
/* Sidebar Block */
.sidebar-block { margin-bottom: 40px; font-size: 13px; }
.sidebar-block .divider { width: 100%; margin: 5px 0 20px; }
.comments-divider { margin: 5px 0 !important; }
.categories a:hover { color: #f96015; }
.categories li { padding: 8px 0; border-bottom: 1px solid #e5e5e5 }
.categories li span { display: block; color: #909090; position: relative; top: -4px }
#signup_form { margin-top: 10px; }
#subheader { line-height: 18px; }
.input_var .form-control { margin-bottom: 10px; background-color: #fbfbfb; }
.signup_submit button { display: table; font-size: 14px; margin: 0 auto; padding: 7px 0; width: 100%; }
/* Tag Cloud */
.tagcloud { display: table; }
.tagcloud a { background: #FFF; border: 1px solid #e5e5e5; display: inline-block; float: left; font-size: 13px; font-weight: 400; margin: 7px 7px 0 0; padding: 2px 11px 3px; }
.tagcloud a:hover,
.tagcloud a:focus { background: #000; border-color: #000; color: #FFF; text-decoration: none; }
.comments li { font-size: 14px; line-height: 18px; margin: 10px 0 10px 7px; }
/* ==========================================================================
BLOG DETAILS
========================================================================== */
/* Blogpost */
.blog-share { display: inline-block; margin: 15px 0; width: 100%; }
.blogpost_share { float: right; margin: 7px 0 0 0 }
.blogpost_share span { color: #5e5e5e; float: left; }
.blogpost_share ul { float: left; }
.blogpost_share ul li { float: left; margin: 0 10px; }
.blogpost_share ul li:first-child { margin-left: 0; }
.blogpost_share ul li a { display: block; }
.blogpost_share ul li i { color: #000; transition: all 400ms ease-in-out 0s; font-size: 20px; }
.blogpost_share ul li.facebook a:hover i { color: #3c599f; }
.blogpost_share ul li.twitter a:hover i { color: #20b9ff; }
.blogpost_share ul li.linkedin a:hover i { color: #0085ae; }
.blogpost_share ul li.google-plus a:hover i { color: #d44132; }
/* Blog Details */
.blog-details .like,
.blog-details .like i { color: #f96015; }
.recent-comments .divider { width: 100%; }
.recent-comments .content { width: 100%; }
.recent-comments p { margin: 25px 0; }
.top { margin-bottom: 25px; }
.blog-details-title { font-size: 45px; font-family: 'Oswald', sans-serif; line-height: 54px; text-transform: uppercase; color: #FFF; margin: 10px 0 }
.blog-details .blogpost_share { border-bottom: 2px solid #000; border-top: 1px solid #dfdfdf; clear: both; float: none; padding: 40px 0; text-align: center; margin-bottom: 60px }
.blog-details .blogpost_share ul { float: none }
.blog-details .blogpost_share ul li { float: none; display: inline-block; margin: 0 20px }
.blog-details .blogpost_share ul li i { font-size: 35px }
.sidebar-block h6,
#comments .title { font-size: 14px; line-height: 30px; font-weight: 600; margin: 0; text-transform: uppercase; letter-spacing: 0px; }
.recent-comments .title { font-size: 25px; line-height: 30px; font-weight: 800; margin: 0; text-transform: uppercase; letter-spacing: 2px; text-align: center; margin-bottom: 35px }
.recent-comments input { border: 1px solid #cdcdcd; height: 50px; color: #838383; font-size: 15px }
.recent-comments textarea { border: 1px solid #cdcdcd; height: 50px; color: #838383; font-size: 15px; max-width: 100%; resize: none }
/* Comments */
.recent-comments { float: none; margin: 0 auto; }
.name { font-size: 16px; text-transform: uppercase; font-weight: 600; display: block }
.date { font-size: 14px; display: block }
.comments-details { border-bottom: 1px solid #dfdfdf; clear: both; float: left; margin-bottom: 40px; padding-bottom: 40px; }
.comments-details .small-button { margin: 10px 0 0 0 }
.comments-details:last-child { border-bottom: none; margin: 0 }
.comments-details .small-button { margin: 10px 0 0 0 }
.blog-comments .form-group { text-align: center; margin: 0 }
/* Media Object */
.media-object { border-radius: 100%; width: 80px; height: 80px; margin: 0 25px 0 0 }
/* ==========================================================================
COUNTER
========================================================================== */
.counterBoxNumber { font-size: 100px; color: #FFF; font-family: 'Oswald', sans-serif; line-height: 100px; }
.counterBoxDetails { text-transform: none; color: #FFF; font-size: 16px; font-weight: 400; font-family: 'Open Sans', sans-serif; letter-spacing: 0; }
.counterBox .orange-line { width: 40px; margin: 16px auto 9px; }
/* ==========================================================================
SCROLL TO TOP
========================================================================== */
.scrollToTop { display: none; font-weight: bold; height: auto; padding: 0; position: fixed; right: 45px; text-align: center; text-decoration: none; top: 91%; width: auto; background-color: #161616; z-index: 9999; border-radius: 3px; border: 1px solid #000 }
.scrollToTop i { font-size: 18px; margin: 5px 8px 0; color: #FFF; }
.scrollToTop:hover { opacity: 0.5; }
.scrollToTop:hover i { position: relative; }
.scrollDownWrap { bottom: 40px; left: 0; margin: 0 auto; min-height: 41px; position: absolute; right: 0; text-align: center; width: 90px; z-index: 9; }
.scrollDown a { text-decoration: none; text-transform: uppercase; color: #fff; -moz-transition: color 500ms ease; -o-transition: color 500ms ease; -webkit-transition: color 500ms ease; transition: color 500ms ease; }
.scrollDown a:hover { color: #fff; -moz-transition: color 500ms ease; -o-transition: color 500ms ease; -webkit-transition: color 500ms ease; transition: color 500ms ease; }
.scrollDown i { display: block; margin: 0 auto; position: relative; -webkit-animation: iconFloat 0.8s infinite linear; -moz-animation: iconFloat 0.8s infinite linear; -ms-animation: iconFloat 0.8s infinite linear; -o-animation: iconFloat 0.8s infinite linear; animation: iconFloat 0.8s infinite linear; color: #000; padding: 0; color: #FFF; font-size: 45px; opacity: 0.7 }
.scrollDown:hover i { opacity: 0.3 }
.isotope,
.isotope .portfolio-item,
.isotope .post-item { -webkit-transition-duration: .8s; -moz-transition-duration: .8s; -ms-transition-duration: .8s; -o-transition-duration: .8s; transition-duration: .8s; }
.scrollDown i:before { font-family: 'FontAwesome'; }
/* ==========================================================================
FILTER TAB
========================================================================== */
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
/* ISOTOPE CSS3 TRANSACTIONS */
.isotope,
.isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; }
/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
/* ==========================================================================
TEAM
========================================================================== */
.team-details .our-team { opacity: 0.5; }
.team-details .namerol { background: #FFF; padding: 13px 0 17px; }
.team-details .namerol .orange-line { margin: 4px auto 6px; }
.namerol span { font-weight: bold; text-transform: uppercase; }
.namerol .content { text-transform: uppercase; font-size: 11px; }
.team-profile { /* max-height: 308px; */ margin: 0; overflow: hidden; position: relative; }
.social i { color: #FFF; font-size: 25px; margin: 5px 9px; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
.social i:hover { color: #f96015; position: relative; top: 0; -webkit-transition: all 400ms ease-in-out 0s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -ms-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; }
.team-profile .our-team { height: 100%; position: absolute; top: 600px; width: 100%; transition: all 400ms ease-in-out 0s; }
.our-team .text-center { margin: 0 auto; }
.team-details:hover .our-team { opacity: 1; }
.team-details:hover .our-team { top: 0px; background: rgba(0, 0, 0, 0.85); padding-top: 104px; }
.team .width { margin-top: 66px; margin-bottom: 73px; }
.our-team .content-white { width: 65%; }
.team-details .orange-line { width: 32px; margin: 15px auto 19px; }
/* ==========================================================================
CLIENT LOGOS
========================================================================== */
.client-logos { padding:0 !important; background: url(../images/client-logos-bg.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.client-logos .color-overlay { padding: 94px 0 93px; }
.clients-slider li { display: inline-block; margin: 0 4%; width: 15%; }
/* ==========================================================================
CONTACT
========================================================================== */
.form-group form { transition: all 800ms ease-in-out 0s; -moz-transition: all 800ms ease-in-out 0s; -webkit-transition: all 800ms ease-in-out 0s; -o-transition-duration: all 800ms ease-in-out 0s; }
#success { background-color: #fff; border: 2px solid #f96015; color: #f96015; display: none; font-size: 20px; font-family: "Oswald",sans-serif; line-height: 58px; text-align: center; text-transform: uppercase; }
.contact-info { margin-top: 54px; }
.left-part { padding: 0 0; }
.contact-text { display: table; width: 57%; margin: 0 0; }
.address { margin: 0 0; }
.head { margin-bottom: 57px; }
.icon-list li { font-size: 16px; }
.icon-list i { font-size: 20px; margin-right: 20px; }
.icon-list li a { color: #000; text-decoration: none; }
.icon-list li a:hover { text-decoration: underline; }
.right-part { padding: 0 0; }
/* ==========================================================================
FOOTER
========================================================================== */
footer .color-overlay { padding: 46px 0 0; }
.footer-social li { display: inline-block; margin: 0 1.8%; }
.footer-social li i { font-size: 40px; }
.copy { margin: 7px auto 25px; opacity: 0.8 }
/* ==========================================================================
DESIGN ELEMENTS
========================================================================== */
.conter-box { background: url(../images/conter-box-image.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.feature-content { margin-top: 86px; margin-bottom: 50px; }
.expertise-img img { -webkit-background-size: cover; background-size: cover; }
.service-icon i { font-size: 60px; }
.service-box { padding-top: 75px; padding-bottom: 91px; }
.service-box:hover { background-color: #FFF; }
.service-box:hover .service-icon i { position: relative; bottom: 5px; -webkit-animation: 0.8s linear 0s normal none infinite iconFloat; animation: 0.8s linear 0s normal none infinite iconFloat; }
.service-icon { margin-bottom: 28px; }
.model-box { background: url(../images/about-model.jpg) no-repeat center top fixed; -webkit-background-size: cover; background-size: cover; }
.signature { width: auto; }
/* Work Count */
.work-count-box .title-top { color: #000; font-size: 45px; font-weight: bold; margin: 0; font-family: 'Oswald', sans-serif; }
.work-count-box .content-white { width: 75%; }
/* Testimonial */
.testimonial .container { overflow: hidden; line-height: 30px; }
/* Carousel */
.carousel-inner { overflow: visible; display: inline-table; }
.carousel-indicators { position: absolute; bottom: 5px; left: 0; z-index: 15; width: 100%; padding-left: 0; margin-left: 0; text-align: center; list-style: none; }
.testimonial .carousel-indicators { bottom: 0; margin: 0; }
.carousel-indicators li { display: inline-block; width: 17px; height: 17px; margin: 0 10px 0 0; text-indent: -99999px; cursor: pointer; border: 2px solid #fff; border-radius: 100%; visibility: visible; position: relative; left: inherit; }
.carousel-indicators li:first-child { margin-left: 0; }
.carousel-indicators li:last-child { margin-right: 0; }
.carousel-indicators li:after { left: inherit; content: inherit; }
.carousel-indicators .active { width: 17px; height: 17px; background-color: #fff; visibility: visible; }
.carousel-caption { position: inherit; width: 100%; margin: 0 auto; }
.carousel-caption p { font-size: 14px; font-weight: 500 }
.carousel-caption span { font-size: 16px; text-transform: uppercase; margin-bottom: 65px; display: inline-block; }
.carousel-inner iframe { display: block; height: 500px; margin-top: 19%; vertical-align: middle; width: 100%;}
/* Feature */
.feature { display: table; margin-left: 8%; }
.icon-container { float: left; margin-right: 30px; min-height: 74px; }
.icon-container i { font-size: 50px; line-height: 78px; }
.feature:hover .icon-container i { position: relative; bottom: 10px; -webkit-animation: 1s linear 0s normal none infinite iconFloat; animation: 1s linear 0s normal none infinite iconFloat; }
.fetaure-details .title,
.fetaure-details .content { float: left; }
.fetaure-details .content { width: 69%; }
/* customize */
.portfolio-item {
background-color: #000;
margin: 0 auto;
overflow: hidden;
padding: 0;
text-align: left;
width: 100%;
}
.portfolio-item .col-12 {
display: inline-block;
height: 451px;
margin: 0;
padding: 0;
width: 452px;
}
.portfolio-item a,
.portfolio-item img {
display: inline-block;
height: 100%;
margin: 0 auto;
width: 100%;
}
@media (max-width: 991px) {
.portfolio-item {
text-align: center;
width: 100%;
}
.portfolio-item .row {
left: 0 !important;
margin: 0;
width: 100% !important;
}
.portfolio-item .col-12 {
height: auto;
width: 50%
}
.portfolio-item a,
.portfolio-item img {
height: auto;
max-height: 100%;
max-width: 100%;
width: auto;
}
}
@media (max-width: 767px) {
.portfolio-item .col-12 {
width: 100%;
}
}
.full-show a img {
display:block;
width: 60%;
height: 60%;
margin-left:auto;
margin-right:auto;
}
|
target/site/testapidocs/org/rarefiedredis/redis/class-use/RedisMockClient.html | wilkenstein/redis-mock-java | <!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_45) on Tue Jun 02 18:52:04 MDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.rarefiedredis.redis.RedisMockClient (redis-java 0.0.15 Test API)</title>
<meta name="date" content="2015-06-02">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.rarefiedredis.redis.RedisMockClient (redis-java 0.0.15 Test API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/rarefiedredis/redis/RedisMockClient.html" title="class in org.rarefiedredis.redis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/rarefiedredis/redis/class-use/RedisMockClient.html" target="_top">Frames</a></li>
<li><a href="RedisMockClient.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.rarefiedredis.redis.RedisMockClient" class="title">Uses of Class<br>org.rarefiedredis.redis.RedisMockClient</h2>
</div>
<div class="classUseContainer">No usage of org.rarefiedredis.redis.RedisMockClient</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/rarefiedredis/redis/RedisMockClient.html" title="class in org.rarefiedredis.redis">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/rarefiedredis/redis/class-use/RedisMockClient.html" target="_top">Frames</a></li>
<li><a href="RedisMockClient.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015. All rights reserved.</small></p>
</body>
</html>
|
server/public/html/article/detail.html | JesusGuerrero/MAHRIO |
<div ng-if="networkId" class="row">
<div style="position: absolute; margin-top: -64px" class="col-xs-12 col-sm-4 col-md-3 col-lg-2"><a ui-sref="networks.articles({id: networkId})" ui-sref-opts="{reload: true}" class="btn btn-default"><i class="fa fa-chevron-left"> Back</i></a></div>
</div>
<div class="row hidden">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-2"><a ui-sref="articles.list" ui-sref-opts="{reload: true}" class="btn btn-default">
<h4><i class="fa fa-chevron-left"></i> Back</h4></a></div>
</div>
<div ng-style="article.coverImage ? {} : {marginTop: 0}" class="row article-cover">
<figure ng-show="article.coverImage"><img ng-src="{{article.coverImage.url}}"/>
<figcaption class="credit"></figcaption>
</figure>
<div ng-style="article.coverImage ? {} : {marginTop: 0, height: 'auto', textShadow: 'none', background: '#FFF', color: '#333', padding: '20px 0', fontSize: '13pt'}" class="article-heading">
<h1> {{article.title}}</h1>
<p> {{article.deck}}</p>
<sharebar></sharebar>
<div class="row">
<div class="col-xs-3 col-xs-offset-3">
<p style="display: block" class="bg-green label"> {{article.owner.profile.firstName}} {{article.owner.profile.lastName}}</p>
</div>
<div class="col-xs-3">
<p style="display: block" class="bg-yellow label hidden-sm hidden-xs"> {{article.created | date:'medium'}}</p>
<p style="display: block" class="bg-yellow label hidden-md hidden-lg"> {{article.created | date}}</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div style="margin-top: 30px" class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="article-content">
<p ng-repeat="section in article.sections track by $index" ng-bind-html="section.body | rawhtml"></p>
</div>
</div>
</div> |
Data Management System/jsp/system_management/data_backup_management.html | lovemybamboo/lovemybamboo.github.io | <html lang="cn">
<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>平台管理——数据备份</title>
<!-- Bootstrap Core CSS -->
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<!-- MetisMenu CSS -->
<link href="../../css/plugins/metisMenu/metisMenu.min.css" rel="stylesheet">
<!-- DataTables CSS -->
<link href="../../css/plugins/dataTables.bootstrap.css" rel="stylesheet">
<!-- Timeline CSS -->
<link href="../../css/plugins/timeline.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="../../css/sb-admin-2.css" rel="stylesheet">
<!-- Morris Charts CSS -->
<link href="../../css/plugins/morris.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="../../font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!--Message CSS -->
<link href="../../css/plugins/messenger/messenger.css" rel="stylesheet" type="text/css">
<link href="../../css/plugins/messenger/messenger-theme-future.css" rel="stylesheet" type="text/css">
<!-- iCheck CSS -->
<link href="../../css/plugins/icheck/flat/green.css" rel="stylesheet" type="text/css">
<link href="../../css/css_system_management/data_backup_management.css"rel="stylesheet" type="text/css">
</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="user_management.html">XXX惯性导航系统可靠性数据平台</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-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>用户信息</a>
</li>
<li><a href="#"><i class="fa fa-gear fa-fw"></i>设置</a>
</li>
<li class="divider"></li>
<li><a href="../../login.html"><i class="fa fa-sign-out fa-fw"></i>退出</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>
<a class="active" href="user_management.html">平台管理<span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse in">
<li>
<a href="../system_management/user_management.html">用户管理</a>
</li>
<li>
<a href="../system_management/log_management.html">日志管理</a>
</li>
<li>
<a href="../system_management/data_backup_management.html">数据备份</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 指标体系管理 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">型号管理</a>
</li>
<li>
<a href="">设备管理</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 数据管理 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">设备管理</a>
</li>
<li>
<a href="">实验数据管理</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 故障判定管理 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">故障判定</a>
</li>
<li>
<a href="">故障分析</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 精度评定 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="../accuracy_calculation/accuracy_calculation.html">精度计算</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 退化分析 </a>
</li>
<li>
<a href="#"> 可靠性评估 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">基于性能的系统可靠性评估</a>
</li>
<li>
<a href="">基于过程的系统可靠性评估</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 可靠性评估 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">基于性能的系统可靠性评估</a>
</li>
<li>
<a href="">基于过程的系统可靠性评估</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
<li>
<a href="#"> 技术帮助 <span class="fa arrow"></span></a>
<ul class="nav nav-second-level collapse">
<li>
<a href="">电子手册</a>
</li>
<li>
<a href="">版本说明</a>
</li>
</ul>
<!-- /.nav-second-level -->
</li>
</ul>
</div>
<!-- /.sidebar-collapse -->
</div>
<!-- /.navbar-static-side -->
</nav>
<div id="page-wrapper" style="min-height: 589px;">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">数据备份</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="panel panel-primary">
<div class="panel-heading">
<div class="row">
<div class="col-xs-3">
<i class="fa fa-user fa-5x"></i>
</div>
<div class="col-xs-9 text-right">
<div class="huge">手动备份</div>
</div>
</div>
</div>
<div class="panel-footer" id="div-manual-backup-start">
<span class="pull-left">开始</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="panel panel-green">
<div class="panel-heading">
<div class="row">
<div class="col-xs-3">
<i class="fa fa-search fa-5x"></i>
</div>
<div class="col-xs-9 text-right">
<div class="huge">自动备份</div>
</div>
</div>
</div>
<div class="panel-footer" id="div-automatic-backup-start">
<span class="pull-left">开始</span>
<span class="pull-right"><i class="fa fa-arrow-circle-right"></i></span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!-- /.row -->
<div class="row" id="div-manual-backup">
<div class="col-lg-12">
<div class="panel panel-primary">
<div class="panel-heading">
<i class="fa fa-plus"></i>手动备份
</div>
<!-- .panel-heading -->
<div class="panel-body">
<h2>选择备份数据对象</h2>
<input type="checkbox" name="iCheck" id="user-data">
<label for="user-data" class="">用户信息</label>
</div>
<!-- .panel-body -->
</div>
<!-- /.panel -->
</div>
</div>
<!-- /.row -->
<div class="row" id="div-automatic-backup">
<div class="col-lg-12">
<div class="panel panel-primary">
<div class="panel-heading">
<i class="fa fa-plus"></i>自动备份
</div>
<!-- .panel-heading -->
<div class="panel-body">
</div>
<!-- .panel-body -->
</div>
<!-- /.panel -->
</div>
</div>
</div>
<!-- /#page-wrapper -->
<!-- /.row -->
</div>
<!-- /#wrapper -->
<!-- jQuery Version 1.11.0 -->
<script src="../../js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="../../js/bootstrap.min.js"></script>
<!-- Metis Menu Plugin JavaScript -->
<script src="../../js/plugins/metisMenu/metisMenu.min.js"></script>
<!-- DataTables JavaScript -->
<script src="../../js/plugins/dataTables/jquery.dataTables.js"></script>
<script src="../../js/plugins/dataTables/dataTables.bootstrap.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../../js/sb-admin-2.js"></script>
<!-- Page-Level Demo Scripts - Tables - Use for reference -->
<script src="../../js/plugins/messenger/messenger.min.js"></script>
<script src="../../js/plugins/messenger/messenger-theme-future.js"></script>
<script src="../../js/plugins/icheck/icheck.js"></script>
<script src="../../js/js_user_management/data_backup_management.js"></script>
</body>
</html> |
public/css/app.css | JoTrdl/altar | /* ----------------------------
* Variables
* ------------------------------------------------------- */
/* ----------------------------
* Base style
* ------------------------------------------------------- */
/*
* A lot of this base css are inspired or come directly from:
* http://www.basscss.com/
*/
/* ----------------------------
* Normalize reset
* ------------------------------------------------------- */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio, canvas, progress, video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden], template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b, strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button, input, optgroup, select, textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button, select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled], html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"], input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td, th {
padding: 0; }
/* ----------------------------
* Base stuffs
* ------------------------------------------------------- */
/* ----------------------------------------
* Headings
* ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Lucida Grande", "Helvetica Neue", Helvetica, arial, sans-serif;
font-weight: 400;
line-height: 1em;
letter-spacing: -1px;
margin: 1em 0; }
h1, .h1 {
font-size: 2.25em; }
h2, .h2 {
font-size: 2em; }
h3, .h3 {
font-size: 1.75em; }
h4, .h4 {
font-size: 1.5em; }
h5, .h5 {
font-size: 1.25em; }
h6, .h6 {
font-size: 1em; }
/* ----------------------------------------
* List
* ------------------------------------------------------------------- */
ul.reset, ol.reset {
list-style: none;
padding-left: 0; }
/* ----------------------------------------
* Quote
* ------------------------------------------------------------------- */
blockquote {
margin-top: 2em;
margin-bottom: 2em;
margin-left: 0;
padding-left: 1em;
padding-right: 1em;
font-style: italic; }
/* ----------------------------------------
* Images
* ------------------------------------------------------------------- */
img, svg {
max-width: 100%;
height: auto;
display: block; }
/* ----------------------------
* Utils
* ------------------------------------------------------- */
.inline {
display: inline; }
.block {
display: block; }
.inline-block {
display: inline-block; }
.display-none {
display: none; }
.overflow-hidden {
overflow: hidden; }
.overflow-hidden-x {
overflow-x: hidden; }
.overflow-hidden-y {
overflow-y: hidden; }
.overflow-scroll {
overflow: scroll;
-webkit-overflow-scrolling: touch; }
.overflow-scroll-x {
overflow-x: scroll;
-webkit-overflow-scrolling: touch; }
.overflow-scroll-y {
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.hard-acc {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.clearfix:before, .clearfix:after {
content: " ";
display: table; }
.clearfix:after {
clear: both; }
.left {
float: left; }
.right {
float: right; }
.fit {
max-width: 100%; }
.half-width {
width: 50%; }
.full-width {
width: 100%; }
.m0 {
margin: 0; }
.mt0 {
margin-top: 0; }
.mr0 {
margin-right: 0; }
.mb0 {
margin-bottom: 0; }
.ml0 {
margin-left: 0; }
.m1 {
margin: 0.5em; }
.mt1 {
margin-top: 0.5em; }
.mr1 {
margin-right: 0.5em; }
.mb1 {
margin-bottom: 0.5em; }
.ml1 {
margin-left: 0.5em; }
.m2 {
margin: 1em; }
.mt2 {
margin-top: 1em; }
.mr2 {
margin-right: 1em; }
.mb2 {
margin-bottom: 1em; }
.ml2 {
margin-left: 1em; }
.m3 {
margin: 2em; }
.mt3 {
margin-top: 2em; }
.mr3 {
margin-right: 2em; }
.mb3 {
margin-bottom: 2em; }
.ml3 {
margin-left: 2em; }
.m4 {
margin: 4em; }
.mt4 {
margin-top: 4em; }
.mr4 {
margin-right: 4em; }
.mb4 {
margin-bottom: 4em; }
.ml4 {
margin-left: 4em; }
.mxn1 {
margin-left: -0.5em;
margin-right: -0.5em; }
.mxn2 {
margin-left: -1em;
margin-right: -1em; }
.mxn3 {
margin-left: -2em;
margin-right: -2em; }
.mxn4 {
margin-left: -4em;
margin-right: -4em; }
.mx-auto {
margin-left: auto;
margin-right: auto; }
.p0 {
padding: 0; }
.py0 {
padding-top: 0;
padding-bottom: 0; }
.px0 {
padding-left: 0;
padding-right: 0; }
.p1 {
padding: 0.5em; }
.py1 {
padding-top: 0.5em;
padding-bottom: 0.5em; }
.px1 {
padding-left: 0.5em;
padding-right: 0.5em; }
.p2 {
padding: 1em; }
.py2 {
padding-top: 1em;
padding-bottom: 1em; }
.px2 {
padding-left: 1em;
padding-right: 1em; }
.p3 {
padding: 2em; }
.py3 {
padding-top: 2em;
padding-bottom: 2em; }
.px3 {
padding-left: 2em;
padding-right: 2em; }
.p4 {
padding: 4em; }
.py4 {
padding-top: 4em;
padding-bottom: 4em; }
.px4 {
padding-left: 4em;
padding-right: 4em; }
.relative {
position: relative; }
.absolute {
position: absolute; }
.fixed {
position: fixed; }
.top-0 {
top: 0; }
.right-0 {
right: 0; }
.bottom-0 {
bottom: 0; }
.left-0 {
left: 0; }
.z1 {
z-index: 1; }
.z2 {
z-index: 2; }
.z3 {
z-index: 3; }
.z4 {
z-index: 4; }
.absolute-center {
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
display: table; }
.bold {
font-weight: 500; }
.regular {
font-weight: normal; }
.italic {
font-style: italic; }
.caps {
text-transform: uppercase;
letter-spacing: 0.2em; }
.left-align {
text-align: left; }
.center {
text-align: center; }
.right-align {
text-align: right; }
.justify {
text-align: justify; }
.underline {
text-decoration: underline; }
.line-through {
text-decoration: line-through; }
.nowrap {
white-space: nowrap; }
.sm-show, .md-show, .lg-show {
display: none; }
@media (min-width: 320px) and (max-width : 480px) {
.sm-show {
display: block; }
}
@media (min-width: 480px) and (max-width : 920px) {
.md-show {
display: block; }
}
@media (min-width: 920px) {
.lg-show {
display: block; }
}
@media (min-width: 320px) and (max-width : 480px) {
.sm-hide {
display: none; }
}
@media (min-width: 480px) and (max-width : 920px) {
.md-hide {
display: none; }
}
@media (min-width: 920px) {
.lg-hide {
display: none; }
}
/* ----------------------------
* Utils
* ------------------------------------------------------- */
/* ----------------------------
* Components
* ------------------------------------------------------- */
/*
* Custom grid inspired by Bootstrap.
*/
.row {
position: relative;
width: 100%;
/*
* Starting medium, span are sized.
*/
/*
* Special classes for medium : md-spanX md-offsetX
*/ }
.row:before, .row:after {
display: table;
content: "";
line-height: 0; }
.row:after {
clear: both; }
.row > [class^="span"] {
display: block;
box-sizing: border-box;
float: left;
min-height: 1px; }
.row .span1 {
width: 100%; }
.row .span2 {
width: 100%; }
.row .span3 {
width: 100%; }
.row .span4 {
width: 100%; }
.row .span5 {
width: 100%; }
.row .span6 {
width: 100%; }
.row .span7 {
width: 100%; }
.row .span8 {
width: 100%; }
.row .span9 {
width: 100%; }
.row .span10 {
width: 100%; }
.row .span11 {
width: 100%; }
.row .span12 {
width: 100%; }
.row .offset1 {
margin-left: 0; }
.row .offset2 {
margin-left: 0; }
.row .offset3 {
margin-left: 0; }
.row .offset4 {
margin-left: 0; }
.row .offset5 {
margin-left: 0; }
.row .offset6 {
margin-left: 0; }
.row .offset7 {
margin-left: 0; }
.row .offset8 {
margin-left: 0; }
.row .offset9 {
margin-left: 0; }
.row .offset10 {
margin-left: 0; }
.row .offset11 {
margin-left: 0; }
.row .offset12 {
margin-left: 0; }
.row .offset0 {
margin-left: 0; }
@media (min-width: 480px) {
.row .span1 {
width: 100%; }
.row .span2 {
width: 50%; }
.row .span3 {
width: 33.3333333333%; }
.row .span4 {
width: 25%; }
.row .span5 {
width: 20%; }
.row .span6 {
width: 16.6666666667%; }
.row .span7 {
width: 14.2857142857%; }
.row .span8 {
width: 12.5%; }
.row .span9 {
width: 11.1111111111%; }
.row .span10 {
width: 10%; }
.row .span11 {
width: 9.0909090909%; }
.row .span12 {
width: 8.3333333333%; }
.row .offset1 {
margin-left: 8.3333333333%; }
.row .offset2 {
margin-left: 16.6666666667%; }
.row .offset3 {
margin-left: 25%; }
.row .offset4 {
margin-left: 33.3333333333%; }
.row .offset5 {
margin-left: 41.6666666667%; }
.row .offset6 {
margin-left: 50%; }
.row .offset7 {
margin-left: 58.3333333333%; }
.row .offset8 {
margin-left: 66.6666666667%; }
.row .offset9 {
margin-left: 75%; }
.row .offset10 {
margin-left: 83.3333333333%; }
.row .offset11 {
margin-left: 91.6666666667%; }
.row .offset12 {
margin-left: 100%; }
}
@media (min-width: 480px) and (max-width : 920px) {
.row .md-span1 {
width: 100%; }
.row .md-span2 {
width: 50%; }
.row .md-span3 {
width: 33.3333333333%; }
.row .md-span4 {
width: 25%; }
.row .md-span5 {
width: 20%; }
.row .md-span6 {
width: 16.6666666667%; }
.row .md-span7 {
width: 14.2857142857%; }
.row .md-span8 {
width: 12.5%; }
.row .md-span9 {
width: 11.1111111111%; }
.row .md-span10 {
width: 10%; }
.row .md-span11 {
width: 9.0909090909%; }
.row .md-span12 {
width: 8.3333333333%; }
.row .md-offset1 {
margin-left: 8.3333333333%; }
.row .md-offset2 {
margin-left: 16.6666666667%; }
.row .md-offset3 {
margin-left: 25%; }
.row .md-offset4 {
margin-left: 33.3333333333%; }
.row .md-offset5 {
margin-left: 41.6666666667%; }
.row .md-offset6 {
margin-left: 50%; }
.row .md-offset7 {
margin-left: 58.3333333333%; }
.row .md-offset8 {
margin-left: 66.6666666667%; }
.row .md-offset9 {
margin-left: 75%; }
.row .md-offset10 {
margin-left: 83.3333333333%; }
.row .md-offset11 {
margin-left: 91.6666666667%; }
.row .md-offset12 {
margin-left: 100%; }
.row .md-offset0 {
margin-left: 0; }
}
/* -----------------------------
* Wrapper
* ----------------------------------------------------- */
.control {
margin-bottom: 1em;
position: relative; }
.control label {
display: block;
vertical-align: middle;
margin: 0 1em 0 0;
padding: 0.2em 0; }
.control .check {
position: relative; }
/* -----------------------------
* Variables
* ----------------------------------------------------- */
/* -----------------------------
* General inputs
* ----------------------------------------------------- */
input, select, textarea {
padding: 0.5em 0;
display: block;
box-sizing: border-box;
width: 20em;
outline: 0;
border: 0;
box-shadow: 0;
border-bottom: 1px solid #E2E2E2;
margin-bottom: 1px; }
input + .focus, select + .focus, textarea + .focus {
background: #5264AE;
height: 1px;
width: 0;
position: absolute;
bottom: 0;
left: 10em;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s; }
input:focus + .focus, select:focus + .focus, textarea:focus + .focus {
width: 20em;
left: 0; }
/* -----------------------------
* Radio & Checkbox
* ----------------------------------------------------- */
input[type=radio], input[type=checkbox] {
-webkit-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
padding: 0;
width: 100%;
border: 0;
position: absolute;
height: 1em;
z-index: 1;
top: 0;
cursor: pointer; }
input[type=radio] + .label, input[type=checkbox] + .label {
cursor: pointer;
margin-right: 1.2em;
vertical-align: middle;
position: relative; }
input[type=radio] + .label:before, input[type=radio] + .label:after, input[type=checkbox] + .label:before, input[type=checkbox] + .label:after {
content: ' ';
background: rgba(0, 0, 0, 0);
display: inline-block;
width: 1em;
height: 1em;
margin: -0.1em 1em -0.1em 0;
border-radius: 50%;
box-sizing: border-box;
cursor: pointer;
border: 2px solid #E2E2E2; }
input[type=radio] + .label:after, input[type=checkbox] + .label:after {
content: '';
width: 3em;
height: 3em;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
border-radius: 50%;
background: #5264AE;
position: absolute;
left: -1em;
top: -0.75em;
border: none;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
opacity: 0;
z-index: -1; }
input[type=radio]:active + .label:after, input[type=checkbox]:active + .label:after {
opacity: 0.25;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
input[type=radio]:checked + .label:before, input[type=checkbox]:checked + .label:before {
background: #5264AE;
border: 2px solid #5264AE; }
input[type=checkbox] + .label:before {
border-radius: 0; }
input[type=checkbox]:checked + .label:before {
content: '';
line-height: 15px;
color: #5264AE;
background: #5264AE;
border: 2px solid #5264AE; }
/* -----------------------------
* Select
* ----------------------------------------------------- */
select {
-webkit-appearance: none;
-ms-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
border-radius: 0;
background: none; }
select.unselected {
color: darkgray; }
/* -----------------------------
* Buttons
* ----------------------------------------------------- */
button {
outline: 0;
width: 8em;
text-transform: uppercase;
color: #fff;
background: #5264AE;
border: 0;
height: 3em;
position: relative;
overflow: hidden; }
button .label {
position: relative;
z-index: 5; }
button .focus {
width: 0;
height: 0;
top: 50%;
left: 50%;
background: #ccc;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
position: absolute;
border-radius: 50%;
-webkit-transition: all ease 0.1s;
transition: all ease 0.1s;
opacity: 0;
z-index: 0; }
button:hover .focus {
opacity: 0.25;
width: 80%;
height: 200%; }
button:active .focus {
width: 100%;
height: 200%;
border-radius: 0%; }
/* ----------------------------
* Layouts
* ------------------------------------------------------- */
/* ----------------------------------------
* Body
* ------------------------------------------------------------------- */
body {
width: 100%;
background-color: #fff;
font: normal normal 300 18px/175% "Helvetica Neue", Helvetica, arial, sans-serif;
color: #304650; }
/* ----------------------------------------
* Paragraphs
* ------------------------------------------------------------------- */
p.lead {
font-size: 1.5em;
line-height: 1.5em;
font-weight: 300; }
/* ----------------------------------------
* Pre
* ------------------------------------------------------------------- */
pre {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
background: rgba(128, 128, 128, 0.15);
padding: 5px 10px;
font-size: 0.8em; }
pre .nt {
color: #2f6f9f; }
/* ----------------------------------------
* Horizontal line
* ------------------------------------------------------------------- */
hr {
border: 0;
height: 1px;
position: relative;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%); }
/*
* Layout variables
*/
/*
* html, body base
*/
html, body {
padding: 0;
margin: 0;
overflow-x: hidden; }
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/*
* Sticky footer stuff
*/
html {
position: relative;
min-height: 100%; }
body {
margin: 0 0 125px;
/* bottom = footer height + space */ }
/*
* Content
*/
.content {
width: 90%;
margin: 0 auto;
max-width: 840px; }
/*
Inspiration
https://github.com/jasoncostello/slate
*/
.header {
text-align: center;
height: 400px;
min-height: 30px;
position: relative;
top: 0;
left: 0;
width: 100%;
display: table;
z-index: 100;
color: #333333;
border-bottom: 1px solid #eee;
background-color: #4A4262; }
.header.small {
position: fixed;
background-color: rgba(250, 250, 250, 0.85);
background-image: none;
top: -145px; }
.header.small .wrapper {
vertical-align: bottom; }
.header.small .title, .header.small .subtitle {
color: #222;
text-shadow: none;
display: inline-block; }
.header.small .title {
font-size: 32px; }
.header.small .subtitle {
font-size: 14px;
line-height: 20px;
vertical-align: text-bottom;
padding-left: 5px; }
.header .wrapper {
display: table-cell;
vertical-align: middle; }
.header .title, .header .subtitle {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: 'Lucida Grande', 'Calibri', Helvetica, Arial, sans-serif;
color: #fff;
text-align: left;
max-width: 720px;
margin: 10px auto;
text-shadow: #111111 0px 0px 10px;
letter-spacing: -1px;
-webkit-font-smoothing: antialiased; }
.header .title {
font-weight: 700;
font-size: 42px; }
.header .subtitle {
font-weight: 300;
font-size: 24px; }
/*
* Variables
*/
.footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 75px;
text-align: center;
background-color: #f3f3f3;
background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 25%);
background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 25%);
padding-top: 25px;
margin-top: 25px;
color: #888;
font-family: 'Lucida Grande';
font-size: 13px;
letter-spacing: -1px;
-webkit-font-smoothing: antialiased; }
.footer p {
margin: 0; }
.footer p.copy {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
line-height: 3em; }
.footer p.love {
margin-top: 7px; }
.footer:hover p.love i {
-webkit-animation: heartbeat 1s infinite;
animation: heartbeat 1s infinite;
color: #8A0707;
text-shadow: 0px 0px 2px #7E0808;
opacity: 0.6; }
@-webkit-keyframes heartbeat {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(0.8);
transform: scale(0.8); } }
@keyframes heartbeat {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(0.8);
transform: scale(0.8); } }
.errorpage canvas#c {
position: relative;
width: 100%;
height: 400px;
display: block; }
/* ----------------------------
* Demo
* ------------------------------------------------------- */
.demo .grid {
border: 1px solid #ddd;
padding: 10px 0 10px 20px;
margin: 2em 0; }
.demo .column {
background: #eee;
margin: 1em 0;
border: 1px solid #ccc;
border-left: none;
text-align: center; }
.demo [class^="span"]:first-child .column {
border-left: 1px solid #ccc; } |
lib/assets/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/login-logo@2x.png.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/js/plugins/prettify/images/photon/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="login-logo@2x.png.html#">Sign Up »</a>
<a href="login-logo@2x.png.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="login-logo@2x.png.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
public/modules/production-remarks-entries/views/edit-production-remarks-entry.client.view.html | niranjan21/skt | <section data-ng-controller="ProductionRemarksEntriesController" data-ng-init="findOne()">
<div class="row wrapper border-bottom white-bg page-heading">
<div class="col-lg-12">
<h2>Modify Production Remarks Entry</h2>
<ol class="breadcrumb">
<li>
<a href="#!/">Home</a>
</li>
<li>
<a href="#!/production-remarks-entries">ProductionRemarksEntry</a>
</li>
<li class="active">
<strong>Modify Production Remarks Entry</strong>
</li>
</ol>
</div>
</div>
<div class="ibox float-e-margins">
<div class="ibox-content">
<div class="row">
<form data-ng-submit="update()" novalidate>
<fieldset>
<div class="row">
<div class="col-md-3 form-group">
<label class="control-label" for="date">Date</label>
<div class="controls">
<input type="Date" data-ng-model="productionremarksentry.date" id="date" class="form-control" placeholder="" required />
</div>
</div>
<div class="col-md-3 form-group">
<label class="control-label" for="shift">Shift</label>
<div class="controls">
<input type="Text" data-ng-model="productionremarksentry.shift" id="shift" class="form-control" placeholder="" required />
</div>
</div>
<div class="col-md-3 form-group">
<label class="control-label" for="machineDia">Machine Dia</label>
<div class="controls">
<input type="Text" data-ng-model="productionremarksentry.machineDia" id="machineDia" class="form-control" placeholder="" required />
</div>
</div>
<div class="col-md-3 form-group">
<label class="control-label" for="machine">Machine</label>
<div class="controls">
<input type="Text" data-ng-model="productionremarksentry.machine" id="machine" class="form-control" placeholder="" required />
</div>
</div>
<div class="col-md-3 form-group">
<label class="control-label" for="remarks">Remarks</label>
<div class="controls">
<input type="Text" data-ng-model="productionremarksentry.remarks" id="remarks" class="form-control" placeholder="" required />
</div>
</div>
</div>
<div class="row">
<div data-ng-show="error" class="text-danger">
<strong data-ng-bind="error"></strong>
</div>
<div class="col-md-2 form-group">
<input type="submit" value="Update" class="btn btn-primary" />
</div>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</section> |
cb97cdb/html/classv8_1_1_integer.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.1.102: v8::Integer Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.1.102
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_integer.html">Integer</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_integer-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Integer Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::Integer:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_integer.png" usemap="#v8::Integer_map" alt=""/>
<map id="v8::Integer_map" name="v8::Integer_map">
<area href="classv8_1_1_number.html" alt="v8::Number" shape="rect" coords="45,168,125,192"/>
<area href="classv8_1_1_primitive.html" alt="v8::Primitive" shape="rect" coords="45,112,125,136"/>
<area href="classv8_1_1_value.html" alt="v8::Value" shape="rect" coords="45,56,125,80"/>
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="45,0,125,24"/>
<area href="classv8_1_1_int32.html" alt="v8::Int32" shape="rect" coords="0,280,80,304"/>
<area href="classv8_1_1_uint32.html" alt="v8::Uint32" shape="rect" coords="90,280,170,304"/>
</map>
</div></div>
<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:ab37942d41df96bf2cd7bb27ba79c4349"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab37942d41df96bf2cd7bb27ba79c4349"></a>
V8EXPORT int64_t </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:ab37942d41df96bf2cd7bb27ba79c4349"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_number"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_number')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_number.html">v8::Number</a></td></tr>
<tr class="memitem:a98717c8d0e7731e2ba57d2ccfbe62697 inherit pub_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a98717c8d0e7731e2ba57d2ccfbe62697"></a>
V8EXPORT double </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:a98717c8d0e7731e2ba57d2ccfbe62697 inherit pub_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_value')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_value.html">v8::Value</a></td></tr>
<tr class="memitem:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#adeeae3576aecadc4176f94a415a70a90">IsUndefined</a> () const </td></tr>
<tr class="separator:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a0757712320a9bcfe5fc0a099524d986f">IsNull</a> () const </td></tr>
<tr class="separator:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a> () const </td></tr>
<tr class="separator:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a265c208159ff3163ecda1e9f71b99115 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a> () const </td></tr>
<tr class="separator:a265c208159ff3163ecda1e9f71b99115 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr>
<tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a> () const </td></tr>
<tr class="separator:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a> () const </td></tr>
<tr class="separator:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a> () const </td></tr>
<tr class="separator:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a> () const </td></tr>
<tr class="separator:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a> () const </td></tr>
<tr class="separator:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a> () const </td></tr>
<tr class="separator:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a> () const </td></tr>
<tr class="separator:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a> () const </td></tr>
<tr class="separator:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a> () const </td></tr>
<tr class="separator:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adb0df6e857c07ae754b032307d3b5dbe inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adb0df6e857c07ae754b032307d3b5dbe"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_boolean.html">Boolean</a> > </td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> () const </td></tr>
<tr class="separator:adb0df6e857c07ae754b032307d3b5dbe inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8c1789ff6f8986d0ab2dfb807b20f6c5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8c1789ff6f8986d0ab2dfb807b20f6c5"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>ToNumber</b> () const </td></tr>
<tr class="separator:a8c1789ff6f8986d0ab2dfb807b20f6c5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a170ac861b877d846c4a5d4365d493dd9 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a170ac861b877d846c4a5d4365d493dd9"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToString</b> () const </td></tr>
<tr class="separator:a170ac861b877d846c4a5d4365d493dd9 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f1c2fff87d9b9b7f27a690f037df13a inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5f1c2fff87d9b9b7f27a690f037df13a"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> () const </td></tr>
<tr class="separator:a5f1c2fff87d9b9b7f27a690f037df13a inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5b604dcae6581adb11de6f4fad43d1db inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b604dcae6581adb11de6f4fad43d1db"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>ToObject</b> () const </td></tr>
<tr class="separator:a5b604dcae6581adb11de6f4fad43d1db inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a361a09e3647fc2c8048cc721f4b80b2d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a361a09e3647fc2c8048cc721f4b80b2d"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ToInteger</b> () const </td></tr>
<tr class="separator:a361a09e3647fc2c8048cc721f4b80b2d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acaaf19acb4ff3f64f9ec39b95b3894ca inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acaaf19acb4ff3f64f9ec39b95b3894ca"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToUint32</b> () const </td></tr>
<tr class="separator:acaaf19acb4ff3f64f9ec39b95b3894ca inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aff185348c35e787a2994d81bafcea922 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aff185348c35e787a2994d81bafcea922"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_int32.html">Int32</a> > </td><td class="memItemRight" valign="bottom"><b>ToInt32</b> () const </td></tr>
<tr class="separator:aff185348c35e787a2994d81bafcea922 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab6b19a1e5aa5df50dfbb5d2ffa60bcdc inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a> () const </td></tr>
<tr class="separator:ab6b19a1e5aa5df50dfbb5d2ffa60bcdc inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a800fa027ad660d8ba9282acaaf10b03d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a800fa027ad660d8ba9282acaaf10b03d"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> () const </td></tr>
<tr class="separator:a800fa027ad660d8ba9282acaaf10b03d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6eac2b07dced58f1761bbfd53bf0e366 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6eac2b07dced58f1761bbfd53bf0e366"></a>
V8EXPORT double </td><td class="memItemRight" valign="bottom"><b>NumberValue</b> () const </td></tr>
<tr class="separator:a6eac2b07dced58f1761bbfd53bf0e366 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae7a830af487dd14c32c3eb9a25981ab4 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae7a830af487dd14c32c3eb9a25981ab4"></a>
V8EXPORT int64_t </td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> () const </td></tr>
<tr class="separator:ae7a830af487dd14c32c3eb9a25981ab4 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7c36509ca7a9f004f115360fd5a15940 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7c36509ca7a9f004f115360fd5a15940"></a>
V8EXPORT uint32_t </td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> () const </td></tr>
<tr class="separator:a7c36509ca7a9f004f115360fd5a15940 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a60da7aefcf822457a338823c3d350fd5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a60da7aefcf822457a338823c3d350fd5"></a>
V8EXPORT int32_t </td><td class="memItemRight" valign="bottom"><b>Int32Value</b> () const </td></tr>
<tr class="separator:a60da7aefcf822457a338823c3d350fd5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a643fcf5c7c6136d819b0b4927f8d1724 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">Equals</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:a643fcf5c7c6136d819b0b4927f8d1724 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab0fbab751e53493f77879c5fa431dca1 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab0fbab751e53493f77879c5fa431dca1"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:ab0fbab751e53493f77879c5fa431dca1 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:ab715913de664ee8934282de7b3ce4896"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab715913de664ee8934282de7b3ce4896"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (int32_t value)</td></tr>
<tr class="separator:ab715913de664ee8934282de7b3ce4896"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5303f8909cf43e495c9524c923d5ffbe"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5303f8909cf43e495c9524c923d5ffbe"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>NewFromUnsigned</b> (uint32_t value)</td></tr>
<tr class="separator:a5303f8909cf43e495c9524c923d5ffbe"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a886f73d3d8bb91f8235f66d8dccec12a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a886f73d3d8bb91f8235f66d8dccec12a"></a>
static <a class="el" href="classv8_1_1_integer.html">Integer</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">v8::Value</a> *obj)</td></tr>
<tr class="separator:a886f73d3d8bb91f8235f66d8dccec12a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_number"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_number')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_number.html">v8::Number</a></td></tr>
<tr class="memitem:a527a9e071536ca2cf57ce2eabea0bf36 inherit pub_static_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a527a9e071536ca2cf57ce2eabea0bf36"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (double value)</td></tr>
<tr class="separator:a527a9e071536ca2cf57ce2eabea0bf36 inherit pub_static_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a053d48e0003104308963a4a7e3881912"></a>
static <a class="el" href="classv8_1_1_number.html">Number</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">v8::Value</a> *obj)</td></tr>
<tr class="separator:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A JavaScript value representing a signed integer. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:44:11 for V8 API Reference Guide for node.js v0.1.102 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
e0ecf4f/html/classv8_1_1_function-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.1.31: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.1.31
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_function.html">Function</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Function Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_function.html">v8::Function</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Call</b>(Handle< Object > recv, int argc, Handle< Value > argv[]) (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(Value *obj) (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Handle< String > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Delete</b>(uint32_t index) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeleteHiddenValue</b>(Handle< String > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#adc2a7a92a120675bbd4c992163a20869">Equals</a>(Handle< Value > that) const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#ab2c5f7369abf08ae8f44dc84f5aa335a">FindInstanceInPrototypeChain</a>(Handle< FunctionTemplate > tmpl)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ForceDelete</b>(Handle< Value > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ForceSet</b>(Handle< Value > key, Handle< Value > value, PropertyAttribute attribs=None) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Handle< Value > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetHiddenValue</b>(Handle< String > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetName</b>() const (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a8ef1f3e0d4f4cecc54d5e0248bc45694">GetPointerFromInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a9f45786246c6e6027b32f685d900a41f">GetPropertyNames</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a0eeeb35c6dc002a8359ebc445a49e964">GetRealNamedProperty</a>(Handle< String > key)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a36273f157697ff5e8e776a1461755182">GetRealNamedPropertyInPrototypeChain</a>(Handle< String > key)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_function.html#ae64de1b9dc1ea5dc4f419a88808c12c5">GetScriptLineNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetScriptOrigin</b>() const (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Has</b>(Handle< String > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Has</b>(uint32_t index) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealIndexedProperty</b>(uint32_t index) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealNamedCallbackProperty</b>(Handle< String > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealNamedProperty</b>(Handle< String > key) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a3c1f8cfb754b5d29d5f1998b2047befd">IsDirty</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>kLineOffsetNotFound</b> (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>() (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>NewInstance</b>() const (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NewInstance</b>(int argc, Handle< Value > argv[]) const (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>NumberValue</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#aeb2f524c806075e5f9032a24afd86869">ObjectProtoToString</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Handle< Value > key, Handle< Value > value, PropertyAttribute attribs=None) (defined in <a class="el" href="classv8_1_1_object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a2200482b09feb914dc91d8256671f7f0">SetHiddenValue</a>(Handle< String > key, Handle< Value > value)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a530f661dec20ce1a0a1b15a45195418c">SetIndexedPropertiesToExternalArrayData</a>(void *data, ExternalArrayType array_type, int number_of_elements)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a6c552c4817b9a0eff1fb12b7ef089026">SetIndexedPropertiesToPixelData</a>(uint8_t *data, int length)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a361b1781e7db29b17b063ef31315989e">SetInternalField</a>(int index, Handle< Value > value)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetName</b>(Handle< String > name) (defined in <a class="el" href="classv8_1_1_function.html">v8::Function</a>)</td><td class="entry"><a class="el" href="classv8_1_1_function.html">v8::Function</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a697c8b6945ab4cb4bf468414bb4c1234">SetPointerInInternalField</a>(int index, void *value)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#ab54bbd70d60e62d8bc22a8c8a6be593e">SetPrototype</a>(Handle< Value > prototype)</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>StrictEquals</b>(Handle< Value > that) const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#ae810be0ae81a87f677592d0176daac48">ToArrayIndex</a>() const </td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToBoolean</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToDetailString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToInt32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInteger</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToNumber</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToObject</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>ToString</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToUint32</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a6e9fe342c0f77995defa6b479d01a3bd">TurnOnAccessCheck</a>()</td><td class="entry"><a class="el" href="classv8_1_1_object.html">v8::Object</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>() const (defined in <a class="el" href="classv8_1_1_value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1_value.html">v8::Value</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:44:31 for V8 API Reference Guide for node.js v0.1.31 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
src/webapp/templates/performanceConsistencyHelp.html | XInterns/IPL-PySpy | <center><h1>**** Team Performance Consistency ****</h1></center></br>
<ul>
<li><b>about:</b> returns json data of performance consistencies for each team</li>
<li><b>usage:</b> <a href="/performanceConsistency?lbound=2009&ubound=2012">/performanceConsistency?lbound=2009&ubound=2012</a></li>
<li><b>range:</b> 2008-2016</li>
</ul> |
fop2.html | deepnavy/deepnavy.github.io | <!DOCTYPE html>
<!-- saved from url=(0027)https://opendatabot.com/fop -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Відслідковуйте закриття ФОПів в реальному часі (оновлення 27.03)</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<meta property="og:url" content="https://opendatabot.com/fop">
<meta property="og:title" content="Відслідковуйте закриття ФОПів в реальному часі (оновлення 27.03)">
<meta property="og:description" content="З моменту підписання закону кількість приватних пдіприємців зменьшилась на 253 тисяч">
<meta property="og:image" content="https://drfw5o9qqiceq.cloudfront.net/dynamic/assets/0/613.png">
<link rel="stylesheet" href="/assets/fop/bootstrap.min.css">
<link href="/assets/fop/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/assets/fop/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="/assets/fop/style.css">
<!-- <link rel="stylesheet" href="/styles/docs.min.css">-->
<link rel="stylesheet" href="/assets/fop/company-search.css">
<link rel="stylesheet" href="/assets/fop/jquery-ui.min.css">
<!-- Latest compiled and minified CSS -->
<script async="" src="/assets/fop/analytics.js"></script><script src="/assets/fop/jquery-3.1.0.slim.min.js" integrity="sha256-cRpWjoSOw5KcyIOaZNo4i6fZ9tKPhYYb6i5T9RSVJG8=" crossorigin="anonymous"></script>
<script src="/assets/fop/jquery.min.js"></script>
<script src="/assets/fop//bootstrap.min.js"></script>
<script src="/assets/fop/jquery.tablesorter.js"></script>
<script src="/assets/fop/clipboard.min.js"></script>
<script src="/assets/fop/jquery-ui.min.js"></script>
<script src="/assets/fop/script.js"></script>
<script src="/assets/fop/bootstrap-datetimepicker.min.js"></script>
<!-- styles for infographics -->
<link rel="stylesheet" href="/assets/fop/infographics/infographics.css">
<!-- dependencies for charts js -->
<script src="/assets/fop/infographics/Chart.min.js"></script>
<!-- d3js map and table barchart dependencies -->
<script src="/assets/fop/infographics/colorbrewer.js"></script>
<script src="/assets/fop/infographics/underscore-min.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="http://d3js.org/d3.geo.projection.v0.min.js"></script>
<script src="/assets/fop/infographics/tooltip.js"></script>
<script src="/assets/fop/infographics/moment-with-locales.min.js"></script>
<script src="/assets/fop/infographics/html2canvas.js"></script>
<script src="/assets/fop/infographics/html2canvas.svg.js"></script>
<!-- jQuery library -->
<!-- Latest compiled JavaScript -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1113296-93', 'auto');
ga('send', 'pageview');
</script>
</head>
<body cz-shortcut-listen="true">
<div class="navbar-inverse" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="container">
<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 href="https://opendatabot.com/" class="navbar-brand"><img src="/assets/fop/logo.png" class="img-circle logo" width="36" height="36">Opendatabot</a>
<!-- <a href="/"><img src="/images/odb.png" class="logo"></a>-->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-left">
<li></li>
<li>
<a href="https://opendatabot.com/fop">Закриття ФОП</a>
</li>
<li>
<a href="https://opendatabot.com/blog">Відкриті дані</a>
</li>
<li>
<a href="https://opendatabot.com/blog/27-api-for-all">API</a>
</li>
<li>
<a href="https://telegram.me/OpenDeclarationBot">Бот декларацій</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="https://opendatabot.com/fop#" class="dropdown-toggle" data-toggle="dropdown">Українська <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="https://opendatabot.com/ru">Русский</a></li>
<li><a href="https://opendatabot.com/en">English</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</div>
<div class="container">
<div>
<div class="row"><div class="col-sm-2"></div><div class="col-sm-8" id="infContainer">
<h2>Відслідковуйте закриття ФОПів в реальному часі (оновлення 27.03)</h2>
<div class="bs-callout bs-callout-info">
<h4><!--<span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span>--> 27 грудня президент підписав зміни щодо роботи фізичних осіб-підприємців. </h4>
<p>З 1 січня ФОПи мають сплачувати єдиний соціальний внесок — <b>704 гривні на місяць, навіть якщо не мають прибутку.</b></p>
</div>
<div class="bs-callout bs-callout-danger"><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> З моменту підписання закону свою роботу припинило <b>більше 253 тисяч приватних підприємців.</b></div>
<div class="row">
<div class="col-xs-12">
<div class="page-header">
<h4>Кількість зареєстровних підприємців на 27.03.2017</h4>
</div>
<div class="chart-wrapper" style="height: 50vh; display: block; margin-bottom: 20px">
<canvas id="qChart"></canvas>
</div>
</div>
</div>
<div class="row" id="open-close-wrapper">
<div class="col-xs-12">
<div class="page-header">
<h4>Закриття та відкриття ФОП, щотижнево</h4>
</div>
<div class="chart-wrapper" style="height: 50vh; display: block; margin-bottom: 20px">
<canvas id="openCloseChart"></canvas>
</div>
</div>
</div>
<div class="page-header">
<h4>Припинення ФОП за областями на 03.04.2017</h4>
</div>
<div id="map">
</div>
<div class="page-header">
<h4>Статистика припинення ФОП за галузями з 16.12.2016 по 03.04.2017
</h4>
</div>
<div id="classesTable"></div>
<!-- building infographics -->
<script type="x-jst" id="tooltip-template">
<h5><%= region %></h5>
<p><b>Активних: </b><font color="#9BC53D"><%= active %></font> </p>
<p><b>Закрито: </b><font color="#E55934"><%= count %></font> </p>
<p><b>Частка: </b><%= share %> </p>
</script>
<script src="/assets/fop/infographics/data-script.js"></script>
<p>Додаткова інформація: припинення ФОП за <a href="https://opendatabot.com/statistics/closefop">областями України</a> та за <a href="https://opendatabot.com/statistics/classes_dead_fop">галузями</a></p>
<p>Контролювати статус свого ФОП в OpenDataBot <a href="https://telegram.me/OpenDataUABot?start=source_webcom">Telegram</a>, <a href="http://m.me/OpenDataBot?ref=source_webcom">Facebook Messenger</a>, <a href="https://join.skype.com/bot/34fa3a55-00ae-4d50-873c-6a2cd41dab78">Skype</a> та <a href="http://chats.viber.com/opendatabot">Viber</a>.</p></div></div></div></div>
<hr class="half-rule">
<div class="starter-template text-center">
<h2>Початок роботи</h2>
<p class="lead">Додайте OpenDataBot до улюбленного мессенджеру</p>
</div>
<div class="lyrow">
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12 botlink">
<div class="thumbnail non-border">
<a href="https://join.skype.com/bot/34fa3a55-00ae-4d50-873c-6a2cd41dab78" onclick="ga('send', 'event', 'Messenger', 'Click', 'Skype');">
<img src="./fop_files/skype.png" width="120">
</a>
<div class="caption text-center">
<p>OpenDataBot для Skype</p>
<p>
<a href="https://join.skype.com/bot/34fa3a55-00ae-4d50-873c-6a2cd41dab78" onclick="ga('send', 'event', 'Messenger', 'Click', 'Skype');" class="btn btn-primary" role="button">
ДОДАТИ
</a>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 botlink">
<div class="thumbnail non-border">
<a href="http://m.me/OpenDataBot?ref=source_webcom" onclick="ga('send', 'event', 'Messenger', 'Click', 'Facebook');">
<img src="./fop_files/fb.png" width="120">
</a>
<div class="caption text-center">
<p>OpenDataBot для Facebook</p>
<p>
<a href="http://m.me/OpenDataBot?ref=source_webcom" onclick="ga('send', 'event', 'Messenger', 'Click', 'Facebook');" class="btn btn-primary" role="button">
ДОДАТИ
</a>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 botlink">
<div class="thumbnail non-border">
<a href="https://telegram.me/OpenDataUABot?start=source_webcom" onclick="ga('send', 'event', 'Messenger', 'Click', 'Telegram');">
<img src="./fop_files/tgm.png" width="120">
</a>
<div class="caption text-center">
<p>OpenDataBot для Telegram</p>
<p>
<a href="https://telegram.me/OpenDataUABot?start=source_webcom" onclick="ga('send', 'event', 'Messenger', 'Click', 'Telegram');" class="btn btn-primary" role="button">
ДОДАТИ
</a>
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 botlink">
<div class="thumbnail non-border">
<a href="http://viber.com/opendatabot" onclick="ga('send', 'event', 'Messenger', 'Click', 'Viber');">
<img src="./fop_files/viber.png" width="120">
</a>
<div class="caption text-center">
<p>OpenDataBot для Viber</p>
<p>
<a href="http://viber.com/opendatabot" onclick="ga('send', 'event', 'Messenger', 'Click', 'Viber');" class="btn btn-primary" role="button">
ДОДАТИ
</a>
</p>
</div>
</div>
</div>
</div>
</div><hr class="half-rule">
<div class="row text-center full-width">
<iframe src="./fop_files/like.html" class="fb-iframe" width="450" height="80" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
</div> </div>
<footer class="bs-docs-footer">
<div class="container">
<p>Электрона пошта: <a href="mailto:mail@opendatabot.com">mail@opendatabot.com</a></p>
<p>Телефон: <nobr>+380 93 160-83-45</nobr></p>
<p>Україна, Дніпро, вул. Мечникова 10б, офіс 402</p>
<ul class="bs-docs-footer-links top-links">
<li><a href="https://opendatabot.com/page/policy">Політика приватності</a></li>
<li><a href="https://opendatabot.com/page/terms">Умови користування</a></li>
<li><a href="https://opendatabot.com/blog/27-api-for-all">Розробникам</a></li>
<li><a href="https://drive.google.com/drive/folders/0B-1iEoUpEQl0eFdNVGptTjh4dVUhttps://drive.google.com/drive/folders/0B-1iEoUpEQl0eFdNVGptTjh4dVU">Press-kit</a></li>
</ul>
<p>© Opendatabot, 2016—2017</p>
<p>Всі матеріали на цьому сайті розміщені на умовах <a rel="license" href="https://creativecommons.org/licenses/by/4.0/legalcode.uk">ліцензії Creative Commons Із Зазначенням Авторства 4.0 Міжнародна</a></p>
</div>
</footer>
</body></html> |
apps/templates/developer_admin.html | justplus/vansel | {% extends "base.html" %}
{% block css %}
{{ super() }}
<link rel="stylesheet"
href="{{ url_for('static', filename='vendors/jquery-file-upload/css/jquery.fileupload.css') }}">
<link rel="stylesheet"
href="{{ url_for('static', filename='vendors/jquery-file-upload/css/jquery.fileupload-ui.css') }}">
{% endblock %}
{% block content %}
<div class="container">
<div class="row">
<div class="col-md-12 docs-content">
<h3>更新历史
</h3>
{% for project in session['user']['projects'] if project[0] == session['project_id'] and project[5] == 'developer' %}
<button type="button" class="btn btn-success" data-toggle="modal"
data-target="#updateRequirementModal" style="margin: 0 0 20px 40px;">
<i class="glyphicon glyphicon-plus"></i>
<span>更新研发计划</span>
</button>
{% endfor %}
<ul>
{% for history in locals.history %}
<li class="change-li" style="padding-bottom: 10px;">
<span>第{{ history.index }}次更新</span>
<span style="margin-left:10px;color:#bdc6c7">更新于{{ history.create_time }}</span>
<a style="margin-left:10px;color:#c7254e;text-decoration: none" href="{{ history.mpp_url }}">下载附件</a>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
<div class="modal fade" id="updateRequirementModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
aria-hidden="true">×</span></button>
<h4 class="modal-title" id="exampleModalLabel">更新研发计划</h4>
</div>
<div class="modal-body">
<div>
<div id="files" class="files" style="display: inline-block;">
<span id="file-name"></span>
<span class="btn btn-success" style="margin:0 5px 0 20px; display: none;"
id="upload-btn">上传</span>
<span class="btn btn-danger" style="margin:0 0 0 5px; display: none;"
id="cancel-btn">取消上传</span>
</div>
<span class="btn btn-success fileinput-button" id="add-btn">
<i class="glyphicon glyphicon-plus"></i>
<span>上传mpp文件</span>
<input id="fileupload" type="file" name="file"
data-url="/{{ session['project_id'] }}/task/history/upload">
</span>
</div>
<div>
<div id="files" class="files" style="display: inline-block;">
<span id="file-name"></span>
<span class="btn btn-success" style="margin:0 5px 0 20px; display: none;"
id="upload-btn">上传</span>
<span class="btn btn-danger" style="margin:0 0 0 5px; display: none;"
id="cancel-btn">取消上传</span>
</div>
</div>
<!--<span class="btn btn-success fileinput-button" id="add-btn">
<i class="glyphicon glyphicon-plus"></i>
<span>上传预览图片(可选)</span>
<input id="fileupload" type="file" name="file"
data-url="/{{ session['project_id'] }}/admin/pm/upload">
</span>-->
<div class="form-group" style="margin-top: 10px;">
<label for="message-text" class="control-label">研发计划:</label>
<textarea class="form-control" id="message-text" style="height:280px;"></textarea>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
<button type="button" class="btn btn-success" id="submit-btn">提交</button>
</div>
</div>
</div>
</div>
{% endblock %}
{% block footer %}
{% endblock %}
{% block script %}
<script src="{{ url_for('static', filename='vendors/jquery-file-upload/js/vendor/jquery.ui.widget.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/jquery-file-upload/js/jquery.iframe-transport.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/jquery-file-upload/js/jquery.fileupload.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/jquery-file-upload/js/jquery.fileupload-process.js') }}"></script>
<script src="{{ url_for('static', filename='vendors/jquery-file-upload/js/jquery.fileupload-ui.js') }}"></script>
<script src="{{ url_for('static', filename='js/developer-admin.js') }}"></script>
{% endblock %} |
_layouts/post.html | jamvius/jamvius.github.io | ---
layout: default
---
<div class="post">
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>
<p><strong>categorias:</strong>
{% for category in page.categories %}
<a href="/archive/category/{{category}}" class="tag">{{ category }}</a>
{% endfor %}
</p>
<p><strong>tags:</strong>
{% for tags in page.tags %}
<a href="/archive/tag/{{tags}}" class="tag">{{ tags }}</a>
{% endfor %}
</p>
{{ content }}
</div>
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
{% for post in site.related_posts limit:3 %}
<li>
<h3>
<a href="{{ post.url }}">
{{ post.title }}
<small>{{ post.date | date_to_string }}</small>
</a>
</h3>
</li>
{% endfor %}
</ul>
</div>
|
src/index.html | kkdubey/sb | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= htmlWebpackPlugin.options.title %></title>
<meta name="description" content="<%= htmlWebpackPlugin.options.title %>">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" >
<% if (webpackConfig.htmlElements.headTags) { %>
<!-- Configured Head Tags -->
<%= webpackConfig.htmlElements.headTags %>
<% } %>
<!-- base url -->
<base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
</head>
<body>
<app>
Loading...
</app>
<!-- Google Analytics: change UA-71073175-1 to be your site's ID -->
<script>
// (function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=r;A[l]=A[l]||function(){
// (A[l].q=A[l].q||[]).push(arguments)},A[l].l=1*new Date();a=n.createElement(g),
// r=n.getElementsByTagName(g)[0];a.async=1;a.src=u;r.parentNode.insertBefore(a,r)
// })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
// ga('create', 'UA-71073175-1', 'auto');
// ga('send', 'pageview');
</script>
<% if (htmlWebpackPlugin.options.metadata.isDevServer && htmlWebpackPlugin.options.metadata.HMR !== true) { %>
<!-- Webpack Dev Server reload -->
<script src="/webpack-dev-server.js"></script>
<% } %>
</body>
</html>
|
public/categories/r/index.html | MorgsJohn/ikhaya_wami | <!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.44" />
<meta name="author" content="Morgs Brew">
<meta name="description" content="Global Citizen">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/styles/github.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha512-6MXa8B6uaO18Hid6blRMetEIoPqHf7Ux1tnyIQdpt9qI5OACx7C+O3IVTr98vwGnlcg0LOLa02i9Y1HpVhlfiw==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.1/css/academicons.min.css" integrity="sha512-NThgw3XKQ1absAahW6to7Ey42uycrVvfNfyjqcFNgCmOCQ5AR4AO0SiXrN+8ZtYeappp56lk1WtvjVmEa+VR6A==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
<link rel="stylesheet" href="../../css/hugo-academic.css">
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-106197638-1', 'auto');
ga('require', 'eventTracker');
ga('require', 'outboundLinkTracker');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<script async src="//www.google-analytics.com/analytics.js"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/2.4.1/autotrack.js" integrity="sha512-HUmooslVKj4m6OBu0OgzjXXr+QuFYy/k7eLI5jdeEy/F4RSgMn6XRWRGkFi5IFaFgy7uFTkegp3Z0XnJf3Jq+g==" crossorigin="anonymous"></script>
<link rel="alternate" href="https://freshrots.co.za/categories/r/index.xml" type="application/rss+xml" title="Fresh Rots">
<link rel="feed" href="https://freshrots.co.za/categories/r/index.xml" type="application/rss+xml" title="Fresh Rots">
<link rel="icon" type="image/png" href="../../img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="../../img/apple-touch-icon.png">
<link rel="canonical" href="https://freshrots.co.za/categories/r/">
<title>R | Fresh Rots</title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71">
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<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="../../">Fresh Rots</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="../../#about">
<span>Home</span>
</a>
</li>
<li class="nav-item">
<a href="../../#posts">
<span>Posts</span>
</a>
</li>
<li class="nav-item">
<a href="../../#projects">
<span>Data Projects</span>
</a>
</li>
<li class="nav-item">
<a href="../../#talks">
<span>Talks</span>
</a>
</li>
<li class="nav-item">
<a href="../../#publications">
<span>Publications</span>
</a>
</li>
<li class="nav-item">
<a href="../../#contact">
<span>Contact</span>
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="universal-wrapper">
<h1>R</h1>
<div>
<h2><a href="https://freshrots.co.za/project/youtube_audio/song_list/">song_list</a></h2>
<div class="article-style">
Songs Up Above <a href="https://www.audiolibrary.com.co/pyrosion/up-above?utm_source=youtube&utm_campaign=Up%20Above%20by%20Pyrosion&utm_content=link2" target="_blank">https://www.audiolibrary.com.co/pyrosion/up-above?utm_source=youtube&utm_campaign=Up%20Above%20by%20Pyrosion&utm_content=link2</a>
Up Above by Pyrosion <a href="https://soundcloud.com/pyrosion" target="_blank">https://soundcloud.com/pyrosion</a> Creative Commons — Attribution-ShareAlike 3.0 Unported — CC BY-SA 3.0 <a href="http://creativecommons.org/licenses/b.." target="_blank">http://creativecommons.org/licenses/b..</a>. Music promoted by Audio Library <a href="https://youtu.be/mikXltmStnc" target="_blank">https://youtu.be/mikXltmStnc</a> Funk City <a href="https://www.audiolibrary.com.co/reatch/funk-city" target="_blank">https://www.audiolibrary.com.co/reatch/funk-city</a>
Funk City by Reatch <a href="https://soundcloud.com/reatch" target="_blank">https://soundcloud.com/reatch</a> Creative Commons — Attribution 3.0 Unported— CC BY 3.0 <a href="http://creativecommons.org/licenses/b.." target="_blank">http://creativecommons.org/licenses/b..</a>. Music promoted by Audio Library <a href="https://youtu.be/J5JZNdb50B8" target="_blank">https://youtu.be/J5JZNdb50B8</a> JPB - High <a href="https://www.audiolibrary.com.co/jpb/high-ncs-release" target="_blank">https://www.audiolibrary.com.co/jpb/high-ncs-release</a>
JPB - High [NCS Release] <a href="https://youtu.be/Tv6WImqSuxA" target="_blank">https://youtu.be/Tv6WImqSuxA</a> <a href="https://soundcloud.com/jpb" target="_blank">https://soundcloud.com/jpb</a> <a href="https://www.facebook.com/jayprodbeatz" target="_blank">https://www.facebook.com/jayprodbeatz</a> <a href="https://twitter.com/gtaanis" target="_blank">https://twitter.com/gtaanis</a> Music provided by NoCopyrightSounds Music promoted by Audio Library <a href="https://youtu" target="_blank">https://youtu</a>.
</div>
</div>
<div>
<h2><a href="https://freshrots.co.za/project/banana_production/03-bananas/">Banana Production</a></h2>
<div class="article-style">
At the World Aquaculture Cape Town conference we used some of my farm data to demonstrate the flexibility of dynamic reports and the power of R.
</div>
</div>
<div>
<h2><a href="https://freshrots.co.za/project/banana_production/banana_prod/">Banana Production</a></h2>
<div class="article-style">
At the World Aquaculture Cape Town conference we used some of my farm data to demonstrate the flexibility of dynamic reports and the power of R.
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2017 Morgan Brand ·
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js" integrity="sha512-jGsMH83oKe9asCpkOVkBnUrDDTp8wl+adkB2D+//JtlxO4SrLoJdhbOysIFQJloQFD+C4Fl1rMsQZF76JjV0eQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.2/imagesloaded.pkgd.min.js" integrity="sha512-iHzEu7GbSc705hE2skyH6/AlTpOfBmkx7nUqTLGzPYR+C1tRaItbRlJ7hT/D3YQ9SV0fqLKzp4XY9wKulTBGTw==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js" integrity="sha512-Z5heTz36xTemt1TbtbfXtTq5lMfYnOkXM2/eWcTTiLU01+Sw4ku1i7vScDc8fWhrP2abz9GQzgKH5NGBLoYlAw==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/plugins/ScrollToPlugin.min.js" integrity="sha512-CDeU7pRtkPX6XJtF/gcFWlEwyaX7mcAp5sO3VIu/ylsdR74wEw4wmBpD5yYTrmMAiAboi9thyBUr1vXRPA7t0Q==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha512-iztkobsvnjKfAtTNdHkGVjAYTrrtlC7mGp/54c40wowO7LhURYl3gVzzcEqGl/qKXQltJ2HwMrdLcNUdo+N/RQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.4/isotope.pkgd.min.js" integrity="sha512-VDBOIlDbuC4VWxGJNmuFRQ0Li0SKkDpmGyuhAG5LTDLd/dJ/S0WMVxriR2Y+CyPL5gzjpN4f/6iqWVBJlht0tQ==" crossorigin="anonymous"></script>
<script src="../../js/hugo-academic.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>
|
employee_engagement.html | emtmm/costa-consulting | <!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Costa Consulting</title>
<link rel="stylesheet" href="stylesheets/normalize.css" />
<link rel="stylesheet" href="stylesheets/app.css" />
<script src="javascripts/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- Header and Nav -->
<div class="background-header">
<div class="row nav-header">
<div class="large-6 columns">
<a href="index.html">
<img src="./img/EsferasLOGO.jpg">
</a>
</div>
<div class="large-6 columns">
<ul class="button-group right top-button">
<li><a href="aboutus.html" class="button">ABOUT</a></li>
<li><a href="contact.html" class="button">CONTACT</a></li>
</ul>
</div>
</div>
</div>
<!-- End Header and Nav -->
<div class="row nav-main">
<div class="large-12 columns">
<ul class="button-group left nav-buttons">
<li><a href="maximizing_profitability.html" class="button">Maximizing <br/>Profitability</a></li>
<li><a href="employee_engagement.html" class="button">Employee <br />Engagement</a></li>
<li><a href="critical_process_stabilization.html" class="button">Critical Process<br/>Stabilization</a></li>
<li><a href="critical_process_improvement.html" class="button">Critical Process<br/>Improvement</a></li>
<li><a href="customer_focus.html" class="button">Customer <br/>Focus</a></li>
</ul>
</div>
</div>
<div class="row body-main">
<div class="large-7 columns">
<div class="employee-left-holder">
</div>
</div>
<div class="large-5 columns">
<div class="employee-right-holder">
</div>
</div>
</div>
<!-- Footer -->
<div class="background-footer">
<footer class="row">
<div class="large-12 columns footer-style">
<div class="row">
<div class="large-6 columns">
<p>RAPHAEL COSTA & ASSOCIATES</p>
</div>
<div class="large-6 columns">
<p>E-mail: raphael.costa@costa-consulting.com Phone:+1-813-545-7906 Skype: raphael.vieiradacosta</p>
</div>
</div>
</div>
</footer>
</div>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'javascripts/vendor/zepto' : 'javascripts/vendor/jquery') +
'.js><\/script>')
</script>
<script src="javascripts/foundation/foundation.js"></script>
<script src="javascripts/foundation/foundation.alerts.js"></script>
<script src="javascripts/foundation/foundation.clearing.js"></script>
<script src="javascripts/foundation/foundation.cookie.js"></script>
<script src="javascripts/foundation/foundation.dropdown.js"></script>
<script src="javascripts/foundation/foundation.forms.js"></script>
<script src="javascripts/foundation/foundation.joyride.js"></script>
<script src="javascripts/foundation/foundation.magellan.js"></script>
<script src="javascripts/foundation/foundation.orbit.js"></script>
<script src="javascripts/foundation/foundation.placeholder.js"></script>
<script src="javascripts/foundation/foundation.reveal.js"></script>
<script src="javascripts/foundation/foundation.section.js"></script>
<script src="javascripts/foundation/foundation.tooltips.js"></script>
<script src="javascripts/foundation/foundation.topbar.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>
|
_layouts/post.html | thiderman/thiderman.github.io | ---
layout: layout
---
<section class="content">
<h1>
<a href="{{ page.url }}">{{ page.title }}</a>
</h1>
<section class="byline">
{{ page.date | date: "%B %e, %Y" }}
</section>
{{ content }}
<!-- TODO: bio here -->
<section class="meta">
<h3>Discussion, links, and tweets</h3>
<section class="copy">
<a href="https://twitter.com/{{ site.twitter }}" target="_blank">
<img src="{{ site.gravatar_url }}?s=142" height="50" width="50" alt="avatar" />
</a>
<p>
I'm a developer at Spotify. <a href="https://twitter.com/{{ site.twitter }}" target="_blank">Follow me on Twitter</a>;
you'll enjoy my tweets. They are mostly retweets of other cool people,
but you'll enjoy them!
</p>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="{{ site.twitter }}">Tweet</a>
<a href="http://twitter.com/{{ site.twitter }}" class="twitter-follow-button" data-show-count="false">Follow @{{ site.twitter }}</a>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</section>
</section>
</section>
|
app/partials/productCompare.html | a-1/shopping-guru | <div class="jumbotron">
<h1>Nokia Lumia 900</h1>
<div class="pull-right">
<p>Price : Rs. 19,800.00 at Naaptol </p>
<p>Fastest Delivery : 2 days at Flipkart</p>
<p>Best EMI Option : Rs. 450/month at shopclues</p>
</div>
<br>
<br>
</div>
<br>
<div class="gridStyle" ng-grid="gridOptions"></div> |
application/views/templates/sensor_editor.html | vyfe/smartirrigation | <?php $this->load->view("templates/public/header.html");?>
<div class="panel panel-default">
<div class="panel-heading">
传感器数据修正
</div>
<div class="panel-body">
<div class="row">
<div class="alert alert-success" role="alert">
<url>
<li>
%d代表传感器数据,如果传感器数值100~200 对应湿度0~100 则修正为%d-100
</li>
<li>
如果传感器数据值为20~255 对应土壤水层深度为0~100 则修正为(%d-20)*100/(255-20)
</li>
</url>
</div>
</div>
<div class="row">
<table class=" table table-bordered">
<thead>
<th>设备号</th>
<th>
传感器1修正公式
</th>
<th>传感器2修正公式</th>
<th>传感器3修正公式</th>
<th>传感器4修正公式</th>
<th>确认修改</th>
</thead>
<tbody>
<?php foreach($data as $row):?>
<tr>
<td><?=$row['device_id']?></td>
<td><input device-id="<?=$row['device_id']?>" type="text"
value="<?=$row['sensor_editor'][0]?>"></td>
<td><input device-id="<?=$row['device_id']?>" type="text"
value="<?=$row['sensor_editor'][1]?>"></td>
<td><input device-id="<?=$row['device_id']?>" type="text"
value="<?=$row['sensor_editor'][2]?>"></td>
<td><input device-id="<?=$row['device_id']?>" type="text"
value="<?=$row['sensor_editor'][3]?>"></td>
<td><button class="btn-success editor" device-id="<?=$row['device_id']?>">确认修改</button></td>
</tr>
<?php endforeach;?>
</tbody>
</table>
</div>
</div>
</div>
<script type="text/javascript">
$(".editor").click(function () {
var param=new Object();
var device_id=$(this).attr("device-id");
param['device_id']=device_id;
param['sensor_editor']=new Array();
$("input[device-id="+device_id+"]").each(function () {
param['sensor_editor'].push($(this).val())
})
var kit =new Kit();
kit.query("/device/do_sensor_editor",param,callback)
})
function callback(data) {
alert(data.msg);
window.location.reload();
}
</script>
<?php $this->load->view("templates/public/footer.html");?> |
source/theme/pure/page.html | go-xiaohei/pugo | {{template "meta.html" .}}
<div class="pure-g-r" id="layout">
{{template "sidebar.html" .}}
<div class="pure-u-1">
<div class="content">
<div class="post">
<h1 class="post-header">{{.Page.Title}}</h1>
<div class="post-description">{{.Page.ContentHTML}}</div>
</div>
{{template "embed/comment.html" .}}
</div>
{{template "footer.html" .}}
</div>
</div>
{{template "footer_js.html" .}}
|
all-data/4000-4999/4332-33.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="fmt0table"><tr><th class="zt1"><b><font class=""></font></b></th><td class="zc1">惱羞變怒</td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
|
index.html | glena/twinalizer | <html>
<head>
</head>
<body>
<button onclick="load()">Load</button>
<button onclick="load_friendsnf()">Load FNF</button>
<input type="text" id="page" value="0" />
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//cdn.auth0.com/js/lock-7.js"></script>
<script type="text/javascript">
var domain = 'twinalizer.auth0.com';
var cid = 'UqaYny4ORgGIQUZRfbIeYe31FDPGOn1P';
var user_token;
var widget = new Auth0Lock(cid, domain);
widget.show({
closable: false,
sso:false,
authParams: {
scope: 'openid identities'
}
},function (err, profile, token) {
user_token = token;
});
function load() {
$.ajax("https://webtask.it.auth0.com/api/run/wt-5491169046745-0/twinalizer_tw/changes/2015-9-24?webtask_no_cache=1", {
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
'Authorization': 'Bearer ' + user_token
}
})
.done(function(data) {
console.log(data);
})
}
function load_friendsnf() {
var page = document.getElementById('page');
var page_no = page.value;
page.value = parseInt(page.value) + 1;
$.ajax("https://webtask.it.auth0.com/api/run/wt-5491169046745-0/twinalizer_tw/friends-not-followers/"+page_no+"?webtask_no_cache=1", {
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
'Authorization': 'Bearer ' + user_token
}
})
.done(function(data) {
console.log(data);
})
}
</script>
</body>
</html>
|
themes/npe/layouts/_default/list.html | nuclear-power-engineering/nuclear-power-engineering | layouts\_default\list.html |
css/syntaxHighlighting.css | andyfitch/SnapMotion | /**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 Alex Gorbatchev.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
-moz-border-radius: 0 0 0 0 !important;
-webkit-border-radius: 0 0 0 0 !important;
background: none !important;
border: 0 !important;
bottom: auto !important;
float: none !important;
height: auto !important;
left: auto !important;
line-height: 1.4em !important;
margin: 0 !important;
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;
position: static !important;
right: auto !important;
text-align: left !important;
top: auto !important;
vertical-align: baseline !important;
width: auto !important;
box-sizing: content-box !important;
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
font-weight: normal !important;
font-style: normal !important;
font-size: 12px !important;
min-height: inherit !important;
min-height: auto !important;
}
.syntaxhighlighter {
width: 100% !important;
margin: 1em 0 1em 0 !important;
position: relative !important;
overflow: auto !important;
font-size: 1em !important;
}
.syntaxhighlighter.source {
overflow: hidden !important;
}
.syntaxhighlighter .bold {
font-weight: bold !important;
}
.syntaxhighlighter .italic {
font-style: italic !important;
}
.syntaxhighlighter .line {
white-space: pre !important;
}
.syntaxhighlighter table {
width: 100% !important;
}
.syntaxhighlighter table caption {
text-align: left !important;
padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
width: 100% !important;
}
.syntaxhighlighter table td.code .container {
position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
box-sizing: border-box !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
border: none !important;
background: white !important;
padding-left: 1em !important;
overflow: hidden !important;
white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
text-align: right !important;
padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
padding: 0 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
padding-left: 0em !important;
}
.syntaxhighlighter.show {
display: block !important;
}
.syntaxhighlighter.collapsed table {
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
padding: 0.1em 0.8em 0em 0.8em !important;
font-size: 1em !important;
position: static !important;
width: auto !important;
height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
display: inline !important;
margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
padding: 0 !important;
display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
display: inline !important;
}
.syntaxhighlighter .toolbar {
position: absolute !important;
right: 1px !important;
top: 1px !important;
width: 11px !important;
height: 11px !important;
font-size: 10px !important;
z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
display: inline !important;
}
.syntaxhighlighter .toolbar a {
display: block !important;
text-align: center !important;
text-decoration: none !important;
padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
display: none !important;
}
.syntaxhighlighter.ie {
font-size: .9em !important;
padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
background: none !important;
}
.syntaxhighlighter.printing .line .number {
color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
color: black !important;
}
.syntaxhighlighter.printing .toolbar {
display: none !important;
}
.syntaxhighlighter.printing a {
text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
color: blue !important;
}
.syntaxhighlighter.printing .keyword {
color: #006699 !important;
font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
color: gray !important;
}
.syntaxhighlighter.printing .variable {
color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
color: black !important;
}
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/SyntaxHighlighter
*
* SyntaxHighlighter is donationware. If you are using it, please donate.
* http://alexgorbatchev.com/SyntaxHighlighter/donate.html
*
* @version
* 3.0.83 (July 02 2010)
*
* @copyright
* Copyright (C) 2004-2010 Alex Gorbatchev.
*
* @license
* Dual licensed under the MIT and GPL licenses.
*/
.syntaxhighlighter {
background-color: white !important;
}
.syntaxhighlighter .line.alt1 {
background-color: white !important;
}
.syntaxhighlighter .line.alt2 {
background-color: white !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
background-color: #e0e0e0 !important;
}
.syntaxhighlighter .line.highlighted.number {
color: black !important;
}
.syntaxhighlighter table caption {
color: black !important;
}
.syntaxhighlighter .gutter {
color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
border-right: 3px solid #6ce26c !important;
}
.syntaxhighlighter .gutter .line.highlighted {
background-color: #6ce26c !important;
color: white !important;
}
.syntaxhighlighter.printing .line .content {
border: none !important;
}
.syntaxhighlighter.collapsed {
overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
color: blue !important;
background: white !important;
border: 1px solid #6ce26c !important;
}
.syntaxhighlighter.collapsed .toolbar a {
color: blue !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
color: red !important;
}
.syntaxhighlighter .toolbar {
color: white !important;
background: #6ce26c !important;
border: none !important;
}
.syntaxhighlighter .toolbar a {
color: white !important;
}
.syntaxhighlighter .toolbar a:hover {
color: black !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
color: black !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
color: #008200 !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
color: blue !important;
}
.syntaxhighlighter .keyword {
color: #006699 !important;
}
.syntaxhighlighter .preprocessor {
color: gray !important;
}
.syntaxhighlighter .variable {
color: #aa7700 !important;
}
.syntaxhighlighter .value {
color: #009900 !important;
}
.syntaxhighlighter .functions {
color: #ff1493 !important;
}
.syntaxhighlighter .constants {
color: #0066cc !important;
}
.syntaxhighlighter .script {
font-weight: bold !important;
color: #006699 !important;
background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
color: #ff1493 !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
color: red !important;
}
.syntaxhighlighter .keyword {
font-weight: bold !important;
}
|
src/menubutton/demo/other/simple-select.html | 007slm/kissy | <!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<title>simple-select</title>
<link href="../../../css/src/dpl/base.css" rel="stylesheet"/>
<link href="../../../button/demo/assets/custombutton.css" rel="stylesheet"/>
<link href="../assets/menubutton.css" rel="stylesheet"/>
<link href="../../../menu/demo/assets/menu.css" rel="stylesheet"/>
<link href="../../../menu/demo/assets/menuitem.css" rel="stylesheet"/>
<link href="../../../menu/demo/assets/submenu.css" rel="stylesheet"/>
<link href="../../../menu/demo/assets/c2c-ui.css" rel="stylesheet"/>
<style>
.ks-menu {
background: white;
border: 1px solid red;
}
li {
padding: 5px;
border: 1px solid white;
}
.c2c-menuitem-delete {
padding-left: 20px;
cursor: pointer;
}
/*.ks-option-even {*/
/*background:#d3d3d3;*/
/*}*/
</style>
<style>
h1 {
font-size: 2em;
margin: 10px;
text-align: center;
}
h2 {
font-size: 1.5em;
margin: 10px;
text-align: center;
}
#wrap {
width: 90%;
margin: 0 auto;
}
</style>
</head>
<body>
<div id="wrap">
<h1 id="describe">菜单按钮演示</h1>
<div style="height:200px;overflow: auto;border:1px solid red;">
<h2>设计说明</h2>
<ol>
<li>支持键盘,鼠标互操作</li>
<li>符合 wai-aria 规范</li>
<li>构建组件层次</li>
</ol>
<h2>使用说明</h2>
<ol>
<li>
tab 移动焦点到按钮:按钮周边粉框
</li>
<li>
按钮获得焦点时点击上或下键,弹出菜单
<ol>
<li>或点击按钮弹出菜单</li>
</ol>
</li>
<li>
菜单弹出后,上下键选择菜单项
<ol>
<li>或通过鼠标掠过</li>
</ol>
</li>
<li>
带有子菜单的菜单项通过右键激活子菜单,左键收缩子菜单
<ol>
<li>或通过鼠标掠过,自动弹出子菜单</li>
</ol>
</li>
<li>
菜单项弹出后,按下 enter 或 space 则选中当前高亮菜单项
<ol>
<li>或通过鼠标点击选中任意菜单项</li>
</ol>
</li>
<li>
esc 隐藏下拉菜单(焦点仍然在按钮上)
<ol>
<li>或通过鼠标点击文档空白区域(按钮失去焦点)</li>
</ol>
</li>
</ol>
</div>
<h2>
直接从 select 生成
</h2>
<label>
<select id="nativeSelect">
<option value="1">native-1</option>
<option value="2">native-2</option>
</select>
</label>
<hr style="margin: 20px 0"/>
<div id="parentSelect">
<label>
<select name="decorateSelect" id="decorateSelect">
</select>
</label>
<button id="delAll">删除全部</button>
</div>
<h2>下拉菜单</h2>
<div id="selectDel">
</div>
<script src="/kissy/build/seed.js"></script>
<!--
<script src="http://assets.daily.taobao.net/s/kissy/1.2.0/kissy.js"></script>
-->
<script>
KISSY.use('menubutton,menu,core', function (S, MenuButton, Menu) {
var $ = S.all;
var s = S.one("#decorateSelect");
for (var i = 0; i < 20; i++) {
s.append("<option value='" + i + "' " + (i % 2 == 1 ? "class='ks-option-even'" : "") + " >项目" + i + "</option>")
}
var select = MenuButton.Select.decorate('#decorateSelect', {
defaultCaption: "请选择",
prefixCls: "c2c-",
elCls: "custom-xx",
menuCfg: {
align: {
offset: [0, -1]
},
height: 150,
elStyle: {
overflow: "auto",
overflowX: "hidden"
}
}
});
select.set("value", 15);
select.on("click", function (e) {
S.log(e.target.get("value"));
});
$("#delAll").on("click", function () {
select.removeItems(true);
S.log(select.get("value") || "empty");
});
var newSelect = new MenuButton.Select({
render: "#selectDel",
prefixCls: "c2c-",
menu: {
align: {
offset: [0, -1]
},
children: [
{
xclass: 'option',
textContent: 'xuan-wo',
content: "漩涡"
}
]
},
defaultCaption: "常用项"
});
newSelect.render();
});
</script>
</div>
</body>
</html> |
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/dev/vst-64/2.6.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>vst-64: 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 / extra-dev</a></li>
<li class="active"><a href="">dev / vst-64 - 2.6</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
vst-64
<small>
2.6
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-16 07:37:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-16 07:37:44 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 dev 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"
synopsis: "Verified Software Toolchain"
description: "The software toolchain includes static analyzers to check assertions about your program; optimizing compilers to translate your program to machine language; operating systems and libraries to supply context for your program. The Verified Software Toolchain project assures with machine-checked proofs that the assertions claimed at the top of the toolchain really hold in the machine-language program, running in the operating-system context."
authors: [
"Andrew W. Appel"
"Lennart Beringer"
"Sandrine Blazy"
"Qinxiang Cao"
"Santiago Cuellar"
"Robert Dockins"
"Josiah Dodds"
"Nick Giannarakis"
"Samuel Gruetter"
"Aquinas Hobor"
"Jean-Marie Madiot"
"William Mansky"
]
maintainer: "VST team"
homepage: "http://vst.cs.princeton.edu/"
dev-repo: "git+https://github.com/PrincetonUniversity/VST.git"
bug-reports: "https://github.com/PrincetonUniversity/VST/issues"
license: "https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE"
patches: [
"makefile.patch"
]
build: [
[make "-j%{jobs}%" "BITSIZE=64"]
]
install: [
[make "install" "BITSIZE=64"]
]
depends: [
"ocaml"
"coq" {>= "8.11" & < "8.13"}
"coq-compcert-64" {(= "3.7~coq-platform~open-source") | (= "3.7~coq-platform") | (= "3.7+8.12~coq_platform~open_source") | (= "3.7+8.12~coq_platform")}
"coq-flocq" {>= "3.2.1"}
]
tags: [
"category:Computer Science/Semantics and Compilation/Semantics"
"keyword:C"
"logpath:VST"
"date:2020-08-02"
]
url {
src: "https://github.com/PrincetonUniversity/VST/archive/v2.6.tar.gz"
checksum: "sha512=4fea46c423fd5abfa403ae88bc34a859960c6e7bbafddc1f208fc4d93af29b0711804a5eb3c917cd70d407f9a3deffa7157edc4bbfef186635280080153f47b3"
}
</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-vst-64.2.6 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-vst-64 -> coq < 8.13 -> 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-vst-64.2.6</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>
|
newsletter/2000-07.html | Cogges/cogges.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Cogges Parish newsletter July/August 2000</title>
<link rel="stylesheet" href="../cogges.css">
<link rev=made href="mailto:cogges.pcc@comlab.ox.ac.uk">
</head>
<body bgcolor="#ffffff">
<center>
<table cellpadding="0" cellspacing="0" border="0" width="80%">
<tr>
<td align="left" valign="bottom">
<img src="../img/cogges.gif" width="206" height="66" alt="COGGES:">
</td>
<td align="right" valign="bottom">
<h2>From the newsletter ...</h2>
</td>
</tr>
<tr><td colspan="2">
<hr>
<center>
<img src="../img/holy_sepulchre.jpg" width="240" height="158" align="left"
alt="The Church of the Holy Sepulchre, Jerusalem">
<pre>
</pre>
<h2>Easter in Israel</h2>
</center>
<br clear="all">
<p>
This year, a group of nineteen people, mainly from Cogges, together
with some friends and relatives, spent Easter in the Holy Land. It
was the holiday of a lifetime. We experienced the amazing beauty of
the land - from the picturesque Sea of Galilee in the north to the
rugged desert and Dead Sea further south.
</p>
<p>
We learnt about the lifestyle of people in Bible times, for
example sitting in a goat's hair tent. We sampled the local
food; for example falafel (made from spicy chick-peas) and
shawarma (a sort of doner kebab, but made with turkey). We met
the people of the land today, both Jews and Palestinians, and
sensed something of the tensions between them, as we passed back
and forth through various checkpoints, but also enjoying their
very real hospitality.
</p>
<p>
But perhaps most important of all, we saw the place of Jesus' death
and resurrection at the very time when the church was celebrating
those saving events. It was a privilege to be in the Church of the
Holy Sepulchre in Jerusalem on Easter Day, part of a huge crowd of
people, many locals, but many others from all over the world,
united by one great joy: Christ is risen!
</p>
<p>
A visit to Israel is not a magic spell that will put you in touch
with Jesus Christ. He is risen, and by his Holy Spirit, he is
available to you as Saviour and Friend wherever you are. However, a
visit to Israel can serve as a marvellous visual aid, bringing to
life the people, the places and the story of the Bible. Those who
shared in the Easter holiday this year will, I am sure, agree that
reading the Bible will never be quite the same again.
</p>
<center>
<hr>
<a href="../">Cogges Parish</a> |
<a href="./">Other articles</a> |
<a href="2000-06.html">Previous issue</a> |
<img src="http://users.comlab.ox.ac.uk/malcolm.harper/coglog/trace.gif"
alt="" width="1" height="1" border="0">
<a href="mailto:cogges.pcc@comlab.ox.ac.uk">Feedback</a>
<hr>
<em>
© 2000;
Published in <a href="./">Cogges Parish monthly newsletter</a>,
number 253, July/August 2000
</em><br>
</center>
</td></tr></table>
</center>
</body>
</html>
|
doc/me/lactem/pvz/util/sql/package-summary.html | Lactem/PvZ | <!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 Sep 03 21:00:58 PDT 2014 -->
<title>me.lactem.pvz.util.sql</title>
<meta name="date" content="2014-09-03">
<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="me.lactem.pvz.util.sql";
}
//-->
</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="../../../../../me/lactem/pvz/util/messages/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../me/lactem/pvz/util/validate/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?me/lactem/pvz/util/sql/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 me.lactem.pvz.util.sql</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="../../../../../me/lactem/pvz/util/sql/SQLUtils.html" title="class in me.lactem.pvz.util.sql">SQLUtils</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="../../../../../me/lactem/pvz/util/messages/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../me/lactem/pvz/util/validate/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?me/lactem/pvz/util/sql/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>
|
_includes/sidebar.html | christophe-dufour/christophe-dufour.github.io | <div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="{{ site.baseurl }}">
<img src="{{ site.baseurl }}assets/christophe-dufour.png" alt="Christophe Dufour" class="img-circle"/>
</a>
</h1>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Blog Home</a>
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="#" onclick="test()">Subscribe</a>
<a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}feed.xml">RSS</a>
<a class="sidebar-nav-item" href="http://bit.ly/1szivNq" target="_blank">
<svg viewBox="0 0 16 16" width="16" height="16">
<path fill="#444" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"></path>
</svg>
christophe-dufour</a>
<a class="sidebar-nav-item" href="http://bit.ly/1vYrWR7" target="_blank">
<svg viewBox="0 0 16 16" width="16" height="16">
<path fill="#444" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"></path>
</svg>
christof_dufour</a>
<a class="sidebar-nav-item" href="http://linkd.in/13tzwxn" target="_blank">
<svg viewBox="0 0 1000 1000" height="16" width="16" ><path fill="#444" d="M195.877 .25c-107.717 0 -195.877 88.158 -195.877 195.877l0 607.841c0 107.717 88.158 195.845 195.877 195.845l607.841 0c107.718 0 195.845 -88.127 195.845 -195.845l0 -607.841c0 -107.717 -88.127 -195.877 -195.845 -195.877l-607.841 0zm49.266 164.948c51.648 0 83.461 33.906 84.443 78.475 0 43.585 -32.797 78.444 -85.442 78.444l-.969 0c-50.665 0 -83.412 -34.857 -83.412 -78.444 0 -44.568 33.738 -78.475 85.379 -78.475zm445.08 208.31c99.329 0 173.79 64.922 173.79 204.436l0 260.449l-150.953 0l0 -242.987c0 -61.06 -21.847 -102.718 -76.476 -102.718 -41.704 0 -66.562 28.078 -77.476 55.202 -3.987 9.704 -4.967 23.257 -4.967 36.832l0 253.671l-150.953 0s1.981 -411.613 0 -454.233l150.984 0l0 64.324c20.06 -30.95 55.942 -74.977 136.051 -74.977zm-521.556 10.685l150.953 0l0 454.202l-150.953 0l0 -454.202z"/></svg>
Linkedin</a>
</nav>
<p>© {{ site.time | date: '%Y' }}. All rights reserved.</p>
</div>
</div>
|
0003-webpack/index.html | davidwparker/programmingtil-react | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>0003 React via Webpack</title>
</head>
<body>
<div id="root">
</div>
<script src="bundle.js"></script>
</body>
</html>
|
src/angular/home/home.html | frynt/marriage-map | <div id="home" class="container-fluid">
<div class="home-header" ng-show="!iGoFormURLIFrame"></div>
<div class="intro-helene-flo">
<p> Hélène et Florent </p>
<p> 25 juin 2016 <p>
</div>
<div class="row" ng-show="!iGoFormURLIFrame">
<div class="col-md-3"></div>
<div class="col-md-4"></div>
<div class="col-md-2">
<img class="image-fleche image-fleche-haut-bas only-big-screen" src="img/home/fleche-haut-bas.png">
</div>
<div class="col-md-3 info-for-btn">
<!-- BOF attention si modif ici modifier l'autre partie en bas -->
<span class="only-big-screen">
Par ici, pour nous avertir <br> de votre présence ou absence.
</span>
<span class="only-minor-screen">
Par ici, toutes les informations <br> concernant la journée, l'hébergement ...
</span>
<!-- EOF attention si modif ici modifier l'autre partie en bas -->
</div>
</div>
<div class="row" ng-show="!iGoFormURLIFrame">
<div class="col-md-3"></div>
<div class="col-md-3">
<a class="btn btn-default btn-home" ng-href="index.html#/map">La carte </a>
</div>
<div class="col-md-3">
<button class="btn btn-default btn-home only-big-screen" ng-click="iGoClickedBigScreen()">Je viens !</button>
<button class="btn btn-default btn-home only-minor-screen" ng-click="iGoClickedMinorScreen()">Je viens !</button>
</div>
<div class="col-md-3"></div>
</div>
<div class="row" ng-show="!iGoFormURLIFrame">
<div class="col-md-3 info-for-btn">
<!-- BOF attention si modif ici modifier l'autre partie en haut -->
<span class="only-minor-screen">
Et là, pour nous avertir <br> de votre présence ou absence.
</span>
<span class="only-big-screen">
Et là, toutes les informations <br> concernant la journée, l'hébergement ...
</span>
<!-- EOF attention si modif ici modifier l'autre partie en haut -->
</div>
<div class="col-md-2"><img class="image-fleche image-fleche-bas-haut only-big-screen" src="img/home/fleche-bas-haut-grande.png"></div>
<div class="col-md-4"></div>
<div class="col-md-3"></div>
</div>
<div class="row" ng-if="iGoFormURLIFrame">
<div class="col-md-12">
<iframe class="iFrameIGoForm" frameborder="0" marginheight="0"
marginwidth="0">Loading...</iframe>
</div>
</div>
<div class="row" ng-show="iGoFormURLIFrame">
<div class="col-md-3">
</div>
<div class="col-md-6">
<button class="btn btn-default btn-home" ng-click="closeIGoClickedBigScreen()">Fermer le formulaire</button>
</div>
<div class="col-md-3">
</div>
</div>
</div> |
d-streamon/gui/composition.html | netgroup/dstreamon | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Demons - Compositions editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/demons/jquery-ui-1.8.16.css" />
<link rel="stylesheet" type="text/css" href="css/demons.css" />
<script language="javascript" type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
<script language="javascript" type="text/javascript" src="js/jquery-ui-1.8.16.min.js"></script>
<script language="javascript" type="text/javascript" src="js/jquery.jsPlumb-1.3.3-all-min.js"></script>
<script language="javascript" type="text/javascript" src="js/demons.rpc.js"></script>
<script language="javascript" type="text/javascript" src="js/demons.compositions.js"></script>
</head>
<body onunload="jsPlumb.unload();">
<div class="compositions">
<div id="dialog-progress-bar">
<p>
<span class="ui-icon ui-icon-info" style="float:left; margin:0 7px 50px 0;"></span>
<span id="dialog-progress-bar-description"></span>
</p>
<div id="progress-bar"></div>
</div>
<div id="dialog-msgbox">
<p>
<span class="ui-icon ui-icon-circle-check" style="float:left; margin:0 7px 50px 0;"></span>
<span id="dialog-msgbox-description"></span>
</p>
</div>
<div id="dialog-msgbox-yesno">
<p>
<span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 50px 0;"></span>
<span id="dialog-msgbox-yesno-description"></span>
</p>
</div>
<div id="dialog-new-composition">
<table class="table-invisible">
<tr>
<td>
<label for="dialog-new-composition-id">Id: </label>
</td>
<td>
<input type="text" name="dialog-new-composition-id" id="dialog-new-composition-id" value="" class="ui-widget-content ui-corner-all" />
</td>
</tr>
<tr>
<td>
<label for="dialog-new-composition-name">Name: </label>
</td>
<td>
<input type="text" name="dialog-new-composition-name" id="dialog-new-composition-name" value="" class="ui-widget-content ui-corner-all" />
</td>
</tr>
</table>
</div>
<!-- <div id="dialog-open-composition">-->
<!-- <label for="composition-select">Saved compositions: </label>-->
<!-- <select id="composition-select" class="ui-widget-content ui-corner-all" ></select>-->
<!-- </div>-->
<!-- -->
<div id="dialog-config">
<span id="dialog-config-id" style="display: none;"></span>
<span id="dialog-config-description"></span>
<table id="dialog-config-fields" class="table-invisible">
</table>
</div>
<table id="templates" style="display: none">
<tr>
<td id="block-template">
<div id="block" class="block draggable ui-widget-content">
<span id="block-name"></span>
</div>
</td>
</tr>
<tr id="config-field-textbox-template">
<td>
<label id="config-field-textbox-name" for="config-field-textbox-value"></label>
</td>
<td>
<input type="text" id="config-field-textbox-value" value="" class="ui-widget-content ui-corner-all" />
</td>
</tr>
<tr id="config-field-textarea-template">
<td>
<label id="config-field-textarea-name" for="config-field-textarea-value"></label>
</td>
<td>
<textarea id="config-field-textarea-value" class="ui-widget-content ui-corner-all"></textarea>
</td>
</tr>
<tr id="config-field-checkbox-template">
<td>
<label id="config-field-checkbox-name" for="config-field-checkbox-value"></label>
</td>
<td>
<input type="checkbox" id="config-field-checkbox-value" />
</td>
</tr>
<tr id="config-field-enumeration-template">
<td>
<label id="config-field-enumeration-name" for="config-field-enumeration"></label>
</td>
<td>
<div id="config-field-enumeration-value">
</div>
</td>
</tr>
<tr>
<td id="config-field-enumeration-value-template">
<input type="radio" id="config-field-enumeration-value-id" name="radio"></input>
<label id="config-field-enumeration-value-name" for="config-field-enumeration-value-id"></label>
</td>
</tr>
<!-- <tr id="config-field-array-template">-->
<!-- <td>-->
<!-- <label id="config-field-array-name" for="config-field-array"></label>-->
<!-- </td>-->
<!-- <td>-->
<!-- <select id="config-field-array-value">-->
<!-- </select>-->
<!-- </td>-->
<!-- </tr>-->
<!-- <tr>-->
<!-- <td id="config-field-array-value-template">-->
<!-- <option id="config-field-array-value-id" value=""></option>-->
<!-- </td>-->
<!-- </tr>-->
<!-- <tr id="config-field-functionsrow-template">-->
<!-- </tr>-->
<!-- <tr>-->
<!-- <td id="config-field-function-template">-->
<!-- <button id="config-field-function-value"></button>-->
<!-- </td>-->
<!-- </tr>-->
</table>
<span id="toolbar-compositions-file" class="ui-widget-header ui-corner-all">
<button id="button-new-composition"></button>
<button id="button-open-composition"></button>
<button id="button-save-composition"></button>
</span>
<div id="workspace-template" style="display: none">
<div class="workspace">
<div class="workspace-top ui-corner-all"></div>
<div class="workspace-vcenter">
<div class="workspace-left ui-corner-all"></div>
<div id="drag-container" class="workspace-draggable">
<div id="workspace" class="workspace-hcenter ui-corner-all">
<!-- <div id="start" class="start draggable ui-widget-content" style="position: inherit; z-index: 1; left: 34px; top: 186px; ">-->
<!-- <p>Start</p>-->
<!-- </div>-->
</div>
<div id="blocks-available" class="workspace-right ui-corner-all">
<div id="blocks-accordion" style="z-index: 1">
<h3><a href="#">Blocks</a></h3>
<div id="blocks-section">
</div>
</div>
</div>
</div>
</div>
<div class="workspace-bottom ui-corner-all"></div>
</div>
</div>
<div id="tabs">
<ul>
<!-- <li><a href="#tabs-1">New Component</a></li>-->
</ul>
<!-- <div id="tabs-1">-->
<!-- </div>-->
</div>
</div>
</body>
</html> |
i18n/ru/app/components/scbd-angularjs-controls/form-control-directives/tabbed-textareas.html | scbd/absch.cbd.int | <!--TODO: once i get at least one more control requiring style, I should just have a css file for all of these controls --><style> .tabbed-textareas-inputs > * > .tabbed-textarea { display: none; } .tabbed-textareas-inputs > *:first-child > .tabbed-textarea { display: block; } .tab-button.has-success { background-color: #DDFFDD; } </style>
<ul class="nav nav-tabs">
<li ng-repeat="tab in tabs" class="{{$index}}th-tab atab {{$index==0?'active':''}}"><a rel="noopener" tabindex="0" class="{{$index}}th-button tab-button {{isValid(tab.key)?'has-success':''}}" ng-click="toggleTab($event, $index, tab[keyKey])" ng-focus="showTab($event, $index, tab[keyKey])">{{tab[titleKey]}}<button type="button" ng-show="deletableTabs" ng-click="tabs.splice($index, 1);">X</button></a></li>
</ul>
<div class="tabbed-textareas-inputs"><span ng-repeat="tab in tabs"> <span class="tab{{tab[keyKey]}} tabbed-textarea"><p ng-bind-html="tab[helpKey] | to_trusted"></p>
<textarea class="form-control textarea{{tab[keyKey]}}" ng-focus="toggleFocus()" rows="{{rows || 4}}" ng-model="binding[tab[keyKey]]" ng-keydown="overwriteKeys($event, $index)" ng-blur="maybeHide($event, $index); toggleFocus();" placeholder="{{tab.placeholder || placeholder}}"></textarea>
<div ng-show="preview && focused">
<h3 style="margin-left: 40px;">{{tab[titleKey]}} Предпросмотр</h3>
<p style="padding-left: 10px; border: dotted 1px gray;" ng-bind-html="binding[tab[keyKey]] | toTrusted"></p>
</div></span> </span>
</div> |
src/main/editor/container/resize/styles.css | FrederikS/richie | .selected {
outline-color: rgb(77, 144, 254); // #4D90FE
outline-offset: -2px;
outline-style: auto;
outline-width: 6px;
cursor: move;
}
|
css/cv.css | katiefenn/website | * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* Web Fonts from fontspring.com All OpenType features and all extended glyphs have been removed. Fully installable fonts can be purchased at http://www.fontspring.com The fonts included in this stylesheet are subject to the End User License you purchased from Fontspring. The fonts are protected under domestic and international trademark and copyright law. You are prohibited from modifying, reverse engineering, duplicating, or distributing this font software. (c) 2010-2014 Fontspring The fonts included are copyrighted by the vendor listed below. Vendor: exljbris Font Foundry License URL: http://www.fontspring.com/fflicense/exljbris */
@font-face { font-family: 'CallunaRegular'; src: url("/fonts/Calluna-Regular-webfont.eot"); src: url("/fonts/Calluna-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Calluna-Regular-webfont.woff") format("woff"), url("/fonts/Calluna-Regular-webfont.ttf") format("truetype"), url("/fonts/Calluna-Regular-webfont.svg#CallunaRegular") format("svg"); font-weight: normal; font-style: normal; }
h1, h2, h3, h4, h5, h6 { font-family: 'CallunaRegular', Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 1em 0 0.5em 0; color: #000099; }
@media print { h1, h2, h3, h4, h5, h6 { margin: 0.7em 0 0.2em 0; } }
h1 { font-size: 3em; border-bottom: 1px solid #000099; }
@media print { h1 { font-size: 2em; } }
h2 { font-size: 2em; }
@media print { h2 { font-size: 1.5em; } }
h3 { font-size: 1.5em; }
@media print { h3 { font-size: 1.2em; } }
p { margin: 0.5em 0; color: #444444; }
@media print { p { font-size: 0.9em; } }
ul { padding: 0; margin: 0; color: #444444; }
@media print { ul { font-size: 0.9em; } }
.personal-details { overflow: hidden; }
@media print { .personal-details { font-size: 0.9em; } }
.personal-details dt { float: left; font-weight: bold; margin: 0 0.5em 0 0; }
@media print { .personal-details dt { width: 8em; clear: left; } }
.personal-details dd { float: left; margin: 0 1em 0 0; }
.keywords { line-height: 2.2em; margin: 0 1em 0 0; }
.keyword { padding: 0.3em; margin: 0; background: white; color: #444444; border: 2px solid #444444; display: inline-block; border-radius: 0.5em; list-style: none; line-height: 1em; }
@media print { .keyword { font-size: 0.9em; } }
body { font-family: sans-serif; max-width: 68em; margin-left: auto; margin-right: auto; }
body:after { content: ""; display: table; clear: both; }
.wrap { padding: 1em; }
|
test/ref/index.html | banksean/processing-js | <!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Processing.js Ref Tests</title>
<script src="../../processing.js"></script>
<script src="tests.js"></script>
<style>
.test { border: solid 1px; margin: 5px; }
.title { margin-left: 5px; }
</style>
</head>
<body>
<h1>Processing.js Ref Test Runner</h1>
<p>To start the tests click Start. Each test is run in order (downloaded from the server). The first canvas is the reference image, the second is a live sketch that has just been executed, the third is a visual diff. The diff is calculated with a tolerance value (e.g., ~5%). If the third canvas is green, the test passed. If it is white with red pixels (or all red), it failed, and the red shows where the pixels differ. The calibrating must fail on some tests. You can generate ref tests <a href="../../tools/processing-helper.html">here</a>.</p>
<h3>Settings</h3>
<div>Run Tests: <select id="test-type" onchange="updateSelectedTests();"><option value="2D,3D" selected>2D and 3D</option><option value="2D">2D Only</option><option value="3D">3D Only</option><option value="endShape2D">endShape2D</option><option value="endShape3D">endShape3D</option><option value="Calibration">Calibration</option></select> Blur Radius: <input type="text" size="2" id="sigma" onchange="updateTolerance();"> Epsilon (0-1.0): <input type="text" size="4" id="epsilon" onchange="updateTolerance();"> <input onclick="runTests(selectedTests);" type="button" value="Start"></input><span id="testCount"></span></div>
<h3>Results</h3>
<div id="results" style="margin: 5px; padding-top: 10px;"></div>
<div id="total"></div>
<script>
var selectedTests = [];
var total = document.getElementById('total');
total.innerHTML = '';
updateSelectedTests();
// Tolerance values and kernel for blur
var sigma = 2; // radius
document.getElementById('sigma').value = sigma;
var epsilon = 0.05; // match accuracy ~5%
document.getElementById('epsilon').value = epsilon;
var kernel, kernelSize, kernelSum;
buildKernel();
try {
// Opera createImageData fix
if (!("createImageData" in CanvasRenderingContext2D.prototype)) {
CanvasRenderingContext2D.prototype.createImageData = function(sw,sh) { return this.getImageData(0,0,sw,sh); }
}
} catch(e) {}
function updateSelectedTests() {
var selectControl = document.getElementById('test-type');
var selectedTags = selectControl.value.split(',');
selectedTests = new Array();
for(var i = 0; i < tests.length; ++i) {
var found = false;
// checking if any selected tags present in test tags
for(var j = 0; j < selectedTags.length && !found; ++j) {
for(var q = 0; q < tests[i].tags.length && !found; ++q) {
if(tests[i].tags[q] == selectedTags[j]) found = true;
}
}
if(found) {
selectedTests.push(tests[i]);
}
}
var testCount = document.getElementById('testCount');
testCount.innerHTML = ' (' + selectedTests.length + ' tests)';
}
function buildKernel() {
var ss = sigma * sigma;
var factor = 2 * Math.PI * ss;
kernel = new Array();
kernel.push(new Array());
var i = 0, j;
do {
var g = Math.exp(-(i * i) / (2 * ss)) / factor;
if (g < 1e-3) break;
kernel[0].push(g);
++i;
} while (i < 7);
kernelSize = i;
for (j = 1; j < kernelSize; ++j) {
kernel.push(new Array());
for (i = 0; i < kernelSize; ++i) {
var g = Math.exp(-(i * i + j * j) / (2 * ss)) / factor;
kernel[j].push(g);
}
}
kernelSum = 0;
for (j = 1 - kernelSize; j < kernelSize; ++j) {
for (i = 1 - kernelSize; i < kernelSize; ++i) {
kernelSum += kernel[Math.abs(j)][Math.abs(i)];
}
}
}
function updateTolerance() {
var newS = document.getElementById('sigma').value;
if (newS)
sigma = parseInt(newS, 10);
buildKernel();
var newE = document.getElementById('epsilon').value;
if (newE)
epsilon = parseFloat(newE);
}
function download(file) {
var req = new XMLHttpRequest();
req.open('GET', file, false);
if (req.overrideMimeType) {
req.overrideMimeType('text/plain');
}
req.send(null);
if (req.status != 200 && req.status !=0) {
return null;
} else {
return req.responseText;
}
}
function getTest(testName) {
var responseText = download(testName);
function is3D(script) {
// look for size(100,100,OPENGL) or size(100,100,P3D)
var match = script.match(/size\([\s]*[\d]+[\s]*\,[\s]*[\d]+[\s]*\,?([^\)]+)?\)/);
if (match && match[1]) {
return match[1] == "OPENGL" || match[1] == "P3D";
}
return false;
}
if (!responseText) {
return null;
} else {
// Split out the canvas info in the comment:
var test = {name: testName, code: responseText};
// looking for: //[100,100]0,0,67,0,34,...\n
var m = /^\/\/\[([^\]]+)\]([^\n]+)\n/.exec(test.code);
if (m && m.length == 3) {
var dims = m[1].split(',');
test.width = parseInt(dims[0], 10);
test.height = parseInt(dims[1], 10);
test.pixels = new Array(test.width * test.height * 4);
var pixelStr = m[2].split(',');
for (var i=0, l=pixelStr.length; i<l; i++) {
test.pixels[i] = parseInt(pixelStr[i], 10);
}
test.is3D = is3D(test.code);
return test;
} else {
// Malformed test
return null;
}
}
}
function runTests(tests) {
var results = document.getElementById('results');
results.innerHTML = '<div id="status" style="margin-bottom: 10px;">Running... (this may take some time)</div>';
var total = document.getElementById('total');
total.innerHTML = '';
var buildCanvas = function(id, w, h) {
var c = document.createElement('canvas');
c.id = id;
c.width = w;
c.height = h;
c.className = "test";
return c;
};
var link = function(name) {
return '<a href="' + name + '">' + name + '</a>';
};
var titleText = function(testNumber, testTotal, time, testName, failMessage) {
return "Test (" + testNumber + "/" + testTotal + ") [" + time + "ms]: " + link(testName) +
(failMessage ? " -- FAILED (" + failMessage + ")" : " -- PASSED");
};
var getPixels = function(aCanvas, isWebGL) {
try {
if (isWebGL) {
var context = aCanvas.getContext("experimental-webgl");
var data = null;
try{
// try deprecated way first
data = context.readPixels(0, 0, aCanvas.width, aCanvas.height, context.RGBA, context.UNSIGNED_BYTE);
// Chrome posts an error
if(context.getError()){
throw new Error("readPixels() API has changed.");
}
}catch(e){
// if that failed, try new way
if(!data){
data = new Uint8Array(aCanvas.width * aCanvas.height * 4);
context.readPixels(0, 0, aCanvas.width, aCanvas.height, context.RGBA, context.UNSIGNED_BYTE, data);
}
}
return data;
} else {
return aCanvas.getContext('2d').getImageData(0, 0, aCanvas.width, aCanvas.height).data;
}
} catch (e) {
return null;
}
};
var passedCount = 0, failedCount = 0, tl = tests.length;
function nextTest(testNum) {
if (testNum < tl) {
window.setTimeout(function() { runOne(testNum); }, 10);
} else {
var info = "Tests Completed - " + failedCount + " failed, " + passedCount + " passed, " + (failedCount + passedCount) + " total."
document.getElementById('status').innerHTML = info;
total.innerHTML = info;
}
}
var runOne = function(i) {
var test = getTest(tests[i].path);
var result = document.createElement('div');
result.id = test.name;
var title = document.createElement('div');
title.className = "title";
result.appendChild(title);
results.appendChild(result);
var valueEpsilon = epsilon * 255;
if (test) {
var original = buildCanvas(test.name + '-original', test.width, test.height);
var current = buildCanvas(test.name + '-current', test.width, test.height);
var diff = buildCanvas(test.name + '-diff', test.width, test.height);
result.appendChild(original);
result.appendChild(current);
result.appendChild(diff);
var pixelsLen = test.pixels.length;
// draw the current version from code, timing it
var startTime = (new Date).getTime(), totalTime = 0;
var p;
try {
p = new Processing(current, test.code);
} catch (e) {
title.innerHTML = titleText(i+1, tl, 0, test.name, "Processing failed: " + e.toString());
failedCount++;
return nextTest(i+1);
}
var totalTime = (new Date).getTime() - startTime;
var is3D = p.use3DContext;
// draw the original based on stored pixels
var origCtx = original.getContext('2d');
var origData = origCtx.createImageData(original.width, original.height);
for (var l=0; l < pixelsLen; l++) {
if (is3D) {
// WebGL inverts the rows in readPixels vs. the 2D context. Flip the image around so it looks right
origData.data[l] = test.pixels[(original.height - 1 - Math.floor(l / 4 / original.width)) *
original.width * 4 + (l % (original.width * 4))];
} else {
origData.data[l] = test.pixels[l];
}
}
origCtx.putImageData(origData, 0, 0);
// Blur pixels for diff
test.pixels = blur(test.pixels, test.width, test.height);
// do a visual diff on the pixels
var currData = getPixels(current, is3D);
if (!currData) {
title.innerHTML = titleText(i+1, tl, totalTime, test.name, "can't diff pixels");
failedCount++;
return nextTest(i+1);
}
if (currData.length == test.pixels.length) {
currData = blur(currData, test.width, test.height);
var diffCtx = diff.getContext('2d');
var diffData = diffCtx.createImageData(current.width, current.height);
var tp = test.pixels;
var failed = false;
for (var j=0; j < pixelsLen;) {
if (Math.abs(currData[j] - tp[j]) < valueEpsilon &&
Math.abs(currData[j + 1] - tp[j + 1]) < valueEpsilon &&
Math.abs(currData[j + 2] - tp[j + 2]) < valueEpsilon &&
Math.abs(currData[j + 3] - tp[j + 3]) < valueEpsilon) {
diffData.data[j] = diffData.data[j+1] = diffData.data[j+2] = diffData.data[j+3] = 0;
} else {
diffData.data[j] = 255;
diffData.data[j+1] = diffData.data[j+2] = 0;
diffData.data[j+3] = 255;
failed = true;
}
j+=4;
}
if (failed) {
diffCtx.putImageData(diffData, 0, 0);
title.innerHTML = titleText(i+1, tl, totalTime, test.name, "pixels off");
failedCount++;
} else {
diffCtx.fillStyle = "rgb(0,255,0)";
diffCtx.fillRect (0, 0, diff.width, diff.height);
title.innerHTML = titleText(i+1, tl, totalTime, test.name);
passedCount++;
}
} else {
title.innerHTML = titleText(i+1, tl, totalTime, test.name, "size mismatch");
failedCount++;
}
} else {
title.innerHTML = titleText(i+1, tl, totalTime, test.name, "invalid test");
failedCount++;
}
nextTest(i+1);
};
window.setTimeout(function() { runOne(0); }, 10);
}
function blur(data, width, height) {
var len = data.length;
var newData = new Array(len);
for (var y = 0; y < height; ++y) {
for (var x = 0; x < width; ++x) {
var r = 0, g = 0, b = 0, a = 0;
for (j = 1 - kernelSize; j < kernelSize; ++j) {
if (y + j < 0 || y + j >= height) continue;
for (i = 1 - kernelSize; i < kernelSize; ++i) {
if (x + i < 0 || x + i >= width) continue;
r += data[4 * ((y + j) * width + (x + i)) + 0] * kernel[Math.abs(j)][Math.abs(i)];
g += data[4 * ((y + j) * width + (x + i)) + 1] * kernel[Math.abs(j)][Math.abs(i)];
b += data[4 * ((y + j) * width + (x + i)) + 2] * kernel[Math.abs(j)][Math.abs(i)];
a += data[4 * ((y + j) * width + (x + i)) + 3] * kernel[Math.abs(j)][Math.abs(i)];
}
}
newData[4 * (y * width + x) + 0] = r / kernelSum;
newData[4 * (y * width + x) + 1] = g / kernelSum;
newData[4 * (y * width + x) + 2] = b / kernelSum;
newData[4 * (y * width + x) + 3] = a / kernelSum;
}
}
return newData;
}
</script>
</body>
</html>
|
courses/ecn104/spring19/plaigiarism-assignment3/results/289570066/match25-1.html | suyashmahar/suyashmahar.github.io | <HTML>
<HEAD>
<TITLE>18116020/</TITLE>
</HEAD>
<BODY BGCOLOR=white>
<HR>
18116044/<p><PRE>
>>>> file: solution_1.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 19.04.2019 20:43:42
// Design Name:
// Module Name: fifo
// Project Name:
// Target Devices:
// Tool Versions:
// Description:
//
// Dependencies:
//
// Revision:
// Revision 0.01 - File Created
// Additional Comments:
//
//////////////////////////////////////////////////////////////////////////////////
module fifo( clk,reset,rd,wr,w_data,r_data,empty,full );
input clk,reset,rd,wr;
input [7:0] w_data;
output reg [7:0] r_data,empty,full;
integer front=-1,rear=-1;
reg [7:0]queue[7:0];
initial
begin
empty=1;
full=0;
queue[0]=0;
queue[1]=0;
queue[2]=0;
queue[3]=0;
queue[4]=0;
queue[5]=0;
queue[6]=0;
queue[7]=0;
front=-1;
rear=-1;
end
<A NAME="3"></A><FONT color = #00FFFF><A HREF="match25-0.html#3" TARGET="0"><IMG SRC="../../bitmaps/tm_3_5.gif" ALT="other" BORDER="0" ALIGN=left></A>
always @(posedge clk)
begin
if(reset==1)
begin
queue[0]=0;
queue[1]=0;
queue[2]=0;
queue[3]=0;
</FONT> queue[4]=0;
<A NAME="2"></A><FONT color = #0000FF><A HREF="match25-0.html#2" TARGET="0"><IMG SRC="../../bitmaps/tm_2_11.gif" ALT="other" BORDER="0" ALIGN=left></A>
queue[5]=0;
queue[6]=0;
queue[7]=0;
front=-1;
rear=-1;
empty=1;
full=0;
end
else
begin
if ((wr==1)&& (full==0))
begin
empty=0;
if((front==-1)&&(rear==-1))
</FONT><A NAME="5"></A><FONT color = #FF0000><A HREF="match25-0.html#5" TARGET="0"><IMG SRC="../../bitmaps/tm_0_4.gif" ALT="other" BORDER="0" ALIGN=left></A>
begin
queue[0]=w_data;
front=0;
rear=0;
end
else if(rear==7)
begin
rear=0;
</FONT><A NAME="0"></A><FONT color = #FF0000><A HREF="match25-0.html#0" TARGET="0"><IMG SRC="../../bitmaps/tm_0_21.gif" ALT="other" BORDER="0" ALIGN=left></A>
queue[rear]=w_data;
end
else
begin
rear=rear+1;
queue[rear]=w_data;
end
if( (front==0)&&(rear==7))
full=1;
else if( front==(rear+1))
full=1;
end
if((rd==1)&&(empty==0))
begin
r_data=queue[front];
queue[front]=0;
if (front==rear)
begin
front=-1;
rear=-1;
empty=1;
end
else
begin
front=(front+1)%8;
end
end
end
end
endmodule
>>>> file: tb_1.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 19.04.2019 22:47:25
// Design Name:
// Module Name: tb_1
// Project Name:
// Target Devices:
// Tool Versions:
// Description:
//
// Dependencies:
//
// Revision:
// Revision 0.01 - File Created
// Additional Comments:
//
//////////////////////////////////////////////////////////////////////////////////
module fifo_tb();
</FONT><A NAME="4"></A><FONT color = #FF00FF><A HREF="match25-0.html#4" TARGET="0"><IMG SRC="../../bitmaps/tm_4_5.gif" ALT="other" BORDER="0" ALIGN=left></A>
reg clk,reset,rd,wr;
reg [7:0]w_data;
wire [7:0]r_data;
wire empty,full;
fifo f(.clk(clk),.reset(reset),.rd(rd),.wr(wr),.w_data(w_data),.r_data(r_data),.empty(empty),.full(full));
</FONT>initial
begin
clk = 1'b0;
<A NAME="1"></A><FONT color = #00FF00><A HREF="match25-0.html#1" TARGET="0"><IMG SRC="../../bitmaps/tm_1_12.gif" ALT="other" BORDER="0" ALIGN=left></A>
reset = 1'b0;
rd = 1'b0;
wr = 1'b0;
w_data = 8'b00000000;
forever
begin
#10
wr=1;
#10
wr=1;
#10
wr=0;
rd=1;
#10
wr=1;
rd=1;
#10
wr=0;
rd=0;
end
end
always begin
#10 clk=clk+1;
w_data=w_data+1;
</FONT>end
endmodule
</PRE>
</PRE>
</BODY>
</HTML>
|
documentation/html/classjsonCool_1_1jsonStream_ae55f69358282a77e11c7a76402b42fe3.html | PawelStawarz/jsoncool | <!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.10"/>
<title>jsonCool: jsonCool::jsonStream::operator>></title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">jsonCool
 <span id="projectnumber">1.0</span>
</div>
<div id="projectbrief">JSON Compact Object Oriented Library</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<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="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classjsonCool_1_1jsonStream_ae55f69358282a77e11c7a76402b42fe3.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<a class="anchor" id="ae55f69358282a77e11c7a76402b42fe3"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classjsonCool_1_1jsonStream.html">jsonStream</a> & jsonCool::jsonStream::operator>> </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classjsonCool_1_1jsonData.html">jsonData</a> & </td>
<td class="paramname"><em>target</em></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Puts the data in a <a class="el" href="classjsonCool_1_1jsonData.html" title="JSON data container. ">jsonCool::jsonData</a> object. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">target</td><td>a <a class="el" href="classjsonCool_1_1jsonData.html" title="JSON data container. ">jsonCool::jsonData</a> object to which the data will be copied</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>Reference to this object</dd></dl>
<p>Outputs the current contents to a <a class="el" href="classjsonCool_1_1jsonData.html" title="JSON data container. ">jsonCool::jsonData</a> . Works the same way as the <a class="el" href="classjsonCool_1_1jsonStream_ae88bc5e200dc1fdcd37d5ca151114b43.html#ae88bc5e200dc1fdcd37d5ca151114b43" title="Returns a refernce to the underlaying jsonCool::jsonData object. ">jsonStream::data()</a> function, but was provided to make the class act like standard C++ IO streams. </p>
<p>Definition at line <a class="el" href="jsonStream_8h_source.html#l01765">1765</a> of file <a class="el" href="jsonStream_8h_source.html">jsonStream.h</a>.</p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespacejsonCool.html">jsonCool</a></li><li class="navelem"><a class="el" href="classjsonCool_1_1jsonStream.html">jsonStream</a></li>
<li class="footer">Generated on Tue Nov 10 2015 23:33:41 for jsonCool by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li>
</ul>
</div>
</body>
</html>
|
views/template.html | CatsMiaow/pm2-notify | <mjml>
<mj-body width="1920px">
{{#each logs}}
<mj-section full-width="full-width" padding="0">
<mj-column width="100%">
<mj-divider border-color="#F45E43"></mj-divider>
<mj-text font-size="20px" color="#F45E43">{{name}}</mj-text>
<mj-text><pre><code>{{{message}}}</code></pre></mj-text>
</mj-column>
</mj-section>
{{/each}}
</mj-body>
</mjml>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/a1c06538754b0b73ed624752355969a1f72c24cc15d4e7ee6fea4376d43b4b11.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./a6ea6b46f8962e8d9d3d1964eda6c7d80a244b9f81276e5b5417d9f098aac254.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/147db9e7456b6a93abc83389bf5a8307fe5379f7fd202e0c9c08ca00881481c6.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./d9e70432ece6ef0d2a4340ca762a72dc65ff0f05c570d040747bc1aed3abc9c0.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> |
index.html | mkanako/Video2Html | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
</head>
<style type="text/css">
body{
text-align: center;
}
p{
padding:0;
margin: 0;
letter-spacing: -5px;
line-height: 4px;
}
.c0{color:#000}
.c1{color:#111}
.c2{color:#222}
.c3{color:#333}
.c4{color:#444}
.c5{color:#555}
.c6{color:#666}
.c7{color:#777}
.c8{color:#888}
.c9{color:#999}
.c10{color:#101010}
.c11{color:#111111}
.c12{color:#121212}
.c13{color:#131313}
.c14{color:#141414}
.c15{color:#151515}
.c16{color:#161616}
.c17{color:#171717}
.c18{color:#181818}
.c19{color:#191919}
.c20{color:#202020}
.c21{color:#212121}
.c22{color:#222222}
.c23{color:#232323}
.c24{color:#242424}
.c25{color:#252525}
.c26{color:#262626}
.c27{color:#272727}
.c28{color:#282828}
.c29{color:#292929}
.c30{color:#303030}
.c31{color:#313131}
.c32{color:#323232}
.c33{color:#333333}
.c34{color:#343434}
.c35{color:#353535}
.c36{color:#363636}
.c37{color:#373737}
.c38{color:#383838}
.c39{color:#393939}
.c40{color:#404040}
.c41{color:#414141}
.c42{color:#424242}
.c43{color:#434343}
.c44{color:#444444}
.c45{color:#454545}
.c46{color:#464646}
.c47{color:#474747}
.c48{color:#484848}
.c49{color:#494949}
.c50{color:#505050}
.c51{color:#515151}
.c52{color:#525252}
.c53{color:#535353}
.c54{color:#545454}
.c55{color:#555555}
.c56{color:#565656}
.c57{color:#575757}
.c58{color:#585858}
.c59{color:#595959}
.c60{color:#606060}
.c61{color:#616161}
.c62{color:#626262}
.c63{color:#636363}
.c64{color:#646464}
.c65{color:#656565}
.c66{color:#666666}
.c67{color:#676767}
.c68{color:#686868}
.c69{color:#696969}
.c70{color:#707070}
.c71{color:#717171}
.c72{color:#727272}
.c73{color:#737373}
.c74{color:#747474}
.c75{color:#757575}
.c76{color:#767676}
.c77{color:#777777}
.c78{color:#787878}
.c79{color:#797979}
.c80{color:#808080}
.c81{color:#818181}
.c82{color:#828282}
.c83{color:#838383}
.c84{color:#848484}
.c85{color:#858585}
.c86{color:#868686}
.c87{color:#878787}
.c88{color:#888888}
.c89{color:#898989}
.c90{color:#909090}
.c91{color:#919191}
.c92{color:#929292}
.c93{color:#939393}
.c94{color:#949494}
.c95{color:#959595}
.c96{color:#969696}
.c97{color:#979797}
.c98{color:#989898}
.c99{color:#999999}
.ce{color:#eee}
.c3d{color:#3d3d3d}
.c7f{color:#7f7f7f}
.c7e{color:#7e7e7e}
.c7d{color:#7d7d7d}
.c7c{color:#7c7c7c}
.c7b{color:#7b7b7b}
.cd{color:#ddd}
.ca{color:#aaa}
.cf{color:#fff}
.c1a{color:#1a1a1a}
.c4c{color:#4c4c4c}
.c7a{color:#7a7a7a}
.c1b{color:#1b1b1b}
.c1e{color:#1e1e1e}
.c1d{color:#1d1d1d}
.cc{color:#ccc}
.c5f{color:#5f5f5f}
.c1f{color:#1f1f1f}
.cb{color:#bbb}
.c5c{color:#5c5c5c}
.c6b{color:#6b6b6b}
.c3e{color:#3e3e3e}
.c6c{color:#6c6c6c}
.c2d{color:#2d2d2d}
.c6e{color:#6e6e6e}
.c1c{color:#1c1c1c}
.c5e{color:#5e5e5e}
.c3c{color:#3c3c3c}
.c5d{color:#5d5d5d}
.c2e{color:#2e2e2e}
.c4d{color:#4d4d4d}
.c6a{color:#6a6a6a}
.c3a{color:#3a3a3a}
.c6f{color:#6f6f6f}
.c2b{color:#2b2b2b}
.c2f{color:#2f2f2f}
.c2c{color:#2c2c2c}
.c4f{color:#4f4f4f}
.c2a{color:#2a2a2a}
.c4a{color:#4a4a4a}
.c3f{color:#3f3f3f}
.c6d{color:#6d6d6d}
.c4b{color:#4b4b4b}
.c3b{color:#3b3b3b}
.c5b{color:#5b5b5b}
.c5a{color:#5a5a5a}
.c4e{color:#4e4e4e}
.c8a{color:#8a8a8a}
.c8d{color:#8d8d8d}
.c8b{color:#8b8b8b}
.c8e{color:#8e8e8e}
.c8c{color:#8c8c8c}
.cf5{color:#f5f5f5}
.cef{color:#efefef}
.cfe{color:#fefefe}
.cec{color:#ececec}
.ce0{color:#e0e0e0}
.cf1{color:#f1f1f1}
.cee{color:#eeeeee}
.cde{color:#dedede}
.cdc{color:#dcdcdc}
.ce5{color:#e5e5e5}
.cb5{color:#b5b5b5}
.cc0{color:#c0c0c0}
.ccf{color:#cfcfcf}
.cf2{color:#f2f2f2}
.ca8{color:#a8a8a8}
.cea{color:#eaeaea}
.cdd{color:#dddddd}
.cd1{color:#d1d1d1}
.cd7{color:#d7d7d7}
.cf9{color:#f9f9f9}
.ce6{color:#e6e6e6}
.cff{color:#ffffff}
.cf3{color:#f3f3f3}
.cf0{color:#f0f0f0}
.ce7{color:#e7e7e7}
.ce2{color:#e2e2e2}
.cc5{color:#c5c5c5}
.cd3{color:#d3d3d3}
.cf7{color:#f7f7f7}
.cbe{color:#bebebe}
.cd9{color:#d9d9d9}
.cbc{color:#bcbcbc}
.ce9{color:#e9e9e9}
.cf8{color:#f8f8f8}
.cb4{color:#b4b4b4}
.cf4{color:#f4f4f4}
.cfd{color:#fdfdfd}
.cfa{color:#fafafa}
.cf6{color:#f6f6f6}
.cc8{color:#c8c8c8}
.ce4{color:#e4e4e4}
.cb8{color:#b8b8b8}
.cd5{color:#d5d5d5}
.ca7{color:#a7a7a7}
.ca2{color:#a2a2a2}
.ceb{color:#ebebeb}
.cca{color:#cacaca}
.ca6{color:#a6a6a6}
.cd8{color:#d8d8d8}
.ccc{color:#cccccc}
.ca1{color:#a1a1a1}
.ce3{color:#e3e3e3}
.cb0{color:#b0b0b0}
.cad{color:#adadad}
.cc3{color:#c3c3c3}
.c9a{color:#9a9a9a}
.caa{color:#aaaaaa}
.cdb{color:#dbdbdb}
.cbd{color:#bdbdbd}
.ca0{color:#a0a0a0}
.ca4{color:#a4a4a4}
.cb3{color:#b3b3b3}
.c9c{color:#9c9c9c}
.cc1{color:#c1c1c1}
.cdf{color:#dfdfdf}
.cd0{color:#d0d0d0}
.cb1{color:#b1b1b1}
.ccd{color:#cdcdcd}
.ce1{color:#e1e1e1}
.ced{color:#ededed}
.ccb{color:#cbcbcb}
.cab{color:#ababab}
.cfb{color:#fbfbfb}
.cc2{color:#c2c2c2}
.ca3{color:#a3a3a3}
.cce{color:#cecece}
.cd2{color:#d2d2d2}
.c9b{color:#9b9b9b}
.c8f{color:#8f8f8f}
.cba{color:#bababa}
.cda{color:#dadada}
.ca9{color:#a9a9a9}
.cc4{color:#c4c4c4}
.caf{color:#afafaf}
.cd6{color:#d6d6d6}
.cb9{color:#b9b9b9}
.cae{color:#aeaeae}
.cfc{color:#fcfcfc}
.ce8{color:#e8e8e8}
.cb7{color:#b7b7b7}
.cd4{color:#d4d4d4}
.c9d{color:#9d9d9d}
.ca5{color:#a5a5a5}
.c9e{color:#9e9e9e}
.cac{color:#acacac}
.cc6{color:#c6c6c6}
.cc9{color:#c9c9c9}
.cbf{color:#bfbfbf}
.cb2{color:#b2b2b2}
.cb6{color:#b6b6b6}
.cc7{color:#c7c7c7}
.c9f{color:#9f9f9f}
.cbb{color:#bbbbbb}
</style>
<body>
<audio src="audio.mp3" id="audio"></audio>
<div id="view"></div>
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="zip.js"></script>
<script src="zip-ext.js"></script>
<script src="requestNextAnimationFrame.js"></script>
<script type="text/javascript">
var arr=[];
var zip_files=<?php echo $zip_n; ?>;
var load_zip_complete=false;
var playing=false;
var play_n=0;
window.onload=function () {
document.oncontextmenu = function (){
return false;
}
zip.createReader(new zip.HttpReader('data0.zip'), function(reader) {
reader.getEntries(function(entries) {
if (entries.length) {
for (var i = 0; i < entries.length; i++) {
if (entries[i].filename.indexOf('.js') >= 0) {
entries[i].getData(new zip.TextWriter(), function(text) {
make(text);
if(zip_files>1) load_zip(1);
else load_zip_complete=true;
playing=true;
requestNextAnimationFrame(animate);
document.getElementById('audio').play();
reader.close(function() {
});
}, function(current, total) {
$('#view').text(parseInt(current/total*100));
});
}
}
}
});
}, function(error) {
console.log(error);
});
function animate(){
if (!arr[play_n]) {
if (!load_zip_complete) {
playing=false;
document.getElementById('audio').pause();
}
return;
}else{
requestNextAnimationFrame(animate);
}
var html='';
var n=0;
html+='<p>';
$.each(arr[play_n].split(','), function(index, v){
var tmp=v.split('*');
if (tmp.length>1) {
for (var j = 0; j < tmp[1]; j++) {
if (n>=160) {
html+='</p><p>';
n=0;
}
html+='<span class="c'+tmp[0]+'">•</span>';
n++;
};
}else{
if (n>=160) {
html+='</p><p>';
n=0;
}
html+='<span class="c'+v+'">•</span>';
n++;
}
});
html+='</p>';
$('#view').html(html);
html=null;
arr[play_n-1]=null;
delete html;
play_n++;
}
function make (data) {
$.each(data.split(';'), function(index, v){
if (v) {
arr.push(v);
};
})
}
function load_zip(n){
zip.createReader(new zip.HttpReader('data'+n+'.zip'), function(reader) {
reader.getEntries(function(entries) {
if (entries.length) {
for (var i = 0; i < entries.length; i++) {
if (entries[i].filename.indexOf('.js') >= 0) {
entries[i].getData(new zip.TextWriter(), function(text) {
make(text);
if (playing==false) {
timer=setInterval(animate,200);
document.getElementById('audio').play();
}
if ((n)<zip_files) load_zip(n+1);
else load_zip_complete=true;
reader.close(function() {
});
}, function(current, total) {
});
}
}
}
});
}, function(error) {
console.log(error);
});
}
var pageVisibility = (function() {
var prefixSupport, keyWithPrefix = function(prefix, key) {
if (prefix !== "") {
// 首字母大写
return prefix + key.slice(0,1).toUpperCase() + key.slice(1);
}
return key;
};
var isPageVisibilitySupport = (function() {
var support = false;
if (typeof window.screenX === "number") {
["webkit", "moz", "ms", "o", ""].forEach(function(prefix) {
if (support == false && document[keyWithPrefix(prefix, "hidden")] != undefined) {
prefixSupport = prefix;
support = true;
}
});
}
return support;
})();
var isHidden = function() {
if (isPageVisibilitySupport) {
return document[keyWithPrefix(prefixSupport, "hidden")];
}
return undefined;
};
var visibilityState = function() {
if (isPageVisibilitySupport) {
return document[keyWithPrefix(prefixSupport, "visibilityState")];
}
return undefined;
};
return {
hidden: isHidden(),
visibilityState: visibilityState(),
visibilitychange: function(fn, usecapture) {
usecapture = undefined || false;
if (isPageVisibilitySupport && typeof fn === "function") {
return document.addEventListener(prefixSupport + "visibilitychange", function(evt) {
this.hidden = isHidden();
this.visibilityState = visibilityState();
fn.call(this, evt);
}.bind(this), usecapture);
}
return undefined;
}
};
})(undefined);
pageVisibility.visibilitychange(function (e) {
if (pageVisibility.hidden) {
document.getElementById('audio').pause();
}else{
if (arr[play_n]) document.getElementById('audio').play();
}
});
}
</script>
</body>
</html> |
1.2.0-rc.1/partials/api/material.components.dialog/service/$mdDialog.html | angular/code.material.angularjs.org | <div class="doc-content">
<header class="api-profile-header" >
<h2 class="md-display-1" >{{currentDoc.name}} API Documentation</h2>
</header>
<div layout="row" class="api-options-bar with-icon"></div>
<div class="api-profile-description">
<p><code>$mdDialog</code> opens a dialog over the app to inform users about critical information or require
them to make decisions. There are two approaches for setup: a simple promise API
and regular object syntax.</p>
<h2 id="restrictions">Restrictions</h2>
<ul>
<li>The dialog is always given an isolate scope.</li>
<li>The dialog's template must have an outer <code><md-dialog></code> element.
Inside, use an <code><md-dialog-content></code> element for the dialog's content, and use
an <code><md-dialog-actions></code> element for the dialog's actions.</li>
<li>Dialogs must cover the entire application to keep interactions inside of them.
Use the <code>parent</code> option to change where dialogs are appended.</li>
</ul>
<h2 id="sizing">Sizing</h2>
<ul>
<li>Complex dialogs can be sized with <code>flex="percentage"</code>, i.e. <code>flex="66"</code>.</li>
<li>Default max-width is 80% of the <code>rootElement</code> or <code>parent</code>.</li>
</ul>
<h2 id="css">CSS</h2>
<ul>
<li><code>.md-dialog-content</code> - class that sets the padding on the content as the spec file</li>
</ul>
</div>
<div>
<section class="api-section">
<h2 id="Usage">Usage</h2>
<hljs lang="html">
<div ng-app="demoApp" ng-controller="AppController as ctrl">
<div>
<md-button ng-click="ctrl.showAlert()" class="md-raised md-warn">
Basic Alert!
</md-button>
</div>
<div>
<md-button ng-click="ctrl.showDialog($event)" class="md-raised">
Custom Dialog
</md-button>
</div>
</div>
</hljs>
<h3 id="javascript-object-syntax">JavaScript: object syntax</h3>
<hljs lang="js">
(function(angular, undefined) {
"use strict";
angular
.module('demoApp', ['ngMaterial'])
.controller('AppCtrl', AppController);
function AppController($mdDialog) {
var alert;
var ctrl = this;
ctrl.showAlert = showAlert;
ctrl.showDialog = showDialog;
ctrl.items = [1, 2, 3];
// Internal method
function showAlert() {
alert = $mdDialog.alert({
title: 'Attention',
textContent: 'This is an example of how simple dialogs can be!',
ok: 'Close'
});
$mdDialog
.show( alert )
.finally(function() {
alert = undefined;
});
}
function showDialog($event) {
var parentEl = angular.element(document.body);
$mdDialog.show({
parent: parentEl,
targetEvent: $event,
template:
'<md-dialog aria-label="List dialog">' +
' <md-dialog-content>'+
' <md-list>'+
' <md-list-item ng-repeat="item in ctrl.items">'+
' <p>Number {{item}}</p>' +
' </md-item>'+
' </md-list>'+
' </md-dialog-content>' +
' <md-dialog-actions>' +
' <md-button ng-click="ctrl.closeDialog()" class="md-primary">' +
' Close Dialog' +
' </md-button>' +
' </md-dialog-actions>' +
'</md-dialog>',
locals: {
items: ctrl.items
},
controller: DialogController
controllerAs: 'ctrl'
});
function DialogController($mdDialog) {
this.closeDialog = function() {
$mdDialog.hide();
}
}
}
}
})(angular);
</hljs>
<h3 id="multiple-dialogs">Multiple Dialogs</h3>
<p>Using the <code>multiple</code> option for the <code>$mdDialog</code> service allows developers to show multiple
dialogs at the same time.</p>
<hljs lang="js">
// From plain options
$mdDialog.show({
multiple: true
});
// From a dialog preset
$mdDialog.show(
$mdDialog
.alert()
.multiple(true)
);
</hljs>
<h3 id="pre-rendered-dialogs">Pre-Rendered Dialogs</h3>
<p>By using the <code>contentElement</code> option, it is possible to use an already existing element in the
DOM.</p>
<blockquote>
<p>Pre-rendered dialogs will be not linked to any scope and will not instantiate any new
controller.<br/>
You can manually link the elements to a scope or instantiate a controller from the template
(using <code>ng-controller</code>).</p>
</blockquote>
<hljs lang="js">
function showPrerenderedDialog() {
$mdDialog.show({
contentElement: '#myStaticDialog',
parent: angular.element(document.body)
});
}
</hljs>
<p>When using a string as value, <code>$mdDialog</code> will automatically query the DOM for the specified CSS
selector.</p>
<hljs lang="html">
<div style="visibility: hidden">
<div class="md-dialog-container" id="myStaticDialog">
<md-dialog>
This is a pre-rendered dialog.
</md-dialog>
</div>
</div>
</hljs>
<p><strong>Notice</strong>: It is important, to use the <code>.md-dialog-container</code> as the content element, otherwise
the dialog will not show up.</p>
<p>It also possible to use a DOM element for the <code>contentElement</code> option.</p>
<ul>
<li><code>contentElement: document.querySelector('#myStaticDialog')</code></li>
<li><code>contentElement: angular.element(TEMPLATE)</code></li>
</ul>
<p>When using a <code>template</code> as content element, it will be not compiled upon open.
This allows you to compile the element yourself and use it each time the dialog opens.</p>
<h3 id="custom-presets">Custom Presets</h3>
<p>Developers are also able to create their own preset, which can be used without repeating
their options each time.</p>
<hljs lang="js">
$mdDialogProvider.addPreset('testPreset', {
options: function() {
return {
template:
'<md-dialog>' +
'This is a custom preset' +
'</md-dialog>',
controllerAs: 'dialog',
bindToController: true,
clickOutsideToClose: true,
escapeToClose: true
};
}
});
</hljs>
<p>After creating your preset in the <code>config</code> phase, you can access it.</p>
<hljs lang="js">
$mdDialog.show(
$mdDialog.testPreset()
);
</hljs>
<h3 id="javascript-promise-api-syntax-custom-dialog-template">JavaScript: promise API syntax, custom dialog template</h3>
<hljs lang="js">
(function(angular, undefined){
"use strict";
angular
.module('demoApp', ['ngMaterial'])
.controller('EmployeeController', EmployeeController)
.controller('GreetingController', GreetingController);
// Fictitious Employee Editor to show how to use simple and complex dialogs.
function EmployeeController($mdDialog) {
var alert;
var ctrl = this;
ctrl.showAlert = showAlert;
ctrl.closeAlert = closeAlert;
ctrl.showGreeting = showCustomGreeting;
ctrl.hasAlert = function() { return !!alert };
ctrl.userName = ctrl.userName || 'Bobby';
// Dialog #1 - Show simple alert dialog and cache reference to dialog instance
function showAlert() {
alert = $mdDialog.alert()
.title('Attention, ' + ctrl.userName)
.textContent('This is an example of how simple dialogs can be!')
.ok('Close');
$mdDialog
.show( alert )
.finally(function() {
alert = undefined;
});
}
// Close the specified dialog instance and resolve with 'finished' flag
// Normally this is not needed, just use '$mdDialog.hide()' to close
// the most recent dialog popup.
function closeAlert() {
$mdDialog.hide( alert, "finished" );
alert = undefined;
}
// Dialog #2 - Demonstrate more complex dialogs construction and popup.
function showCustomGreeting($event) {
$mdDialog.show({
targetEvent: $event,
template:
'<md-dialog>' +
' <md-dialog-content>Hello {{ ctrl.employee }}!</md-dialog-content>' +
' <md-dialog-actions>' +
' <md-button ng-click="ctrl.closeDialog()" class="md-primary">' +
' Close Greeting' +
' </md-button>' +
' </md-dialog-actions>' +
'</md-dialog>',
controller: GreetingController,
controllerAs: 'ctrl',
onComplete: afterShowAnimation,
locals: { employee: ctrl.userName }
});
// When the 'enter' animation finishes...
function afterShowAnimation(scope, element, options) {
// post-show code here: DOM element focus, etc.
}
}
}
// Greeting controller used with the 'showCustomGreeting()' custom dialog
function GreetingController($mdDialog, $log) {
var ctrl = this;
this.$log = $log;
ctrl.closeDialog = function() {
// Hides the most recent dialog shown.
// Mo specific dialog instance reference is needed.
$mdDialog.hide();
};
}
GreetingController.prototype.$onInit = function() {
// Assigned from the locals options passed to $mdDialog.show.
this.$log.log('Employee Name: ', ctrl.employee);
};
})(angular);
</hljs>
</section>
<section class="api-section">
<h2>Methods</h2>
<br/>
<ul class="methods">
<li id="alert">
<h3 class="method-function-syntax">
<code class="method-function-syntax">$mdDialog.alert();
</code>
</h3>
<div class="service-desc"><p>Builds a preconfigured dialog with the specified message.</p>
</div>
<div class="method-param-table">
<table class="md-api-table">
<thead>
<tr>
<th>Returns</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code class="api-type label type-hint type-hint-object">Object</code></td>
<td class="description"><p>a dialog preset with the chainable configuration methods:</p>
<ul>
<li><code>title(string)</code> - Sets the alert title.</li>
<li><code>textContent(string)</code> - Sets the alert message.</li>
<li><code>htmlContent(string)</code> - Sets the alert message as HTML. Requires the <code>ngSanitize</code>
module to be loaded. HTML is not run through Angular's compiler.</li>
<li><code>ok(string)</code> - Sets the alert "Okay" button text.</li>
<li><code>theme(string)</code> - Sets the theme of the alert dialog.</li>
<li><code>targetEvent(DOMClickEvent=)</code> - A click's event object. When passed in as an
option, the location of the click will be used as the starting point for the opening
animation of the the dialog.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li id="confirm">
<h3 class="method-function-syntax">
<code class="method-function-syntax">$mdDialog.confirm();
</code>
</h3>
<div class="service-desc"><p>Builds a preconfigured dialog with the specified message. You can call show and the promise
returned will be resolved if the user clicks the confirm action on the dialog. The promise will
be rejected if the user clicks the cancel action or dismisses the dialog.</p>
</div>
<div class="method-param-table">
<table class="md-api-table">
<thead>
<tr>
<th>Returns</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code class="api-type label type-hint type-hint-object">Object</code></td>
<td class="description"><p>a dialog preset with the chainable configuration methods:</p>
<p>Additionally, it supports the following methods:</p>
<ul>
<li><code>title(string)</code> - Sets the confirm title.</li>
<li><code>textContent(string)</code> - Sets the confirm message.</li>
<li><code>htmlContent(string)</code> - Sets the confirm message as HTML. Requires the <code>ngSanitize</code>
module to be loaded. HTML is not run through Angular's compiler.</li>
<li><code>ok(string)</code> - Sets the confirm "Okay" button text.</li>
<li><code>cancel(string)</code> - Sets the confirm "Cancel" button text.</li>
<li><code>theme(string)</code> - Sets the theme of the confirm dialog.</li>
<li><code>targetEvent(DOMClickEvent=)</code> - A click's event object. When passed in as an
option, the location of the click will be used as the starting point for the opening
animation of the the dialog.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li id="prompt">
<h3 class="method-function-syntax">
<code class="method-function-syntax">$mdDialog.prompt();
</code>
</h3>
<div class="service-desc"><p>Builds a preconfigured dialog with the specified message and input box. You can call show and the
promise returned will be resolved, if the user clicks the prompt action on the dialog, passing
the input value as the first argument. The promise will be rejected if the user clicks the cancel
action or dismisses the dialog.</p>
</div>
<div class="method-param-table">
<table class="md-api-table">
<thead>
<tr>
<th>Returns</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code class="api-type label type-hint type-hint-object">Object</code></td>
<td class="description"><p>a dialog preset with the chainable configuration methods:</p>
<p>Additionally, it supports the following methods:</p>
<ul>
<li><code>title(string)</code> - Sets the prompt title.</li>
<li><code>textContent(string)</code> - Sets the prompt message.</li>
<li><code>htmlContent(string)</code> - Sets the prompt message as HTML. Requires the <code>ngSanitize</code>
module to be loaded. HTML is not run through Angular's compiler.</li>
<li><code>placeholder(string)</code> - Sets the placeholder text for the input.</li>
<li><code>required(boolean)</code> - Sets the input required value.</li>
<li><code>initialValue(string)</code> - Sets the initial value for the prompt input.</li>
<li><code>ok(string)</code> - Sets the prompt "Okay" button text.</li>
<li><code>cancel(string)</code> - Sets the prompt "Cancel" button text.</li>
<li><code>theme(string)</code> - Sets the theme of the prompt dialog.</li>
<li><code>targetEvent(DOMClickEvent=)</code> - A click's event object. When passed in as an
option, the location of the click will be used as the starting point for the opening
animation of the the dialog.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li id="show">
<h3 class="method-function-syntax">
<code class="method-function-syntax">$mdDialog.show(optionsOrPreset);
</code>
</h3>
<div class="service-desc"><p>Show a dialog with the specified options.</p>
</div>
<div class="method-param-table">
<table class="md-api-table">
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="api-params-item">
<td style="white-space: nowrap;">
<b>* optionsOrPreset</b>
<span hide show-sm>
<code class="api-type label type-hint type-hint-object">Object</code></span>
</td>
<td style="white-space: nowrap;">
<code class="api-type label type-hint type-hint-object">Object</code></td>
<td class="description">
<p>Either provide a dialog preset returned from <code>alert()</code>,
<code>prompt()</code>, or <code>confirm()</code>; or an options object with the following properties:</p>
<ul>
<li><code>templateUrl</code> - <code>{string=}</code>: The url of a template that will be used as the content
of the dialog.</li>
<li><code>template</code> - <code>{string=}</code>: HTML template to show in the dialog. This <strong>must</strong> be trusted HTML
with respect to Angular's <a href="https://docs.angularjs.org/api/ng/service/$sce">$sce service</a>.
This template should <strong>never</strong> be constructed with any kind of user input or user data.</li>
<li><code>contentElement</code> - <code>{string|Element}</code>: Instead of using a template, which will be compiled
each time a dialog opens, you can also use a DOM element.<br/><ul>
<li>When specifying an element, which is present on the DOM, <code>$mdDialog</code> will temporary fetch
the element into the dialog and restores it at the old DOM position upon close.</li>
<li>When specifying a string, the string be used as a CSS selector, to lookup for the element
in the DOM.</li>
</ul>
</li>
<li><code>autoWrap</code> - <code>{boolean=}</code>: Whether or not to automatically wrap the template with a
<code><md-dialog></code> tag if one is not provided. Defaults to true. Can be disabled if you provide a
custom dialog directive.</li>
<li><code>targetEvent</code> - <code>{DOMClickEvent=}</code>: A click's event object. When passed in as an option,
the location of the click will be used as the starting point for the opening animation
of the the dialog.</li>
<li><code>openFrom</code> - <code>{string|Element|Object}</code>: The query selector, DOM element or the Rect object
that is used to determine the bounds (top, left, height, width) from which the Dialog will
originate.</li>
<li><code>closeTo</code> - <code>{string|Element|Object}</code>: The query selector, DOM element or the Rect object
that is used to determine the bounds (top, left, height, width) to which the Dialog will
target.</li>
<li><code>scope</code> - <code>{Object=}</code>: the scope to link the template / controller to. If none is specified,
it will create a new isolate scope.
This scope will be destroyed when the dialog is removed unless <code>preserveScope</code> is set to
true.</li>
<li><code>preserveScope</code> - <code>{boolean=}</code>: whether to preserve the scope when the element is removed.
Default is false</li>
<li><code>disableParentScroll</code> - <code>{boolean=}</code>: Whether to disable scrolling while the dialog is open.
Default true.</li>
<li><code>hasBackdrop</code> - <code>{boolean=}</code>: Whether there should be an opaque backdrop behind the dialog.
Default true.</li>
<li><code>clickOutsideToClose</code> - <code>{boolean=}</code>: Whether the user can click outside the dialog to
close it. Default false.</li>
<li><code>escapeToClose</code> - <code>{boolean=}</code>: Whether the user can press escape to close the dialog.
Default true.</li>
<li><code>focusOnOpen</code> - <code>{boolean=}</code>: An option to override focus behavior on open. Only disable if
focusing some other way, as focus management is required for dialogs to be accessible.
Defaults to true.</li>
<li><code>controller</code> - <code>{function|string=}</code>: The controller to associate with the dialog. The
controller will be injected with the local <code>$mdDialog</code>, which passes along a scope for the
dialog.</li>
<li><code>locals</code> - <code>{Object=}</code>: An object containing key/value pairs. The keys will be used as names
of values to inject into the controller. For example, <code>locals: {three: 3}</code> would inject
<code>three</code> into the controller, with the value 3. If <code>bindToController</code> is true, they will be
copied to the controller instead.</li>
<li><code>bindToController</code> - <code>bool</code>: bind the locals to the controller, instead of passing them in.</li>
<li><code>resolve</code> - <code>{function=}</code>: Similar to locals, except it takes as values functions that return
promises, and the
dialog will not open until all of the promises resolve.</li>
<li><code>controllerAs</code> - <code>{string=}</code>: An alias to assign the controller to on the scope.</li>
<li><code>parent</code> - <code>{element=}</code>: The element to append the dialog to. Defaults to appending
to the root element of the application.</li>
<li><code>onShowing</code> - <code>function(scope, element)</code>: Callback function used to announce the show()
action is starting.</li>
<li><code>onComplete</code> - <code>function(scope, element)</code>: Callback function used to announce when the show()
action is finished.</li>
<li><code>onRemoving</code> - <code>function(element, removePromise)</code>: Callback function used to announce the
close/hide() action is starting. This allows developers to run custom animations
in parallel with the close animations.</li>
<li><code>fullscreen</code> <code>{boolean=}</code>: An option to toggle whether the dialog should show in fullscreen
or not. Defaults to <code>false</code>.</li>
<li><code>multiple</code> <code>{boolean=}</code>: An option to allow this dialog to display over one that's currently
open.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table class="md-api-table">
<thead>
<tr>
<th>Returns</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code class="api-type label type-hint type-hint-promise">Promise</code></td>
<td class="description"><p>A promise that can be resolved with <code>$mdDialog.hide()</code> or
rejected with <code>$mdDialog.cancel()</code>.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li id="hide">
<h3 class="method-function-syntax">
<code class="method-function-syntax">$mdDialog.hide([response]);
</code>
</h3>
<div class="service-desc"><p>Hide an existing dialog and resolve the promise returned from <code>$mdDialog.show()</code>.</p>
</div>
<div class="method-param-table">
<table class="md-api-table">
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="api-params-item">
<td style="white-space: nowrap;">
response
<span hide show-sm>
<code class="api-type label type-hint type-hint-object">*</code></span>
</td>
<td style="white-space: nowrap;">
<code class="api-type label type-hint type-hint-object">*</code></td>
<td class="description">
<p>An argument for the resolved promise.</p>
</td>
</tr>
</tbody>
</table>
<table class="md-api-table">
<thead>
<tr>
<th>Returns</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code class="api-type label type-hint type-hint-promise">promise</code></td>
<td class="description"><p>A promise that is resolved when the dialog has been closed.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li id="cancel">
<h3 class="method-function-syntax">
<code class="method-function-syntax">$mdDialog.cancel([response]);
</code>
</h3>
<div class="service-desc"><p>Hide an existing dialog and reject the promise returned from <code>$mdDialog.show()</code>.</p>
</div>
<div class="method-param-table">
<table class="md-api-table">
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="api-params-item">
<td style="white-space: nowrap;">
response
<span hide show-sm>
<code class="api-type label type-hint type-hint-object">*</code></span>
</td>
<td style="white-space: nowrap;">
<code class="api-type label type-hint type-hint-object">*</code></td>
<td class="description">
<p>An argument for the rejected promise.</p>
</td>
</tr>
</tbody>
</table>
<table class="md-api-table">
<thead>
<tr>
<th>Returns</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<code class="api-type label type-hint type-hint-promise">promise</code></td>
<td class="description"><p>A promise that is resolved when the dialog has been closed.</p>
</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</div>
|
bower_components/font-awesome/src/3.2.1/icon/hand-up/index.html | vmetayer/co-brand | <!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-hand-up: 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-hand-up icon-6"></i>
<span class="hidden-phone">
<i class="icon-hand-up icon-5"></i>
<span class="hidden-tablet"><i class="icon-hand-up icon-4"></i> </span>
<i class="icon-hand-up icon-3"></i>
<i class="icon-hand-up icon-2"></i>
</span>
<i class="icon-hand-up icon-1"></i>
</div>
<h1 class="info-class">
icon-hand-up
<small>
<i class="icon-hand-up"></i> ·
Unicode: <span class="upper">f0a6</span> ·
Created: v2.0 ·
Categories:
Directional 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-hand-up"></i> icon-hand-up
</div>
</div>
<div class="highlight"><pre><code class="html"><span class="nt"><i</span> <span class="na">class=</span><span class="s">"icon-hand-up"</span><span class="nt">></i></span> icon-hand-up
</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://maxcdn.com"><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>
|
java/2013/com/sun/squawk/platform/windows/natives/class-use/SocketImpl.sockaddr_inImpl.html | arithehun/frc | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 03 13:26:00 EST 2013 -->
<TITLE>
Uses of Class com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl (2013 FRC Java API)
</TITLE>
<META NAME="date" CONTENT="2013-01-03">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl (2013 FRC Java API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.windows.natives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
"<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/sun/squawk/platform/windows/natives/\class-useSocketImpl.sockaddr_inImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="SocketImpl.sockaddr_inImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.windows.natives">SocketImpl.sockaddr_inImpl</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.sun.squawk.platform.windows.natives"><B>com.sun.squawk.platform.windows.natives</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.sun.squawk.platform.windows.natives"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.windows.natives">SocketImpl.sockaddr_inImpl</A> in <A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/package-summary.html">com.sun.squawk.platform.windows.natives</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.windows.natives">SocketImpl.sockaddr_inImpl</A> in <A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/package-summary.html">com.sun.squawk.platform.windows.natives</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/Socket.sockaddr_in.html" title="class in com.sun.squawk.platform.windows.natives">Socket.sockaddr_in</A></B></CODE>
<BR>
C STRUCTURE sockaddr_in /
struct sockaddr_in {
u_char sin_len; 1
u_char sin_family; 1
u_short sin_port; 2
struct in_addr sin_addr; 4
char sin_zero[8]; 8
};
struct sockaddr {
__uint8_t sa_len; /* total length
sa_family_t sa_family; /* [XSI] address family
char sa_data[14]; /* [XSI] addr value (actually larger)
};</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../com/sun/squawk/platform/windows/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.windows.natives"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
"<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/sun/squawk/platform/windows/natives/\class-useSocketImpl.sockaddr_inImpl.html" target="_top"><B>FRAMES</B></A>
<A HREF="SocketImpl.sockaddr_inImpl.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
"<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>"
</BODY>
</HTML>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/4769607256da6029ae960beab2d9de526d4659c7187f1cb9dc8907aa197c8ef3.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./7433e9aabdde0fcae999928dcee96a85061b5c9e88fd9a10391af841ae42de26.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> |
svn_book_1.6/svn.ref.svn.c.move.html | huntervwang/bobingqing_www | <?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>svn move (mv)</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
<link rel="home" href="index.html" title="Version Control with Subversion" />
<link rel="up" href="svn.ref.svn.html#svn.ref.svn.c" title="1.2. svn 子命令" />
<link rel="prev" href="svn.ref.svn.c.mkdir.html" title="svn mkdir" />
<link rel="next" href="svn.ref.svn.c.propdel.html" title="svn propdel (pdel, pd)" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">svn move (mv)</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="svn.ref.svn.c.mkdir.html">上一页</a> </td>
<th width="60%" align="center">1.2. svn 子命令</th>
<td width="20%" align="right"> <a accesskey="n" href="svn.ref.svn.c.propdel.html">下一页</a></td>
</tr>
</table>
<hr />
</div>
<div class="refentry" title="svn move (mv)">
<a id="svn.ref.svn.c.move"></a>
<div class="titlepage"></div>
<a id="idp12672592" class="indexterm"></a>
<div class="refnamediv">
<h2>名称</h2>
<p>svn move (mv) — 移动一个文件或目录。</p>
</div>
<div class="refsect1" title="概要">
<a id="idp12675536"></a>
<h2>概要</h2>
<p>
<code class="literal">svn move SRC... DST</code>
</p>
</div>
<div class="refsect1" title="描述">
<a id="idp12677152"></a>
<h2>描述</h2>
<p>这个命令移动文件或目录到你的工作副本或者是版本库。</p>
<div class="tip" title="提示" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Tip">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[提示]" src="images/tip.png" />
</td>
<th align="left">提示</th>
</tr>
<tr>
<td align="left" valign="top">
<p>这个命令同<span class="command"><strong>svn copy</strong></span>加一个<span class="command"><strong>svn delete</strong></span>等同。</p>
</td>
</tr>
</table>
</div>
<p>When moving multiple sources, they will be added as children of
<em class="replaceable"><code>DST</code></em>, which must be a directory.</p>
<div class="note" title="注意" style="margin-left: 0.5in; margin-right: 0.5in;">
<table border="0" summary="Note">
<tr>
<td rowspan="2" align="center" valign="top" width="25">
<img alt="[注意]" src="images/note.png" />
</td>
<th align="left">注意</th>
</tr>
<tr>
<td align="left" valign="top">
<p>Subversion does not support moving between working copies and URLs. In
addition, you can only move files within a single
repository—Subversion does not support cross-repository moving.
Subversion supports the following types of moves within a single repository:</p>
</td>
</tr>
</table>
</div>
<div class="variablelist">
<dl>
<dt>
<span class="term">WC → WC</span>
</dt>
<dd>
<p>移动和预订一个文件或目录将要添加(包含历史)。</p>
</dd>
<dt>
<span class="term">URL → URL</span>
</dt>
<dd>
<p>完全服务器端的重命名。</p>
</dd>
</dl>
</div>
</div>
<div class="refsect1" title="选项">
<a id="idp12686528"></a>
<h2>选项</h2>
<div class="informalexample">
<pre class="screen">
--editor-cmd CMD
--encoding ENC
--file (-F) FILENAME
--force
--force-log
--message (-m) MESSAGE
--parents
--quiet (-q)
--revision (-r) REV
--with-revprop ARG
</pre>
</div>
</div>
<div class="refsect1" title="例子">
<a id="idp12688544"></a>
<h2>例子</h2>
<p>移动工作拷bede一个文件:</p>
<div class="informalexample">
<pre class="screen">
$ svn move foo.c bar.c
A bar.c
D foo.c
</pre>
</div>
<p>移动工作副本的一些文件到子目录:</p>
<div class="informalexample">
<pre class="screen">
$ svn move baz.c bat.c qux.c src
A src/baz.c
D baz.c
A src/bat.c
D bat.c
A src/qux.c
D qux.c
</pre>
</div>
<p>移动版本库中的文件(立即提交,所以需要提交信息):</p>
<div class="informalexample">
<pre class="screen">
$ svn move -m "Move a file" http://svn.red-bean.com/repos/foo.c \
http://svn.red-bean.com/repos/bar.c
Committed revision 27.
</pre>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="svn.ref.svn.c.mkdir.html">上一页</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="svn.ref.svn.html#svn.ref.svn.c">上一级</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="svn.ref.svn.c.propdel.html">下一页</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">svn mkdir </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">起始页</a>
</td>
<td width="40%" align="right" valign="top"> svn propdel (pdel, pd)</td>
</tr>
</table>
</div>
</body>
</html>
|
jinput/jinput_coreapi_javadoc/apidocs/net/java/games/input/package-summary.html | CoffeeCone/GameBoard | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Wed May 24 20:18:27 BST 2006 -->
<TITLE>
net.java.games.input
</TITLE>
<META NAME="keywords" CONTENT="net.java.games.input package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="net.java.games.input";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../../net/java/games/input/test/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?net/java/games/input/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package net.java.games.input
</H2>
Top level package for JInput.
<P>
<B>See:</B>
<BR>
<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Component.html" title="interface in net.java.games.input">Component</A></B></TD>
<TD>An axis is a single button, slider, or dial, which has a single range.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Controller.html" title="interface in net.java.games.input">Controller</A></B></TD>
<TD>A Controller represents a physical device, such as a keyboard, mouse,
or joystick, or a logical grouping of related controls, such as a button
pad or mouse ball.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/ControllerListener.html" title="interface in net.java.games.input">ControllerListener</A></B></TD>
<TD>A listener for changes in the state of controllers</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Rumbler.html" title="interface in net.java.games.input">Rumbler</A></B></TD>
<TD>A Rumbler is a controller's mechanism for delivering feedback
to the user through the device.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/AbstractComponent.html" title="class in net.java.games.input">AbstractComponent</A></B></TD>
<TD>Skeleton implementation of a named axis.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/AbstractController.html" title="class in net.java.games.input">AbstractController</A></B></TD>
<TD>An AbstractController is a skeleton implementation of a controller that
contains a fixed number of axes, controllers, and rumblers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Component.Identifier.html" title="class in net.java.games.input">Component.Identifier</A></B></TD>
<TD>Identifiers for different Axes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Component.Identifier.Axis.html" title="class in net.java.games.input">Component.Identifier.Axis</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Component.Identifier.Button.html" title="class in net.java.games.input">Component.Identifier.Button</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Component.Identifier.Key.html" title="class in net.java.games.input">Component.Identifier.Key</A></B></TD>
<TD>KeyIDs for standard PC (LATIN-1) keyboards</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Component.POV.html" title="class in net.java.games.input">Component.POV</A></B></TD>
<TD>POV enum for different positions.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Controller.PortType.html" title="class in net.java.games.input">Controller.PortType</A></B></TD>
<TD>Common controller port types.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Controller.Type.html" title="class in net.java.games.input">Controller.Type</A></B></TD>
<TD>Types of controller objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/ControllerEnvironment.html" title="class in net.java.games.input">ControllerEnvironment</A></B></TD>
<TD>A ControllerEnvironment represents a collection of controllers that are
physically or logically linked.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/ControllerEvent.html" title="class in net.java.games.input">ControllerEvent</A></B></TD>
<TD>An event that is fired when the state of a controller changes</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Event.html" title="class in net.java.games.input">Event</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/EventQueue.html" title="class in net.java.games.input">EventQueue</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Keyboard.html" title="class in net.java.games.input">Keyboard</A></B></TD>
<TD>A Keyboard is a type of controller consisting of a single controller,
they keypad, which contains several axes (the keys).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Mouse.html" title="class in net.java.games.input">Mouse</A></B></TD>
<TD>A Mouse is a type of controller consisting of two child controllers,
a ball and a button pad.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../net/java/games/input/Version.html" title="class in net.java.games.input">Version</A></B></TD>
<TD>The version and build number of this implementation.</TD>
</TR>
</TABLE>
<P>
<A NAME="package_description"><!-- --></A><H2>
Package net.java.games.input Description
</H2>
<P>
Top level package for JInput.
<h2>Package Specification</h2>
Use -D jinput.plugins (or net.java.games.input.plugins) and specifiy a list of class name to over ride the plugins system. This will force the classes passed to be loaded first, then plugins will be searched for in the default manner (./controller/*.jar)<BR/>
Use -D jinput.controllerPluginPath to change the path the plugins mechanism will use to search for plugin Jars.
<P>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV PACKAGE
<A HREF="../../../../net/java/games/input/test/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?net/java/games/input/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
user_guide/general/controllers.html | pankaj45/legistify1 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Controllers — CodeIgniter 3.0.0 documentation</title>
<link rel="shortcut icon" href="../_static/ci-icon.ico"/>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="top" title="CodeIgniter 3.0.0 documentation" href="../index.html"/>
<link rel="up" title="General Topics" href="index.html"/>
<link rel="next" title="Reserved Names" href="reserved_names.html"/>
<link rel="prev" title="CodeIgniter URLs" href="urls.html"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-nav-search">
<a href="../index.html" class="fa fa-home"> CodeIgniter</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="welcome.html">Welcome to CodeIgniter</a><ul class="simple">
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li>
</ul>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="index.html">General Topics</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="urls.html">CodeIgniter URLs</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="">Controllers</a></li>
<li class="toctree-l2"><a class="reference internal" href="reserved_names.html">Reserved Names</a></li>
<li class="toctree-l2"><a class="reference internal" href="views.html">Views</a></li>
<li class="toctree-l2"><a class="reference internal" href="models.html">Models</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers.html">Helpers</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries.html">Using CodeIgniter Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="creating_libraries.html">Creating Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="drivers.html">Using CodeIgniter Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="creating_drivers.html">Creating Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="core_classes.html">Creating Core System Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="ancillary_classes.html">Creating Ancillary Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="hooks.html">Hooks - Extending the Framework Core</a></li>
<li class="toctree-l2"><a class="reference internal" href="autoloader.html">Auto-loading Resources</a></li>
<li class="toctree-l2"><a class="reference internal" href="common_functions.html">Common Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="compatibility_functions.html">Compatibility Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="routing.html">URI Routing</a></li>
<li class="toctree-l2"><a class="reference internal" href="errors.html">Error Handling</a></li>
<li class="toctree-l2"><a class="reference internal" href="caching.html">Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="profiling.html">Profiling Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.html">Running via the CLI</a></li>
<li class="toctree-l2"><a class="reference internal" href="managing_apps.html">Managing your Applications</a></li>
<li class="toctree-l2"><a class="reference internal" href="environments.html">Handling Multiple Environments</a></li>
<li class="toctree-l2"><a class="reference internal" href="alternative_php.html">Alternate PHP Syntax for View Files</a></li>
<li class="toctree-l2"><a class="reference internal" href="security.html">Security</a></li>
<li class="toctree-l2"><a class="reference internal" href="styleguide.html">PHP Style Guide</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../libraries/index.html">Libraries</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/caching.html">Caching Driver</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/config.html">Config Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/ftp.html">FTP Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/input.html">Input Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/language.html">Language Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/loader.html">Loader Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/migration.html">Migrations Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/output.html">Output Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/security.html">Security Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/sessions.html">Session Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/table.html">HTML Table Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/typography.html">Typography Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/uri.html">URI Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Database Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/queries.html">Running Queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/results.html">Generating Query Results</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/transactions.html">Transactions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/metadata.html">Getting MetaData</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/caching.html">Query Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../helpers/index.html">Helpers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/file_helper.html">File Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/string_helper.html">String Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer’s Certificate of Origin 1.1</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">CodeIgniter</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html">Docs</a> »</li>
<li><a href="index.html">General Topics</a> »</li>
<li>Controllers</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document">
<div class="section" id="controllers">
<h1><a class="toc-backref" href="#id1">Controllers</a><a class="headerlink" href="#controllers" title="Permalink to this headline">¶</a></h1>
<p>Controllers are the heart of your application, as they determine how
HTTP requests should be handled.</p>
<div class="contents topic" id="page-contents">
<p class="topic-title first">Page Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#controllers" id="id1">Controllers</a><ul>
<li><a class="reference internal" href="#what-is-a-controller" id="id2">What is a Controller?</a></li>
<li><a class="reference internal" href="#let-s-try-it-hello-world" id="id3">Let’s try it: Hello World!</a></li>
<li><a class="reference internal" href="#methods" id="id4">Methods</a></li>
<li><a class="reference internal" href="#passing-uri-segments-to-your-methods" id="id5">Passing URI Segments to your methods</a></li>
<li><a class="reference internal" href="#defining-a-default-controller" id="id6">Defining a Default Controller</a></li>
<li><a class="reference internal" href="#remapping-method-calls" id="id7">Remapping Method Calls</a></li>
<li><a class="reference internal" href="#processing-output" id="id8">Processing Output</a></li>
<li><a class="reference internal" href="#private-methods" id="id9">Private methods</a></li>
<li><a class="reference internal" href="#organizing-your-controllers-into-sub-directories" id="id10">Organizing Your Controllers into Sub-directories</a></li>
<li><a class="reference internal" href="#class-constructors" id="id11">Class Constructors</a></li>
<li><a class="reference internal" href="#reserved-method-names" id="id12">Reserved method names</a></li>
<li><a class="reference internal" href="#that-s-it" id="id13">That’s it!</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="what-is-a-controller">
<h2><a class="toc-backref" href="#id2">What is a Controller?</a><a class="headerlink" href="#what-is-a-controller" title="Permalink to this headline">¶</a></h2>
<p><strong>A Controller is simply a class file that is named in a way that can be
associated with a URI.</strong></p>
<p>Consider this URI:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">blog</span><span class="o">/</span>
</pre></div>
</div>
<p>In the above example, CodeIgniter would attempt to find a controller
named Blog.php and load it.</p>
<p><strong>When a controller’s name matches the first segment of a URI, it will
be loaded.</strong></p>
</div>
<div class="section" id="let-s-try-it-hello-world">
<h2><a class="toc-backref" href="#id3">Let’s try it: Hello World!</a><a class="headerlink" href="#let-s-try-it-hello-world" title="Permalink to this headline">¶</a></h2>
<p>Let’s create a simple controller so you can see it in action. Using your
text editor, create a file called Blog.php, and put the following code
in it:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Blog</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">index</span><span class="p">()</span>
<span class="p">{</span>
<span class="k">echo</span> <span class="s1">'Hello World!'</span><span class="p">;</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Then save the file to your <em>application/controllers/</em> directory.</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">The file must be called ‘Blog.php’, with a capital ‘B’.</p>
</div>
<p>Now visit the your Site using a URL similar to this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">blog</span><span class="o">/</span>
</pre></div>
</div>
<p>If you did it right, you should see:</p>
<blockquote>
<div>Hello World!</div></blockquote>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">Class names must start with an uppercase letter.</p>
</div>
<p>This is valid:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Blog</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="p">}</span>
</pre></div>
</div>
<p>This is <strong>not</strong> valid:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">blog</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Also, always make sure your controller extends the parent controller
class so that it can inherit all its methods.</p>
</div>
<div class="section" id="methods">
<h2><a class="toc-backref" href="#id4">Methods</a><a class="headerlink" href="#methods" title="Permalink to this headline">¶</a></h2>
<p>In the above example the method name is <tt class="docutils literal"><span class="pre">index()</span></tt>. The “index” method
is always loaded by default if the <strong>second segment</strong> of the URI is
empty. Another way to show your “Hello World” message would be this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">blog</span><span class="o">/</span><span class="nx">index</span><span class="o">/</span>
</pre></div>
</div>
<p><strong>The second segment of the URI determines which method in the
controller gets called.</strong></p>
<p>Let’s try it. Add a new method to your controller:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Blog</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">index</span><span class="p">()</span>
<span class="p">{</span>
<span class="k">echo</span> <span class="s1">'Hello World!'</span><span class="p">;</span>
<span class="p">}</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">comments</span><span class="p">()</span>
<span class="p">{</span>
<span class="k">echo</span> <span class="s1">'Look at this!'</span><span class="p">;</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Now load the following URL to see the comment method:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">blog</span><span class="o">/</span><span class="nx">comments</span><span class="o">/</span>
</pre></div>
</div>
<p>You should see your new message.</p>
</div>
<div class="section" id="passing-uri-segments-to-your-methods">
<h2><a class="toc-backref" href="#id5">Passing URI Segments to your methods</a><a class="headerlink" href="#passing-uri-segments-to-your-methods" title="Permalink to this headline">¶</a></h2>
<p>If your URI contains more than two segments they will be passed to your
method as parameters.</p>
<p>For example, let’s say you have a URI like this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">products</span><span class="o">/</span><span class="nx">shoes</span><span class="o">/</span><span class="nx">sandals</span><span class="o">/</span><span class="mi">123</span>
</pre></div>
</div>
<p>Your method will be passed URI segments 3 and 4 (“sandals” and “123”):</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Products</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">shoes</span><span class="p">(</span><span class="nv">$sandals</span><span class="p">,</span> <span class="nv">$id</span><span class="p">)</span>
<span class="p">{</span>
<span class="k">echo</span> <span class="nv">$sandals</span><span class="p">;</span>
<span class="k">echo</span> <span class="nv">$id</span><span class="p">;</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">If you are using the <a class="reference internal" href="routing.html"><em>URI Routing</em></a>
feature, the segments passed to your method will be the re-routed
ones.</p>
</div>
</div>
<div class="section" id="defining-a-default-controller">
<h2><a class="toc-backref" href="#id6">Defining a Default Controller</a><a class="headerlink" href="#defining-a-default-controller" title="Permalink to this headline">¶</a></h2>
<p>CodeIgniter can be told to load a default controller when a URI is not
present, as will be the case when only your Site root URL is requested.
To specify a default controller, open your <strong>application/config/routes.php</strong>
file and set this variable:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$route</span><span class="p">[</span><span class="s1">'default_controller'</span><span class="p">]</span> <span class="o">=</span> <span class="s1">'Blog'</span><span class="p">;</span>
</pre></div>
</div>
<p>Where Blog is the name of the controller class you want used. If you now
load your main index.php file without specifying any URI segments you’ll
see your Hello World message by default.</p>
</div>
<div class="section" id="remapping-method-calls">
<h2><a class="toc-backref" href="#id7">Remapping Method Calls</a><a class="headerlink" href="#remapping-method-calls" title="Permalink to this headline">¶</a></h2>
<p>As noted above, the second segment of the URI typically determines which
method in the controller gets called. CodeIgniter permits you to override
this behavior through the use of the <tt class="docutils literal"><span class="pre">_remap()</span></tt> method:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">public</span> <span class="k">function</span> <span class="nf">_remap</span><span class="p">()</span>
<span class="p">{</span>
<span class="c1">// Some code here...</span>
<span class="p">}</span>
</pre></div>
</div>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">If your controller contains a method named _remap(),
it will <strong>always</strong> get called regardless of what your URI contains. It
overrides the normal behavior in which the URI determines which method
is called, allowing you to define your own method routing rules.</p>
</div>
<p>The overridden method call (typically the second segment of the URI) will
be passed as a parameter to the <tt class="docutils literal"><span class="pre">_remap()</span></tt> method:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">public</span> <span class="k">function</span> <span class="nf">_remap</span><span class="p">(</span><span class="nv">$method</span><span class="p">)</span>
<span class="p">{</span>
<span class="k">if</span> <span class="p">(</span><span class="nv">$method</span> <span class="o">===</span> <span class="s1">'some_method'</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="nv">$method</span><span class="p">();</span>
<span class="p">}</span>
<span class="k">else</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">default_method</span><span class="p">();</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Any extra segments after the method name are passed into <tt class="docutils literal"><span class="pre">_remap()</span></tt> as an
optional second parameter. This array can be used in combination with
PHP’s <a class="reference external" href="http://php.net/call_user_func_array">call_user_func_array()</a>
to emulate CodeIgniter’s default behavior.</p>
<p>Example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">public</span> <span class="k">function</span> <span class="nf">_remap</span><span class="p">(</span><span class="nv">$method</span><span class="p">,</span> <span class="nv">$params</span> <span class="o">=</span> <span class="k">array</span><span class="p">())</span>
<span class="p">{</span>
<span class="nv">$method</span> <span class="o">=</span> <span class="s1">'process_'</span><span class="o">.</span><span class="nv">$method</span><span class="p">;</span>
<span class="k">if</span> <span class="p">(</span><span class="nb">method_exists</span><span class="p">(</span><span class="nv">$this</span><span class="p">,</span> <span class="nv">$method</span><span class="p">))</span>
<span class="p">{</span>
<span class="k">return</span> <span class="nb">call_user_func_array</span><span class="p">(</span><span class="k">array</span><span class="p">(</span><span class="nv">$this</span><span class="p">,</span> <span class="nv">$method</span><span class="p">),</span> <span class="nv">$params</span><span class="p">);</span>
<span class="p">}</span>
<span class="nx">show_404</span><span class="p">();</span>
<span class="p">}</span>
</pre></div>
</div>
</div>
<div class="section" id="processing-output">
<h2><a class="toc-backref" href="#id8">Processing Output</a><a class="headerlink" href="#processing-output" title="Permalink to this headline">¶</a></h2>
<p>CodeIgniter has an output class that takes care of sending your final
rendered data to the web browser automatically. More information on this
can be found in the <a class="reference internal" href="views.html"><em>Views</em></a> and <a class="reference internal" href="../libraries/output.html"><em>Output Class</em></a> pages. In some cases, however, you might want to
post-process the finalized data in some way and send it to the browser
yourself. CodeIgniter permits you to add a method named <tt class="docutils literal"><span class="pre">_output()</span></tt>
to your controller that will receive the finalized output data.</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">If your controller contains a method named <tt class="docutils literal"><span class="pre">_output()</span></tt>,
it will <strong>always</strong> be called by the output class instead of
echoing the finalized data directly. The first parameter of the
method will contain the finalized output.</p>
</div>
<p>Here is an example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">public</span> <span class="k">function</span> <span class="nf">_output</span><span class="p">(</span><span class="nv">$output</span><span class="p">)</span>
<span class="p">{</span>
<span class="k">echo</span> <span class="nv">$output</span><span class="p">;</span>
<span class="p">}</span>
</pre></div>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>Please note that your <tt class="docutils literal"><span class="pre">_output()</span></tt> method will receive the
data in its finalized state. Benchmark and memory usage data
will be rendered, cache files written (if you have caching
enabled), and headers will be sent (if you use that
<a class="reference internal" href="../libraries/output.html"><em>feature</em></a>) before it is handed off
to the <tt class="docutils literal"><span class="pre">_output()</span></tt> method.
To have your controller’s output cached properly, its
<tt class="docutils literal"><span class="pre">_output()</span></tt> method can use:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">if</span> <span class="p">(</span><span class="nv">$this</span><span class="o">-></span><span class="na">output</span><span class="o">-></span><span class="na">cache_expiration</span> <span class="o">></span> <span class="mi">0</span><span class="p">)</span>
<span class="p">{</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">output</span><span class="o">-></span><span class="na">_write_cache</span><span class="p">(</span><span class="nv">$output</span><span class="p">);</span>
<span class="p">}</span>
</pre></div>
</div>
<p class="last">If you are using this feature the page execution timer and
memory usage stats might not be perfectly accurate since they
will not take into account any further processing you do.
For an alternate way to control output <em>before</em> any of the
final processing is done, please see the available methods
in the <a class="reference internal" href="../libraries/output.html"><em>Output Library</em></a>.</p>
</div>
</div>
<div class="section" id="private-methods">
<h2><a class="toc-backref" href="#id9">Private methods</a><a class="headerlink" href="#private-methods" title="Permalink to this headline">¶</a></h2>
<p>In some cases you may want certain methods hidden from public access.
In order to achieve this, simply declare the method as being private
or protected and it will not be served via a URL request. For example,
if you were to have a method like this:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">private</span> <span class="k">function</span> <span class="nf">_utility</span><span class="p">()</span>
<span class="p">{</span>
<span class="c1">// some code</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Trying to access it via the URL, like this, will not work:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">blog</span><span class="o">/</span><span class="nx">_utility</span><span class="o">/</span>
</pre></div>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">Prefixing method names with an underscore will also prevent
them from being called. This is a legacy feature that is left
for backwards-compatibility.</p>
</div>
</div>
<div class="section" id="organizing-your-controllers-into-sub-directories">
<h2><a class="toc-backref" href="#id10">Organizing Your Controllers into Sub-directories</a><a class="headerlink" href="#organizing-your-controllers-into-sub-directories" title="Permalink to this headline">¶</a></h2>
<p>If you are building a large application you might find it convenient to
organize your controllers into sub-directories. CodeIgniter permits you
to do this.</p>
<p>Simply create folders within your <em>application/controllers/</em> directory
and place your controller classes within them.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>When using this feature the first segment of your URI must
specify the folder. For example, let’s say you have a controller located
here:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nx">application</span><span class="o">/</span><span class="nx">controllers</span><span class="o">/</span><span class="nx">products</span><span class="o">/</span><span class="nx">Shoes</span><span class="o">.</span><span class="nx">php</span>
</pre></div>
</div>
<p>To call the above controller your URI will look something like this:</p>
<div class="last highlight-ci"><div class="highlight"><pre><span class="nx">example</span><span class="o">.</span><span class="nx">com</span><span class="o">/</span><span class="nx">index</span><span class="o">.</span><span class="nx">php</span><span class="o">/</span><span class="nx">products</span><span class="o">/</span><span class="nx">shoes</span><span class="o">/</span><span class="nx">show</span><span class="o">/</span><span class="mi">123</span>
</pre></div>
</div>
</div>
<p>Each of your sub-directories may contain a default controller which will be
called if the URL contains only the sub-folder. Simply name your default
controller as specified in your <em>application/config/routes.php</em> file.</p>
<p>CodeIgniter also permits you to remap your URIs using its <a class="reference internal" href="routing.html"><em>URI
Routing</em></a> feature.</p>
</div>
<div class="section" id="class-constructors">
<h2><a class="toc-backref" href="#id11">Class Constructors</a><a class="headerlink" href="#class-constructors" title="Permalink to this headline">¶</a></h2>
<p>If you intend to use a constructor in any of your Controllers, you
<strong>MUST</strong> place the following line of code in it:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="k">parent</span><span class="o">::</span><span class="na">__construct</span><span class="p">();</span>
</pre></div>
</div>
<p>The reason this line is necessary is because your local constructor will
be overriding the one in the parent controller class so we need to
manually call it.</p>
<p>Example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="o"><?</span><span class="nx">php</span>
<span class="k">class</span> <span class="nc">Blog</span> <span class="k">extends</span> <span class="nx">CI_Controller</span> <span class="p">{</span>
<span class="k">public</span> <span class="k">function</span> <span class="nf">__construct</span><span class="p">()</span>
<span class="p">{</span>
<span class="k">parent</span><span class="o">::</span><span class="na">__construct</span><span class="p">();</span>
<span class="c1">// Your own constructor code</span>
<span class="p">}</span>
<span class="p">}</span>
</pre></div>
</div>
<p>Constructors are useful if you need to set some default values, or run a
default process when your class is instantiated. Constructors can’t
return a value, but they can do some default work.</p>
</div>
<div class="section" id="reserved-method-names">
<h2><a class="toc-backref" href="#id12">Reserved method names</a><a class="headerlink" href="#reserved-method-names" title="Permalink to this headline">¶</a></h2>
<p>Since your controller classes will extend the main application
controller you must be careful not to name your methods identically to
the ones used by that class, otherwise your local functions will
override them. See <a class="reference internal" href="reserved_names.html"><em>Reserved Names</em></a> for a full
list.</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">You should also never have a method named identically
to its class name. If you do, and there is no <tt class="docutils literal"><span class="pre">__construct()</span></tt>
method in the same class, then your e.g. <tt class="docutils literal"><span class="pre">Index::index()</span></tt>
method will be executed as a class constructor! This is a PHP4
backwards-compatibility feature.</p>
</div>
</div>
<div class="section" id="that-s-it">
<h2><a class="toc-backref" href="#id13">That’s it!</a><a class="headerlink" href="#that-s-it" title="Permalink to this headline">¶</a></h2>
<p>That, in a nutshell, is all there is to know about controllers.</p>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="reserved_names.html" class="btn btn-neutral float-right" title="Reserved Names">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="urls.html" class="btn btn-neutral" title="CodeIgniter URLs"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2014 - 2015, British Columbia Institute of Technology.
Last updated on Mar 30, 2015.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'3.0.0',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> |
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/mfupload.js.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/css/css_compiled/js/bootstrap/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="mfupload.js.html#">Sign Up »</a>
<a href="mfupload.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="mfupload.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
|
animations/sliding_exits/slideOutRight.css | anicollection/anicollection | /*
*@name slideOutRight
*@className slideOutRight animated
*@cssCode true
*@editionLink codepen.io
*@author Dan Eden
*@source Animate.css
*@sourceUrl http://daneden.github.io/animate.css/
*@issues https://github.com/daneden/animate.css/issues
*@license MIT
*/
@keyframes slideOutRight {
0% {
transform: translate3d(0, 0, 0)
}
100% {
visibility: hidden;
transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
animation-name: slideOutRight
}
|
src/partials/sf-dts/rural-whatsnew.html | SCarrero/fmzurb | <div class="row medium-up-2 large-up-4 text-left" data-equalizer data-equalize-by-row="true">
<div class="column column-block">
<div class="background-white" data-equalizer-watch>
<a class="block" href="#">
<img src="https://placekitten.com/350/200" alt="Img description" />
</a>
<div class="callout">
<h3 class="card-title weight-medium"><a href="/singlefamily/news/2018/0606_nextjob_reemployment_services.html">New Re-Employment Program to Help Unemployed and Aspiring Homeowners</a></h3>
<p class="flex-up accent-sapphire">We're excited about our new partnership with a national re-employment solutions company, <a href="http://www.nextjob.com/">NextJob</a>. Together with NextJob, we've launched a new program that provides re-employment services and job search coaching for unemployed and underemployed Home Possible® borrowers and aspiring homeowners. </p>
<p class="flex-up accent-sapphire">We understand that life can bring unexpected events that impact one's financial well-being – a job loss or reduced work hours. So we see this program as a proactive solution to help homeowners get back on track with their mortgage payments and stay in their homes.</p>
</div>
</div>
</div>
<div class="column column-block">
<div class="background-white" data-equalizer-watch>
<a class="block" href="#">
<img src="https://placekitten.com/350/200" alt="Img description" />
</a>
<div class="callout">
<h3 class="card-title weight-medium"><a href="#">Title Lorem Ipsum</a></h3>
<p class="flex-up accent-sapphire">Maecenas eget metus lectus. In sed est risus. Sollicitudin luctus. Cras eget</p>
</div>
</div>
</div>
<div class="column column-block">
<div class="background-white" data-equalizer-watch>
<a class="block" href="#">
<img src="https://placekitten.com/350/200" alt="Img description" />
</a>
<div class="callout">
<h3 class="card-title weight-medium"><a href="#">Title Lorem Ipsum</a></h3>
<p class="flex-up accent-sapphire">Maecenas eget metus lectus. In sed est risus. Sollicitudin luctus. Cras eget</p>
</div>
</div>
</div>
<div class="column column-block">
<div class="background-white" data-equalizer-watch>
<a class="block" href="#">
<img src="https://placekitten.com/350/200" alt="Img description" />
</a>
<div class="callout">
<h3 class="card-title weight-medium"><a href="#">Title Lorem Ipsum</a></h3>
<p class="flex-up accent-sapphire">Maecenas eget metus lectus. In sed est risus. Sollicitudin luctus. Cras eget</p>
</div>
</div>
</div>
</div> |
04-AreasPerimetros/doc/deprecated-list.html | Cesarfr/desarrollo-aplicaciones | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_91) on Tue May 24 01:01:36 CDT 2016 -->
<title>Deprecated List</title>
<meta name="date" content="2016-05-24">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-files/index-1.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.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>
|
views/postJobs.html | salimben60/Capstone | <h1>Work to be done</h1> |
assets/js/modules/comman/tpl/experience.html | opencodes/opencodes.github.io | <section class="skills">
<div class="content" >
<div class="col-6">
<h2 class="">{{page.title}}</h2>
<p>{{page.content}}</p>
</div>
<div class="col-6 experience-col">
<article ng-repeat="item in page.experience" class="experience">
<h3>{{item.position}}</h3>
<div class="row">
<div class="col-6">
<img src="{{item.logo}}" class="company-logo" />
</div>
<div class="col-6">
<p><span >{{item.company}} - {{item.from}} / {{item.to}}</span></p>
<span class="labels">{{item.period}}</span>
</div>
</p>
<p>{{item.role}}</p>
<hr/>
</article>
</div>
</div>
</section> |
examples/left.html | fissionman924/slidemenu | <!DOCTYPE html>
<html>
<head>
<title>Slide Menu Demo</title>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="demo.css" rel="stylesheet">
<link href="slidemenu.css" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
<script src="../src/js/jquery.slidemenu.js"></script>
</head>
<body>
<div class="slide-menu left-side">
<ul class="menu-items">
<li class="menu-item" data-target="#PanelA" title="Panel A">
<div class="menu-icon">
<i class="fa fa-book"></i>
</div>
<div class="menu-content">
<span>Panel A</span>
</div>
<div class="menu-close">
<i class="fa fa-times"></i>
</div>
</li>
<li id="CalendarIcon" class="menu-item" data-target="#PanelB" title="Panel B">
<div class="menu-icon">
<i class="fa fa-calendar"></i>
</div>
<div class="menu-content">
<span>Panel B</span>
</div>
<div class="menu-close">
<i class="fa fa-times"></i>
</div>
</li>
<li id="ShoppingIcon" class="menu-item" data-target="#PanelC" title="Panel C">
<div class="menu-icon">
<i class="fa fa-folder-open"></i>
</div>
<div class="menu-content">
<span>Panel C</span>
</div>
<div class="menu-close">
<i class="fa fa-times"></i>
</div>
</li>
<li id="SearchIcon" class="menu-item" data-target="#PanelD" title="Panel D">
<div class="menu-icon">
<i class="fa fa-search"></i>
</div>
<div class="menu-content">
<span>Panel D</span>
</div>
<div class="menu-close">
<i class="fa fa-times"></i>
</div>
</li>
<li id="BugIcon" class="menu-item" data-target="#PanelE" title="Panel E">
<div class="menu-icon">
<i class="fa fa-bug"></i>
</div>
<div class="menu-content">
<span>Panel E</span>
</div>
<div class="menu-close">
<i class="fa fa-times"></i>
</div>
</li>
</ul>
<div class="menu-panels">
<div id="PanelA" class="menu-panel">
<h1>Panel A Contents</h1>
</div>
<div id="PanelB" class="menu-panel">
<h1>Panel B Contents</h1>
</div>
<div id="PanelC" class="menu-panel">
<h1>Panel C Contents</h1>
</div>
<div id="PanelD" class="menu-panel">
<h1>Panel D Contents</h1>
</div>
<div id="PanelE" class="menu-panel">
<h1>Panel E Contents</h1>
</div>
</div>
</div>
<script type="text/javascript">
$(function() {
$(".slide-menu").slidemenu();
});
</script>
</body>
</html> |
project_name/templates/core/forgot-password.html | edwinlunando/arunafelt | {% templatetag openblock %} extends "base.html" {% templatetag closeblock %}
{% templatetag openblock %} load widget_tweaks {% templatetag closeblock %}
{% templatetag openblock %} block page_title {% templatetag closeblock %}Forgot Password{% templatetag openblock %} endblock page_title {% templatetag closeblock %}
{% templatetag openblock %} block content {% templatetag closeblock %}
<form class="form-horizontal" role="form" method="post">
{% templatetag openblock %} csrf_token {% templatetag closeblock %}
<div class="form-group {% templatetag openvariable %} form.email.errors|yesno:"has-error," {% templatetag closevariable %}">
<label for="inputDays" class="col-lg-2 control-label">Email</label>
<div class="col-lg-4">
{% templatetag openblock %} render_field form.email class="form-control" {% templatetag closeblock %}
<span class="help-block">{% templatetag openvariable %} form.email.errors {% templatetag closevariable %}</span>
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button type="submit" class="btn btn-default">Submit</button>
</div>
</div>
</form>
{% templatetag openblock %} endblock content {% templatetag closeblock %}
|
tools/jruby-1.5.1/lib/ruby/gems/1.8/doc/json_pure-1.4.6/rdoc/classes/EditMenu.src/M000044.html | ThoughtWorksStudios/oauth2_provider | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>sort (EditMenu)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/json/editor.rb, line 611</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">sort</span>(<span class="ruby-identifier">item</span>)
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">current</span> = <span class="ruby-identifier">selection</span>.<span class="ruby-identifier">selected</span>
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">current</span>.<span class="ruby-identifier">type</span> <span class="ruby-operator">==</span> <span class="ruby-value str">'Array'</span>
<span class="ruby-identifier">parent</span> = <span class="ruby-identifier">current</span>.<span class="ruby-identifier">parent</span>
<span class="ruby-identifier">ary</span> = <span class="ruby-constant">Editor</span>.<span class="ruby-identifier">model2data</span>(<span class="ruby-identifier">current</span>)
<span class="ruby-identifier">order</span>, <span class="ruby-identifier">reverse</span> = <span class="ruby-identifier">ask_for_order</span>
<span class="ruby-identifier">order</span> <span class="ruby-keyword kw">or</span> <span class="ruby-keyword kw">return</span>
<span class="ruby-keyword kw">begin</span>
<span class="ruby-identifier">block</span> = <span class="ruby-identifier">eval</span> <span class="ruby-node">"lambda { |x| #{order} }"</span>
<span class="ruby-keyword kw">if</span> <span class="ruby-identifier">reverse</span>
<span class="ruby-identifier">ary</span>.<span class="ruby-identifier">sort!</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span>,<span class="ruby-identifier">b</span><span class="ruby-operator">|</span> <span class="ruby-identifier">block</span>[<span class="ruby-identifier">b</span>] <span class="ruby-operator"><=></span> <span class="ruby-identifier">block</span>[<span class="ruby-identifier">a</span>] }
<span class="ruby-keyword kw">else</span>
<span class="ruby-identifier">ary</span>.<span class="ruby-identifier">sort!</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">a</span>,<span class="ruby-identifier">b</span><span class="ruby-operator">|</span> <span class="ruby-identifier">block</span>[<span class="ruby-identifier">a</span>] <span class="ruby-operator"><=></span> <span class="ruby-identifier">block</span>[<span class="ruby-identifier">b</span>] }
<span class="ruby-keyword kw">end</span>
<span class="ruby-keyword kw">rescue</span> =<span class="ruby-operator">></span> <span class="ruby-identifier">e</span>
<span class="ruby-constant">Editor</span>.<span class="ruby-identifier">error_dialog</span>(<span class="ruby-keyword kw">self</span>, <span class="ruby-node">"Failed to sort Array with #{order}: #{e}!"</span>)
<span class="ruby-keyword kw">else</span>
<span class="ruby-constant">Editor</span>.<span class="ruby-identifier">data2model</span>(<span class="ruby-identifier">ary</span>, <span class="ruby-identifier">model</span>, <span class="ruby-identifier">parent</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">m</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">m</span>.<span class="ruby-identifier">insert_before</span>(<span class="ruby-identifier">parent</span>, <span class="ruby-identifier">current</span>)
<span class="ruby-keyword kw">end</span>
<span class="ruby-identifier">model</span>.<span class="ruby-identifier">remove</span>(<span class="ruby-identifier">current</span>)
<span class="ruby-identifier">expand_collapse</span>(<span class="ruby-identifier">parent</span>)
<span class="ruby-identifier">window</span>.<span class="ruby-identifier">change</span>
<span class="ruby-identifier">toplevel</span>.<span class="ruby-identifier">display_status</span>(<span class="ruby-value str">"Array has been sorted."</span>)
<span class="ruby-keyword kw">end</span>
<span class="ruby-keyword kw">else</span>
<span class="ruby-identifier">toplevel</span>.<span class="ruby-identifier">display_status</span>(<span class="ruby-value str">"Only Array nodes can be sorted!"</span>)
<span class="ruby-keyword kw">end</span>
<span class="ruby-keyword kw">else</span>
<span class="ruby-identifier">toplevel</span>.<span class="ruby-identifier">display_status</span>(<span class="ruby-value str">"Select an Array to sort first!"</span>)
<span class="ruby-keyword kw">end</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> |
deps/boost_1_77_0/libs/contract/doc/html/boost/contract/check_failure.html | davehorton/drachtio-server | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Function check_failure</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Contract 1.0.0">
<link rel="up" href="../../reference.html#header.boost.contract.core.exception_hpp" title="Header <boost/contract/core/exception.hpp>">
<link rel="prev" href="get_check_failure.html" title="Function get_check_failure">
<link rel="next" href="set_precondition_failure.html" title="Function set_precondition_failure">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="get_check_failure.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html#header.boost.contract.core.exception_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_precondition_failure.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.contract.check_failure"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function check_failure</span></h2>
<p>boost::contract::check_failure — Call failure handler for implementation checks. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../reference.html#header.boost.contract.core.exception_hpp" title="Header <boost/contract/core/exception.hpp>">boost/contract/core/exception.hpp</a>>
</span>
<span class="keyword">void</span> <span class="identifier">check_failure</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm45885985829456"></a><h2>Description</h2>
<p>This is often called only internally by this library.</p>
<p><span class="bold"><strong>Throws:</strong></span> This can throw in case programmers specify a failure handler that throws exceptions on implementation check failures (not the default).</p>
<p><span class="bold"><strong>See Also:</strong></span></p>
<p> <a class="link" href="../../boost_contract/advanced.html#boost_contract.advanced.throw_on_failures__and__noexcept__" title="Throw on Failures (and noexcept)"> Throw on Failure</a>, <a class="link" href="../../boost_contract/advanced.html#boost_contract.advanced.implementation_checks" title="Implementation Checks"> Implementation Checks</a> </p>
<p>
</p>
<p>
</p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008-2019 Lorenzo Caminiti<p>
Distributed under the Boost Software License, Version 1.0 (see accompanying
file LICENSE_1_0.txt or a copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="get_check_failure.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../reference.html#header.boost.contract.core.exception_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="set_precondition_failure.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
6591d9f/html/classv8_1_1ScriptOriginOptions.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<title>V8 API Reference Guide for node.js v9.10.0 - v9.11.1: v8::ScriptOriginOptions 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 v9.10.0 - v9.11.1
</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="pages.html"><span>Related Pages</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptOriginOptions.html">ScriptOriginOptions</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1ScriptOriginOptions-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ScriptOriginOptions Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:ae041fe05628cdd2d434c8780f45ac1e4"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae041fe05628cdd2d434c8780f45ac1e4"></a>
V8_INLINE </td><td class="memItemRight" valign="bottom"><b>ScriptOriginOptions</b> (bool is_shared_cross_origin=false, bool is_opaque=false, bool is_wasm=false, bool is_module=false)</td></tr>
<tr class="separator:ae041fe05628cdd2d434c8780f45ac1e4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5c814c5602db2c9ed5c6bc7f05b1d430"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5c814c5602db2c9ed5c6bc7f05b1d430"></a>
V8_INLINE </td><td class="memItemRight" valign="bottom"><b>ScriptOriginOptions</b> (int flags)</td></tr>
<tr class="separator:a5c814c5602db2c9ed5c6bc7f05b1d430"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a28aa1b32efc3b20b16d65c4176831b4c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a28aa1b32efc3b20b16d65c4176831b4c"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsSharedCrossOrigin</b> () const </td></tr>
<tr class="separator:a28aa1b32efc3b20b16d65c4176831b4c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae658f2c06876f86205af4f69804193ab"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae658f2c06876f86205af4f69804193ab"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsOpaque</b> () const </td></tr>
<tr class="separator:ae658f2c06876f86205af4f69804193ab"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a51b1084b4fbdb988aaab51a7f6665bd6"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a51b1084b4fbdb988aaab51a7f6665bd6"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsWasm</b> () const </td></tr>
<tr class="separator:a51b1084b4fbdb988aaab51a7f6665bd6"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a66f84cbb5a3853aa77ff52e8349c3e91"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a66f84cbb5a3853aa77ff52e8349c3e91"></a>
bool </td><td class="memItemRight" valign="bottom"><b>IsModule</b> () const </td></tr>
<tr class="separator:a66f84cbb5a3853aa77ff52e8349c3e91"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a17e20a214bc8df902419b81c32590efe"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a17e20a214bc8df902419b81c32590efe"></a>
int </td><td class="memItemRight" valign="bottom"><b>Flags</b> () const </td></tr>
<tr class="separator:a17e20a214bc8df902419b81c32590efe"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The optional attributes of <a class="el" href="classv8_1_1ScriptOrigin.html">ScriptOrigin</a>. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
_site/swg/index.html | wheatgenomics-sdsu/wheatgenomics-sdsu.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sea Wheatgrass Genome Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Li Lab | Wheat Genetic and Genomics.">
<meta name="theme-color" content="#7fab91">
<link href="/static/css/bootstrap.css" rel="stylesheet">
<link href="/static/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/static/css/syntax.css" rel="stylesheet">
<link href="/static/css/custom.css" rel="stylesheet">
<!-- -->
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-fixed-top navbar-default" role="navigation">
<div class="container-fluid">
<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="/">Li Lab @SDState</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/" alt="Home"> Home</a></li>
<li><a href="/Research" alt="Research"> Research</a></li>
<li><a href="/Publications" alt="Publications"> Publications</a></li>
<li><a href="/Members" alt="Members"> Members</a></li>
<li><a href="/Contact" alt="Contact"> Contact</a></li>
<li><a href="/Links" alt="Links"> Links</a></li>
<!-- <li><a href="https://sites.google.com/a/fraserlab.com/ucsf-private/" alt="Lab Private Area">private</a></li> -->
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container-fluid -->
</div>
<div class="container">
<img class="img-responsive center-block" src="/static/img/swg.jpg" >
<div class="row-fluid">
<div class="col-lg-8">
<h1>Sea Wheatgrass Genome Project</h1>
<!-- <div class="container-fluid"> -->
<hr>
<h2>Dissecting the sea wheatgrass genome to transfer biotic stress resistance and abiotic stress tolerance into wheat.</h2>
<hr>
<ul>
<li>PD: Li, Wanlong (South Dakota State University, Brookings, SD)</li>
<li>Co-PD: Xu, Steven S. (USDA-ARS, Fargo, ND)</li>
<li>Co-PD: Langham, Marie A. C. (South Dakota State University, Brookings, SD)</li>
<li>Co-PD: Ma, Qin (South Dakota State University, Brookings, SD)</li>
</ul>
<div>
<p>Wheat production is facing numerous challenges from biotic and abiotic stresses. Alien gene transfer has been an effective approach for wheat germplasm enhancement. Sea wheatgrass (SWG) is a distant relative of wheat and a relatively untapped source for wheat improvement. We have identified high tolerance to waterlogging, manganese toxicity, salinity, heat and low nitrogen and resistance to wheat streak mosaic virus (temperature-insensitive), Fusarium head blight and sawflies (due to solid stem) in SWG and developed a large number of SWG-derived populations. </p>
<p>To facilitate simultaneous discovery and transfer of quantitative trait loci (QTL) for biotic stress resistance and abiotic stress tolerance more efficiently, we propose to dissect the SWG genome with three objectives:</p>
<ol>
<li>Develop a draft SWG genome assembly and genome-specific markers, </li>
<li>Dissect SWG chromosomes into RobTs and localize agriculturally important genes and QTL, and</li>
<li>Dissect SWG chromosome arms by homoeologous recombination and select sub-arm introgressions of biotic stress resistance and abiotic stress tolerance.</li>
</div>
<p>This project addresses the Program Area Priorities of A1141 and NIFA-Kansas Wheat Commission co-fund and will serve our long-term goal to broaden the wheat genetic basis and develop novel germplasm that will contribute to a more sustainable wheat industry.</p>
<p>We are a team of interdisciplinary expertise in cytogenetics, molecular genetics, genomics, bioinformatics, plant breeding and pathology, and have materials, technologies and resources in place as evidenced from strong preliminary results. We expect to deliver a complete package of novel germplasm and associated resources, tools and knowledge for breeding wheat tolerance to abiotic and biotic stress.</p>
<hr>
</div>
</div>
<div class="col-lg-3">
<div class="jumbotron">
<h4>Projects</h4>
<hr>
<a href="/grainsize_project">Grain Size in Wheat</a><br>
<a href="/swg">Sea Wheat Grass</a><br>
<hr>
<h4>Protocols</h4>
<hr>
<a href="/grainsize_project/cas9rnpassay/index.html">PCR-Cas9 RNP Assay</a><br>
<hr>
</div>
</div>
|
modules/core/client/views/header.client.view.html | mpatc/gulp | <div class="container" ng-controller="HeaderController">
<div class="navbar-header">
<button class="navbar-toggle" type="button" ng-click="toggleCollapsibleMenu()">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a ui-sref="home" class="navbar-brand">GAME</a>
</div>
<nav class="collapse navbar-collapse" collapse="!isCollapsed" role="navigation">
<ul class="nav navbar-nav" ng-if="menu.shouldRender(authentication.user);">
<li ng-repeat="item in menu.items | orderBy: 'position'" ng-if="item.shouldRender(authentication.user);" ng-switch="item.type" ng-class="{ active: $state.includes(item.state), dropdown: item.type === 'dropdown' }" class="{{item.class}}" dropdown="item.type === 'dropdown'">
<a ng-switch-when="dropdown" class="dropdown-toggle" dropdown-toggle role="button">{{::item.title}} <span class="caret"></span></a>
<ul ng-switch-when="dropdown" class="dropdown-menu">
<li ng-repeat="subitem in item.items | orderBy: 'position'" ng-if="subitem.shouldRender(authentication.user);" ui-sref-active="active">
<a ui-sref="{{subitem.state}}" ng-bind="subitem.title"></a>
</li>
</ul>
<a ng-switch-default ui-sref="{{item.state}}" ng-bind="item.title"></a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right" ng-hide="authentication.user">
<li ui-sref-active="active">
<a ui-sref="authentication.signup">Sign Up</a>
</li>
<li class="divider-vertical"></li>
<li ui-sref-active="active">
<a ui-sref="authentication.signin">Sign In</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right" ng-show="authentication.user">
<li class="dropdown" dropdown>
<a class="dropdown-toggle user-header-dropdown-toggle" dropdown-toggle role="button">
<img ng-src="{{authentication.user.profileImageURL}}" alt="{{authentication.user.displayName}}" class="header-profile-image" />
<span ng-bind="authentication.user.displayName"></span> <b class="caret"></b>
</a>
<ul class="dropdown-menu" role="menu">
<li ui-sref-active="active">
<a ui-sref="settings.profile">Edit Profile</a>
</li>
<li ui-sref-active="active">
<a ui-sref="settings.picture">Change Profile Picture</a>
</li>
<li ui-sref-active="active" ng-show="authentication.user.provider === 'local'">
<a ui-sref="settings.password">Change Password</a>
</li>
<li ui-sref-active="active">
<a ui-sref="settings.accounts">Manage Social Accounts</a>
</li>
<li class="divider"></li>
<li>
<a href="/api/auth/signout" target="_self">Signout</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
|
main.html | pcuervo/dabba-labortatoria | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="dist/css/bootstrap.css">
<!-- <link rel="stylesheet" type="text/css" href="dist/css/bootstrap-theme.css">-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<header class=" [ bg-primary ] [ text-center ] ">
<img class=" [ img-header-logo ] " src="img/assets/logo.svg">
</header>
<section>
<div class="[ container-fluid ]">
<h2 class="[ heading ][ text-center ]">Menú de hoy</h2>
<img class=" [ img-responsive ] " src="img/assets/Screen Shot 2015-09-23 at 2.12.46 PM.png">
<div class=" [ container-fluid ] ">
<div class=" [ row ] [ text-center ] ">
<div class=" [ text-left ] [ col-xs-8 ] ">
<h3>Nombre Del Platillo Largo de 2 líneas</h3>
<p class="[ paragraph-content ] [ text-left ]">platillo principal, guarnición 1 y guarnición 2</p>
</div>
<div class=" col-xs-4">
<button class=" [ btn btn-primary-hollow ] "> agregar </button>
</div>
</div>
</div>
</div>
</section>
<section>
<hr class="[ divider-primary ][ margin-bottom-large ]">
<div class=" [ container-fluid ][ margin-top-bottom-large ] ">
<h2 class="[ heading ][ margin-large ]">Menú de la semana</h2>
<img class=" [ img-responsive ] " src="img/assets/Screen Shot 2015-09-23 at 7.20.25 PM.png">
<p class="[ bg-primary ][ padding ][ text-center ][ color-light ]">Lunes 18 de Septiembre</p>
<div class=" [ text-left ] [ col-xs-8 ] ">
<p class="[ paragraph-content ] [ text-left ]">Nombre Del Platillo Largo de 2 líneas</p>
</div>
<div class=" col-xs-4">
<button class=" [ btn btn-primary-hollow ] "> agregar </button>
</div>
</div>
</section>
<section>
<div class="[ container-fluid ][ margin-top-bottom-large ]">
<img class="[ img-responsive ]" src="img/assets/Screen Shot 2015-09-23 at 7.20.25 PM.png">
<p class="[ bg-primary ][ padding ][ text-center ][ color-light ]">Martes 19 de Septiembre</p>
<div class=" [ text-left ] [ col-xs-8 ]">
<p class="[ paragraph-content ] [ text-left ]">Nombre del platillo normal</p>
</div>
<div class="[ col-xs-4 ]">
<button class="[ btn btn-primary-hollow ]"> agregar </button>
</div>
</div>
</section>
<section>
<div class="[ container-fluid ][ margin-top-bottom-large ]">
<div class="[ opacity ]">
<img class="[ img-responsive ]" src="img/assets/Screen Shot 2015-09-23 at 7.20.25 PM.png">
<p class="[ bg-primary ][ padding ][ text-center ][ color-light ]">Miercoles 20 de Septiembre</p>
</div>
<div class=" [ text-left ][ col-xs-8 ]">
<p class="[ paragraph-content ][ text-left ]">Nombre del platillo normal</p>
</div>
<div class="[ col-xs-4 ]">
<button class="[ btn btn-disabled ]"> agotado </button>
</div>
</div>
</section>
<section>
<div class="[ container-fluid ][ margin-top-bottom-large ]">
<hr class="[ divider-primary ][ margin-bottom-large ]">
<h2 class="[ heading ][ text-center ][ margin-large ]">Ahorra con nuestros crèditos</h2>
<div class="[ row ][ padding--large ]">
<div class="[ col-xs-4 ][ text-center ]">
<h3>$350</h3><p class="[ paragraph-content ]">x</p><p class="[ paragraph-content ]">$300</p><p class="[ paragraph-content ][ small ]">~3 comidas</p>
<button class="[ btn btn-primary-hollow ]"> comprar </button>
</div>
<div class="[ col-xs-4 ][ text-center ]">
<h3>$600</h3><p class="[ paragraph-content ]">x</p><p class="[ paragraph-content ]">$500</p><p class="[ paragraph-content ][ small ]">~6 comidas</p>
<button class="[ btn btn-primary-hollow ]"> comprar </button>
</div>
<div class="[ col-xs-4 ][ text-center ]">
<h3>$900</h3><p class="[ paragraph-content ]">x</p><p class="[ paragraph-content ]">$700</p><p class="[ paragraph-content ][ small ]">~10 comidas</p>
<button class="[ btn btn-primary-hollow ]"> comprar </button>
</div>
</div>
</div>
</section>
<section class="[ bg-gradient ]">
<div class="[ container ] [ text-center text-primary-light ] ">
<h2>Detalles</h2>
<div class=" [ glyphicon glyphicon-time ] [ icon-details ] "></div>
<h3>Horario de entrega </h3>
<p class=" [ paragraph-content pd-paragraph-content text-primary-light ] [ text-primary-light text-uppercase ] ">Lunes - viernes 9 pm - 4 pm</p>
<div class=" [ ] [ icon-details ] ">$</div>
<h3>$120</h3>
<p class=" [ paragraph-content pd-paragraph-content text-primary-light ] [ text-primary-light ] ">Por cada platillo ya incluimos el precio de envío</p>
<div class=" [ glyphicon glyphicon-map-marker ] [ icon-details ] "></div>
<h3>Área de entrega</h3>
</div>
<div class="embed-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d3762.462624634608!2d-99.2077281!3d19.435611!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2smx!4v1445293875693" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
<div class="[ container ] [ text-center ][ padding--large ]">
<p class="[ margin-large ]">¿No entregamos en tu zona? Déjanos tu correo y tu colonia, cuando estémos por allá te regalaremos una comida, ¿qué dices?</p>
<button class="[ btn btn-light-hollow ]">ok</button>
</div>
</section>
<footer class="[ bg-tertiary ][ color-light][ padding--large ]">
<div class="[ row ][ margin-large ]">
<img class="[ col-xs-3 ]" src="img/assets/visa.png" alt="">
<img class="[ col-xs-3 ]" src="img/assets/master.png" alt="">
<img class="[ col-xs-3 ]" src="img/assets/american.png" alt="">
<img class="[ col-xs-3 ]" src="img/assets/paypal.png" alt="">
</div>
<p>
<span class="[ text-underlined ]"><a class="[ color-light ]">Nosotros</a></span>
<span class="[ text-underlined ]"><a class="[ color-light ]">Contàctanos</a></span>
<span class="[ text-underlined ]"><a class="[ color-light ]">Tèrminos y condicione</a></span>
<span class="[ text-underlined ]"><a class="[ color-light ]">Aviso de privacidad</a></span>
</p>
<p class="[ color-gray ]">© Copyright 2015 </p>
<div class="[ row ][ text-center ][ padding--large ]">
<i class="[ fa fa-twitter ][ icons ][ padding ]"></i>
<i class="[ fa fa-facebook ][ icons ][ padding ]"></i>
<i class="[ fa fa-instagram ][ icons ][ padding ]"></i>
</div>
</footer>
</body>
</html>
|
pcap/libc/funcs/c95/ctype/index.html | ebfull/ebfull.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `ctype` mod in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, ctype">
<title>libc::funcs::c95::ctype - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>funcs</a>::<wbr><a href='../index.html'>c95</a></p><script>window.sidebarCurrent = {name: 'ctype', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content mod">
<h1 class='fqn'><span class='in-band'>Module <a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>funcs</a>::<wbr><a href='../index.html'>c95</a>::<wbr><a class='mod' href=''>ctype</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2972' class='srclink' href='../../../../src/libc/lib.rs.html#5365-5383' title='goto source code'>[src]</a></span></h1>
<h2 id='functions' class='section-header'><a href="#functions">Functions</a></h2>
<table>
<tr class=' module-item'>
<td><a class='fn' href='fn.isalnum.html'
title='libc::funcs::c95::ctype::isalnum'>isalnum</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.isalpha.html'
title='libc::funcs::c95::ctype::isalpha'>isalpha</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.iscntrl.html'
title='libc::funcs::c95::ctype::iscntrl'>iscntrl</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.isdigit.html'
title='libc::funcs::c95::ctype::isdigit'>isdigit</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.isgraph.html'
title='libc::funcs::c95::ctype::isgraph'>isgraph</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.islower.html'
title='libc::funcs::c95::ctype::islower'>islower</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.isprint.html'
title='libc::funcs::c95::ctype::isprint'>isprint</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.ispunct.html'
title='libc::funcs::c95::ctype::ispunct'>ispunct</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.isspace.html'
title='libc::funcs::c95::ctype::isspace'>isspace</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.isupper.html'
title='libc::funcs::c95::ctype::isupper'>isupper</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.isxdigit.html'
title='libc::funcs::c95::ctype::isxdigit'>isxdigit</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.tolower.html'
title='libc::funcs::c95::ctype::tolower'>tolower</a></td>
<td class='docblock short'>
</td>
</tr>
<tr class=' module-item'>
<td><a class='fn' href='fn.toupper.html'
title='libc::funcs::c95::ctype::toupper'>toupper</a></td>
<td class='docblock short'>
</td>
</tr>
</table></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../";
window.currentCrate = "libc";
window.playgroundUrl = "https://play.rust-lang.org/";
</script>
<script src="../../../../jquery.js"></script>
<script src="../../../../main.js"></script>
<script src="../../../../playpen.js"></script>
<script async src="../../../../search-index.js"></script>
</body>
</html> |
ReportImportTests/net.sf.jabref.logic.citationstyle/index_SORT_BY_NAME_DESC.html | JessicaDias/JabRef_ES2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: net.sf.jabref.logic.citationstyle</title>
<style type="text/css">
@import "../.css/coverage.css";
</style>
</head>
<body>
<div class="header"></div>
<div class="content">
<div class="breadCrumbs">
[ <a href="../index_SORT_BY_NAME_DESC.html">all classes</a> ]
[ net.sf.jabref.logic.citationstyle ]
</div>
<h1>Coverage Summary for Package: net.sf.jabref.logic.citationstyle</h1>
<table class="coverageStats">
<tr>
<th class="name">Package</th>
<th class="coverageStat
">
Class, %
</th>
<th class="coverageStat
">
Method, %
</th>
<th class="coverageStat
">
Line, %
</th>
</tr>
<tr>
<td class="name">net.sf.jabref.logic.citationstyle</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 5)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 33)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 127)
</span>
</td>
</tr>
</table>
<br/>
<br/>
<table class="coverageStats">
<tr>
<th class="name sortedDesc
">
<a href="index.html">Class</a> </th>
<th class="coverageStat
">
<a href="index_SORT_BY_CLASS.html">Class, %</a>
</th>
<th class="coverageStat
">
<a href="index_SORT_BY_METHOD.html">Method, %</a>
</th>
<th class="coverageStat
">
<a href="index_SORT_BY_LINE.html">Line, %</a>
</th>
</tr>
<tr>
<td class="name"><a href=".classes/CitationStyleOutputFormat.html">CitationStyleOutputFormat</a></td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 5)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 13)
</span>
</td>
</tr>
<tr>
<td class="name"><a href=".classes/CitationStyleGenerator.html">CitationStyleGenerator</a></td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 8)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 30)
</span>
</td>
</tr>
<tr>
<td class="name"><a href=".classes/CitationStyleCache.html">CitationStyleCache</a></td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 2)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 8)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 24)
</span>
</td>
</tr>
<tr>
<td class="name"><a href=".classes/CitationStyle.html">CitationStyle</a></td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 12)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 60)
</span>
</td>
</tr>
</table>
</div>
<div class="footer">
<div style="float:right;">generated on 2017-07-15 00:44</div>
</div>
</body>
</html>
|
doc/java/jdk7/java/lang/invoke/class-use/MethodHandles.Lookup.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:35 PST 2014 -->
<title>Uses of Class java.lang.invoke.MethodHandles.Lookup (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class java.lang.invoke.MethodHandles.Lookup (Java Platform SE 7 )";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?java/lang/invoke/class-use/MethodHandles.Lookup.html" target="_top">Frames</a></li>
<li><a href="MethodHandles.Lookup.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class java.lang.invoke.MethodHandles.Lookup" class="title">Uses of Class<br>java.lang.invoke.MethodHandles.Lookup</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">MethodHandles.Lookup</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#java.lang.invoke">java.lang.invoke</a></td>
<td class="colLast">
<div class="block">The <code>java.lang.invoke</code> package contains dynamic language support provided directly by
the Java core class libraries and virtual machine.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="java.lang.invoke">
<!-- -->
</a>
<h3>Uses of <a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">MethodHandles.Lookup</a> in <a href="../../../../java/lang/invoke/package-summary.html">java.lang.invoke</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../java/lang/invoke/package-summary.html">java.lang.invoke</a> that return <a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">MethodHandles.Lookup</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">MethodHandles.Lookup</a></code></td>
<td class="colLast"><span class="strong">MethodHandles.Lookup.</span><code><strong><a href="../../../../java/lang/invoke/MethodHandles.Lookup.html#in(java.lang.Class)">in</a></strong>(<a href="../../../../java/lang/Class.html" title="class in java.lang">Class</a><?> requestedLookupClass)</code>
<div class="block">Creates a lookup on the specified new lookup class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">MethodHandles.Lookup</a></code></td>
<td class="colLast"><span class="strong">MethodHandles.</span><code><strong><a href="../../../../java/lang/invoke/MethodHandles.html#lookup()">lookup</a></strong>()</code>
<div class="block">Returns a <a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke"><code>lookup object</code></a> on the caller,
which has the capability to access any method handle that the caller has access to,
including direct method handles to private fields and methods.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">MethodHandles.Lookup</a></code></td>
<td class="colLast"><span class="strong">MethodHandles.</span><code><strong><a href="../../../../java/lang/invoke/MethodHandles.html#publicLookup()">publicLookup</a></strong>()</code>
<div class="block">Returns a <a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke"><code>lookup object</code></a> which is trusted minimally.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../java/lang/invoke/MethodHandles.Lookup.html" title="class in java.lang.invoke">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?java/lang/invoke/class-use/MethodHandles.Lookup.html" target="_top">Frames</a></li>
<li><a href="MethodHandles.Lookup.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
modules/trails/client/views/edit-trail.client.view.html | MEAN-Girls/Trailblazer |
<section ng-controller="TrailsController" ng-init="findOne()">
<div class="page-header">
<h1>Trail Details</h1>
</div>
<div class="load" ng-show="loading">
<img ng-src="/modules/core/client/img/loaders/loader.gif">
</div>
<div ng-hide="loading">
<a ng-hide="success" class="btn btn-primary" ng-click="remove()">
<i class="glyphicon glyphicon-trash"></i> Delete
</a>
<div ng-show="success" ng-model="statusMessage" class="alert alert-success">
<strong>Trail Successfully {{statusMessage}}!</strong>
<br>
<a ui-sref="trails.list"> Return to View Trails</a>
</div>
<div ng-hide="success">
<hr>
<h3> Boundary: {{trail.properties.boundary}}</h3>
<hr>
<h3> Geometry </h3>
<span> Type: {{trail.properties.Name}}</span>
<div>
<section class="preview">
<leaflet geojson="geojson" lf-center="edit" width="100%" height="100%"></leaflet>
</section>
</div>
<hr>
</div>
</div>
</section>
|
resources/doc/de/uniba/kinf/jerusalem/Main.html | hanwi/uncertainty-gazetteer | <!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_25) on Wed Apr 16 13:46:29 CEST 2014 -->
<title>Main</title>
<meta name="date" content="2014-04-16">
<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="Main";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Main.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>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?de/uniba/kinf/jerusalem/Main.html" target="_top">Frames</a></li>
<li><a href="Main.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">de.uniba.kinf.jerusalem</div>
<h2 title="Class Main" class="title">Class Main</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>de.uniba.kinf.jerusalem.Main</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">Main</span>
extends java.lang.Object</pre>
<div class="block">Program entry point.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Hanno Wierichs</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../de/uniba/kinf/jerusalem/Main.html#DEBUG">DEBUG</a></strong></code>
<div class="block">Set DEBUG to false if deploy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static java.awt.Color</code></td>
<td class="colLast"><code><strong><a href="../../../../de/uniba/kinf/jerusalem/Main.html#DEFCOLOROK">DEFCOLOROK</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static java.awt.Color</code></td>
<td class="colLast"><code><strong><a href="../../../../de/uniba/kinf/jerusalem/Main.html#DEFCOLORPROBLEM">DEFCOLORPROBLEM</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../de/uniba/kinf/jerusalem/Main.html#DEFSIZEADD">DEFSIZEADD</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><code><strong><a href="../../../../de/uniba/kinf/jerusalem/Main.html#DEFUNITINCREMENT">DEFUNITINCREMENT</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../de/uniba/kinf/jerusalem/Main.html#Main()">Main</a></strong>()</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><strong><a href="../../../../de/uniba/kinf/jerusalem/Main.html#main(java.lang.String[])">main</a></strong>(java.lang.String[] args)</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DEBUG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEBUG</h4>
<pre>public static final boolean DEBUG</pre>
<div class="block">Set DEBUG to false if deploy.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#de.uniba.kinf.jerusalem.Main.DEBUG">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DEFCOLOROK">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFCOLOROK</h4>
<pre>public static final java.awt.Color DEFCOLOROK</pre>
</li>
</ul>
<a name="DEFCOLORPROBLEM">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFCOLORPROBLEM</h4>
<pre>public static final java.awt.Color DEFCOLORPROBLEM</pre>
</li>
</ul>
<a name="DEFSIZEADD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DEFSIZEADD</h4>
<pre>public static final int DEFSIZEADD</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#de.uniba.kinf.jerusalem.Main.DEFSIZEADD">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="DEFUNITINCREMENT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFUNITINCREMENT</h4>
<pre>public static final int DEFUNITINCREMENT</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#de.uniba.kinf.jerusalem.Main.DEFUNITINCREMENT">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Main()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Main</h4>
<pre>public Main()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="main(java.lang.String[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>main</h4>
<pre>public static void main(java.lang.String[] args)</pre>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>args</code> - if DEBUG: args[0] indicate location of properties
file.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Main.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>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?de/uniba/kinf/jerusalem/Main.html" target="_top">Frames</a></li>
<li><a href="Main.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>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li><a href="#field_summary">Field</a> | </li>
<li><a href="#constructor_summary">Constr</a> | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field_detail">Field</a> | </li>
<li><a href="#constructor_detail">Constr</a> | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
public/stylesheets/less/main.css | imosed/Tilly | html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
font: 14px 'Lucida Grande', Helvetica, Arial, sans-serif;
background-color: #414141;
background-image: url('/images/black-linen.png');
}
a {
color: #00B7FF;
}
#flashmessage {
position: fixed;
z-index: 99;
top: 30%;
overflow: hidden;
max-width: 20%;
max-height: 5%;
padding: 2px 8px;
background-color: #FF4545;
}
#flashmessage span {
font-size: 2em;
overflow: hidden;
height: 100%;
text-transform: lowercase;
color: #FFFFFF;
}
#lbar,
#statusbar {
position: fixed;
bottom: 0;
width: inherit;
height: 110px;
padding: 32px 0;
background-color: #414141;
z-index: 999;
}
#statusbar span {
vertical-align: middle;
color: #FFFFFF;
}
#menubar {
position: fixed;
bottom: 11%;
overflow: hidden;
width: inherit;
padding: 1% 0;
background-color: #525252;
}
#maincontent {
width: 90%;
height: 100%;
margin: 0 auto;
color: #414141;
background-color: #FFFFFF;
}
#dbar {
position: fixed;
top: 0;
width: inherit;
height: 32px;
}
#fman {
position: relative;
top: 32px;
}
#directory,
.authbox {
font-family: 'Open Sans';
font-size: 2em;
padding: 4px 8px;
border-width: 1px;
border-style: none none solid none;
border-color: #888888;
background-color: #414141;
width: 100%;
}
.winoverlay {
position: fixed;
z-index: 99;
top: 18%;
left: 35%;
display: none;
overflow-y: auto;
width: 28%;
height: 64%;
padding: 1%;
border: black thin solid;
background-color: white;
}
#propheading {
padding-bottom: 4px;
border-bottom: #939393;
}
.forfile {
font-size: 16px;
font-weight: bold;
display: inline-block;
overflow: hidden;
width: 86%;
text-overflow: ellipsis;
}
#prevcont {
width: 100%;
margin-top: 4px;
padding: 4px;
border: #939393 thin solid;
}
#prevlbl {
margin-bottom: 4px;
}
#fpprev {
width: 100%;
}
#toparent,
.dir,
.fileobj {
overflow: hidden;
padding: 8px 0;
cursor: pointer;
}
#toparent:hover,
.dir:hover,
.fileobj:hover {
color: white;
background-color: #BBBBBB;
}
.hf {
display: none;
}
.fpheading {
font-weight: bold;
font-size: 32px;
margin-bottom: 12px;
display: inline-block;
}
.authbox {
width: 46%;
margin: 0 2%;
color: #FFFFFF;
}
.fpaction {
font-weight: bold;
margin: 12px 2px;
padding: 8px 32px;
color: #FFFFFF;
border: thin solid #414141;
background-color: #DE1C1C;
}
.fpclose {
float: right;
width: 4%;
height: 100%;
cursor: pointer;
text-align: center;
}
.sbbutton {
font-weight: bold;
cursor: pointer;
text-align: center;
height: 100%;
}
#upbtn {
height: 100%;
}
#mnbtn {
height: 60%;
}
.mbtn {
cursor: pointer;
text-align: center;
color: #FFFFFF;
}
.fih {
font-weight: bold;
height: 100%;
padding-top: 6px;
text-align: center;
color: white;
background-color: #45ff7a;
}
.fih:hover {
cursor: pointer;
background-color: #31DE62;
}
.commarea {
padding: 0 0 4px 0;
margin: 0 0 12px 0;
border-bottom: 1px solid #ccc;
}
.commauth {
font-weight: bold;
}
.filename {
margin-left: 8px;
}
.shchk {
height: auto !important;
}
.cb-shared {
width: auto !important;
margin: 0 auto !important;
}
.flbl {
font-weight: bold;
display: inline-block;
width: 30%;
}
.fpfield {
margin: 2px 0;
padding: 4px 2px;
}
.reggroup {
height: 4%;
}
|
public/index_es.html | karshina/ukrainians | <!doctype html>
<html lang="es" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
<title>Los Ucranianos</title>
<meta property="og:title" content="The Ukrainians"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://www.ukrainians.net.ua/"/>
<meta property="og:image" content="http://www.ukrainians.net.ua/img/facebook_image.jpg"/>
<meta property="og:description" content="Документальний фільм про те, що змушує добровольців іти на війну"/>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/index.css">
<link rel="manifest" href="manifest.json">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<div class="lang">
<p>
<a href="index.html">Ua</a>
<a href="index_en.html">En</a>
<a href="index_es.html">Es</a>
<a href="index_pl.html">Pl</a>
<a href="index_he.html">He</a>
</p>
</div> <div class="intro">
<h1 id="headline">LOS UCRANIANOS</h1>
<p>This documentary is about volunteers that go to war and what motivates them.</p>
<p class="download">
<a href="transfer_es.html">DOWNLOAD MOVIE</a>
</p>
</div>
<div class="icon">
<svg viewBox="0 0 60 60">
<g>
<path class="play" fill="#f1f1f1" d="M24.89,40.84c-0.37,0.22-0.83,0.23-1.2,0.02s-0.6-0.61-0.6-1.04V20.2c0-0.43,0.23-0.83,0.6-1.04
c0.37-0.21,0.83-0.21,1.2,0.02l16.35,9.81c0.36,0.21,0.58,0.6,0.58,1.02s-0.22,0.81-0.58,1.02L24.89,40.84z" />
<path class="stroke-bg" fill="none" stroke="#999" stroke-width="4" d="M30,7C17.32,7,7,17.32,7,30
c0,12.68,10.32,23,23,23c12.68,0,23-10.32,23-23C53,17.32,42.68,7,30,7z" />
<path class="stroke" fill="none" stroke="#f1f1f1" stroke-width="4" d="M30,7C17.32,7,7,17.32,7,30
c0,12.68,10.32,23,23,23c12.68,0,23-10.32,23-23C53,17.32,42.68,7,30,7z" />
</g>
</svg>
<p class="trailer">WATCH THE TRAILER</p>
</div>
<div class="video none">
<div class="close none"></div>
<div id="player"></div>
</div>
<p class="footer">
<a href="about_es.html">ACERCA DE LA PELÍCULA</a>
<a href="donate_es.html">CONTRIBUCIONES CARITATIVAS</a>
<a href="contacts_es.html">CONTACTOS</a>
</p>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script> <script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81628944-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
html/234567013520.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
McLoughlan Supplies Ltd. -
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=1492302531302&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=29683&V_SEARCH.docsStart=29682&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.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=29681&V_DOCUMENT.docRank=29682&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492302544298&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=246746570000&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=29683&V_DOCUMENT.docRank=29684&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492302544298&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456004180&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>
McLoughlan Supplies Ltd.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>McLoughlan Supplies Ltd.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.mcloughlansupplies.com"
target="_blank" title="Website URL">http://www.mcloughlansupplies.com</a></p>
<p><a href="mailto:dpenney@mcloughlansupplies.nf.ca" title="dpenney@mcloughlansupplies.nf.ca">dpenney@mcloughlansupplies.nf.ca</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">
P.O. Box 877 <br/>
Stn C <br/>
ST. JOHN'S,
Newfoundland and Labrador<br/>
A1C 5L7
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
22-24 Blackmarsh Rd<br/>
ST. JOHN'S,
Newfoundland and Labrador<br/>
A1E 1S3
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(709) 576-4091
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(709) 576-0904</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> Supply and electrical materials for the marine, industrial, and
<br>offshore markets. Exclusive distributor for Siemens Electrical
<br>Distribution/Motor Control Product and Meltric Plugs i.e. Appleton, Thomas and
<br>Betts, Weidmuller, Hammond Manufacturing, Hawke Glands, Abtech Enclosures.
<br><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>
Gary
Woodman
</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-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(709) 576-4091
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
gwoodman@mcloughlansupplies.nf.ca
</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">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
416110 - Electrical Wiring and Construction Supplies Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Trading House / Wholesaler / Agent and Distributor
</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">
Emergency Equipment 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">
Lighting Systems and 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 Equipment/Service/Consulting <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Safety Supplies<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Supply full range of Safety supplies. <br>
<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>
Gary
Woodman
</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-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(709) 576-4091
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
gwoodman@mcloughlansupplies.nf.ca
</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">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
416110 - Electrical Wiring and Construction Supplies Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Trading House / Wholesaler / Agent and Distributor
</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">
Emergency Equipment 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">
Lighting Systems and 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 Equipment/Service/Consulting <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Safety Supplies<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Supply full range of Safety supplies. <br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-04-24
</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
-->
|
html/234567004984.html | GoC-Spending/data-corporations |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Colchester Community Workshops -
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=1492276518990&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=10791&V_SEARCH.docsStart=10790&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.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=10789&V_DOCUMENT.docRank=10790&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492276540331&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567120139&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=10791&V_DOCUMENT.docRank=10792&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492276540331&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456204852&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>
Colchester Community Workshops
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Colchester Community Workshops</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.colchestercommunityworkshops.com"
target="_blank" title="Website URL">http://www.colchestercommunityworkshops.com</a></p>
<p><a href="mailto:ccw@ns.sympatico.ca" title="ccw@ns.sympatico.ca">ccw@ns.sympatico.ca</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">
168 Arthur St<br/>
TRURO,
Nova Scotia<br/>
B2N 1Y4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
168 Arthur St<br/>
TRURO,
Nova Scotia<br/>
B2N 1Y4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(902) 893-7228
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(902) 895-9120</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> All other Miscellaneous Manufacturing<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>
Cindy
Carruthers
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Executive Director<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(902) 893-7228
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(902) 895-9120
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
carruthers32@Yahoo.ca
</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>
Year Established:
</strong>
</div>
<div class="col-md-7">
1987
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
339990 - All Other Miscellaneous Manufacturing
</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>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
60
</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">
Award Ribbons <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Promotional Buttons (Campaign, etc.) <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Survey Stakes <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
New To You Used Clothing <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
The store sells used clothing and all yard sale items<br>
<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>
Cindy
Carruthers
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Executive Director<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(902) 893-7228
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(902) 895-9120
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
carruthers32@Yahoo.ca
</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>
Year Established:
</strong>
</div>
<div class="col-md-7">
1987
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
339990 - All Other Miscellaneous Manufacturing
</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>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
60
</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">
Award Ribbons <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Promotional Buttons (Campaign, etc.) <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Product Name:
</strong>
</div>
<div class="col-md-9">
Survey Stakes <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
New To You Used Clothing <br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
The store sells used clothing and all yard sale items<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2014-10-27
</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
-->
|
static/docs/generated/module/sublayer/module/action/property/configuration/property/authentication_1/property/loggedin/index.html | shenanigans/node-sublayer | <!DOCTYPE html>
<html>
<head>
<title>sublayer:Action.Configuration.authentication.loggedIn documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../../../../index.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../../../../../highlight.css" />
<script type="text/javascript" src="../../../../../../../../../../index.js"></script>
</head>
<body class="property" id="component_852">
<div id="outer">
<div id="header">
<a class="ctype" href="../../../../../../../../../../index.html">property</a>
<span></span>
<span class="breadcrumbs">
<span class="delimiter">:</span><a href="../../../../../../../../index.html" class="breadcrumb module">sublayer</a><span class="delimiter">.</span><a href="../../../../../../index.html" class="breadcrumb class">Action</a><span class="delimiter">.</span><a href="../../../../index.html" class="breadcrumb class">Configuration</a><span class="delimiter">.</span><a href="../../index.html" class="breadcrumb property">authentication</a><span class="delimiter">.</span><a href="index.html" class="breadcrumb property">loggedIn</a>
</span>
</div>
<div id="TOC">
</div>
<div id="content">
<!-- basic document info -->
<div id="details">
<div class="clear"></div>
</div>
<div class="children">
</div>
</div>
</div>
<div id="footer">
This document was generated with
<a href="https://github.com/shenanigans/node-doczar">doczar</a>
at <span class="time">2:34pm</span> on <span class="date">8/11/2015</span>
</div>
</body>
</html>
|
docs/css/site.css | mathieuherbert/dnscontrol | .expanded > .expand-arrow {
display: none;
}
.expanded > .collapse-arrow {
display: inherit;
}
.collapse-arrow {
display:none;
}
body {
padding-bottom: 50px;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.