path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.0/mathcomp-multinomials/1.5.3.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-multinomials: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.8.0 / mathcomp-multinomials - 1.5.3</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-multinomials
<small>
1.5.3
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-24 18:15:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 18:15:59 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-multinomials"
maintainer: "pierre-yves@strub.nu"
homepage: "https://github.com/math-comp/multinomials"
bug-reports: "https://github.com/math-comp/multinomials/issues"
dev-repo: "git+https://github.com/math-comp/multinomials.git"
license: "CeCILL-B"
authors: ["Pierre-Yves Strub"]
build: [ "dune" "build" "-p" name "-j" jobs ]
depends: [
"coq" {>= "8.10" & < "8.13~"}
"dune" {>= "2.5"}
"coq-mathcomp-ssreflect" {>= "1.12" & < "1.13~"}
"coq-mathcomp-algebra"
"coq-mathcomp-bigenough" {>= "1.0" & < "1.1~"}
"coq-mathcomp-finmap" {>= "1.5" & < "1.6~"}
]
conflicts: [
"coq-native"
]
tags: [
"keyword:multinomials"
"keyword:monoid algebra"
"category:Math/Algebra/Multinomials"
"category:Math/Algebra/Monoid algebra"
"logpath:SsrMultinomials"
]
synopsis: "A Multivariate polynomial Library for the Mathematical Components Library"
url {
src: "https://github.com/math-comp/multinomials/archive/1.5.3.tar.gz"
checksum: "sha512=fcb47294c4a55d135372a49793ef717be0b0f76b06188da2df6a084d945bb67e8db15fee2bdb8531bb41642b8347649a06657e75021f62c0b6f9f731eb56c3e4"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-multinomials.1.5.3 coq.8.8.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0).
The following dependencies couldn't be met:
- coq-mathcomp-multinomials -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-multinomials.1.5.3</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.04.2-2.0.5/released/8.9.0/mathcomp-odd-order/1.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-odd-order: 56 m 10 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.9.0 / mathcomp-odd-order - 1.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mathcomp-odd-order
<small>
1.7.0
<span class="label label-success">56 m 10 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-10 01:57:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-10 01:57:47 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.9.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.04.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.04.2 Official 4.04.2 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-mathcomp-odd-order"
version: "1.7.0"
maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
homepage: "http://math-comp.github.io/math-comp/"
bug-reports: "Mathematical Components <mathcomp-dev@sympa.inria.fr>"
license: "CeCILL-B"
build: [
[make "-j" "%{jobs}%"]
]
install: [ make "install" ]
remove: [
["sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/odd_order'"]
]
depends: [
"ocaml"
"coq-mathcomp-algebra" {= "1.7.0"}
"coq-mathcomp-character" {= "1.7.0"}
"coq-mathcomp-field" {= "1.7.0"}
"coq-mathcomp-fingroup" {= "1.7.0"}
"coq-mathcomp-solvable" {= "1.7.0"}
"coq-mathcomp-ssreflect" {= "1.7.0"}
]
tags: [ "keyword:finite groups" "keyword:Feit Thompson theorem" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" ]
authors: [ "Jeremy Avigad <>" "Andrea Asperti <>" "Stephane Le Roux <>" "Yves Bertot <>" "Laurence Rideau <>" "Enrico Tassi <>" "Ioana Pasca <>" "Georges Gonthier <>" "Sidi Ould Biha <>" "Cyril Cohen <>" "Francois Garillot <>" "Alexey Solovyev <>" "Russell O'Connor <>" "Laurent Théry <>" "Assia Mahboubi <>" ]
synopsis: "The formal proof of the Feit-Thompson theorem"
description: """
The formal proof of the Feit-Thompson theorem.
From mathcomp Require Import all_ssreflect all_fingroup all_solvable PFsection14.
Check Feit_Thompson.
: forall (gT : finGroupType) (G : {group gT}), odd #|G| -> solvable G
From mathcomp Require Import all_ssreflect all_fingroup
all_solvable stripped_odd_order_theorem.
Check stripped_Odd_Order.
: forall (T : Type) (mul : T -> T -> T) (one : T) (inv : T -> T)
(G : T -> Type) (n : natural),
group_axioms T mul one inv ->
group T mul one inv G ->
finite_of_order T G n -> odd n -> solvable_group T mul one inv G"""
url {
src:
"https://github.com/math-comp/odd-order/archive/mathcomp-odd-order.1.7.0.tar.gz"
checksum: "md5=e7a90d25223e257a604a8574a06a3e3c"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mathcomp-odd-order.1.7.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-odd-order.1.7.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>50 m 48 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-mathcomp-odd-order.1.7.0 coq.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>56 m 10 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 72 M</p>
<ul>
<li>21 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection3.vo</code></li>
<li>3 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection14.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection9.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection13.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection12.vo</code></li>
<li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection15.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection12.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection16.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection5.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection14.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection6.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection9.glob</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection10.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection13.glob</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection3.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection11.vo</code></li>
<li>1024 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection12.glob</code></li>
<li>1018 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection8.vo</code></li>
<li>916 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection14.glob</code></li>
<li>894 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection4.vo</code></li>
<li>894 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection4.vo</code></li>
<li>891 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection2.vo</code></li>
<li>843 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection3.glob</code></li>
<li>826 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection13.vo</code></li>
<li>808 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection10.vo</code></li>
<li>765 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection6.glob</code></li>
<li>765 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/wielandt_fixpoint.vo</code></li>
<li>733 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGappendixC.vo</code></li>
<li>701 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection7.vo</code></li>
<li>699 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection4.glob</code></li>
<li>695 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection3.glob</code></li>
<li>678 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection12.glob</code></li>
<li>663 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection5.glob</code></li>
<li>630 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection10.glob</code></li>
<li>628 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection2.vo</code></li>
<li>618 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection14.glob</code></li>
<li>602 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection1.vo</code></li>
<li>590 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection11.glob</code></li>
<li>587 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGappendixC.glob</code></li>
<li>564 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection1.glob</code></li>
<li>560 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection10.glob</code></li>
<li>549 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection15.glob</code></li>
<li>525 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection2.glob</code></li>
<li>498 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection1.vo</code></li>
<li>458 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection16.glob</code></li>
<li>449 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection7.vo</code></li>
<li>435 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection7.glob</code></li>
<li>417 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection13.glob</code></li>
<li>415 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection4.glob</code></li>
<li>378 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection8.glob</code></li>
<li>374 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection7.glob</code></li>
<li>341 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection1.glob</code></li>
<li>318 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/wielandt_fixpoint.glob</code></li>
<li>312 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection2.glob</code></li>
<li>304 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection5.vo</code></li>
<li>279 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGappendixAB.vo</code></li>
<li>260 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection9.vo</code></li>
<li>241 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection5.glob</code></li>
<li>232 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection11.vo</code></li>
<li>231 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGappendixAB.glob</code></li>
<li>218 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection8.vo</code></li>
<li>174 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection6.vo</code></li>
<li>167 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection9.glob</code></li>
<li>160 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection8.glob</code></li>
<li>158 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection11.glob</code></li>
<li>141 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection12.v</code></li>
<li>134 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection14.v</code></li>
<li>133 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection6.glob</code></li>
<li>128 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/stripped_odd_order_theorem.vo</code></li>
<li>125 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection9.v</code></li>
<li>112 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection13.v</code></li>
<li>98 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection3.v</code></li>
<li>87 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection3.v</code></li>
<li>82 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection15.v</code></li>
<li>78 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection5.v</code></li>
<li>77 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection6.v</code></li>
<li>76 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection4.v</code></li>
<li>72 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection10.v</code></li>
<li>71 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection12.v</code></li>
<li>65 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection16.v</code></li>
<li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection11.v</code></li>
<li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection10.v</code></li>
<li>64 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection14.v</code></li>
<li>63 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection1.v</code></li>
<li>62 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection13.v</code></li>
<li>59 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection2.v</code></li>
<li>53 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection8.v</code></li>
<li>48 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection4.v</code></li>
<li>48 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/stripped_odd_order_theorem.glob</code></li>
<li>45 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection7.v</code></li>
<li>42 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection7.v</code></li>
<li>38 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGappendixC.v</code></li>
<li>37 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/wielandt_fixpoint.v</code></li>
<li>37 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection2.v</code></li>
<li>35 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/PFsection1.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection5.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection9.v</code></li>
<li>24 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGappendixAB.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection11.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection8.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/BGsection6.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/odd_order/stripped_odd_order_theorem.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-mathcomp-odd-order.1.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
public/stylesheets/partials/fonts.css | johnmoroney/modern-family | /* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 17, 2012 */
@font-face {
font-family: 'intro_regular';
src: url("/fonts/modern_malt/intro-webfont.eot");
src: url("/fonts/modern_malt/intro-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/modern_malt/intro-webfont.woff") format("woff"), url("/fonts/modern_malt/intro-webfont.ttf") format("truetype"), url("/fonts/modern_malt/intro-webfont.svg#intro_regular") format("svg");
font-weight: normal;
font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 18, 2012 04:31:45 PM America/New_York */
@font-face {
font-family: 'PacificoRegular';
src: url("/fonts/modern_malt/Pacifico-webfont.eot");
src: url("/fonts/modern_malt/Pacifico-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/modern_malt/Pacifico-webfont.woff") format("woff"), url("/fonts/modern_malt/Pacifico-webfont.ttf") format("truetype"), url("/fonts/modern_malt/Pacifico-webfont.svg#PacificoRegular") format("svg");
font-weight: normal;
font-style: normal;
}
|
blog2-leftsidebar.html | ShadiNachat/QuantumWorks.Github.io | <!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<!-- Mirrored from webnus.biz/themes/florida/blog2-leftsidebar.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 11 Aug 2014 22:32:59 GMT -->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Florida</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<link href="http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Roboto+Slab:300,400" rel="stylesheet" type="text/css">
<!-- JS
================================================== -->
<script type="text/javascript" src="js/jquery.min.js" ></script>
<!--[if lt IE 9]>
<script src="js/modernizr.custom.11889.js" type="text/javascript"></script>
<![endif]-->
<!-- HTML5 Shiv events (end)-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<div id="wrap" class="colorskin-0">
<div id="sticker">
<header id="header">
<div class="container">
<div class="four columns">
<div class="logo"><a href="index-2.html"><img src="images/logo.png" width="150" id="img-logo" alt="logo"></a></div>
</div>
<!-- Navigation starts
================================================== -->
<nav id="nav-wrap" class="nav-wrap1 twelve columns">
<div id="search-form">
<form action="#" method="get">
<input type="text" class="search-text-box" id="search-box">
</form>
</div>
<ul id="nav">
<li><a href="index-2.html">Home</a>
<ul>
<li><a href="index-2.html">Home 1 - Index</a></li>
<li><a href="home2.html">Home 2 - Classic</a></li>
<li><a href="home3.html">Home 3 - Parallax</a></li>
<li><a href="home4.html">Home 4 - Video-bg</a></li>
<li class="submenu"><a href="#">Headers</a>
<ul>
<li><a href="topbar.html">Header + Topbar</a></li>
<li><a href="header2.html">Header 2</a></li>
<li><a href="header3.html">Header 3</a></li>
<li><a href="header4.html">Header 4</a></li>
<li><a href="header5.html">Header 5</a></li>
<li><a href="header6-menu-icon.html">Header 6 - Menu Icon</a></li>
<li><a href="header7.html">Header 7</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="about-extended.html">About us - Extended</a></li>
<li><a href="about-me.html">About me</a></li>
<li><a href="process.html">Process</a></li>
<li><a href="ourteam.html">Our team</a></li>
<li><a href="sidebar-right.html">Right Side-Bar</a></li>
<li><a href="sidebar-left.html">Left Side-Bar</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="404.html">404 Not Found</a></li>
</ul>
</li>
<li><a href="#">Features</a>
<ul>
<li class="submenu"><a href="#">Shop</a>
<ul>
<li><a href="shop.html">Shop 1</a></li>
<li><a href="shop2.html">Shop 2</a></li>
<li><a href="product-item.html">Product</a></li>
</ul>
</li>
<li><a href="elements.html">Elements</a></li>
<li><a href="icon-boxes.html">Icons Boxes</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="pricing.html">Pricing Tables</a></li>
<li><a href="gallery.html">Image Gallery</a></li>
<li><a href="columns.html">Columns</a></li>
<li><a href="timeline1.html">Timeline</a></li>
<li><a href="left-nav-page.html">Left Navigation</a></li>
<li class="submenu"><a href="#">Sub Menu</a>
<ul>
<li><a href="#">Menu Item 01</a></li>
<li><a href="#">Menu Item 02</a></li>
<li><a href="#">Menu Item 03</a></li>
</ul>
</li>
</ul>
</li>
<li class="current"><a href="blog.html">Blog</a>
<ul>
<li><a href="blog.html">Blog 1</a></li>
<li><a href="blog-leftsidebar.html">Blog 1 - Left Sidebar</a></li>
<li><a href="blog2.html">Blog 2</a></li>
<li class="current"><a href="blog2-leftsidebar.html">Blog 2 - Left Sidebar</a></li>
<li><a href="blog-bothsidebar.html">Blog - Both Sidebar</a></li>
<li><a href="timeline1.html">Blog - Timeline</a></li>
<li><a href="blog-single.html">Blog - Single Post</a></li>
</ul>
</li>
<li><a href="portfolio.html">Work</a>
<ul>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="portfolio-pin.html">Portfolio Pinterest</a></li>
<li><a href="timeline2.html">Portfolio Timeline</a></li>
<li><a href="portfolio-item.html">Portfolio Item (Single)</a></li>
</ul>
</li>
<li><a href="blog.html">Mega menu</a>
<ul class="mega">
<div class="one_third">
<h4 class="subtitle">Contact Form</h4>
<form action="#" method="post" class="frmContact">
<input name="txtName" type="text" class="txbx" value="Name" />
<input name="txtEmail" type="text" class="txbx" value="Email" />
<input name="txtSubject" type="text" class="txbx" value="Subject" />
<textarea name="txtText" class="txbx era" ></textarea>
<button name="" type="button" class="sendbtn btnSend" >Send Message</button>
</form> </div>
<div class="one_third">
<h4 class="subtitle">Image and Text</h4>
<img src="images/hpic1.jpg" alt=""><br>
<h6><strong>Phasellus bibendum</strong></h6>
<p>In non porttitor tortor. Donec vel egestas Morlem adipiscing mauris ultricies.</p>
</div>
<div class="one_third">
<h4 class="subtitle">Icon Links</h4>
<li><a href="#"><i class="icomoon-dashboard"></i> Proin porta molestie</a></li>
<li><a href="#"><i class="icomoon-marker-2"></i> Praesent adipiscing</a></li>
<li><a href="#"><i class="icomoon-cube4"></i> Faucibus euismod</a></li>
<li><a href="#"><i class="icomoon-screen"></i> Integer nec ligula</a></li>
<li><a href="#"><i class="icomoon-laptop"></i> Adipiscing timeline</a></li>
<li><a href="#"><i class="icomoon-earth"></i> Bliquam erat Post</a></li>
</div>
</ul>
</li>
</ul>
</nav>
<!-- /nav-wrap -->
<!-- Navigation ends
================================================== -->
</div>
<div id="search-form2">
<form action="#" method="get">
<input type="text" class="search-text-box2">
</form>
</div>
</header>
</div>
<!-- end-header -->
<section id="headline">
<div class="container">
<h3>Blog 2<small>Left Sidebar</small></h3>
</div>
</section>
<section class="container page-content" >
<hr class="vertical-space2">
<aside class="four columns sidebar leftside">
<div>
<input name="" type="text" placeholder="Enter Keywords..." class="search-side" >
</div>
<h4 class="subtitle">Categories</h4>
<div class="listbox1">
<ul>
<li><a href="#">Company </a></li>
<li><a href="#">News</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Other </a></li>
</ul>
</div>
<!-- end-listbox1 -->
<br class="clear">
<h4 class="subtitle">Text Widget</h4>
<p>Morlem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor<a href="#"> exercitation</a> ut labore et dolore magna aliqua. Ut enim ad</p>
<br class="clear">
<h4 class="subtitle">Archives</h4>
<div class="listbox1">
<ul>
<li><a href="#">May 2012 (2)</a></li>
<li><a href="#">April 2012 (3)</a></li>
<li><a href="#">March 2012 (5)</a></li>
<li><a href="#">February 2012 (1) </a></li>
</ul>
</div>
<!-- end-listbox1 -->
<br class="clear">
<h4 class="subtitle">Tags</h4>
<div class="tagcloud"> <a href="#">Design</a> <a href="#">vestibulum</a> <a href="#">Web</a> <a href="#">hosting</a> <a href="#">domain</a> <a href="#">HTML</a> <a href="#">vestibulum</a> <a href="#">Web</a> <a href="#">hosting</a> <a href="#">domain</a> <a href="#">CSS</a> <a href="#">vestibulum</a> <a href="#">Web</a> <a href="#">hosting</a> <a href="#">domain</a> <a href="#">Link</a> <a href="#">vestibulum</a> <a href="#">Web</a> <a href="#">hosting</a> <a href="#">domain</a> </div>
</aside>
<!-- end-sidebar-->
<section class="eleven columns">
<article class="blog-post">
<div class="one columns alpha">
<div class="blog-date-sec"> <span>AUG</span>
<h3>09</h3>
<span>2013</span> </div>
</div>
<div class="four columns alpha"> <img src="images/blog-post-pic1-1.jpg" alt=""><br>
</div>
<div class="six columns omega">
<h3><a href="blog-single.html">Job Seeking Out of Your Industry</a></h3>
<div class="postmetadata">
<h6 class="blog-author"><strong>by</strong> John Smith </h6>
<h6 class="blog-cat"><strong>in</strong> Business, News, Company </h6>
</div>
<p> Morlem ipsum dolor sit amet, consectetur adipiscing elit. interdum sit Phasellus blandit mattis ipsum, ac laoreet Morlem lacinia et. Cras et ligula libero. Quisque quis…</p>
<a href="blog-single.html" class="readmore">read more</a> </div>
<br class="clear">
</article>
<article class="blog-post">
<div class="one columns alpha">
<div class="blog-date-sec"> <span>AUG</span>
<h3>08</h3>
<span>2013</span> </div>
</div>
<div class="four columns alpha"> <img src="images/blog-post-pic2-2.jpg" alt=""><br>
</div>
<div class="six columns omega">
<h3><a href="blog-single.html">What Your College Degree Will Be Worth</a></h3>
<div class="postmetadata">
<h6 class="blog-author"><strong>by</strong> John Smith </h6>
<h6 class="blog-cat"><strong>in</strong> Business, News, Company </h6>
</div>
<p> Morlem ipsum dolor sit amet, consectetur adipiscing elit. interdum sit Phasellus blandit mattis ipsum, ac laoreet Morlem lacinia et. Cras et ligula libero. Quisque quis…</p>
<a href="blog-single.html" class="readmore">read more</a> </div>
<br class="clear">
</article>
<article class="blog-post">
<div class="one columns alpha">
<div class="blog-date-sec"> <span>AUG</span>
<h3>07</h3>
<span>2013</span> </div>
</div>
<div class="four columns alpha">
<iframe src="http://player.vimeo.com/video/27973852?title=0&byline=0&portrait=0&api=1&player_id=iframe334" height="300" allowfullscreen></iframe>
<br>
</div>
<div class="six columns omega">
<h3><a href="blog-single.html">The Street Aesthetic of New York City</a></h3>
<div class="postmetadata">
<h6 class="blog-author"><strong>by</strong> John Smith </h6>
<h6 class="blog-cat"><strong>in</strong> Business, News, Company </h6>
</div>
<p> Morlem ipsum dolor sit amet, consectetur adipiscing elit. interdum sit Phasellus blandit mattis ipsum, ac laoreet Morlem lacinia et. Cras et ligula libero. Quisque quis…</p>
<a href="blog-single.html" class="readmore">read more</a> </div>
<br class="clear">
</article>
<article class="blog-post">
<div class="one columns alpha">
<div class="blog-date-sec"> <span>AUG</span>
<h3>06</h3>
<span>2013</span> </div>
</div>
<div class="four columns alpha">
<iframe height="300" src="http://www.youtube.com/embed/xaSH0d60Zso?feature=player_detailpage" allowfullscreen></iframe>
<br>
</div>
<div class="six columns omega">
<h3><a href="blog-single.html">How to do Levitation Photography</a></h3>
<div class="postmetadata">
<h6 class="blog-author"><strong>by</strong> John Smith </h6>
<h6 class="blog-cat"><strong>in</strong> Business, News, Company </h6>
</div>
<p> Morlem ipsum dolor sit amet, consectetur adipiscing elit. interdum sit Phasellus blandit mattis ipsum, ac laoreet Morlem lacinia et. Cras et ligula libero. Quisque quis…</p>
<a href="blog-single.html" class="readmore">read more</a> </div>
<br class="clear">
</article>
<br class="clear">
<div class="pagination2 pagination2-centered">
<ul>
<li class="disabled"><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">»</a></li>
</ul>
</div>
<div class="vertical-space2"></div>
</section>
<!-- end-main-content -->
<br class="clear">
</section>
<!-- container -->
<footer id="footer">
<section class="container footer-in">
<div class="one-third column">
<h5 class="subtitle">Latest News<span><a href="#">-VIEW ALL</a></span></h5> <div class="side-list">
<ul>
<li>
<a href="#"><img src="images/blog-line1.jpg" alt=""></a>
<h5><a href="#">Blog Post Title Example</a></h5>
<p>8 Comments</p>
</li>
<li>
<a href="#"><img src="images/blog-line2.jpg" alt=""></a>
<h5><a href="#">Blog Post Title Example</a></h5>
<p>8 Comments</p>
</li>
<li><a href="#"><img src="images/blog-line3.jpg" alt=""></a>
<h5><a href="#">Blog Post Title Example</a></h5>
<p>8 Comments</p>
</li>
<li><a href="#"><img src="images/blog-line4.jpg" alt=""></a>
<h5><a href="#">Blog Post Title Example</a></h5>
<p>8 Comments</p>
</li>
</ul>
</div>
</div>
<!-- LATASET NEWS end- -->
<div class="one-third column">
<h5 class="subtitle">Tags</h5>
<div class="tagcloud">
<a href="#">Features</a><a href="#">Inspiration</a><a href="#">Showcase</a>
<a href="#">Graphic Design</a><a href="#">Illustration</a><a href="#">Design</a>
<a href="#">Web Design</a><a href="#">Video</a><a href="#">ART</a><a href="#">New Work</a>
<a href="#">Animation</a><a href="#">Photoshop</a><a href="#">Digital Painting</a>
<a href="#">CG</a><a href="#">Howto</a>
</div>
<br class="clear">
<div class="partner-website">
<h5 class="subtitle">Partner Websites</h5>
<a href="#"><i class="icomoon-arrow-right-17"></i>Cube Development Services</a>
<a href="#"><i class="icomoon-arrow-right-17"></i>New Energy Corporation</a>
<a href="#"><i class="icomoon-arrow-right-17"></i>MNKY Web Design Agency</a>
<a href="#"><i class="icomoon-arrow-right-17"></i>Green Business Association</a>
<a href="#"><i class="icomoon-arrow-right-17"></i>Bright Idia Photography</a>
</div>
</div>
<!-- TAG & Partner end -->
<div class="one-third column contact-inf">
<h5 class="subtitle">Contact Info</h5>
<span><i class="icomoon-home"></i> 2013 Main St New York, NY 10044</span>
<span><i class="icomoon-phone"></i> +1 234 5678</span>
<span><i class="icomoon-envelop-2"></i> info@yoursite.com</span>
<form class="frmContact" action="#">
<input type="text" name="txtName" id="txtName" value="" placeholder="Your Name..."/>
<input type="text" name="txtEmail" id="txtEmail" value="" placeholder="Your Email Address..."/>
<textarea name="txtText" id="txtText" placeholder="Your Message..."></textarea>
<button type="button" class="btnSend">SEND MESSAGE</button>
<div class="spanMessage"></div>
</form>
</div>
<!-- Contact info end -->
</section>
<!-- end-footer-in -->
<section class="footbot">
<div class="container">
<div class="footer-navi">© 2013 <a href="#">Florida Studio</a> All Rights Reserved.</div>
<div class="socailfollow">
<a href="#" class="facebook"><i class="icomoon-facebook"></i></a>
<a href="#" class="twitter"><i class="icomoon-twitter"></i></a>
<a href="#" class="google"><i class="icomoon-google-plus-2"></i></a>
<a href="#" class="dribble"><i class="icomoon-dribbble"></i></a>
<a href="#" class="pinterest"><i class="icomoon-pinterest-2"></i></a>
<a href="#" class="vimeo"><i class="icomoon-vimeo"></i></a>
<a href="#" class="youtube"><i class="icomoon-youtube"></i></a>
</div>
</div>
<!-- footer-navigation /end -->
</section>
<!-- end-footbot -->
</footer>
<!-- end-footer -->
<span id="scroll-top"><a class="scrollup"><i class="icomoon-arrow-up"></i></a></span>
</div><!-- end-wrap -->
<!-- End Document
================================================== -->
<script src="js/jquery.jcarousel.min.js"></script>
<script type="text/javascript" src="js/doubletaptogo.js" ></script>
<script defer src="js/jquery.flexslider-min.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script type="text/javascript" src="js/florida-custom.js" ></script>
<script src="js/jquery.prettyPhoto.js" ></script>
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/jquery.easy-pie-chart.js"></script>
</body>
<!-- Mirrored from webnus.biz/themes/florida/blog2-leftsidebar.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 11 Aug 2014 22:32:59 GMT -->
</html>
|
all-data/18000-18999/18719-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></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">dòng liáng zhī rè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></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>
|
all-data/3000-3999/3597-32.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="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">春夢一場</td></tr>
<tr><th class="ztd1"><b>典故說明 </b></th><td class="ztd2"> 此處所列為「一場春夢」之典故說明,提供參考。</font> 李郢,唐京兆長安人,字楚望。以山水琴書自娛,工詩,七律尤清麗可喜,為時人所稱。他去世時,好友盧延讓,字子善,范陽人,寫了一首〈哭李郢端公〉詩,其末二句:「詩侶酒徒消散盡,一場春夢越王城。」感嘆世事變幻無常,詩友凋零殆盡,昔日大家一起賦詩飲酒的歡樂情境,竟有如春夢易醒,實在令人傷感。後來「一場春夢」被用來比喻世事變幻,轉眼成空。如元.無名氏《九世同居.第二折》:「你與我蓋造池亭園館一所,我要每日散心悅情;世間萬事,總是一場春夢。」<br></font></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
|
fbfe562/html/classv8_1_1_promise_1_1_resolver-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.11.15 - v0.11.16: 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.11.15 - v0.11.16
</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_promise.html">Promise</a></li><li class="navelem"><a class="el" href="classv8_1_1_promise_1_1_resolver.html">Resolver</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Promise::Resolver 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_promise_1_1_resolver.html">v8::Promise::Resolver</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><td class="entry"><a class="el" href="classv8_1_1_object.html#afeb999e9225dad0ca8605ed3015b268b">CallAsConstructor</a>(int argc, Handle< Value > argv[])</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#ac8dea845a715de7ad43fcb073dc8c3d9">CallAsFunction</a>(Handle< Value > recv, int argc, Handle< Value > argv[])</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>Cast</b>(Value *obj) (defined in <a class="el" href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(T *value) (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"><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 class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#af6966283a7d7e20779961eed434db04d">CreationContext</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>(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>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"><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 bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeletePrivate</b>(Handle< Private > 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>Get</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#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a>(int index)</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#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(const PersistentBase< Object > &object, 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><span class="mlabel">static</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</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 bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetIndexedPropertiesExternalArrayData</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"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetIndexedPropertiesExternalArrayDataLength</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"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetIndexedPropertiesExternalArrayDataType</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"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>GetIndexedPropertiesPixelData</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"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetIndexedPropertiesPixelDataLength</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"></td></tr>
<tr><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"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#aece53e208f3a25b3d5d47cfc134db49a">GetOwnPropertyDescriptor</a>(Local< 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_object.html#aeb48075bdfb7b2b49fe08361a6c4d2a8">GetOwnPropertyNames</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>GetPrivate</b>(Handle< Private > 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_promise_1_1_resolver.html#a41fd1ffef546a62e363a639935fc8ae3">GetPromise</a>()</td><td class="entry"><a class="el" href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a45506d0a9192b023284b0211e9bf545b">GetPropertyAttributes</a>(Handle< Value > 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_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 bgcolor="#f0f0f0"><td class="entry"><b>Has</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>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 bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasIndexedPropertiesInExternalArrayData</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"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>HasIndexedPropertiesInPixelData</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"></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>HasOwnProperty</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 class="even"><td class="entry"><a class="el" href="classv8_1_1_object.html#a5b6c320c5a31e2a3ddbd464835c8e9a7">HasPrivate</a>(Handle< Private > key)</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_object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(const PersistentBase< Object > &object)</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><span class="mlabel">static</span></td></tr>
<tr class="even"><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><td class="entry"><a class="el" href="classv8_1_1_value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</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#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</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#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 class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</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_object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</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_value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</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#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</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#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</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#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</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#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 class="even"><td class="entry"><a class="el" href="classv8_1_1_value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</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#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</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#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</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#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</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#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><td class="entry"><a class="el" href="classv8_1_1_value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</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#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</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#ab23a34b7df62806808e01b0908bf5f00">IsString</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#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</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#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</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#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</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#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#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</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#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</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#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</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#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</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#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</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#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</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><td class="entry"><a class="el" href="classv8_1_1_promise_1_1_resolver.html#a80b9e402b6b49f41d57d404ed9e00c9d">New</a>(Isolate *isolate)</td><td class="entry"><a class="el" href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><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><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" class="even"><td class="entry"><b>Reject</b>(Handle< Value > value) (defined in <a class="el" href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_promise_1_1_resolver.html#aa1f7f6883d57879a7956e84e63b2d935">Resolve</a>(Handle< Value > value)</td><td class="entry"><a class="el" href="classv8_1_1_promise_1_1_resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SameValue</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 bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Handle< Value > key, Handle< Value > value) (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>Set</b>(uint32_t index, Handle< Value > value) (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>SetAccessor</b>(Handle< String > name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Handle< Value > data=Handle< Value >(), AccessControl settings=DEFAULT, PropertyAttribute attribute=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" class="even"><td class="entry"><b>SetAccessorProperty</b>(Local< String > name, Local< Function > getter, Handle< Function > setter=Handle< Function >(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (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#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</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 bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetDeclaredAccessor</b>(Local< String > name, Local< DeclaredAccessorDescriptor > descriptor, PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (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#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 class="even"><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><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 class="even"><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"><td class="entry"><b>SetPrivate</b>(Handle< Private > key, Handle< Value > value) (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#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:45:53 for V8 API Reference Guide for node.js v0.11.15 - v0.11.16 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>
|
5ce4f3e/html/classv8_1_1_signature.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.11.10: v8::Signature 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.11.10
</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_signature.html">Signature</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_signature-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Signature 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::Signature:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_signature.png" usemap="#v8::Signature_map" alt=""/>
<map id="v8::Signature_map" name="v8::Signature_map">
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="0,0,86,24"/>
</map>
</div></div>
<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:af7b86faf672247850727b2de1546b71f"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af7b86faf672247850727b2de1546b71f"></a>
static <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_signature.html">Signature</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> > receiver=<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> >(), int argc=0, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> > argv[]=0)</td></tr>
<tr class="separator:af7b86faf672247850727b2de1546b71f"><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 <a class="el" href="classv8_1_1_signature.html">Signature</a> specifies which receivers and arguments are valid parameters to a function. </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:45:39 for V8 API Reference Guide for node.js v0.11.10 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>
|
assets/css/cust_style.css | tahamansari/assetpie | .login-logo{
text-align: center;
}
html,body {
color: black
background: none repeat scroll 0 0 white!important;
height:100%;
margin: 0px;
background-color: #ecf0f5;
font-family: montserratregular;
}
h1{
font-family: montserratextrabold;
}
.light{
font-family: montserratextralight;
margin: 10px 0px 0px;
}
.expanding-sf {
background: url("http://i.imgur.com/WJQKjvV.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 5px;
height: 300px;
margin: 50px auto;
width: 775px;
}
.form {
margin: 5px auto;
position: relative;
}
/** Essentials **/
.toggle {
background: url("http://i.imgur.com/ePNPopY.png") no-repeat scroll center center #D32E29;
border: medium none;
color: #FFFFFF;
cursor: pointer;
display: block;
height: 40px;
position: absolute;
right: 0;
width: 50px;
}
#searchform {
float: right;
height: 40px;
margin: 0;
opacity: 0;
padding: 0;
transition: all 0.2s ease-in-out 0s;
visibility: hidden;
width: 10px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.form:hover #searchform {
display: block;
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
visibility: visible;
width: 250px;
}
#searchform #s {
background: none repeat scroll 0 0 #FFFFFF;
border: medium none;
color: black;
float: right;
outline: none;
font-family: helvetica, verdana, arial, sans-serif;
font-size: 12px;
height: 100%;
padding: 0 15px;
width: 100%;
}
#searchform #searchsubmit {
background: url("http://i.imgur.com/ePNPopY.png") no-repeat scroll center center #D32E29;
border: medium none;
color: #FFFFFF;
cursor: pointer;
display: block;
height: 40px;
position: absolute;
right: 0;
width: 50px;
}
.cust-ul li{
padding: 5px 0px;
list-style: none;
}
.cust-ul li a{
text-decoration: none;
}
.animate-logo{
position: absolute;
}
.box{
margin-bottom: 10px;
}
.box li{
padding: 3px 3px 3px;
margin: 3px 0px;
}
.box li:hover{
cursor: pointer;
color: #EAB00C;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 300px;
}
.modal-box{
width: 290px;
margin: auto;
text-align: left;
}
#menu_right{
position: fixed;
top: 0;
right: 0;
width: 350px;
height: 799px;
background-color: #fff;
margin-right: -400px;
z-index: 1040;
transition:1s;
-webkit-transition: 1s;
-moz-transition: 1s;
-ms-transition: 1s;
-o-transition: 1s;
}
#close_icon_right{
width: 40px;
height: 40px;
transition:1s;
-webkit-transition:1s;
-ms-transition:1s;
}
#close_icon_right:hover{
cursor: pointer;
-ms-transform: rotate(360deg); /* IE 9 */
-webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
transform: rotate(360deg);
}
.category-drawer{
margin: 0px;
text-align: center;
}
.category-drawer i{
font-size: 25px;
}
.category-drawer .col-md-4{
margin-bottom: 5px;
}
.read-more{
padding: 5px 10px;
padding-left: 0;
font-size: 12px;
}
.category-drawer i:hover{
cursor:pointer;
color: #a29d9d;
}
/*rating*/
.star1,.star2,.star3,.star4 {
display: inline-block;
width: 50px;
height: 15px;
background-color: #cecbcb;
margin: 3px;
}
.cust-active {
background-color: #1fcc00;
}
.form-control{
padding: 0px;
}
.cat{
/*height: 90px;*/
}
.cat img:hover{
width: 65px;
cursor: pointer;
}
.filter-inner{
margin: 0 15px 15px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
width: 100%;
margin-bottom: 15px;
}
.bootstrap-select>.dropdown-toggle{
width: 100%;
padding-right: 25px;
border: none;
border-bottom: 1px solid #bfbaba;
border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
display: inline-block;
overflow: hidden;
width: 100%;
text-align: left;
color: #848181;
font-weight: 100;
}
.bootstrap-select.form-control{
margin-bottom: 15px;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default{
background-color: white;
}
.btn.active, .btn:active{
background-image: none;
box-shadow: none;
}
.btn-group.open .dropdown-toggle{
box-shadow:none;
}
.bootstrap-select .dropdown-toggle:focus{
outline-offset: -2px;
outline: none!important;
}
.no-mar{
margin: 0;
}
.row{
margin:0;
padding: 0;
/*height: 100%;*/
}
.no-pad{
padding: 0;
}
.left{
float: left;
}
.right{
float: right;
}
.container-fluid {
height: 2500px;
background: rgb(199, 0, 239);
}
.left-panel{
background-color: #fcfcfc;
height: 100%;
}
.right-panel{
}
.full-height{
height: 100%;
}
.full-width{
width: 100%;
}
.nav-anchor{
color: #424040;
text-decoration: none;
}
.nav-anchor:hover{
color: whitesmoke;
text-decoration: none;
}
.nav-anchor h4{
margin: 0px;
padding: 10px;
}
.nav-anchor h4:hover{
cursor: pointer;
background-color: #9E9E9E;
}
.nav-container{
/*background-color: blue;*/
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
background-color: #83878b;
}
.active-table{
background-color: #9E9E9E;
}
.feature-review{
position: relative;
padding: 7px 13PX;
display: flex;
cursor: pointer;
/* height: 65px; */
}
.feature-left{
width:35%;
}
.feature-right{
width: 65%;
padding: 0px 10px;
/* padding-top: 0; */
/*background: white;*/
}
.rr{
height: 70px;
}
.rating-meter{
position: absolute;
top: 10px;
left: 15px;
background-color: rgba(0, 0, 0, 0.47);
color: white;
padding: 5px 10px;
width: 48px;
font-size: 17px;
font-weight: 800;
}
.font-12{
font-size: 12px;
}
.header{
background-color: rgba(23, 20, 20, 0.59);
}
.container {
/*width: 1360px;*/
/*width: 1400px;*/
width: 100%;
}
.center{
text-align: center;
}
.header-img{
position: relative;
}
.review-box{
padding-bottom:10px;
margin-bottom: 10px;
/*border-bottom:1px solid black;*/
}
.header-text{
position: absolute;
top: 300px;
left: 450px;
}
.home-search{
height: 40px;
width: 400px;
}
.home-submit{
height: 40px;
width: 120px;
background-color: rgb(233, 177, 26);
border: none;
}
.white{
color: white;
}
.mybtn{
visibility: visible;
-webkit-transform: translateX(0) scale(1);
opacity: 1;transform: translateX(0) scale(1);
opacity: 1;-webkit-transition: all 0.4s ease-in-out 0s,
-webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
transition: all 0.4s ease-in-out 0s,
transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s;
}
.left{
text-align: left;
}
.btn-fb{
visibility: visible,
-webkit-transform: translateX(0) scale(1),
opacity: 1;transform: translateX(0) scale(1),
opacity: 1;-webkit-transition: all 0.4s ease-in-out 0s,
-webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
transition: all 0.4s ease-in-out 0s,
transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s
}
.btn-google{
visibility: visible,
-webkit-transform: translateX(0) scale(1),
opacity: 1,
transform: translateX(0) scale(1),
opacity: 1,
-webkit-transition: all 0.4s ease-in-out 0s,
-webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
transition: all 0.4s ease-in-out 0s,
transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s,
opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0.5s
}
.post-inner:hover{
cursor: pointer;
}
.user-rating-box{
float: right;
/*position: absolute;
top: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.05);
color: #6f6e6e;
padding: 15px;
width: 100%;
text-align: right;*/
}
.cat-div{
position: relative;
height: 205px;
cursor: pointer;
padding: 5px;
}
.cat-heading{
margin: 8px 0;
background-color: rgba(117, 115, 115, 0.45);
padding: 10px 5px;
text-transform: uppercase;
color: white;
font-weight: 700;
color: center;
position: absolute;
bottom: 0;
width: 97%;
}
.product-count{
background-color: #9a9894;
color: white;
padding: 5px;
}
.filter{
margin: 0px;
padding: 10px;
font-size: 20px;
background-color: #828282;
color: white;
}
.product-inner{
padding: 10px;
border: 1px solid #c7c2c2;
}
.product-box{
height: 320px;
}
.active-star{
color: yellow;
}
.product-div{
padding: 5px;
/*border: 1px solid black;*/
}
.product-img-div{
/*width: 300px;*/
height: 200px;
}
.review-title{
font-size: 16px;
}
.post-entry p{
height: 85px;
overflow: hidden;
}
.review-box{
/*padding: 10px;*/
/*border: 1px solid black;*/
}
.product-info{
position: relative;
/*padding: 0;*/
}
.product-title{
background-color: rgba(0, 0, 0, 0.45);
color: white;
position: absolute;
bottom: 0;
margin: 0;
padding: 15px;
width: 95.5%;
}
.review-container{
margin-bottom: 20px;
position: relative;
padding: 15px;
border: 1px solid #ccc;
}
.comment-box{
margin-bottom: 15px;
padding: 10px;
border-bottom: 1px solid #b5b0b0;
/* border-radius: 5px; */
/*border-radius: 5px;*/
}
.user-rating-box i{
font-size: 25px;
}
.comment-text{
margin-top: 10px;
}
.index-img-div{
height: 260px;
}
.average-rating{
background-color: rgba(0, 0, 0, 0.48);
position: absolute;
right: 15px;
padding: 15px;
color: white;
}
.average-rating i{
font-size: 35px;
}
.find{
color: #f5f2f2;
margin-bottom:5px;
font-weight: 700;
}
.home-comment-box{
height: 40px;
overflow: hidden;
}
.recent-header{
margin: 0px;
margin-bottom: 10px;
padding: 10px;
font-size: 20px;
background-color: rgba(0,0,0,.075);
color: gray;
}
.month{
font-size: 12px;
margin-top: 4px;
}
.recent-activity-img-div{
height: 300px;
}
.notification{
font-size: 35px;
top: 22px;
position: absolute;
cursor: pointer;
}
.notification-box{
width: 400px;
position: absolute;
height: 400px;
background-color: rgba(0, 0, 0, 0.77);
color: white;
display: none;
}
.notification-inner-box{
border-bottom: 1px solid rgba(255, 255, 255, 0.45);
height: 100px;
padding: 10px;
cursor: pointer;
}
.reply{
cursor: pointer;
}
.time{
float: right;
font-size: 12px;
}
.rev-title{
background-color: rgb(243, 243, 243);
padding: 10px;
}
.rev-desc{
padding: 10px 0;
}
.cust-input{
background-color: transparent;
border:none;
border-bottom: 1px solid white;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
/*width:5px;*/
color:transparent;
cursor:pointer;
border-radius:0;
color: white;
}
.form-control:focus{
border-color: none;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.cust-button{
width: 100px;
border: none;
border-radius: 0;
background-color: #28a528;
color: white;
}
.form-control:focus{
border: none;
border-bottom: 1px solid white;
outline: 0;
box-shadow: none;
}
.user-panel{
text-align: center;
padding: 20px 10px;
}
.skin-blue .main-header .logo {
/*background-color: #367fa9;*/
color: black;
border-bottom: 0 solid transparent;
background-color: white;
}
.skin-blue .main-header .navbar {
background-color: #ffffff;
}
.content-header{
text-align: center;
}
#exTab1{
background: white;
border: 1px solid rgba(175, 174, 174, 0.57);
padding: 0;
}
#exTab1 .tab-content {
color: #4a4a4a;
background-color: white;
padding: 5px 15px;
/*width: 97%;*/
}
#exTab2 h3 {
color : white;
background-color: #428bca;
padding : 5px 15px;
}
/* remove border radius for the tab */
#exTab1 .nav-pills > li > a {
border-radius: 0;
}
/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills > li > a {
border-radius: 4px 4px 0 0 ;
}
#exTab3 .tab-content {
color : white;
background-color: #428bca;
padding : 5px 15px;
}
.nav-pills>li {
width: 25%;
border-right: solid 0.1px #1a6470;
margin: 0 !important;
}
.nav {
border: solid 0.1px #1a6470;
text-align: center;
}
.font18{
font-size: 18px;
}
.box{
width: 100%;
padding: 45px;
background-color: white;
}
.center{
text-align: center;
}
.circle-slider{
border-radius: 50%;
width: 400px;
height: 400px!important;
}
.deal-box-left{
position: absolute;
border: 1px solid #e4a05a;
/* margin-left: 30px; */
height: 180px;
}
.deal-box-right{
position: relative;
border:1px solid #e4a05a;
margin-right: 30px;
height: 180px;
}
.left-deal + p{
position: absolute;
bottom: 0;
right: 25px;
border-top: 1px solid black;
}
.right-deal + p{
position: absolute;
/* bottom: 0; */
left: 10px;
border-top: 1px solid black;
}
.circle-deal-left{
position: absolute;
border-radius: 50%;
width: 300px;
height: 300px!important;
left: -80px;
/* left: -85px; */
top: -50px;
z-index: 9;
}
.left-deal{
padding: 0 25px 0px 150px;
text-align: right;
}
.view-all{
border-radius: 25px;
height: 40px;
width: 190px;
background-color: white;
border: 2px solid #1a6470;
color: #1a6470;
font-weight: 500;
}
.circle-deal-right{
position: absolute;
border-radius: 50%;
width: 300px;
height: 300px!important;
/* left: -80px; */
right: -130px;
top: -45px;
z-index: 9;
}
.right-deal{
padding: 0 150px 0px 10px;
text-align: left;
}
.right-deal h3{
border-bottom: 1px solid black;
}
.left-deal h3{
border-bottom: 1px solid black;
}
.ad-space{
background-color: silver;
height: 200px;
border-radius: 10px;
}
.color-green{
background-color: #30b682;
}
.color-orange{
background-color: #ff6308;
}
.color-red{
background-color: #f16f61;
}
.radius50{
position: relative;
/*border: 1px solid black;*/
width: 375px!important;
height: 375px!important;
border-radius: 50%;
text-align: center;
z-index: 1;
}
/*.connect-circle{
position: absolute;
bottom: 0;
color: white;
width: 120px;
height: 120px;
border-radius: 50%;
background-color: red;
}*/
.color-lightred{
background-color:rgba(233, 84, 71, 0.8);
}
.right0{
right: 0;
}
.small-circle{
position: absolute;
bottom: 0;
color: white;
width: 100px;
height: 100px;
border-radius: 50%;
}
.small-circle-inner{
text-align: center;
margin-top: 40%;
/* position: absolute; */
/* margin: 40% 5%; */
}
.view-all-circle{
position: absolute;
bottom: 0;
right: 0;
color: white;
width: 120px;
height: 120px;
border-radius: 50%;
background-color: orange;
}
.invite-circle{
position: absolute;
bottom: 0;
left: 0;
color: white;
width: 150px;
height: 150px;
border-radius: 50%;
background-color: #22d0d0;
}
.btn{
width: 70%;
height: 40px;
border-radius: 5px;
margin: 7px;
}
.text-right{
text-align: right;
}
.best-advisor-inner{
padding: 8% 0 0;
/* position: absolute; */
/* left: 110px; */
color: white;
/* top: 20px; */
}
.recent-calls-inner{
padding: 8% 0 0;
/* position: absolute; */
/* left: 110px; */
color: white;
/* top: 20px; */
}
.choose-advisor-inner{
padding: 12% 0 0;
/* position: absolute; */
/* left: 65px; */
color: white;
/* top: 45px; */
}
.your-advisor-inner{
padding: 8% 0 0;
/* left: 110px; */
color: white;
/* top: 20px; */
}
.training-inner{
padding: 15% 0 0;
/* left: 110px; */
color: white;
/* top: 20px; */
}
.invite-advisor-inner{
padding: 8% 0 0;
/* left: 110px; */
color: white;
/* top: 20px; */
}
.circle-view-all{
position: absolute;
margin: 40% 2%;
width: 100%;
}
.circle-invite{
position: absolute;
top: 35px;
left: 35px;
}
.circle-connect{
position: absolute;
margin: 40% 5%;
}
#owl-demo .item img{
display: block;
width: 100%;
height: auto;
}
.owl-carousel {
padding: 10%;
}
.profile{
width: 100px!important;
height: 100px!important;
border-radius: 50%;
}
.left{
float: left;
}
.right{
float: right;
}
.pad-right-15{
padding: 0 15px;
}
.cust-dropdown{
background: none;
color: white;
padding: 15px;
border: 1px solid white;
border-radius: 10px;
width: 180px;
}
.owl-buttons{
display: none;
}
.connect-courocel{
top: 100px;
}
.invite-input{
background: none;
border: none;
border-bottom: 1px solid white;
}
.get-trained-circle{
position: absolute;
top: 0;
color: white;
width: 150px;
height: 150px;
border-radius: 50%;
background-color: orange;
left: -40px;
}
.pad60{
padding: 60px;
}
.expert-box{
position: absolute;
top: 0;
width: 100%;
height: 200px;
background-color: black;
}
canvas{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#chartjs-tooltip {
opacity: 1;
position: absolute;
background: rgba(0, 0, 0, .7);
color: white;
border-radius: 3px;
-webkit-transition: all .1s ease;
transition: all .1s ease;
pointer-events: none;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.chartjs-tooltip-key {
display: inline-block;
width: 10px;
height: 10px;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
background-color: #505252;
padding: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
border-top-color: #1a6470;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff;
background-color: #1a6470;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
color: #fff;
background: #505252;
border-left-color: #f16f61;
}
.skin-blue .main-header .logo:hover {
background-color: white;
}
.sidebar-menu>li>a {
padding: 12px 5px 12px 5px;
display: block;
}
.padlf5{
padding: 0 5px;
}
.treeview a img{
width:15%;
}
.no-mar{
margin:0;
}
.right-icons{
display: flex;
top: 7px;
position: absolute;
right: 30%;
}
.right-icons img{
margin:5px;
}
.monitor{
padding: 10px 19%;
}
.btn.focus, .btn:focus, .btn:hover {
color: #fff;
text-decoration: none;
}
.color-maroon{
background-color: #1a6470;
}
.color-darkgreen{
background-color: #149793;
}
.color-yellow{
background-color: #f9a943;
}
.mar5{
margin: 5px;
}
.pick{
text-align: center;
padding: 0 18%;
}
.big-circle{
}
.small-circle{
}
.call-btn{
background: transparent;
border: 1px solid white;
border-radius: 20px;
width: 85px;
}
.user-name p{
margin: 10px 0px 0;
color: white;
}
.know-pad{
padding: 2% 4%;
}
.color-lightmaroon{
background-color: rgb(59, 136, 148);
}
.color-offwhite{
background-color: rgba(210, 214, 222, 0.64);
}
.upleft0{
position: absolute;
top: 0;
}
.color-black{
background-color: #3c3f44;
}
.add-space{
background-color: #c2c2c2;
border-radius: 20px;
color: white;
}
.search-input{
background: transparent;
border: 1px solid black;
border-radius: 15px;
width: 240px;
padding: 5px 10px;
}
.sensex-box{
background-color: white;
margin: 15px 0;
padding: 10px;
color: black;
text-align: left;
padding-left: 20%;
}
.child-sensex{
margin: 0;
margin-top: 5px;
margin-left: 5px;
}
.fontred{
color: red;
}
.fontgreen{
color: green;
}
.pad-10-0{
padding: 10% 0;
}
.pad5per{
padding: 10% 13%;
}
.training-mar-top{
margin-top: 25%;
}
.expert-div{
border: 1px solid orange;
position: absolute;
top: 49px;
right: 8px;
padding: 10px;
height: 265px;
width: 80%;
padding-left: 30%;
}
.color-lightorange{
background-color: rgba(255, 99, 8, 0.74);
}
.color-lightblack{
background-color: rgba(0,0,0,0.5);
}
.owl-theme .owl-controls .owl-page span {
background: #ffffff;
}
.deal{
border: 1px solid orange;
width: 100%;
height: 175px;
/* background-color: blue; */
}
.tataheading{
margin: 5px 10px;
float: right;
}
.tatainnertext{
border-top: 1px solid black;
text-align: right;
padding: 5px 10px 5px 141px;
float: right;
border-bottom: 1px solid black;
font-size: 12px;
}
.tatafooter{
float: right;
margin: 0 10px;
}
.lodhaheading{
margin: 5px 10px;
float: left;
}
.lodhainnertext{
border-top: 1px solid black;
text-align: left;
padding: 5px 130px 5px 10px;
float: right;
border-bottom: 1px solid black;
font-size: 12px;
}
.lodhafooter{
float: left;
margin: 0 10px;
}
.textblack{
color: black!important;
}
.left-deal-small-circle{
position: absolute;
top: 105px;
color: white;
width: 100px;
height: 100px;
border-radius: 50%;
left: -45px;
z-index: 9;
}
.right-deal-small-circle{
position: absolute;
top: 105px;
color: white;
width: 100px;
height: 100px;
border-radius: 50%;
right: -85px;
z-index: 9;
}
.slider-tick.in-selection {
background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
background-image: linear-gradient(to bottom, #f16f61 0%, #f16f61 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
opacity: 1;
border: 1px solid white;
}
.slider-handle {
position: absolute;
top: 0;
width: 20px;
height: 20px;
background-color: #f16f61;
background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
background-image: linear-gradient(to bottom, #f16f61 0%, #f16f61 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
filter: none;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
border: 1px solid white;
}
.slider-selection.tick-slider-selection {
background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
background-image: linear-gradient(to bottom, #999 0%, #999 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-tick {
position: absolute;
width: 20px;
height: 20px;
background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
filter: none;
opacity: 0.8;
border: 1px solid #f16f61;
}
.slider-track-low, .slider-track-high {
position: absolute;
background: #d2d6de;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
.text-orange{
color: orange;
}
.slider-tick-label{
color: #f16f61;
}
.slider.slider-horizontal {
width: 62%;
height: 20px;
font-size: 14px;
margin-right: 30px;
}
.slider-horizontal{
margin-bottom: 35px!important;
}
.click:hover{
cursor: pointer;
}
.cust-btn{
background: none;
border: 2px solid #103310;
border-radius: 20px;
padding: 5px;
color: #103310;
width: 60%;
}
.cust_text{
background: none;
border: none;
border-bottom: 1px solid black;
}
.mar-bot-3per{
margin-bottom: 3%;
}
/*.highcharts-background{
fill:white;
}
*/
.main-header{
background-color: white;
/*height: 50px;*/
width: 100%;
}
.right-icons img {
margin: 5px;
width: 30%;
height: 30%;
}
.nav-icon{
position: absolute;
top: 6px;
right: 6px;
border-radius: 50%;
height: 40px;
width: 40px;
background: #ff2900!important;
}
.logo{
padding: 0!important;
}
.main-header .sidebar-toggle {
float: left;
background-color: transparent;
background-image: none;
padding: 5px 10px;
font-family: fontAwesome;
font-size: 23px;
}
h1{
font-size: 20px;
}
h3{
font-size: 18px;
}
.content-header {
position: relative;
padding: 30px 15px 0 15px;
}
|
javadoc/src-html/com/restfb/types/ads/ProductItemCommerceInsights.html | restfb/restfb.github.io | <!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>Source code</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="source: package: com.restfb.types.ads, class: ProductItemCommerceInsights">
<meta name="generator" content="javadoc/SourceToHTMLConverter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body class="source-page">
<main role="main">
<div class="source-container">
<pre><span class="source-line-no">001</span><span id="line-1">// Generated by delombok at Mon Feb 14 17:40:58 CET 2022</span>
<span class="source-line-no">002</span><span id="line-2">/*</span>
<span class="source-line-no">003</span><span id="line-3"> * Copyright (c) 2010-2022 Mark Allen, Norbert Bartels.</span>
<span class="source-line-no">004</span><span id="line-4"> *</span>
<span class="source-line-no">005</span><span id="line-5"> * Permission is hereby granted, free of charge, to any person obtaining a copy</span>
<span class="source-line-no">006</span><span id="line-6"> * of this software and associated documentation files (the "Software"), to deal</span>
<span class="source-line-no">007</span><span id="line-7"> * in the Software without restriction, including without limitation the rights</span>
<span class="source-line-no">008</span><span id="line-8"> * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span>
<span class="source-line-no">009</span><span id="line-9"> * copies of the Software, and to permit persons to whom the Software is</span>
<span class="source-line-no">010</span><span id="line-10"> * furnished to do so, subject to the following conditions:</span>
<span class="source-line-no">011</span><span id="line-11"> *</span>
<span class="source-line-no">012</span><span id="line-12"> * The above copyright notice and this permission notice shall be included in</span>
<span class="source-line-no">013</span><span id="line-13"> * all copies or substantial portions of the Software.</span>
<span class="source-line-no">014</span><span id="line-14"> *</span>
<span class="source-line-no">015</span><span id="line-15"> * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
<span class="source-line-no">016</span><span id="line-16"> * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
<span class="source-line-no">017</span><span id="line-17"> * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
<span class="source-line-no">018</span><span id="line-18"> * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
<span class="source-line-no">019</span><span id="line-19"> * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span>
<span class="source-line-no">020</span><span id="line-20"> * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN</span>
<span class="source-line-no">021</span><span id="line-21"> * THE SOFTWARE.</span>
<span class="source-line-no">022</span><span id="line-22"> */</span>
<span class="source-line-no">023</span><span id="line-23">package com.restfb.types.ads;</span>
<span class="source-line-no">024</span><span id="line-24"></span>
<span class="source-line-no">025</span><span id="line-25">import com.restfb.Facebook;</span>
<span class="source-line-no">026</span><span id="line-26">import com.restfb.types.AbstractFacebookType;</span>
<span class="source-line-no">027</span><span id="line-27"></span>
<span class="source-line-no">028</span><span id="line-28">public class ProductItemCommerceInsights extends AbstractFacebookType {</span>
<span class="source-line-no">029</span><span id="line-29"> @Facebook("message_sends")</span>
<span class="source-line-no">030</span><span id="line-30"> private Long messageSends;</span>
<span class="source-line-no">031</span><span id="line-31"> @Facebook("organic_impressions")</span>
<span class="source-line-no">032</span><span id="line-32"> private Long organicImpressions;</span>
<span class="source-line-no">033</span><span id="line-33"> @Facebook("paid_impressions")</span>
<span class="source-line-no">034</span><span id="line-34"> private Long paidImpressions;</span>
<span class="source-line-no">035</span><span id="line-35"></span>
<span class="source-line-no">036</span><span id="line-36"> @java.lang.SuppressWarnings("all")</span>
<span class="source-line-no">037</span><span id="line-37"> public Long getMessageSends() {</span>
<span class="source-line-no">038</span><span id="line-38"> return this.messageSends;</span>
<span class="source-line-no">039</span><span id="line-39"> }</span>
<span class="source-line-no">040</span><span id="line-40"></span>
<span class="source-line-no">041</span><span id="line-41"> @java.lang.SuppressWarnings("all")</span>
<span class="source-line-no">042</span><span id="line-42"> public void setMessageSends(final Long messageSends) {</span>
<span class="source-line-no">043</span><span id="line-43"> this.messageSends = messageSends;</span>
<span class="source-line-no">044</span><span id="line-44"> }</span>
<span class="source-line-no">045</span><span id="line-45"></span>
<span class="source-line-no">046</span><span id="line-46"> @java.lang.SuppressWarnings("all")</span>
<span class="source-line-no">047</span><span id="line-47"> public Long getOrganicImpressions() {</span>
<span class="source-line-no">048</span><span id="line-48"> return this.organicImpressions;</span>
<span class="source-line-no">049</span><span id="line-49"> }</span>
<span class="source-line-no">050</span><span id="line-50"></span>
<span class="source-line-no">051</span><span id="line-51"> @java.lang.SuppressWarnings("all")</span>
<span class="source-line-no">052</span><span id="line-52"> public void setOrganicImpressions(final Long organicImpressions) {</span>
<span class="source-line-no">053</span><span id="line-53"> this.organicImpressions = organicImpressions;</span>
<span class="source-line-no">054</span><span id="line-54"> }</span>
<span class="source-line-no">055</span><span id="line-55"></span>
<span class="source-line-no">056</span><span id="line-56"> @java.lang.SuppressWarnings("all")</span>
<span class="source-line-no">057</span><span id="line-57"> public Long getPaidImpressions() {</span>
<span class="source-line-no">058</span><span id="line-58"> return this.paidImpressions;</span>
<span class="source-line-no">059</span><span id="line-59"> }</span>
<span class="source-line-no">060</span><span id="line-60"></span>
<span class="source-line-no">061</span><span id="line-61"> @java.lang.SuppressWarnings("all")</span>
<span class="source-line-no">062</span><span id="line-62"> public void setPaidImpressions(final Long paidImpressions) {</span>
<span class="source-line-no">063</span><span id="line-63"> this.paidImpressions = paidImpressions;</span>
<span class="source-line-no">064</span><span id="line-64"> }</span>
<span class="source-line-no">065</span><span id="line-65">}</span>
</pre>
</div>
</main>
</body>
</html>
|
_site/tag/z-value/index.html | carlvlewis/carlvlewis.github.io | <!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.5.0 by Michael Rose
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin SEO -->
<title>Z-value - carlvlew.is</title>
<meta name="description" content="">
<meta name="author" content="Carl V. Lewis">
<meta property="og:locale" content="en">
<meta property="og:site_name" content="carlvlew.is">
<meta property="og:title" content="z-value">
<link rel="canonical" href="http://localhost:4000/tag/z-value/">
<meta property="og:url" content="http://localhost:4000/tag/z-value/">
<meta name="twitter:site" content="@carlvlewis">
<meta name="twitter:title" content="z-value">
<meta name="twitter:description" content="">
<meta name="twitter:url" content="http://localhost:4000/tag/z-value/">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@Carl V. Lewis">
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "@carlvlewis",
"url" : "http://localhost:4000",
"sameAs" : null
}
</script>
<!-- end SEO -->
<link href="http://localhost:4000/feed.xml" type="application/atom+xml" rel="alternate" title="carlvlew.is Feed">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="http://localhost:4000/assets/css/main.css">
<!--[if lte IE 9]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<meta http-equiv="cleartype" content="on">
<!-- start custom head snippets -->
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7917556/6301972/css/fonts.css" />
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-102583563-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-102583563-1');
</script>
<!-- insert favicons. use http://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--tags">
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="http://localhost:4000/">carlvlew.is</a>
<ul class="visible-links">
<li class="masthead__menu-item"><a href="http://localhost:4000/about/">About</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/reporting/">News Writing</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/portfolio/">Portfolio</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/testimonials/">Testimonials</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/resources/">Resources</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/research/">Research</a></li>
<li class="masthead__menu-item"><a href="http://cv.carlvlewis.net">CV</a></li>
<li class="masthead__menu-item"><a href="http://localhost:4000/other-projects/">Other Projects</a></li>
</ul>
<button><div class="navicon"></div></button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="http://schema.org/Person">
<div class="author__avatar">
<img src="http://cvlassets.s3.amazonaws.com/1697569.jpg" alt="Carl V. Lewis" itemprop="image">
</div>
<div class="author__content">
<h3 class="author__name" itemprop="name">Carl V. Lewis</h3>
<p class="author__bio" itemprop="description">
data visualization, civic-tech, digital humanities, media futurism.
</p>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
<li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place">
<i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">38.627003, -90.1999</span>
</li>
<li>
<a href="mailto:hello@carlvlew.is">
<meta itemprop="email" content="hello@carlvlew.is" />
<i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> Email
</a>
</li>
<li>
<a href="https://keybase.io/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-key" aria-hidden="true"></i> Keybase
</a>
</li>
<li>
<a href="https://github.com/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub
</a>
</li>
<li>
<a href="https://twitter.com/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter
</a>
</li>
<li>
<a href="https://plus.google.com/+carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-google-plus-square" aria-hidden="true"></i> Google+
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-linkedin-square" aria-hidden="true"></i> LinkedIn
</a>
</li>
<li>
<a href="https://quora.com/profile/carl-v-lewis-1" itemprop="sameAs">
<i class="fa fa-fw fa-quora" aria-hidden="true"></i> Quora
</a>
</li>
<li>
<a href="https://opendata.stackexchange.com/users/14970/carl-v-lewis" itemprop="sameAs">
<i class="fa fa-fw fa-stack-exchange" aria-hidden="true"></i> StackExchange
</a>
</li>
<li>
<a href="https://www.codepen.io/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-codepen" aria-hidden="true"></i> Codepen
</a>
</li>
<li>
<a href="https://instagram.com/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-instagram" aria-hidden="true"></i> Instagram
</a>
</li>
<li>
<a href="https://www.pinterest.com/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-pinterest" aria-hidden="true"></i> Pinterest
</a>
</li>
<li>
<a href="https://bl.ocks.org/carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-cubes" aria-hidden="true"></i> Bl.ocks
</a></li>
<li>
<a href="https://meetup.com/opensavannah" itemprop="sameAs">
<i class="fa fa-fw fa-meetup" aria-hidden="true"></i> Meetup
</a></li>
<li>
<a href="https://slideshare.com/opensavannah" itemprop="sameAs">
<i class="fa fa-fw fa-slideshare" aria-hidden="true"></i> Slideshare
</a></li>
<li>
<a href="https://medium.com/@carlvlewis" itemprop="sameAs">
<i class="fa fa-fw fa-medium" aria-hidden="true"></i> Medium
</a></li>
</ul>
</div>
</div>
</div>
<div class="archive">
<h1 class="page__title">z-value</h1>
<h3 class="archive__subtitle">Recent Posts</h3>
<div class="list__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
<h2 class="archive__item-title" itemprop="headline">
<a href="http://localhost:4000/why-calculus-matters-when-it-comes-to-data-driven-stories/" rel="permalink">Why calculus matters when it comes to data-driven stories
</a>
</h2>
<p class="page__meta">
<span><i class="fa fa-clock-o" aria-hidden="true"></i>
7 minute read
</span>,
Posted on
<span>April 17, 2012</span>,
by <span>Carl V. Lewis</span>
</p>
<p class="archive__item-excerpt" itemprop="description">
A quick refresher from my data visualization professor here at Columbia a couple of weeks ago reminded me why I was forced to spend all those grueling hours calculating standard deviation back in high school. See, when you’re using a data set to tell a story, the first step is to understand what that data says. And to do that, you’ve got to have a good idea of the range and variation of the values...
</p>
</article>
</div>
</div>
</div>
<div class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>Follow:</strong></li>
<li><a href="https://twitter.com/carlvlewis"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
<li><a href="http://github.com/carlvlewis"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="http://localhost:4000/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2019 @carlvlewis. Powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="http://localhost:4000/assets/js/main.min.js"></script>
</body>
</html>
|
_src/assets/icons.html | Darklg/KevinRocher | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>icons</title>
<style>
body {
margin:0;
padding:10px 20px;
background:#fff;
color:#222;
}
h1, div, footer {
font-family:"Helvetica Neue", Arial, sans-serif;
}
h1 {
margin:0 0 20px;
font-size:32px;
font-weight:normal;
}
.icons {
margin-bottom:40px;
-webkit-column-count:5;
-moz-column-count:5;
column-count:5;
-webkit-column-gap:20px;
-moz-column-gap:20px;
column-gap:20px;
}
.icons__item,
.icons__item i {
line-height:2em;
cursor:pointer;
overflow:hidden;
}
.icons__item:hover {
color:#3c90be;
}
.icons__item i {
display:inline-block;
width:32px;
text-align:center;
}
.icons__item:hover i {
-webkit-transform:scale(1.5);
transform:scale(1.5);
}
footer {
margin-top:40px;
font-size:14px;
color:#999;
}
/* Generated by grunt-webfont */
@font-face {
font-family:"icons";
src:url("../../../fonts/icons/icons.eot?de32f8de2d41ab3031efdf48131733f1");
src:url("../../../fonts/icons/icons.eot?#iefix") format("embedded-opentype"),
url("../../../fonts/icons/icons.woff2?de32f8de2d41ab3031efdf48131733f1") format("woff2"),
url("../../../fonts/icons/icons.woff?de32f8de2d41ab3031efdf48131733f1") format("woff"),
url("../../../fonts/icons/icons.ttf?de32f8de2d41ab3031efdf48131733f1") format("truetype"),
url("../../../fonts/icons/icons.svg?de32f8de2d41ab3031efdf48131733f1#icons") format("svg");
font-weight:normal;
font-style:normal;
}
.icon {
font-family:"icons";
display:inline-block;
vertical-align:middle;
line-height:1;
font-weight:normal;
font-style:normal;
speak:none;
text-decoration:inherit;
text-transform:none;
text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
/* Icons */
.icon_blog:before {
content:"\f101";
}
.icon_chain:before {
content:"\f102";
}
.icon_github:before {
content:"\f103";
}
.icon_instagram:before {
content:"\f104";
}
.icon_linkedin:before {
content:"\f105";
}
.icon_lock:before {
content:"\f106";
}
.icon_magento:before {
content:"\f107";
}
.icon_tools:before {
content:"\f108";
}
.icon_twitter:before {
content:"\f109";
}
.icon_wordpress:before {
content:"\f10a";
}
</style>
</head>
<body>
<h1>icons</h1>
<div class="icons" id="icons">
<div class="icons__item" data-name="blog"><i class="icon icon_blog"></i> icon_blog</div>
<div class="icons__item" data-name="chain"><i class="icon icon_chain"></i> icon_chain</div>
<div class="icons__item" data-name="github"><i class="icon icon_github"></i> icon_github</div>
<div class="icons__item" data-name="instagram"><i class="icon icon_instagram"></i> icon_instagram</div>
<div class="icons__item" data-name="linkedin"><i class="icon icon_linkedin"></i> icon_linkedin</div>
<div class="icons__item" data-name="lock"><i class="icon icon_lock"></i> icon_lock</div>
<div class="icons__item" data-name="magento"><i class="icon icon_magento"></i> icon_magento</div>
<div class="icons__item" data-name="tools"><i class="icon icon_tools"></i> icon_tools</div>
<div class="icons__item" data-name="twitter"><i class="icon icon_twitter"></i> icon_twitter</div>
<div class="icons__item" data-name="wordpress"><i class="icon icon_wordpress"></i> icon_wordpress</div>
</div>
<h1>Usage</h1>
<pre><code><i class="icon icon_<span id="name">name</span>"></i></code></pre>
<footer>Generated by <a href="https://github.com/sapegin/grunt-webfont">grunt-webfont</a>.</footer>
<script>
(function() {
document.getElementById('icons').onclick = function(e) {
e = e || window.event;
var name = e.target.getAttribute('data-name') || e.target.parentNode.getAttribute('data-name');
document.getElementById('name').innerHTML = name;
}
})();
</script>
</body>
</html>
|
kona3admin/template/admin_user.html | kujirahand/konawiki3 | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Setup Admin User</title>
<style>
body {
font-size: 1em;
background-color: #e0e0e0;
line-height: 1.5em;
color: black;
}
h1 {
background-color: blue;
color: white;
margin: 0;
padding: 0.3em;
}
input {
font-size: 1.5em;
padding: 0.3em;
width: 20em;
}
.userform {
padding: 1em;
}
</style>
</head>
<body>
<form method='POST'>
<input type='hidden' name='q' value='save'>
<h1>KonaWiki3 : Setup Admin User</h1>
<div class="userform">
User ID:<br>
<input type='text' name='userid' value='admin@example.com'><br>
Password:<br>
<input type='password' name='pw' value=''><br>
Password (confirm):<br>
<input type='password' name='pw2' value=''><br>
<br>
<input type='submit' value='Save'>
</div>
</form>
<body>
</html>
|
04.HTML/01.HTMLFundamentals/02.NestedLists/NestedLists.html | zvet80/TelerikAcademyHomework | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> listsNested</title>
</head>
<body>
<p>Preceding Text</p>
<ol type="I">
<li>List item 1
<ol type="a">
<li>Nested item 1.1</li>
<li>Nested item 1.2</li>
</ol>
</li>
<li>List item 2
<ol type="1">
<li>Nested item 2.1</li>
<li>Nested item 2.2
<ul type="circle">
<li>Nested item 2.2.1</li>
<li> Nested item 2.2.2
<ul type="square">
<li>Nested item 2.2.2.1</li>
<li>Nested item 2.2.2.2</li>
</ul>
</li>
<li>Nested item 2.2.3</li>
</ul>
<ul></ul>
</li>
<li>Nested item 2.3</li>
</ol>
</li>
<li>List item 3
<ul type="square">
<li>Nested item 3.1</li>
<li>Nested item 3.2</li>
<li>Nested item 3.3</li>
</ul>
</li>
</ol>
</body>
</html>
|
JS-Applications/03-ConsumingWebServices/02-TwitterAPI/index.html | RadoChervenkov/Telerik-Academy | <!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="styles/styles.css"/>
<script src="scripts/twitterFetcher.js"></script>
</head>
<body>
<h1>Refresh a few times if you don't see anything. It happens sometimes.</h1>
<div id="twitter-container"></div>
<script>
var twitterData = (function () {
twitterFetcher.fetch('493847534884749315', 'twitter-container', 100, true, true, true);
}());
</script>
</body>
</html>
|
django_summernote/templates/django_summernote/widget_iframe_editor.html | summernote/django-summernote | <!DOCTYPE html>
<html>
<head>
<title>django-summernote frame</title>
{% for url in css %}
<link href="{{ url }}" rel="stylesheet">{% endfor %}
{% for url in js %}
<script src="{{ url }}"></script>{% endfor %}
<style>
html, body {
margin: 0;
}
.note-editor {
margin-bottom: 0;
}
</style>
</head>
<body>
<div id="summernote"></div>
</body>
{% include "django_summernote/widget_common.html" with iframe=True %}
<script>
initSummernote_{{ id_safe }}();
</script>
</html>
|
app/src/app/guest/home/home.tpl.html | xiphiaz/profile-swiper | <div layout="column" id="home">
<div layout="column" id="profile-list">
<md-toolbar>
<div class="md-toolbar-tools">
<h2 class="md-flex">Profiles</h2>
</div>
</md-toolbar>
<md-content flex layout-padding>
<div ng-repeat="profile in HomeController.profiles | orderBy:'-'" class="profile-status">
<md-icon class="approved" ng-if="profile.approved === true">thumb_up</md-icon>
<md-icon class="rejected" ng-if="profile.approved === false">thumb_down</md-icon>
<md-icon class="pending" ng-if="profile.approved === null">hourglass_empty</md-icon>
<img class="md-card-image" ng-src="{{profile.avatar}}" alt="profile.fullName">
</div>
</md-content>
</div>
<div layout="column">
<md-toolbar class="md-warn">
<div class="md-toolbar-tools">
<h2 class="md-flex">Swiper Demo</h2>
</div>
</md-toolbar>
<profile-swiper profiles="HomeController.profiles"></profile-swiper>
</div>
</div>
|
docs/_build/html/development/supported_vensim_functions.html | bpowers/pysd |
<!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><no title> — PySD 0.3.2 documentation</title>
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="top" title="PySD 0.3.2 documentation" href="../index.html"/>
<script src="_static/js/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="icon icon-home"> PySD
</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="../installation.html">Installation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../installation.html#installing-via-pip">Installing via pip</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation.html#installing-from-source">Installing from source</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation.html#required-dependencies">Required Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation.html#optional-dependencies">Optional Dependencies</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation.html#additional-resources">Additional Resources</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../basic_usage.html">Basic Usage</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../basic_usage.html#importing-a-model-and-getting-started">Importing a model and getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="../basic_usage.html#running-the-model">Running the Model</a></li>
<li class="toctree-l2"><a class="reference internal" href="../basic_usage.html#outputting-various-run-information">Outputting various run information</a></li>
<li class="toctree-l2"><a class="reference internal" href="../basic_usage.html#setting-parameter-values">Setting parameter values</a></li>
<li class="toctree-l2"><a class="reference internal" href="../basic_usage.html#setting-simulation-initial-conditions">Setting simulation initial conditions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../basic_usage.html#querying-current-values">Querying current values</a></li>
<li class="toctree-l2"><a class="reference internal" href="../basic_usage.html#collecting-a-history-of-returned-values">Collecting a history of returned values</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../advanced_usage.html">Advanced Usage</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../advanced_usage.html#replacing-model-components-with-more-complex-objects">Replacing model components with more complex objects</a></li>
<li class="toctree-l2"><a class="reference internal" href="../advanced_usage.html#supplying-additional-arguments-to-the-integrator">Supplying additional arguments to the integrator</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../functions.html">User Functions Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="development_index.html">Developer Documentation</a><ul>
<li class="toctree-l2"><a class="reference internal" href="about.html">About the Project</a><ul>
<li class="toctree-l3"><a class="reference internal" href="about.html#motivation-the-coming-of-age-of-big-data">Motivation: The (coming of) age of Big Data</a></li>
<li class="toctree-l3"><a class="reference internal" href="about.html#general-approaches-for-integrating-system-dynamic-models-and-data-analytics">General approaches for integrating system dynamic models and data analytics</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="contributing.html">Contributing to PySD</a><ul>
<li class="toctree-l3"><a class="reference internal" href="contributing.html#development-tools">Development Tools</a><ul>
<li class="toctree-l4"><a class="reference internal" href="contributing.html#test-suite">Test Suite</a></li>
<li class="toctree-l4"><a class="reference internal" href="contributing.html#speed-tests">Speed Tests</a></li>
<li class="toctree-l4"><a class="reference internal" href="contributing.html#profiler">Profiler</a></li>
<li class="toctree-l4"><a class="reference internal" href="contributing.html#python-linter">Python Linter</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="contributing.html#pysd-design-philosophy">PySD Design Philosophy</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="pathway.html">PySD Development Pathway</a><ul>
<li class="toctree-l3"><a class="reference internal" href="pathway.html#high-priority">High Priority</a></li>
<li class="toctree-l3"><a class="reference internal" href="pathway.html#medium-priority">Medium Priority</a></li>
<li class="toctree-l3"><a class="reference internal" href="pathway.html#low-priority">Low Priority</a></li>
<li class="toctree-l3"><a class="reference internal" href="pathway.html#not-planned">Not Planned</a></li>
<li class="toctree-l3"><a class="reference internal" href="pathway.html#ideas-for-other-projects">Ideas for Other Projects</a></li>
<li class="toctree-l3"><a class="reference internal" href="pathway.html#current-features">Current Features</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="structure.html">Structure of the PySD module</a><ul>
<li class="toctree-l3"><a class="reference internal" href="structure.html#translation">Translation</a><ul>
<li class="toctree-l4"><a class="reference internal" href="vensim_translation.html">Vensim Translation</a></li>
<li class="toctree-l4"><a class="reference internal" href="xmile_translation.html">XMILE Translation</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="structure.html#the-model-class">The model class</a></li>
<li class="toctree-l3"><a class="reference internal" href="structure.html#the-pysd-class">The PySD class</a><ul>
<li class="toctree-l4"><a class="reference internal" href="internal_functions.html">Internal Functions</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="complement.html">Complementary Projects</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">PySD</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><no title></li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/development/supported_vensim_functions.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document">
<table border="1" class="docutils">
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Vensim</th>
<th class="head">Python Translation</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>COS</td>
<td>np.cos</td>
</tr>
<tr class="row-odd"><td>EXP</td>
<td>np.exp</td>
</tr>
<tr class="row-even"><td>MIN</td>
<td>min</td>
</tr>
<tr class="row-odd"><td><=</td>
<td><=</td>
</tr>
<tr class="row-even"><td>STEP</td>
<td>self.functions.step</td>
</tr>
<tr class="row-odd"><td>PULSE</td>
<td>self.functions.pulse</td>
</tr>
<tr class="row-even"><td>POISSON</td>
<td>np.random.poisson</td>
</tr>
<tr class="row-odd"><td>EXPRND</td>
<td>np.random.exponential</td>
</tr>
<tr class="row-even"><td>SIN</td>
<td>np.sin</td>
</tr>
<tr class="row-odd"><td>>=</td>
<td>>=</td>
</tr>
<tr class="row-even"><td>IF THEN ELSE</td>
<td>self.functions.if_then_else</td>
</tr>
<tr class="row-odd"><td>LN</td>
<td>np.log</td>
</tr>
<tr class="row-even"><td>PULSE TRAIN</td>
<td>self.functions.pulse_train</td>
</tr>
<tr class="row-odd"><td>RAMP</td>
<td>self.functions.ramp</td>
</tr>
<tr class="row-even"><td>INTEGER</td>
<td>int</td>
</tr>
<tr class="row-odd"><td>TAN</td>
<td>np.tan</td>
</tr>
<tr class="row-even"><td>PI</td>
<td>np.pi</td>
</tr>
<tr class="row-odd"><td>=</td>
<td>==</td>
</tr>
<tr class="row-even"><td><</td>
<td><</td>
</tr>
<tr class="row-odd"><td>></td>
<td>></td>
</tr>
<tr class="row-even"><td>MODULO</td>
<td>np.mod</td>
</tr>
<tr class="row-odd"><td>ARCSIN</td>
<td>np.arcsin</td>
</tr>
<tr class="row-even"><td>ABS</td>
<td>abs</td>
</tr>
<tr class="row-odd"><td>^</td>
<td><a href="#id1"><span class="problematic" id="id2">**</span></a></td>
</tr>
<tr class="row-even"><td>LOGNORMAL</td>
<td>np.random.lognormal</td>
</tr>
<tr class="row-odd"><td>MAX</td>
<td>max</td>
</tr>
<tr class="row-even"><td>SQRT</td>
<td>np.sqrt</td>
</tr>
<tr class="row-odd"><td>ARCTAN</td>
<td>np.arctan</td>
</tr>
<tr class="row-even"><td>ARCCOS</td>
<td>np.arccos</td>
</tr>
<tr class="row-odd"><td>RANDOM NORMAL</td>
<td>self.functions.bounded_normal</td>
</tr>
<tr class="row-even"><td>RANDOM UNIFORM</td>
<td>np.random.rand</td>
</tr>
<tr class="row-odd"><td>DELAY1</td>
<td>Model Construction</td>
</tr>
<tr class="row-even"><td>DELAY3</td>
<td>Model Construction</td>
</tr>
<tr class="row-odd"><td>DELAY N</td>
<td>Model Construction</td>
</tr>
<tr class="row-even"><td>SMOOTH3I</td>
<td>Model Construction</td>
</tr>
<tr class="row-odd"><td>SMOOTH3</td>
<td>Model Construction</td>
</tr>
<tr class="row-even"><td>SMOOTH N</td>
<td>Model Construction</td>
</tr>
<tr class="row-odd"><td>SMOOTH</td>
<td>Model Construction</td>
</tr>
<tr class="row-even"><td>INITIAL</td>
<td>Model Construction</td>
</tr>
</tbody>
</table>
<blockquote>
<div><cite>np</cite> corresponds to the numpy package</div></blockquote>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2015, James Houghton.
</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:'0.3.2',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
};
</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="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> |
plain_web_design/canvas/index.html | maxhamulyak/jotunheim | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Flexbox Off Canvas Menu</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class='wrapper'>
<div class='sidebar'>
<div class='title'>
HEIMDALL
</div>
<ul class='nav'>
<li>
<a><i style="font: 14px fontawesome; position: absolute;top: 19px;left: 20px;" class="fa fa-th"></i>Dashboard</a>
</li>
<li>
<a>Statistics</a>
</li>
<li>
<a class='active'>Milestones</a>
</li>
<li>
<a>Experiments</a>
</li>
<li>
<a>Previews</a>
</li>
<li>
<a>Assets</a>
</li>
<li>
<a>Settings</a>
</li>
<li>
<a>Logout</a>
</li>
</ul>
</div>
<div class='content isOpen'>
<a class='button'></a>
<h1>Flexbox Off Canvas Menu</h1>
<h2>Lightweight, simple, easy to use</h2>
</div>
</div>
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="js/index.js"></script>
</body>
</html> |
src/docs/C_SIZEOF.html | daverous/vscode-fortran-support | <code>C_SIZEOF</code> — Size in bytes of an expression
<h3>Description</h3>
<code>C_SIZEOF(X)</code> calculates the number of bytes of storage the
expression <code>X</code> occupies.
<br>
<h3>Syntax</h3>
<code>N = C_SIZEOF(X)</code>
<br>
<h3>Arguments</h3>
<p><table summary=""><tbody><tr align="left"><td valign="top" width="15%"><var>X</var> </td><td valign="top" width="70%">The argument shall be an interoperable data entity.
<br></td></tr></tbody></table>
<br></p>
<h3>Return value</h3>
The return value is of type integer and of the system-dependent kind
<code>C_SIZE_T</code> (from the <code>ISO_C_BINDING</code> module). Its value is the
number of bytes occupied by the argument. If the argument has the
<code>POINTER</code> attribute, the number of bytes of the storage area pointed
to is returned. If the argument is of a derived type with <code>POINTER</code>
or <code>ALLOCATABLE</code> components, the return value does not account for
the sizes of the data pointed to by these components.
<br>
<h3>Example</h3>
<code class="smallexample" syntax="Packages/Fortran/grammars/FortranModern.sublime-syntax">
<br>use iso_c_binding
<br>integer(c_int) :: i
<br>real(c_float) :: r, s(5)
<br>print *, (c_sizeof(s)/c_sizeof(r) == 5)
<br>end</code>
<p>The example will print <code>.TRUE.</code> unless you are using a platform
where default <code>REAL</code> variables are unusually padded.
<br></p>
<h3>Standard</h3>
Fortran 2008
<br>
<h3>Class</h3>
Inquiry function of the module <code>ISO_C_BINDING</code>
<br>
<h3>See also</h3>
<a href="SIZEOF.html#SIZEOF">SIZEOF</a>, <a href="STORAGE_005fSIZE.html#STORAGE_005fSIZE">STORAGE_SIZE</a>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/19c30e10da4a71c0e679ed7d431da97bfee8ce9b001f796d373b101f2170d774.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="./1efc9ce2e8db86cc93fd9caaf6701262c9e872a162bca60cb109fbdf8bef49d9.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> |
css/mode/mode-2-header.css | iogit/silkroutefinalci | .vc_sub-menu-bg{
left:auto;
right:800px;
position: absolute;
top: 0;
width: 1920px;
z-index: -1;
background:none;
border-top: 35px solid #1D2023;
border-right: 90px solid transparent;
color: white;
display: inline-block;
font-weight: bold;
height: 0;
line-height: 56px;
padding: 10px;
text-decoration: none;
}
.vc_menu .vc_primary-menu > ul > li > a, .vc_menu .vc_primary-menu > ul > li{
border-right:none;
}
.vc_menu .vc_primary-menu > ul > li:hover > a{
background:none;
color:#EEE;
}
.header-2 .vc_sub-menu-bg,.header-3 .vc_sub-menu-bg {
top:50px;
}
.header-4 .vc_sub-menu-bg{
top:-20px;
}
.header-1 .vc_sub-menu-bg,.header-3 .vc_sub-menu-bg, .header-4 .vc_sub-menu-bg{
left:auto;
right:800px;
}
.header-2 .vc_sub-menu-bg{
left:auto;
right:750px;
} |
javadoc/3.4/org/robolectric/manifest/IntentFilterData.DataAuthority.html | robolectric/robolectric.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112-google-v7) on Fri Jul 21 13:02:31 PDT 2017 -->
<title>IntentFilterData.DataAuthority</title>
<meta name="date" content="2017-07-21">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IntentFilterData.DataAuthority";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/robolectric/manifest/IntentFilterData.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/robolectric/manifest/MetaData.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/manifest/IntentFilterData.DataAuthority.html" target="_top">Frames</a></li>
<li><a href="IntentFilterData.DataAuthority.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><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </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">org.robolectric.manifest</div>
<h2 title="Class IntentFilterData.DataAuthority" class="title">Class IntentFilterData.DataAuthority</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.robolectric.manifest.IntentFilterData.DataAuthority</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Enclosing class:</dt>
<dd><a href="../../../org/robolectric/manifest/IntentFilterData.html" title="class in org.robolectric.manifest">IntentFilterData</a></dd>
</dl>
<hr>
<br>
<pre>public static class <span class="typeNameLabel">IntentFilterData.DataAuthority</span>
extends java.lang.Object</pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/IntentFilterData.DataAuthority.html#DataAuthority-java.lang.String-java.lang.String-">DataAuthority</a></span>(java.lang.String host,
java.lang.String port)</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="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/IntentFilterData.DataAuthority.html#getHost--">getHost</a></span>()</code> </td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/robolectric/manifest/IntentFilterData.DataAuthority.html#getPort--">getPort</a></span>()</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>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="DataAuthority-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DataAuthority</h4>
<pre>public DataAuthority(java.lang.String host,
java.lang.String port)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getHost--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHost</h4>
<pre>public java.lang.String getHost()</pre>
</li>
</ul>
<a name="getPort--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getPort</h4>
<pre>public java.lang.String getPort()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript" src="../../../highlight.pack.js"></script>
<script type="text/javascript"><!--
hljs.initHighlightingOnLoad();
//--></script></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/robolectric/manifest/IntentFilterData.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../org/robolectric/manifest/MetaData.html" title="class in org.robolectric.manifest"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/robolectric/manifest/IntentFilterData.DataAuthority.html" target="_top">Frames</a></li>
<li><a href="IntentFilterData.DataAuthority.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><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </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>
|
app/components/Settings/DatabaseDropdown/react-select.css | n-riesco/plotly-database-connector | /**
* React Select
* ============
* Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
* https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
* MIT License: https://github.com/keystonejs/react-select
*/
.Select {
position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
cursor: default;
pointer-events: none;
}
.Select-control {
background-color: #fff;
border-color: #8d98af;
border-width: 1px;
border-style: solid;
border-radius: 4px;
color: #6D6D6D;
cursor: default;
display: table;
outline: none;
overflow: hidden;
padding: 5px;
padding-left: 20px;
position: relative;
width: 100%;
}
.Select-control:hover {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.is-searchable.is-open > .Select-control {
cursor: text;
}
.is-open > .Select-control {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
background: #fff;
border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
border-color: transparent transparent #999;
border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
border-color: #007eff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
letter-spacing: 1px;
font-weight: 100;
line-height: 34px;
position: absolute;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.has-value.Select--single > .Select-control > .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value .Select-value-label {
color: #6D6D6D;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label {
cursor: pointer;
text-decoration: none;
}
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control > .Select-value a.Select-value-label:focus {
color: #6D6D6D;
outline: none;
text-decoration: underline;
}
.Select-input {
height: 34px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.Select-input > input {
width: 100%;
background: none transparent;
border: 0 none;
box-shadow: none;
cursor: default;
display: inline-block;
font-weight: 100;
font-family: "Open Sans";
font-size: inherit;
margin: 0;
outline: none;
line-height: 14px;
letter-spacing: 1px;
/* For IE 8 compatibility */
padding: 8px 0 12px;
/* For IE 8 compatibility */
-webkit-appearance: none;
}
.is-focused .Select-input > input {
cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
outline: none;
}
.Select-loading-zone {
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 16px;
}
.Select-loading {
-webkit-animation: Select-animation-spin 400ms infinite linear;
-o-animation: Select-animation-spin 400ms infinite linear;
animation: Select-animation-spin 400ms infinite linear;
width: 16px;
height: 16px;
box-sizing: border-box;
border-radius: 50%;
border: 2px solid #ccc;
border-right-color: #333;
display: inline-block;
position: relative;
vertical-align: middle;
}
.Select-clear-zone {
-webkit-animation: Select-animation-fadeIn 200ms;
-o-animation: Select-animation-fadeIn 200ms;
animation: Select-animation-fadeIn 200ms;
color: #999;
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 17px;
}
.Select-clear-zone:hover {
color: #D0021B;
}
.Select-clear {
display: inline-block;
font-size: 18px;
line-height: 1;
}
.Select--multi .Select-clear-zone {
width: 17px;
}
.Select-arrow-zone {
cursor: pointer;
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
width: 25px;
padding-right: 5px;
}
.Select-arrow {
border-color: #999 transparent transparent;
border-style: solid;
border-width: 5px 5px 2.5px;
display: inline-block;
height: 0;
width: 0;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
border-top-color: #666;
}
@-webkit-keyframes Select-animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes Select-animation-fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.Select-menu-outer {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-color: #fff;
border-color: #8d98af;
border-width: 1px;
border-style: solid;
border-top-color: #e6e6e6;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
box-sizing: border-box;
margin-top: -1px;
max-height: 200px;
position: absolute;
top: 100%;
width: 100%;
z-index: 1;
-webkit-overflow-scrolling: touch;
}
.Select-menu {
max-height: 198px;
overflow-y: auto;
}
.Select-option {
box-sizing: border-box;
background-color: #fff;
color: #666666;
cursor: pointer;
display: block;
padding: 8px 10px;
}
.Select-option:last-child {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
background-color: #f5faff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.04);
color: #333;
}
.Select-option.is-focused {
background-color: #ebf5ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.08);
color: #333;
}
.Select-option.is-disabled {
color: #cccccc;
cursor: default;
}
.Select-noresults {
box-sizing: border-box;
color: #999999;
cursor: default;
display: block;
padding: 8px 10px;
}
.Select--multi .Select-input {
vertical-align: middle;
margin-left: 10px;
padding: 0;
}
.Select--multi.has-value .Select-input {
margin-left: 5px;
}
.Select--multi .Select-value {
background-color: #ebf5ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.08);
border-radius: 2px;
border: 1px solid rgba(0, 126, 255, 0.24);
color: #007eff;
display: inline-block;
font-size: 0.9em;
line-height: 1.4;
margin-left: 5px;
margin-top: 5px;
vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
display: inline-block;
vertical-align: middle;
}
.Select--multi .Select-value-label {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
cursor: default;
padding: 2px 5px;
}
.Select--multi a.Select-value-label {
color: #007eff;
cursor: pointer;
text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
text-decoration: underline;
}
.Select--multi .Select-value-icon {
cursor: pointer;
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
border-right: 1px solid #c2e0ff;
/* Fallback color for IE 8 */
border-right: 1px solid rgba(0, 126, 255, 0.24);
padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
background-color: #d8eafd;
/* Fallback color for IE 8 */
background-color: rgba(0, 113, 230, 0.08);
color: #0071e6;
}
.Select--multi .Select-value-icon:active {
background-color: #c2e0ff;
/* Fallback color for IE 8 */
background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
background-color: #fcfcfc;
border: 1px solid #e3e3e3;
color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
cursor: not-allowed;
border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
to {
transform: rotate(1turn);
}
}
@-webkit-keyframes Select-animation-spin {
to {
-webkit-transform: rotate(1turn);
}
}
|
app/css/phinisi.css | dannypranoto/xphinisi | body {
background: #FFFFFF;
padding-top: 20px;
}
.header {
text-align: center;
}
.label {
display: block;
color: #858585;
font-size: 12px;
padding: 5px 0;
text-align: left;
}
.label2 {
display: block;
color: #555555;
font-size: 12px;
padding: 5px 0;
margin-bottom: 10px;
}
.wrapper {
border: 1px solid #c3c3c3;
margin-bottom: 8px;
background-color: #fff;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.inner-wrapper {
padding: 10px;
}
.inner-wrapper:before,
.inner-wrapper:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.inner-wrapper:after {
clear: both;
}
.total-amount {
font-size: 24px;
color: #555555;
}
.content-wrapper {
background-color: white;
border: 1px solid #ccc;
padding: 5px 10px;
margin-bottom: 10px;
-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.content-wrapper.blue {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.content-wrapper.red {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.content-wrapper input:focus {
outline: 0;
}
.content-wrapper input.cc-data {
width: 100%;
border: 0px;
}
.content-wrapper .list-inline {
margin-bottom: 0;
}
.tab {
border-bottom: 1px solid #cccccc;
margin-bottom: -1px;
}
.tab > h5 {
padding: 10px 10px;
border-bottom: 1px solid #cccccc;
background-color: #fff;
color: #555;
margin: 0;
text-transform: uppercase;
cursor: pointer;
font-weight: bold;
}
.hr-product {
color: #EFEFEF;
margin: 0;
display: block;
}
.btn-pay {
text-transform: uppercase;
display: inline-block;
width: 100%;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 12px 12px;
font-size: 14px;
line-height: 1.428571429;
}
.btn-show-details {
color: #333333;
background-color: #EFEFEF;
border-color: #cccccc;
border-radius: 0;
padding: 5px 15px;
font-size: 12px;
line-height: 1.5;
}
.btn-show-details:hover {
color: #333333;
background-color: #DDDDDD;
}
.btn-hide-details,
.btn-hide-details:focus {
color: #FFFFFF;
background-color: #636363;
border-color: #cccccc;
border-radius: 0;
padding: 5px 15px;
}
.btn-hide-details:hover {
color: #FFFFFF;
background-color: #747474;
}
.credit-card {
background-color: #efefef;
padding: 10px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.credit-card input {
/* border: 0;*/
}
.card-number {
font-size: 24px;
color: #555555;
height: 46px;
}
.card-number.blue {
color: #105EA0;
font-weight: bold;
}
.card-number.red {
color: #b02424;
font-weight: bold;
}
.card-number.black {
color: #555555;
}
.cc-data {
font-size: 14px;
}
.cc-icon {
/* display: block;*/
width: 52px;
height: 33px;
display: inline-block;
}
.card-visa {
background: url(../img/visa_logo.png);
-webkit-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
opacity: 1;
}
.card-mastercard {
background: url(../img/mastercard_logo.png);
-webkit-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
opacity: 1;
}
.card-invalid {
background: url(../img/sprites.png) 0 -74px no-repeat;
-webkit-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
opacity: 1;
}
.card-default {
background: url(../img/sprites.png) 0 -110px no-repeat;
-webkit-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
opacity: 0.5;
}
.purchased-product {
background-color: #636363;
margin: 0 -1px;
padding: 0 1px;
color: #efefef;
font-size: 12px;
}
.item {
padding: 10px 0;
}
.item-name,
.quantity,
.price {
display: block;
}
.item-name {
font-size: 18px;
text-transform: uppercase;
}
.item-image {
width: 100%;
height: auto;
}
.price {
text-align: left;
}
.price.total {
font-size: 16px;
}
.payment-options,
.shipping-information {
background-color: #efefef;
border-bottom: 1px solid #cccccc;
}
.payment-options .row {
margin-bottom: 10px;
}
.bank-logo {
display: inline-block;
width: 120px;
height: 40px;
}
.bank-bni {
background: url(../img/bni_logo.png);
}
.bank-mandiri {
background: url(../img/mandiri_logo.png);
}
.bank-cimbniaga {
background: url(../img/cimb_niaga_logo.png);
}
@media (max-width: 480px) {
.total-amount {
font-size: 18px;
}
.content-wrapper {
padding: 5px;
}
.card-number {
font-size: 16px;
}
.cc-icon {
margin-top: 2px;
width: 39px;
height: 24.75px;
}
.card-visa {
background: url(../img/sprites-smaller.png) 0 0 no-repeat;
}
.card-mastercard {
background: url(../img/sprites-smaller.png) 0 -28px no-repeat;
}
.card-invalid {
background: url(../img/sprites-smaller.png) 0 -54px no-repeat;
}
.card-default {
background: url(../img/sprites-smaller.png) 0 -82px no-repeat;
}
.bank-logo {
display: inline-block;
width: 80px;
height: 24px;
}
.bank-bni {
background: url(../img/bni_logo_smaller.png);
}
.bank-mandiri {
background: url(../img/mandiri_logo_smaller.png);
}
.bank-cimbniaga {
background: url(../img/cimb_niaga_logo_smaller.png);
}
}
.animate-show {
opacity:1;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
max-height: 500px;
}
.animate-show.ng-hide {
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
max-height: 0;
opacity:0;
}
.animate-slide-down {
transform: scale(1,1);
-webkit-transition: transform 0.25s ease-out;
-moz-transition: transform 0.25s ease-out;
-ms-transition: transform 0.25s ease-out;
-o-transition: transform 0.25s ease-out;
transition: transform 0.25s ease-out;
}
.animate-slide-down.ng-hide {
transform: scale(1,0);
}
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
}
.vertical-align {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
input[type="radio"] {
display:none;
}
input[type="radio"] + label span {
border: 1px solid #cccccc;
}
input[type="radio"]:checked + label span.bank-bni{
border: 2px solid #005E6A;
}
input[type="radio"]:checked + label span.bank-mandiri{
border: 2px solid #1B4A7F;
}
input[type="radio"]:checked + label span.bank-cimbniaga{
border: 2px solid #EB3232;
}
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
cursor: pointer;
-webkit-transition: border 0.2s linear;
-o-transition: border 0.2s linear;
-moz-transition: border 0.2s linear;
transition: border 0.2s linear;
}
.form-control {
/* -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2);*/
border-radius: 0px;
margin-bottom: 10px;
}
input[type=radio].css-checkbox {
position:absolute;
z-index:-1000;
left:-1000px;
overflow: hidden;
clip: rect(0 0 0 0);
height:1px;
width:1px;
margin:-1px;
padding:0;
border:0;
}
input[type=radio].css-checkbox + label.css-label {
padding-left:28px;
height:23px;
display:inline-block;
line-height:23px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:15px;
vertical-align:middle;
cursor:pointer;
}
input[type=radio].css-checkbox:checked + label.css-label {
background-position: 0 -23px;
}
label.css-label {
background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_81e00c47968e53d13f77901d81815d27.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.verticalLine {
padding-left: 10px;
border-left: 2px solid #EFEFEF;
height: 80%;
}
/* enable absolute positioning */
.inner-addon {
position: relative;
}
/* style icon */
.inner-addon i {
position: absolute;
padding: 10px;
pointer-events: none;
}
/* align icon */
.left-addon i { left: 0px;}
.right-addon i { top: 6px; right: 10px;}
/* add padding */
.left-addon input { padding-left: 30px; }
.right-addon input { padding-right: 30px; }
.error-message {
color: #b02424;
} |
docs/api/OpenTl.Schema/INearestDc/A5D93A9E.html | OpenTl/OpenTl.Schema | <!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<title>OpenTl.Schema - API - INearestDc.Country Property</title>
<link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet">
<script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script>
<script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script>
<script src="/OpenTl.Schema/assets/js/app.min.js"></script>
<script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script>
<script src="/OpenTl.Schema/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/OpenTl.Schema/" class="logo">
<span>OpenTl.Schema</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/OpenTl.Schema/about.html">About This Project</a></li>
<li class="active"><a href="/OpenTl.Schema/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<p><a href="#Value">Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/OpenTl.Schema/assets/js/lunr.min.js"></script>
<script src="/OpenTl.Schema/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li>
<li class="header">Type</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc">INearestDc</a></li>
<li role="separator" class="divider"></li>
<li class="header">Property Members</li>
<li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc/A5D93A9E.html">Country</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc/F8883A3A.html">CountryAsBinary</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc/5CDFE647.html">NearestDc</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc/6E561246.html">ThisDc</a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc">INearestDc</a>.</h3>
<h1>Country <small>Property</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd>
<dt>Containing Type</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc">INearestDc</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>string Country { get; set; }</code></pre>
<h1 id="Value">Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>string</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> |
modules/files/client/views/list-files.client.view.html | bhaveshvyas007/MEANTraining | <section ng-controller="FilesController" ng-init="find()">
<div class="page-header">
<h1>Files</h1>
</div>
<div>
<ul class="nav nav-tabs">
<li><a href="#" ng-click="type=undefined">All</a></li>
<li><a href="#" ng-click="type='image/*'">Image</a></li>
<li><a href="#" ng-click="type='video/*'">Video</a></li>
<li><a href="#" ng-click="type='application/pdf'">PDF</a></li>
<li><a href="#" ng-click="type='text/plain'">Text</a></li>
</ul>
</div>
<div class="clear"></div>
<div class="list-group" style="margin-top:10px">
<a class = "row" ng-repeat="file in files" ui-sref="files.view({fileId: file._id})" ng-if="fileFilter(file,type)" class="list-group-item">
<div class="col-md-1">
<img src="api/get-file/{{file._id}}" class="img-thumbnail" ng-if="file.filetype.substr(0, file.filetype.indexOf('/')) === 'image'">
<img src="modules/core/client/img/icon_video.png" class="img-thumbnail" ng-if="file.filetype.substr(0, file.filetype.indexOf('/')) === 'video'">
<img src="modules/core/client/img/icon_doc.png" class="img-thumbnail" ng-if="file.filetype=='text/plain'">
<img src="modules/core/client/img/icon_pdf.png" class="img-thumbnail" ng-if="file.filetype=='application/pdf'">
</div>
<div class="col-md-11">
<small class="list-group-item-text">
Posted on
<span ng-bind="file.created | date:'mediumDate'"></span>
by
<span ng-bind="file.user.displayName"></span>
</small>
<h4 class="list-group-item-heading">{{file.title}}</h4>
<p class="list-group-item-text" ng-bind="file.content"></p>
</div>
</a>
</div>
<div class="alert alert-warning text-center" ng-if="files.$resolved && !files.length">
No files yet, why don't you <a ui-sref="files.create">upload one</a>?
</div>
</section>
|
_site/category/ekonomi/index.html | zaferhuzmeli/bio | <!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>Ekonomi | TEDxBahcesehirUniversity-BLOG</title>
<meta name="author" content="">
<meta name="description" content="">
<meta property="og:title" content="Ekonomi | TEDxBahcesehirUniversity-BLOG">
<meta property="og:url" content="http://localhost:4000/category/ekonomi/">
<meta property="og:site_name" content="TEDxBahcesehirUniversity-BLOG">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:type" content="blog">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="">
<meta name="twitter:title" content="Ekonomi | TEDxBahcesehirUniversity-BLOG">
<meta name="twitter:url" content="http://localhost:4000/category/ekonomi/">
<meta name="twitter:site" content="TEDxBahcesehirUniversity-BLOG">
<meta name="twitter:creator" content="@">
<meta name="twitter:domain" content="http://localhost:4000">
<meta property="twitter:image" content="">
<meta name="facebook:card" content="summary">
<meta name="facebook:description" content="">
<meta name="facebook:title" content="Ekonomi | TEDxBahcesehirUniversity-BLOG">
<meta name="facebook:url" content="http://localhost:4000/category/ekonomi/">
<meta name="facebook:site" content="TEDxBahcesehirUniversity-BLOG">
<meta name="facebook:creator" content="@">
<meta name="facebook:domain" content="http://localhost:4000">
<meta property="facebook:image" content="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata|Lora:400,400i,700,700i|Space+Mono:400,700,700i&subset=latin-ext">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="alternate" type="application/rss+xml" title="TEDxBahcesehirUniversity-BLOG" href="http://localhost:4000/feed.xml">
<link rel="canonical" href="http://localhost:4000/category/ekonomi/">
</head>
<body>
<main>
<section class="previews">
<div>
<a class="nav nav--white" href="/">
<i class="fa fa-lg fa-arrow-left"></i>
<span>Geri</span>
</a>
<figure class="absolute-bg preview__img" style="background-image: url('https://s30.postimg.org/k66m3sob5/PFSImage_0_0_860x484.jpg');"></figure>
<div class="previews__container">
<span>Category</span>
<h1>Ekonomi</h1>
</div>
</div>
<div>
<header>
<ul class="tabs">
<li class="tabs__item">Ekonomi</li>
<li class="tabs__item">Categories</li>
</ul>
</header>
<div class="tab">
<ul itemscope itemtype="http://schema.org/Blog">
<li class="preview" itemprop="blogPost" itemscope itemtype="http://schema.org/BlogPosting">
<a class="preview__link" href="/2016/12/12/Ekonomi-finans-tedx-konusmalari/" itemprop="url">
<span class="preview__date" itemprop="datePublished" datetime="2016-12-12T00:00:00+03:00">Dec 12, 2016</span>
<h2 class="preview__header" itemprop="name">Para ve insan ilişkisini anlamak için izlemeniz gereken 10 TED konuşması</h2>
<p class="preview__excerpt" itemprop="description">Ekonomi ve Finans İçerikli 10 Konuşma İşe veya okula giderken...</p>
<span class="preview__more">Read More</span>
</a>
</li>
</ul>
<footer class="section-padding--sm footer">
<a class="footer__archive" href="/archive/">Arşİv</a>
<ul class="footer__social">
<li><a class="fa fa-lg fa-facebook" href="https://www.facebook.com/tedxbahcesehiruniversity/" target="_blank"></a></li>
</ul>
</footer>
</div>
<div class="tab">
<ul class="cards">
<li class="card">
<a class="card__link" href="/category/sponsor/">
<div class="card__img">
<figure class="absolute-bg" style="background-image: url('https://s24.postimg.org/njxn55frp/oneo.jpg');"></figure>
</div>
<div class="card__container">
<h2 class="card__header">Sponsor</h2>
<p class="card__count">3 Posts</p>
<span class="card__more">View All</span>
</div>
</a>
</li>
<li class="card">
<a class="card__link" href="/category/ekonomi/">
<div class="card__img">
<figure class="absolute-bg" style="background-image: url('https://s30.postimg.org/4cztnuf4x/PFSImage_0_0_860x484.jpg');"></figure>
</div>
<div class="card__container">
<h2 class="card__header">Ekonomi</h2>
<p class="card__count">1 Posts</p>
<span class="card__more">View All</span>
</div>
</a>
</li>
<li class="card">
<a class="card__link" href="/category/hayat/">
<div class="card__img">
<figure class="absolute-bg" style="background-image: url('https://s29.postimg.org/wnc19mv3r/image.png');"></figure>
</div>
<div class="card__container">
<h2 class="card__header">Hayat</h2>
<p class="card__count">2 Posts</p>
<span class="card__more">View All</span>
</div>
</a>
</li>
</ul>
<footer class="section-padding--sm footer">
<a class="footer__archive" href="/archive/">Arşİv</a>
<ul class="footer__social">
<li><a class="fa fa-lg fa-facebook" href="https://www.facebook.com/tedxbahcesehiruniversity/" target="_blank"></a></li>
</ul>
</footer>
</div>
</div>
</section>
</main>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script type="text/javascript" src="/assets/js/app.js"></script>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>
|
_app/_includes/_amsf.html | kapalhq/site-src | {% assign prefix = '' %}
{% assign depth = page.url | split: '/' | size | minus: 1 %}
{% if depth == 1 %}{% assign prefix = '.' %}
{% elsif depth == 2 %}{% assign prefix = '..' %}
{% elsif depth == 3 %}{% assign prefix = '../..' %}
{% elsif depth == 4 %}{% assign prefix = '../../..' %}
{% endif %}
{% comment %}
Post author meta
{% endcomment %}
{% if post.author %}
{% assign author = site.data.authors[post.author] %}
{% else %}
{% assign author = site.data.authors["default"] %}
{% endif %}
{% comment %}
Page author meta
{% endcomment %}
{% if page.author %}
{% assign author = site.data.authors[page.author] %}
{% else %}
{% assign author = site.data.authors["default"] %}
{% endif %}
{% comment %}
Site title
{% endcomment %}
{% capture amsf_site_title %}
{% if page.title != site.name %}
· {{ site.name }}
{% endif %}
{% endcapture %}
{% comment %}
Site description
{% endcomment %}
{% capture amsf_site_desc %}
{% if page.permalink != '/' %}
{% if page.desc %}
{{ page.desc | strip_html | strip_newlines | xml_escape }}
{% elsif page.excerpt %}
{{ page.excerpt | strip_html | strip_newlines | xml_escape | truncatewords: 50 }}
{% else %}
{{ page.content | markdownify | strip_html | xml_escape | truncatewords: 50 | truncate: 210 }}
{% endif %}
{% else %}
{{ site.description }}
{% endif %}
{% endcapture %}
{% comment %}
Site base URL
{% endcomment %}
{% capture amsf_site_base %}{{ site.base | prepend: site.url }}{% endcapture %}
{% comment %}
Theme base URL
{% endcomment %}
{% capture amsf_theme_base %}{{ site.theme | prepend: '/themes/' }}{% endcapture %}
{% comment %}
Theme assets base URL
{% endcomment %}
{% capture amsf_theme_assets %}{{ site.theme | prepend: '/themes/' | prepend: site.assets | prefix | prepend: site.base }}{% endcapture %}
{% comment %}
User assets base URL
{% endcomment %}
{% capture amsf_user_assets %}{{ site.assets | prefix | prepend: site.base }}{% endcapture %}
{% comment %}
Feed URL
{% endcomment %}
{% capture amsf_feed_url %}{{ site.feed | prepend: site.base }}{% endcapture %}
{% comment %}
Page title
{% endcomment %}
{% capture amsf_page_title %}{{ page.title | strip_html | xml_escape }}{% endcapture %}
{% comment %}
Page URL
{% endcomment %}
{% capture amsf_page_url %}{{ page.url | prepend: amsf_site_base }}{% endcapture %}
{% comment %}
Page type (used by Open Graph)
{% endcomment %}
{% capture amsf_page_type %}
{% if page.permalink == '/' %}
website
{% else %}
article
{% endif %}
{% endcapture %}
{% comment %}
Page language tag
{% endcomment %}
{% capture amsf_page_lang %}
{% if page.languages %}
{% if page.languages[0] != null %}
lang="{{ page.languages | first }}"
{% else %}
lang="{{ page.languages }}"
{% endif %}
{% endif %}
{% endcapture %}
{% comment %}
Page custom CSS
{% endcomment %}
{% capture amsf_page_css %}
{% if page.css %}
<style>
{{ page.css }}
</style>
{% endif %}
{% endcapture %}
{% comment %}
Page thumbnail
{% endcomment %}
{% capture amsf_page_thumb %}
{{ site.file }}/thumb/{% if page.thumb %}{{ page.thumb }}{% else %}na.png{% endif %}
{% endcapture %}
{% comment %}
Google Analytics tracking code
{% endcomment %}
{% capture amsf_google_analytics %}
{% if site.google_analytics.enabled %}
<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','{{ site.google_analytics.url }}','ga');
ga('create', '{{ site.google_analytics.id }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
{% endcapture %}
|
css/theme/solarized.css | thrbrd/explaining.microinteraction.rules | @import url(../../lib/font/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* Solarized Light theme for reveal.js.
* Author: Achim Staebler
*/
/**
* Solarized colors by Ethan Schoonover
*/
html * {
color-profile: sRGB;
rendering-intent: auto; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #fdf6e3;
background-color: #fdf6e3; }
.reveal {
font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ' ,Meiryo, 'MS Pゴシック', 'MS PGothic', 'Lato', sans-serif;
font-size: 36px;
font-weight: normal;
color: #657b83; }
::selection {
color: #fff;
background: #d33682;
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: #586e75;
font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', 'メイリオ' ,Meiryo, 'MS Pゴシック', 'MS PGothic', 'Lato', sans-serif;
font-weight: normal;
line-height: 1.2;
letter-spacing: normal;
text-transform: uppercase;
text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.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;
background: #3F3F3F;
color: #DCDCDC; }
.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: #268bd2;
text-decoration: none;
-webkit-transition: color 0.15s ease;
-moz-transition: color 0.15s ease;
transition: color 0.15s ease; }
.reveal a:hover {
color: #78bae6;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #1a6291; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid #657b83;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.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: #268bd2;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
border-right-color: #268bd2; }
.reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
border-left-color: #268bd2; }
.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
border-bottom-color: #268bd2; }
.reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
border-top-color: #268bd2; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #78bae6; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #78bae6; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #78bae6; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #78bae6; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #268bd2;
-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: #268bd2; }
|
54755-21-4.txt.html | andrewdefries/Ames_ToxBenchmark | <html><img border=0 src=54755-21-4.txt alt=54755-21-4.txt></img><body>
"x"
"1" "GUPTA,P, HARGER,WP AND AREY,J, THE CONTRIBUTION OF NITRO- ANDMETHYLNITRONAPHTHALENES TO THE VAPOR-PHASE MUTAGENICITY OF AMBIENT AIR SAMPLES,ATMOS. ENVIRON. 30(18):3157-3166, 1996"
</body></html>
|
docs/default/TipoAutomotor.html | anderipe/glav | <?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>Docs For Class TipoAutomotor</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class TipoAutomotor</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">TipoAutomotor</p>
<p class="notes">
Located in <a class="field" href="_GlavBundle---Entity---TipoAutomotor.php.html">/GlavBundle/Entity/TipoAutomotor.php</a> (line <span class="field">13</span>)
</p>
<pre></pre>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
<span class="method-result">TipoAutomotor</span>
<a href="#__construct" title="details" class="method-name">__construct</a>
()
</div>
<div class="method-definition">
<span class="method-result">string</span>
<a href="#getDescripcion" title="details" class="method-name">getDescripcion</a>
()
</div>
<div class="method-definition">
<span class="method-result">string</span>
<a href="#getEstado" title="details" class="method-name">getEstado</a>
()
</div>
<div class="method-definition">
<span class="method-result">\DateTime</span>
<a href="#getFecha" title="details" class="method-name">getFecha</a>
()
</div>
<div class="method-definition">
<span class="method-result">string</span>
<a href="#getHash" title="details" class="method-name">getHash</a>
()
</div>
<div class="method-definition">
<span class="method-result">integer</span>
<a href="#getId" title="details" class="method-name">getId</a>
()
</div>
<div class="method-definition">
<span class="method-result">string</span>
<a href="#getNombre" title="details" class="method-name">getNombre</a>
()
</div>
<div class="method-definition">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<a href="#setDescripcion" title="details" class="method-name">setDescripcion</a>
(<span class="var-type">string</span> <span class="var-name">$descripcion</span>)
</div>
<div class="method-definition">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<a href="#setEstado" title="details" class="method-name">setEstado</a>
(<span class="var-type">string</span> <span class="var-name">$estado</span>)
</div>
<div class="method-definition">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<a href="#setFecha" title="details" class="method-name">setFecha</a>
(<span class="var-type">\DateTime</span> <span class="var-name">$fecha</span>)
</div>
<div class="method-definition">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<a href="#setHash" title="details" class="method-name">setHash</a>
(<span class="var-type">string</span> <span class="var-name">$hash</span>)
</div>
<div class="method-definition">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<a href="#setNombre" title="details" class="method-name">setNombre</a>
(<span class="var-type">string</span> <span class="var-name">$nombre</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#__toString" title="details" class="method-name">__toString</a>
()
</div>
</div>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="method__construct" id="__construct"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">Constructor __construct</span> (line <span class="line-number">67</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<div class="method-signature">
<span class="method-result">TipoAutomotor</span>
<span class="method-name">
__construct
</span>
()
</div>
</div>
<a name="methodgetDescripcion" id="getDescripcion"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getDescripcion</span> (line <span class="line-number">124</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Get descripcion</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
getDescripcion
</span>
()
</div>
</div>
<a name="methodgetEstado" id="getEstado"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getEstado</span> (line <span class="line-number">147</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Get estado</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
getEstado
</span>
()
</div>
</div>
<a name="methodgetFecha" id="getFecha"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getFecha</span> (line <span class="line-number">170</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Get fecha</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">\DateTime</span>
<span class="method-name">
getFecha
</span>
()
</div>
</div>
<a name="methodgetHash" id="getHash"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getHash</span> (line <span class="line-number">101</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Get hash</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
getHash
</span>
()
</div>
</div>
<a name="methodgetId" id="getId"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getId</span> (line <span class="line-number">77</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Get id</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">integer</span>
<span class="method-name">
getId
</span>
()
</div>
</div>
<a name="methodgetNombre" id="getNombre"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getNombre</span> (line <span class="line-number">193</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Get nombre</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
getNombre
</span>
()
</div>
</div>
<a name="methodsetDescripcion" id="setDescripcion"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">setDescripcion</span> (line <span class="line-number">112</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Set descripcion</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<span class="method-name">
setDescripcion
</span>
(<span class="var-type">string</span> <span class="var-name">$descripcion</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">string</span>
<span class="var-name">$descripcion</span> </li>
</ul>
</div>
<a name="methodsetEstado" id="setEstado"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">setEstado</span> (line <span class="line-number">135</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Set estado</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<span class="method-name">
setEstado
</span>
(<span class="var-type">string</span> <span class="var-name">$estado</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">string</span>
<span class="var-name">$estado</span> </li>
</ul>
</div>
<a name="methodsetFecha" id="setFecha"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">setFecha</span> (line <span class="line-number">158</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Set fecha</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<span class="method-name">
setFecha
</span>
(<span class="var-type">\DateTime</span> <span class="var-name">$fecha</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">\DateTime</span>
<span class="var-name">$fecha</span> </li>
</ul>
</div>
<a name="methodsetHash" id="setHash"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">setHash</span> (line <span class="line-number">89</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Set hash</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<span class="method-name">
setHash
</span>
(<span class="var-type">string</span> <span class="var-name">$hash</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">string</span>
<span class="var-name">$hash</span> </li>
</ul>
</div>
<a name="methodsetNombre" id="setNombre"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">setNombre</span> (line <span class="line-number">181</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Set nombre</p>
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result"><a href="../default/TipoAutomotor.html">TipoAutomotor</a></span>
<span class="method-name">
setNombre
</span>
(<span class="var-type">string</span> <span class="var-name">$nombre</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">string</span>
<span class="var-name">$nombre</span> </li>
</ul>
</div>
<a name="method__toString" id="__toString"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">__toString</span> (line <span class="line-number">198</span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
__toString
</span>
()
</div>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Thu, 09 Jul 2015 15:47:26 +0000 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a>
</p>
</div></body>
</html> |
2015/10/26/hunde-haben-keine-vorurteile.html | acloudburo/dognews | <!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta content="IE=edge;chrome=1" http-equiv="X-UA-Compatible" />
<title>dognews | 'Hunde haben keine Vorurteile”</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.xml" /><!--[if lt IE 9]><script src="../../../js/ie8.js" type="text/javascript"></script><![endif]--><link href="../../../css/all.css" media="screen" rel="stylesheet" type="text/css" /><script type="text/javascript">
(function(d,e,j,h,f,c,b){d.GoogleAnalyticsObject=f;d[f]=d[f]||function(){(d[f].q=d[f].q||[]).push(arguments)},d[f].l=1*new Date();c=e.createElement(j),b=e.getElementsByTagName(j)[0];c.async=1;c.src=h;b.parentNode.insertBefore(c,b)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create","UA-63279904-1", location.hostname);ga("send","pageview");
</script>
<link href="/favicon.png" rel="icon" type="image/png" />
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target=".navbar-ex1-collapse" data-toggle="collapse" type="button"><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="/">dognews</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li>
<a href="/menu1.html"> Über Uns </a>
</li>
<li>
<a href="/menu2.html"> Newsletter! </a>
</li>
<li class="dropdown">
<a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Categories <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="/tags/businessidee.html">businessidee (38)</a>
</li>
<li>
<a href="/tags/deutschland.html">deutschland (596)</a>
</li>
<li>
<a href="/tags/erziehung.html">erziehung (35)</a>
</li>
<li>
<a href="/tags/fotografie.html">fotografie (5)</a>
</li>
<li>
<a href="/tags/freizeit.html">freizeit (83)</a>
</li>
<li>
<a href="/tags/gesetz.html">gesetz (38)</a>
</li>
<li>
<a href="/tags/gesundheit.html">gesundheit (116)</a>
</li>
<li>
<a href="/tags/herdenhunde.html">herdenhunde (10)</a>
</li>
<li>
<a href="/tags/hundesachkunde.html">hundesachkunde (13)</a>
</li>
<li>
<a href="/tags/hundesport.html">hundesport (12)</a>
</li>
<li>
<a href="/tags/kinder.html">kinder (9)</a>
</li>
<li>
<a href="/tags/kurioses.html">kurioses (29)</a>
</li>
<li>
<a href="/tags/oesterreich.html">oesterreich (63)</a>
</li>
<li>
<a href="/tags/rassen.html">rassen (8)</a>
</li>
<li>
<a href="/tags/ratgeber.html">ratgeber (161)</a>
</li>
<li>
<a href="/tags/rettungshunde.html">rettungshunde (3)</a>
</li>
<li>
<a href="/tags/schweiz.html">schweiz (99)</a>
</li>
<li>
<a href="/tags/senioren.html">senioren (10)</a>
</li>
<li>
<a href="/tags/stars.html">stars (11)</a>
</li>
<li>
<a href="/tags/urlaub.html">urlaub (39)</a>
</li>
<li>
<a href="/tags/veranstaltung.html">veranstaltung (1)</a>
</li>
<li>
<a href="/tags/wandern.html">wandern (17)</a>
</li>
<li>
<a href="/tags/wissen.html">wissen (200)</a>
</li>
</ul>
</li>
<li class="dropdown">
<a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">By Year <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="/2017.html">2017 (8)</a>
</li>
<li>
<a href="/2016.html">2016 (55)</a>
</li>
<li>
<a href="/2015.html">2015 (458)</a>
</li>
<li>
<a href="/2014.html">2014 (273)</a>
</li>
</ul>
</li>
<ul class="list-unstyled list-inline nav navbar-nav navbar-right"></ul>
<li><a href="https://twitter.com/cbdognews">
<i class="fa fa-lg fa-inverse fa-twitter-square"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-lg-9 col-md-9">
<h1>
'Hunde haben keine Vorurteile”
</h1>
<small class="label label-default">wissen</small>
<small class="label label-default">oesterreich</small>
<hr />
<p>
<span class="glyphicon glyphicon-time"></span> Posted on Oct 26
</p>
<hr />
<div class="row">
<div class="article">
<p><span/> Simone und Axel Marguerite sind stolz auf ihre beiden Therapiehunde Ben (l.) und Sunny. Mit der Hilfe von Therapiehund Sunny hat eine Achtjährige ihre Sprache wiedergefunden.
<a href="http://www.vorarlbergernachrichten.at/lokal/vorarlberg/2015/10/16/hunde-haben-keine-vorurteile.vn">Link</a></p>
</div>
</div>
<hr />
<aside>
<h3>
Recent Articles
</h3>
<ol>
<li>
<a href="/2017/12/05/nun-ist-es-raus-hunde-sind-kluger-als-katzen.html">Nun ist es raus: Hunde sind klüger als Katzen</a> <span>Dec 5</span>
</li>
<li>
<a href="/2017/07/27/die-macht-der-geruche.html">Die Macht der Gerüche</a> <span>Jul 27</span>
</li>
<li>
<a href="/2017/06/21/vorsicht-giftig-diese-lebensmittel-sollten-hunde-nicht-fressen.html">Vorsicht giftig! Diese Lebensmittel sollten Hunde nicht fressen</a> <span>Jun 21</span>
</li>
<li>
<a href="/2017/03/27/studie-schaferhunde-konnen-brustkrebs-diagnostizieren.html">Studie: Schäferhunde können Brustkrebs diagnostizieren</a> <span>Mar 27</span>
</li>
<li>
<a href="/2017/03/27/atopische-dermatitis-was-tun-wenn-es-juckt-und-kratzt-allergien-belasten-das-woh.html">Atopische Dermatitis: Was tun, wenn es juckt und kratzt? / Allergien belasten das Wohlbefinden ...</a> <span>Mar 27</span>
</li>
<li>
<a href="/2017/02/27/tiermedizin-epilepsie-gen-entdeckt.html">Tiermedizin - Epilepsie-Gen entdeckt</a> <span>Feb 27</span>
</li>
<li>
<a href="/2017/01/17/auch-haustiere-frieren-so-kommt-bello-durch-den-winter.html">Auch Haustiere frieren | So kommt Bello durch den Winter</a> <span>Jan 17</span>
</li>
<li>
<a href="/2017/01/17/hunde-sind-bei-minusgraden-schnell-unterkuhlt.html">Hunde sind bei Minusgraden schnell unterkühlt</a> <span>Jan 17</span>
</li>
<li>
<a href="/2016/12/08/venedig-wo-die-gondeln-hunde-tragen.html">Venedig: Wo die Gondeln Hunde tragen</a> <span>Dec 8</span>
</li>
<li>
<a href="/2016/11/01/hunde-heulten-halbe-stunde-vor-erdbeben.html">Hunde heulten halbe Stunde vor Erdbeben</a> <span>Nov 1</span>
</li>
</ol>
</aside>
<hr>
<p class="text-center">
©2018 <a href="/">dognews</a> - <a href="/footer1.html">Disclaimer</a><br /><span class="small">Powered by<a href="https://cloudburo.net/docs/products.html"> Cloudburo Curation Engine</a></span>
</p>
</hr>
</div>
<div class="col-lg-3 col-md-3">
<div class="well">
<h4>
Categories
</h4>
<ul class="list-unstyled">
<li>
<a href="/tags/businessidee.html">businessidee</a> (38)
</li>
<li>
<a href="/tags/deutschland.html">deutschland</a> (596)
</li>
<li>
<a href="/tags/erziehung.html">erziehung</a> (35)
</li>
<li>
<a href="/tags/fotografie.html">fotografie</a> (5)
</li>
<li>
<a href="/tags/freizeit.html">freizeit</a> (83)
</li>
<li>
<a href="/tags/gesetz.html">gesetz</a> (38)
</li>
<li>
<a href="/tags/gesundheit.html">gesundheit</a> (116)
</li>
<li>
<a href="/tags/herdenhunde.html">herdenhunde</a> (10)
</li>
<li>
<a href="/tags/hundesachkunde.html">hundesachkunde</a> (13)
</li>
<li>
<a href="/tags/hundesport.html">hundesport</a> (12)
</li>
<li>
<a href="/tags/kinder.html">kinder</a> (9)
</li>
<li>
<a href="/tags/kurioses.html">kurioses</a> (29)
</li>
<li>
<a href="/tags/oesterreich.html">oesterreich</a> (63)
</li>
<li>
<a href="/tags/rassen.html">rassen</a> (8)
</li>
<li>
<a href="/tags/ratgeber.html">ratgeber</a> (161)
</li>
<li>
<a href="/tags/rettungshunde.html">rettungshunde</a> (3)
</li>
<li>
<a href="/tags/schweiz.html">schweiz</a> (99)
</li>
<li>
<a href="/tags/senioren.html">senioren</a> (10)
</li>
<li>
<a href="/tags/stars.html">stars</a> (11)
</li>
<li>
<a href="/tags/urlaub.html">urlaub</a> (39)
</li>
<li>
<a href="/tags/veranstaltung.html">veranstaltung</a> (1)
</li>
<li>
<a href="/tags/wandern.html">wandern</a> (17)
</li>
<li>
<a href="/tags/wissen.html">wissen</a> (200)
</li>
</ul>
</div>
<div class="well">
<h4>
By year
</h4>
<ol>
<li>
<a href="/2017.html">2017</a> (8)
</li>
<li>
<a href="/2016.html">2016</a> (55)
</li>
<li>
<a href="/2015.html">2015</a> (458)
</li>
<li>
<a href="/2014.html">2014</a> (273)
</li>
</ol>
</div>
</div>
</div>
</div>
<script src="../../../js/all.js" type="text/javascript"></script>
</body>
</html> |
doc/yang/weiwei/class-use/Tools.html | ywwbill/YWWTools | <!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 -->
<title>Uses of Class yang.weiwei.Tools (YWW Tools API)</title>
<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 yang.weiwei.Tools (YWW Tools 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="../../../yang/weiwei/Tools.html" title="class in yang.weiwei">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?yang/weiwei/class-use/Tools.html" target="_top">Frames</a></li>
<li><a href="Tools.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 yang.weiwei.Tools" class="title">Uses of Class<br>yang.weiwei.Tools</h2>
</div>
<div class="classUseContainer">No usage of yang.weiwei.Tools</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="../../../yang/weiwei/Tools.html" title="class in yang.weiwei">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?yang/weiwei/class-use/Tools.html" target="_top">Frames</a></li>
<li><a href="Tools.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>
|
client/templates/cliente.html | pandiello/Receipts-Manager | <template name = "cliente">
<div class="panel panel-default">
<div class = "panel-heading">
<h3 class = "panel-title"><i class = "glyphicon glyphicon-user"></i> {{nombre}}</h3>
</div>
<div class = "panel-body">
<div>
<p style="margin-bottom-7px"> Direccion : {{direccion}}</p>
</div>
</div>
{{#if mostrarRecibos}}
{{>recibosTable}}
<a href="#" class ="card-link" id="ocultarRecibos">Ocultar recibos</a>
{{else}}
<span class="badge badge-recibes">
{{#if recibos}}
{{recibos.length}}
{{else}}
0
{{/if}}
</span> <a href="#" class ="card-link" id="mostrarRecibos">Mostrar recibos</a>
{{/if}}
</div>
</template> |
dist/css/core/flex.css | CliqueStudios/Clique.UI | .flex {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flex-inline {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.noflex .flex-inline {
display: inline-table;
width: auto;
}
.flex:before,
.flex-inline:before,
.flex:after,
.flex-inline:after {
display: none;
}
.flex > *,
.flex-inline > * {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-flex: 0;
-ms-flex-negative: 1;
}
.noflex .flex,
.noflex .flex-inline {
display: table-cell;
float: none;
}
.flex-top {
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
}
.noflex .flex-top > * {
vertical-align: top;
}
.flex-middle {
-webkit-align-items: center;
align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
}
.noflex .flex-middle > * {
vertical-align: middle;
}
.flex-bottom {
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-box-align: end;
-ms-flex-align: end;
}
.noflex .flex-bottom > * {
vertical-align: bottom;
}
.flex-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.noflex .flex-center {
width: auto;
margin-right: auto;
margin-left: auto;
}
.flex-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
.noflex .flex-right {
float: right;
width: auto;
}
.flex-space-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.flex-space-around {
-ms-flex-pack: distribute;
-webkit-justify-content: space-around;
justify-content: space-around;
}
.flex-row-reverse {
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-direction: reverse;
-webkit-box-orient: horizontal;
}
.flex-column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
}
.flex-column-reverse {
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-direction: reverse;
-webkit-box-orient: vertical;
}
.flex-wrap {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex-wrap-reverse {
-webkit-flex-wrap: wrap-reverse;
-ms-flex-wrap: wrap-reverse;
flex-wrap: wrap-reverse;
}
.flex-order-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
@media (min-width: 480px) {
.flex-order-first-small {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
}
@media (min-width: 768px) {
.flex-order-first-medium {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
}
@media (min-width: 960px) {
.flex-order-first-large {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
}
@media (min-width: 1220px) {
.flex-order-first-xlarge {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
}
.flex-order-last {
-webkit-box-ordinal-group: 100;
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
@media (min-width: 480px) {
.flex-order-last-small {
-webkit-box-ordinal-group: 100;
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
@media (min-width: 768px) {
.flex-order-last-medium {
-webkit-box-ordinal-group: 100;
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
@media (min-width: 960px) {
.flex-order-last-large {
-webkit-box-ordinal-group: 100;
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
@media (min-width: 1220px) {
.flex-order-last-xlarge {
-webkit-box-ordinal-group: 100;
-ms-flex-order: 99;
-webkit-order: 99;
order: 99;
}
}
.flex-item-shrink {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-flex: 0;
}
@media (min-width: 480px) {
.flex-item-shrink-small {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-flex: 0;
}
}
@media (min-width: 768px) {
.flex-item-shrink-medium {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-flex: 0;
}
}
@media (min-width: 960px) {
.flex-item-shrink-large {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-flex: 0;
}
}
@media (min-width: 1220px) {
.flex-item-shrink-xlarge {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-flex: 0;
}
}
.flex-item-grow {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-flex: 1;
}
@media (min-width: 480px) {
.flex-item-grow-small {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-flex: 1;
}
}
@media (min-width: 768px) {
.flex-item-grow-medium {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-flex: 1;
}
}
@media (min-width: 960px) {
.flex-item-grow-large {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-flex: 1;
}
}
@media (min-width: 1220px) {
.flex-item-grow-xlarge {
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
-webkit-box-flex: 1;
}
}
|
week2/javascript/BuggyJavascript/buggy1.html | xiangdewei/B_WAP |
<!DOCTYPE html>
<html>
<head>
<title>Buggy Page #1</title>
<script src="buggy1.js" type="text/javascript"></script>
</head>
<body>
<div>
<button onclick="gogogo();">Click Me!!1</button>
</div>
</body>
</html>
|
C2000Ware/docs/html/driverlib_html/epwm_8c.html | AdrianoRuseler/LAUNCHXL-F28377S | <!-- This comment will put IE 6, 7 and 8 in quirks mode -->
<!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"/>
<title>epwm.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="$relpath/search.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<table width="100%">
<tr>
<td bgcolor="black" width="1"><a href="http://www.ti.com"><img border="0" src="tilogo.gif" /></a></td>
<td bgcolor="red"><img src="titagline.gif" /></td>
</tr>
</table>
<!-- Generated by Doxygen 1.8.4 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>Globals</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_43e0a1f539e00dcfa1a6bc4d4fee4fc2.html">home</a></li><li class="navelem"><a class="el" href="dir_cb014abec909cd1f2f747a8fabc06ef7.html">a0221343</a></li><li class="navelem"><a class="el" href="dir_68d51b26df0948e389e8c3ede5e4cf3d.html">c2000ware_dev</a></li><li class="navelem"><a class="el" href="dir_5941e6303d8c20d86135ae6396d87598.html">c2000ware</a></li><li class="navelem"><a class="el" href="dir_2e729ad448dd2645239094b36b6c71f7.html">repos</a></li><li class="navelem"><a class="el" href="dir_eecdfc121e85ff7acfcd64df3cbe7ba3.html">driverlib_repo</a></li><li class="navelem"><a class="el" href="dir_760da502b132e7442314098681d5fad0.html">src</a></li><li class="navelem"><a class="el" href="dir_31934bde8701934b41159377b07b6b48.html">f2837xs</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">epwm.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "<a class="el" href="epwm_8h_source.html">epwm.h</a>"</code><br/>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga642e377f2330194a49d449f6885a37c1"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__epwm__api.html#ga642e377f2330194a49d449f6885a37c1">EPWM_setEmulationMode</a> (uint32_t base, <a class="el" href="group__epwm__api.html#gac40799d69147bd3c944da1e3661051a6">EPWM_EmulationMode</a> emulationMode)</td></tr>
<tr class="separator:ga642e377f2330194a49d449f6885a37c1"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<hr size="1" /><small>
Copyright 2018, Texas Instruments Incorporated</small>
</body>
</html>
|
doc/api/classes/HTML/FullSanitizer.html | kristoferrobin/p2p | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>HTML::FullSanitizer</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.1.8</span><br />
<h1>
<span class="type">Class</span>
HTML::FullSanitizer
<span class="parent"><
<a href="Sanitizer.html">HTML::Sanitizer</a>
</span>
</h1>
<ul class="files">
<li><a href="../../files/__/_rvm/gems/ruby-2_2_0/gems/actionview-4_1_8/lib/action_view/vendor/html-scanner/html/sanitizer_rb.html">/home/kristof/.rvm/gems/ruby-2.2.0/gems/actionview-4.1.8/lib/action_view/vendor/html-scanner/html/sanitizer.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>P</dt>
<dd>
<ul>
<li>
<a href="#method-i-process_node">process_node</a>
</li>
</ul>
</dd>
<dt>S</dt>
<dd>
<ul>
<li>
<a href="#method-i-sanitize">sanitize</a>
</li>
</ul>
</dd>
</dl>
<!-- Methods -->
<div class="sectiontitle">Instance Public methods</div>
<div class="method">
<div class="title method-title" id="method-i-process_node">
<b>process_node</b>(node, result, options)
<a href="../../classes/HTML/FullSanitizer.html#method-i-process_node" name="method-i-process_node" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-process_node_source')" id="l_method-i-process_node_source">show</a>
</p>
<div id="method-i-process_node_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionview-4.1.8/lib/action_view/vendor/html-scanner/html/sanitizer.rb, line 53</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">process_node</span>(<span class="ruby-identifier">node</span>, <span class="ruby-identifier">result</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-identifier">result</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">node</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-keyword">if</span> <span class="ruby-identifier">node</span>.<span class="ruby-identifier">class</span> <span class="ruby-operator">==</span> <span class="ruby-constant">HTML</span><span class="ruby-operator">::</span><span class="ruby-constant">Text</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-sanitize">
<b>sanitize</b>(text, options = {})
<a href="../../classes/HTML/FullSanitizer.html#method-i-sanitize" name="method-i-sanitize" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-sanitize_source')" id="l_method-i-sanitize_source">show</a>
</p>
<div id="method-i-sanitize_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionview-4.1.8/lib/action_view/vendor/html-scanner/html/sanitizer.rb, line 44</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">sanitize</span>(<span class="ruby-identifier">text</span>, <span class="ruby-identifier">options</span> = {})
<span class="ruby-identifier">result</span> = <span class="ruby-keyword">super</span>
<span class="ruby-comment"># strip any comments, and if they have a newline at the end (ie. line with</span>
<span class="ruby-comment"># only a comment) strip that too</span>
<span class="ruby-identifier">result</span> = <span class="ruby-identifier">result</span>.<span class="ruby-identifier">gsub</span>(<span class="ruby-regexp">/<!--(.*?)-->[\n]?/m</span>, <span class="ruby-string">""</span>) <span class="ruby-keyword">if</span> (<span class="ruby-identifier">result</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">result</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp">/<!--(.*?)-->[\n]?/m</span>)
<span class="ruby-comment"># Recurse - handle all dirty nested tags</span>
<span class="ruby-identifier">result</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">text</span> <span class="ruby-operator">?</span> <span class="ruby-identifier">result</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">sanitize</span>(<span class="ruby-identifier">result</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html> |
client/api/accounts/loginWithFacebook/loginWithFacebook.html | hazio/meteor-automated-testing | <template name="loginWithFacebook">
{{#if currentUser}} {{currentUser.profile.name}}
<button id="logout">Logout</button>
{{else}}
<button id="facebook-login" class="btn btn-default"> Login with Facebook</button>
{{/if}}
<table>
<tr>
<th>date</th>
<th>userAgent</th>
<th>failed</th>
</tr>
{{#each results}}
<tr>
<td>{{date}}</td>
<td>{{userAgent}}</td>
<td>{{#if failed}}true{{else}}false{{/if}}</td>
</tr>
{{/each}}
</table>
</template>
|
src/css/sections/blue.css | stuartsantos/responsys-templates | /***************Reset******************/
/* line 3, ../../sass/partials/_reset.scss */
html, body, div, span, td {
margin: 0;
padding: 0;
border: 0;
font-size: 16px;
vertical-align: baseline;
}
/* line 11, ../../sass/partials/_reset.scss */
html, body {
width: 100%;
height: 100%;
}
/* line 16, ../../sass/partials/_reset.scss */
body {
line-height: 1;
}
/* line 20, ../../sass/partials/_reset.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 25, ../../sass/partials/_reset.scss */
img {
border: 0;
outline: none;
}
/* line 30, ../../sass/partials/_reset.scss */
table, td {
font-family: "Source Sans Pro", "Avenir Next", "Calibri", sans-serif;
}
/* line 34, ../../sass/partials/_reset.scss */
.spacer {
padding: 16px 0;
}
/****************End Reset**************/
/* line 10, ../../sass/sections/blue.scss */
.section {
background: #001871;
color: #fff;
width: 100%;
}
/* line 14, ../../sass/sections/blue.scss */
.section td {
padding: 0;
}
/*# sourceMappingURL=blue.css.map */
|
examples/localization/manual.html | jpmckearin/nya-bootstrap-select | <!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>nya-bootstrap-select demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="../../bower_components/bootstrap/dist/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="../../dist/css/nya-bs-select.css"/>
<link rel="stylesheet" href="../main.css"/>
</head>
<body ng-app="demoApp">
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="/">nya-bootstrap-select</a>
</div>
<ul class="nav navbar-nav">
<li>
<a href="/">Basic Examples</a>
</li>
<li>
<a href="default.html">Localized Default Examples</a>
</li>
<li class="active">
<a href="#">Localized Manual Examples</a>
</li>
<li>
<a href="angular-translate-filter.html">Angular Translate filter Example</a>
</li>
</ul>
</div>
</nav>
<div class="masthead">
<div class="container">
<h1>nya-bootstrap-select</h1>
<p>An angular wrapper for Bootstrap-select with dynamic loading options support</p>
<a class="btn btn-default btn-lg" href="#">View on Github</a>
</div>
</div>
<div class="container" ng-controller="MainCtrl">
<section>
<h1 id="bs-features" class="page-header">Bootstrap-select Features</h1>
<h3>Live Search</h3>
<p>Add <code>data-live-search="true"</code> in <code>nya-bs-select</code> directive to add live search support</p>
<form class="form-inline">
<ol class="nya-bs-select" ng-model="staticModel3" data-live-search="true">
<li class="nya-bs-option" value="a"><a>Alpha<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
<li class="nya-bs-option" value="b"><a>Bravo<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
<li class="nya-bs-option" value="c"><a>Charlie<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
</ol>
</form>
<h3>default selection display</h3>
<p>
To display an default information when nothing is selected. just set <code>title</code> attribute in <code>nya-bs-select</code> directive.<br/>
You can also set a template for default information when nothing is selected.
<strong>Note: This only works on <code>multiple nya-bs-select</code>. For <code>single nyab-bs-select</code>You should give your model an default value to avoid the default text to display</strong>
</p>
<form class="form-inline">
<ol class="nya-bs-select" ng-model="staticModel5" title="Choose one of the following" multiple>
<li class="nya-bs-option" value="a"><a>Alpha<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
<li class="nya-bs-option" value="b"><a>Bravo<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
<li class="nya-bs-option" value="c"><a>Charlie<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
</ol>
<ol class="nya-bs-select" ng-model="staticModel5" title-tpl="<span class='text-muted'>Choose one of the following</span>" multiple>
<li class="nya-bs-option" value="a"><a>Alpha<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
<li class="nya-bs-option" value="b"><a>Bravo<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
<li class="nya-bs-option" value="c"><a>Charlie<span class="glyphicon glyphicon-ok check-mark"></span></a></li>
</ol>
</form>
<h3>selection display format</h3>
<p>Using the <code>data-selected-text-format</code> attribute on an <code>multiple nya-bs-select</code> you can specify how the selection is displayed.</p>
<ul>
<li>
<p><code>values</code> A comma delimited list of selected values.(default)</p>
<form class="form-inline">
<ol id="values-example" class="nya-bs-select" ng-model="model1" data-selected-text-format="values" multiple>
<li nya-bs-option="option in options1">
<a>
{{option}}
<span class="glyphicon glyphicon-ok check-mark"></span>
</a>
</li>
</ol>
</form>
</li>
<li>
<p><code>count</code> If one item is selected, then the value is shown, if more than one is selected then the number of selected items is displayed.</p>
<form class="form-inline">
<ol id="count-example" class="nya-bs-select" ng-model="model1" data-selected-text-format="count" multiple>
<li nya-bs-option="option in options1">
<a>
{{option}}
<span class="glyphicon glyphicon-ok check-mark"></span>
</a>
</li>
</ol>
</form>
</li>
<li>
<p><code>count > x</code> Where X is the number of items selected when the display format changes from <code>values</code> to
<code>count</code></p>
<form class="form-inline">
<ol id="count-number-example" class="nya-bs-select" ng-model="model1" data-selected-text-format="count>3" multiple>
<li nya-bs-option="option in options1">
<a>
{{option}}
<span class="glyphicon glyphicon-ok check-mark"></span>
</a>
</li>
</ol>
</form>
</li>
</ul>
</section>
</div>
<footer class="footer">
<div class="container">
<p>Designed and built by <a href="http://nya.io">Nyasoft</a></p>
<p>Code licensed under MIT License</p>
</div>
</footer>
<script src="../../bower_components/angular/angular.js"></script>
<script src="../../src/nya-bs-public.js"></script>
<script src="../../src/nya-bs-config.js"></script>
<script src="../../src/nya-bs-select-ctrl.js"></script>
<script src="../../src/nya-bs-select.js"></script>
<script src="../../src/nya-bs-option.js"></script>
<script src="manual.js"></script>
</body>
</html>
|
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.0/rsa/dev.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>rsa: 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="">8.10.0 / rsa - dev</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
rsa
<small>
dev
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-07-29 03:23:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-29 03:23:42 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-m4 1 Virtual package relying on m4
coq 8.10.0 Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/coq-contribs/rsa"
license: "LGPL 2"
build: [
["coq_makefile" "-f" "Make" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/RSA"]
depends: [
"ocaml"
"coq" {= "dev"}
]
tags: [ "keyword:rsa" "keyword:chinese remainder" "keyword:fermat's little theorem" "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" "date:1999" ]
authors: [ "Laurent Théry <>" "Jose C. Almeida <>" ]
synopsis: "Correctness of RSA algorithm."
description: """
This directory contains the proof of correctness
of RSA algorithm. It contains a proof of Fermat's little theorem"""
flags: light-uninstall
url {
src: "git+https://github.com/coq-contribs/rsa.git#master"
}
</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-rsa.dev coq.8.10.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.10.0).
The following dependencies couldn't be met:
- coq-rsa -> coq >= dev
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-rsa.dev</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>
|
t/filter_timesince.html | gitpan/Dotiac | A{{ "0"|timesince:"60" }}A{{ "3453450"|timesince:"3459450" }}A{{ "1230928140"|timesince:"1231668960" }}A{{ "1230928140"|timesince:"1231668960";"1" }}A{{ "0"|timesince:"600000";"1" }}A
|
docs/_templates/versions.html | yyang179/ngta | <div id="versions">
<h3>Versions</h3>
<ul>
{% for version in versions %}
<li class="toctree-l1">
<a href="/{{project}}/{{language}}/{{version}}/index.html">{{version}}</a>
</li>
{% endfor %}
</ul>
</div> |
src/css/page/index.css | senyawang/yizhenyipin | body {
background: #f1f1f1 url(../../img/bodybg.png) repeat-x; }
.fl {
float: left; }
.fr {
float: right; }
.indexBanner-item {
height: 508px;
background-repeat: no-repeat;
background-position: center top; }
.indexBanner .common-swiper.swiper-container .swiper-pagination {
left: 45%;
right: 45%; }
.block-title {
text-align: center;
padding: 40px 0; }
.block-title h2 {
font: 24px/2 microsoft yahei, simsun, arial;
color: #a31119; }
.block-title p {
background: url(../../img/dotline.png) no-repeat center center;
background-size: 100% auto; }
.block-title p span {
display: inline-block;
padding: 0 10px;
background: #f1f1f1; }
.jxqyCont {
position: relative;
width: 1160px;
height: 936px;
margin: 0 auto;
border: 15px solid #c6bcb6;
background: url(../../img/b2-bg.jpg) no-repeat center top; }
.jxqyCont .fl {
position: relative;
width: 600px; }
.jxqyCont-title {
margin: 80px 0 0 60px; }
.jxqyCont-title h3 {
font-size: 18px; }
.jxqyCont-title p {
color: #b3b2b2; }
.jxqyCont .jcp-wrapper {
position: relative; }
.jxqyCont .jcp-wrapper .slide-arrow-left {
left: 140px;
top: 350px; }
.jxqyCont .jcp-wrapper .slide-arrow-right {
left: 460px;
top: 350px; }
.jxqyCont-pics li {
position: absolute;
width: 246px;
height: 311px;
overflow: hidden; }
.jxqyCont-pics li img {
width: 100%;
height: 100%; }
.jxqyCont-pics li:first-child {
left: 330px;
top: 40px;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
box-shadow: 0 0 20px rgba(0, 0, 0, .2); }
.jxqyCont-pics li:nth-child(3) {
left: 40px;
top: 250px; }
.jxqyCont-pics li:nth-child(2) {
z-index: 2;
left: 130px;
top: 170px;
width: 356px;
height: 465px;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
box-shadow: 0 0 40px rgba(0, 0, 0, .2); }
.jxqyCont-pics li:nth-child(2) .jxqyCont-picsTitle {
bottom: 0;
color: #a31119; }
.jxqyCont-picsTitle {
position: absolute;
left: 0;
bottom: -150px;
width: 100%;
padding-top: 60px;
height: 40px;
background: #fff;
text-align: center;
font-size: 18px;
line-height: 1; }
.jxqyCont-picsLogo {
position: absolute;
left: 50%;
margin-left: -37px;
top: -37px;
background: #000;
-webkit-border-radius: 50%;
border-radius: 50%; }
.jxqyCont-picsLogo img {
-webkit-border-radius: 50%;
border-radius: 50%; }
.jxqyCont-picsLogo p {
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
line-height: 74px;
font-size: 14px;
color: #FFF; }
.jxqyCont-picsLogo:hover img {
opacity: .7; }
.jxqyCont-picsLogo:hover p {
display: block; }
.jxqyCont-text {
margin: 540px 40px 0;
font: 14px/1.8 microsoft yahei, simsun, arial;
text-indent: 2em;
text-align: justify; }
.jxqyCont-right {
position: absolute;
left: 630px;
top: -30px;
width: 560px; }
.jxqyCont-rightItem {
position: relative;
height: 343px;
-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .2);
box-shadow: 0 0 40px rgba(0, 0, 0, .2); }
.jxqyCont-rightItem .jxqyCont-picsTitle {
bottom: 0; }
.jxqyCont-rightItem:hover .jxqyCont-picsTitle {
color: #a31119; }
.jxqyCont-right .jxqyCont-text {
margin: 20px 60px 20px 40px; }
.center-box {
padding: 20px;
text-align: center; }
.btn-more {
display: inline-block;
position: relative;
border: 1px solid #ccc; }
.btn-more img {
display: block; }
.btn-more .bm-icon {
position: absolute;
left: -35px;
top: 0; }
.hylpz {
height: 730px;
background: #FFF url(../../img/b3-bg.jpg) no-repeat center top; }
.hylpz .w1160 {
position: relative; }
.hylpz-title {
margin-top: 30px; }
.hylpz-pics {
width: 602px;
margin-top: 30px;
font-size: 0; }
.hylpz-pic {
position: relative;
display: inline-block;
font-size: 14px;
border: 1px solid #a98e7f; }
.hylpz-pic p {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
color: #FFF;
line-height: 2.5; }
.hylpz-pic:first-child {
margin-bottom: 1px; }
.hylpz-pic:last-child {
margin-left: 1px; }
.hylpz-news {
position: absolute;
left: 633px;
top: -50px; }
.hylpz-news .box-inset-radius:after, .hylpz-news .box-inset-radius:before {
background: #F2F2F2; }
.hylpz-news .box-inset-radius-inner {
width: 544px;
height: 742px; }
.hylpz-news .partner-list {
padding: 0 5% 5% 10%;
overflow: hidden; }
.hylpz-news .partner-list li {
float: left;
width: 44%;
margin: 12px; }
.hylpz-news .partner-list .list-icon {
width: 34px;
height: 34px; }
.hylpz-news .partner-list .list-cont {
display: inline-block;
height: 36px;
overflow: hidden;
vertical-align: middle;
width: 10em;
line-height: 1.5;
border-left: 1px dotted #ccc;
margin-left: 1em;
padding-left: 1em; }
.jxzl {
background: #FFFFFF; }
.jxzl .block-title span {
background-color: #fff; }
.jxzl .jxzl-swiper {
width: 809px; }
.jxzl .jxzl-l-b {
padding-top: 27px; }
.jxzl .jxzl-l-b .active {
-webkit-box-shadow: 0 0 10px #ccc;
box-shadow: 0 0 10px #ccc;
background: #000; }
.jxzl .jxzl-l-b .active img {
opacity: .8; }
.jxzl .jxzl-l-b .active .arrowl {
background: url("../../img/i-arrow-l-active.png"); }
.jxzl .jxzl-l-b .active .arrowr {
background: url("../../img/i-arrow-r-active.png"); }
.jxzl .jxzl-l-b .fl,
.jxzl .jxzl-l-b .fr {
position: relative;
border: 1px solid #d4c6bf; }
.jxzl .jxzl-l-b .arrowl,
.jxzl .jxzl-l-b .arrowr {
position: absolute;
display: inline-block;
top: 50%;
margin-top: -5px;
width: 5px;
height: 9px; }
.jxzl .jxzl-l-b .arrowl {
right: -15px;
background: url("../../img/i-arrow-l.png"); }
.jxzl .jxzl-l-b .arrowr {
left: -15px;
background: url("../../img/i-arrow-r.png"); }
.jxzl .jxzl-cont {
width: 244px;
margin: 0 auto; }
.jxzl .box-inset-radius-inner {
height: 190px;
overflow: hidden; }
.jxzl .jc-title {
width: 9em;
margin: 18px auto; }
.jxzl .jc-title h3 {
height: 36px;
overflow: hidden; }
.jxzl .jc-list {
width: 12em;
margin: 0 auto; }
.jxzl .jc-list li {
height: 36px;
overflow: hidden;
margin-bottom: 10px; }
.jxzl .center-box {
margin-bottom: 0; }
.jxzl-rank {
width: 338px;
height: 640px;
margin-top: -10px;
background: url("../../img/b4-r-bg.jpg") no-repeat; }
.jxzl-rank .box-inner-title-tal {
padding-left: 50px; }
.jxzl-ranklist {
padding: 0 50px; }
.jxzl-ranklist li {
margin-bottom: 26px; }
.jxzl-ranklist .rank-num {
display: inline-block;
width: 2em;
vertical-align: middle;
font-size: 16px; }
.jxzl-ranklist .rank-num strong {
font: 300 24px arial; }
.jxzl-ranklist .rl-icon {
margin: 0 10px; }
.jxzl-ranklist .rank-title {
display: inline-block;
vertical-align: middle; }
.jxzl-ranklist .rank-title p {
width: 10em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.jyz-cont {
height: 610px;
padding: 17px;
margin-bottom: 50px;
background: url("../../img/b2-bg.jpg"); }
.jyz-cont > .fl {
width: 385px; }
.jyz-cont .uiSearch {
float: none;
background: #FFFFFF;
margin: 13px 0 0 0px;
-webkit-box-shadow: none;
box-shadow: none;
width: 364px; }
.jyz-cont .uiSearch-input {
width: 250px; }
.jyz-cont .jyz-left-tit {
text-align: center;
height: 56px;
font: 16px/56px arial;
color: #a31119;
background: url("../../img/dot-line-sm.png") no-repeat center center; }
.jyz-left-swiper {
width: 384px;
position: relative; }
.jyz-left-swiper .img-mask {
position: absolute;
left: 0;
bottom: 0; }
.jyz-left-swiper .tabs-menu {
position: absolute;
left: 0;
bottom: 0; }
.jyz-left-swiper .tabs-menu li {
float: left;
width: 42%;
height: 36px;
overflow: hidden;
padding: 0 4% 15px;
color: #FFFFFF; }
.jyz-left-swiper .tabs-menu li:hover, .jyz-left-swiper .tabs-menu li.active {
color: #db0004; }
.jyz-left-swiper .top-line {
position: absolute;
width: 100%;
height: 4px;
left: 0;
top: 0;
background: #db0004;
opacity: .7; }
.jyz-middle {
float: left;
width: 394px;
margin-left: 4px; }
.jyz-middle .swiper-slide {
position: relative; }
.jyz-middle .swp-tit {
position: absolute;
width: 100%;
height: 48px;
left: 0;
bottom: 0;
text-align: center;
font: 16px/48px microsoft yahei, simsun, arial;
background: #ffffff;
<<<<<<< HEAD
background: rgba(255, 255, 255, 0.5); }
.jyz-middle .swiper-button-next {
background: url("../../img/i-arrow1-r.png") no-repeat center center; }
.jyz-middle .swiper-button-next:hover {
background: url("../../img/i-arrow1-r-active.png") no-repeat center center; }
.jyz-middle .swiper-button-prev {
background: url("../../img/i-arrow1-l.png") no-repeat center center; }
.jyz-middle .swiper-button-prev:hover {
background: url("../../img/i-arrow1-l-active.png") no-repeat center center; }
=======
background: rgba(255, 255, 255, .5); }
>>>>>>> 144a1db1e0a9fe8257a6181c1f9a1d73cd62b128
.jyz-middle .swiper-pagination {
bottom: 0px; }
.jyz-middle .swiper-pagination .swiper-pagination-bullet {
float: left;
width: 20%;
height: 7px;
background: #000;
-webkit-border-radius: 0;
border-radius: 0;
margin: 0;
opacity: 1; }
.jyz-middle .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #a31119; }
.jyz-middle-top .swiper-button-next,
.jyz-middle-top .swiper-button-prev {
left: auto;
top: auto;
right: 5px;
bottom: 5px; }
.jyz-middle-top .swiper-button-prev {
right: 30px; }
.jyz-middle-bottom {
position: relative;
width: 300px;
height: 288px;
margin: 30px auto;
background: url("../../img/b4-m-bg.png") no-repeat; }
.jyz-middle-bottom .swiper-button-next,
.jyz-middle-bottom .swiper-button-prev {
margin-top: 5px;
margin-right: -10px; }
.jyz-middle-bottom .swiper-button-prev {
right: 30px;
margin-left: -10px; }
.jyz-middle-bottom img {
-webkit-border-radius: 50%;
border-radius: 50%; }
.jyz-middle-bottom .jmb-img {
position: relative;
width: 206px;
height: 206px;
margin: 65px 47px auto; }
.jyz-middle-bottom .jmb-img a:hover .swp-tit {
display: block; }
.jyz-middle-bottom .jmb-img .swp-tit {
display: none;
width: 100%;
height: 206px;
line-height: 206px;
background: #000000;
background: rgba(0, 0, 0, .5);
-webkit-border-radius: 50%;
border-radius: 50%;
color: #FFFFFF; }
.jyz-middle-bottom .btn-more {
position: absolute;
right: -46px;
top: -20px; }
.jyz-right .box-inset-radius:after, .jyz-right .box-inset-radius:before {
background: #fafaf9; }
.jyz-right .box-inset-radius-inner {
width: 350px;
height: 600px; }
.jyz-right .tabs-box {
padding: 0 20px; }
.jyz-right .tabs-menu {
position: relative;
overflow: hidden;
zoom: 1; }
.jyz-right .tabs-menu:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 10px;
background: url("../../img/shadow-top.png") no-repeat center bottom; }
.jyz-right .tabs-menu-item {
float: left;
width: 101px;
height: 35px;
line-height: 35px;
text-align: center;
margin: 0 1px;
background: #939393;
color: #FFFFFF; }
.jyz-right .tabs-menu-item.active {
background: #a31119; }
.jyz-right-list {
padding: 20px 10px; }
.jyz-right-list li {
position: relative;
height: 56px;
overflow: hidden;
margin-bottom: 5px; }
.jyz-right-list li a {
display: block;
padding: 10px 19px; }
.jyz-right-list li:hover {
background: url("../../img/shadow-top.png") no-repeat center top; }
.jyz-right-list li:hover a {
background: url("../../img/shadow-bot.png") no-repeat center bottom; }
.jyz-right-list .jrl-num {
position: absolute;
right: 20px;
bottom: 10px;
display: inline-block;
padding-left: 15px;
background: #FFFFFF; }
.mjlz {
background: #FFFFFF; }
.mjlz .block-title p span {
background: #FFFFFF; }
.mjlz .mjlz-left {
width: 704px; }
.mjlz .gallery-thumbs {
overflow: visible; }
.mjlz .mjlz-rank {
width: 485px;
height: 640px;
margin-top: -10px;
background: url("../../img/b6-r-bg.jpg") no-repeat; }
.mjlz .mjlz-rank .rank-avatar {
position: relative;
display: inline-block;
vertical-align: middle;
border: 5px solid #ccc;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-right: 10px; }
.mjlz .mjlz-rank .rank-avatar:hover .hover-mask {
display: block;
-webkit-border-radius: 50%;
border-radius: 50%;
line-height: 100px; }
.mjlz .mjlz-rank .rank-avatar img {
width: 100px;
height: 100px;
border: 2px solid #fff;
-webkit-border-radius: 50%;
border-radius: 50%; }
.mjlz .mjlz-rank .jxzl-ranklist a {
display: block; }
.mjlz .mjlz-rank .jxzl-ranklist a:hover {
background: url("../../img/b6-list-bg.jpg") no-repeat center center; }
.mjlz .mjlz-rank .btn-more {
margin-left: 50px; }
.gallery-top {
height: 438px;
width: 100%; }
.gallery-top .swiper-slide a {
position: relative;
display: block; }
.gallery-top .swiper-slide .btn-more {
position: absolute;
display: inline-block;
right: 20px;
bottom: 100px; }
.gallery-top .sl-text {
position: absolute;
width: 270px;
left: 70px;
top: 270px; }
.gallery-thumbs {
height: 20%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 0; }
.gallery-thumbs .swiper-slide {
position: relative;
width: 145px;
height: 132px;
line-height: 132px;
margin-right: 28px;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s; }
.gallery-thumbs .swiper-slide:hover {
border: 1px solid #000;
margin-right: 26px; }
.gallery-thumbs .swiper-slide:hover .hover-mask {
display: block; }
.gallery-thumbs .active-nav {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .1);
box-shadow: 4px 4px 5px rgba(0, 0, 0, .1); }
.cppj {
background: #59514f;
padding-bottom: 50px; }
.cppj .w1200 {
width: 1000px; }
.cppj .block-title {
color: #FFFFFF; }
.cppj .block-title h2 {
color: #FFFFFF; }
.cppj .block-title p {
background-image: url("../../img/tit-line-white.png"); }
.cppj .block-title p span {
background: transparent; }
.cppj .cppj-left {
width: 660px; }
.cppj .cppj-left-item {
height: 214px;
background: #FFFFFF;
margin-bottom: 15px; }
.cppj .cppj-left-item .cli-pro {
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s;
-webkit-transform-origin: center 100%;
-ms-transform-origin: center 100%;
transform-origin: center 100%; }
.cppj .cppj-left-item:hover .cli-pro {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.cppj .cli-img {
float: left; }
.cppj .cli-img img {
float: left;
height: 214px; }
.cppj .cli-cont {
margin-left: 340px; }
.common-article-info {
padding: 15px; }
.common-article-info h3 {
font: 16px/2 microsoft yahei, simsun, arial; }
.common-article-info .art-author {
border-top: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
padding: 5px;
color: #999; }
.common-article-info .art-author span {
display: inline-block;
vertical-align: middle;
margin-right: 20px; }
.common-article-info .art-author img {
display: inline-block;
vertical-align: -2px;
margin-right: 5px; }
.common-article-info .art-cont {
height: 54px;
overflow: hidden;
padding: 15px 0; }
.common-article-info .art-data {
text-align: right; }
.common-article-info .art-data span {
margin-right: 0;
margin-left: 20px; }
.cppj-right {
width: 333px; }
.cppj-right .cppj-left-item {
height: 443px; }
.cppj-right .cppj-left-item .btn-more {
float: right;
margin: 5px 15px; }
.cppj-right .cppj-left-item .cli-pro {
-webkit-transform-origin: bottom center;
-ms-transform-origin: bottom center;
transform-origin: bottom center; }
.cppj-right .cppj-left-item .cli-cont {
margin-left: 0; }
.cppj-right .cppj-left-item .cli-img {
margin-bottom: 15px; }
.cppj-right .cppj-left-item .cli-img img {
height: auto;
width: 100%; }
|
doc/overview-summary.html | g-andrade/erlffx | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>erlffx</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
</head>
<body bgcolor="white">
<div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<h1>erlffx</h1>
<p><a target="_parent" href="https://hex.pm/packages/erlffx" alt="Hex.pm Package">
<img src="https://img.shields.io/hexpm/v/erlffx.svg?style=flat"></a>
<a target="_parent" href="https://github.com/g-andrade/erlffx/actions?query=workflow%3Abuild" alt="Travis CI Build Status">
<img src="https://github.com/g-andrade/erlffx/workflows/build/badge.svg"></a></p>
<p><code>erlffx</code> is an Erlang implementation of the mechanism described in the 2010 paper <a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.304.1736&rep=rep1&type=pdf">The FFX Mode of Operation for Format-Preserving Encryption</a> by Bellare, Rogaway and Spies. It is based on an existing <a href="https://github.com/michaeltandy/java-ffx-format-preserving-encryption">Java implementation</a> by Michael Tandy.</p>
<p>* AES-128 / AES-192 (only Erlang 19 and up) / AES-256 keys are supported (CBC mode)
* Any positive word length is supported
* Any radix / alphabet size between 2 and 255 is acceptable (10 by default)
* Optional 'tweak' values may be defined
* Number of rounds is configurable (10 by default)</p>
<p>The code was successfully tested on generations 17, 18 and 19 of Erlang/OTP; the unit tests themselves were written using the following lists of test vectors:
* <a href="http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/ffx/aes-ffx-vectors.txt">AES FFX Test Vector Data</a>
* <a href="http://csrc.nist.gov/groups/ST/toolkit/documents/Examples/FF1samples.pdf">FF1 samples</a></p>
<h3><a name="Examples">Examples</a></h3>
<pre lang="erlang" class="erlang">
% AES-128 CBC / 10-digit decimal words
AesKey = <<43,126,21,22,40,174,210,166,171,247,21,136,9,207,79,60>>,
ValueLength = 10,
Config = erlffx:config(AesKey, ValueLength).
Encrypted = erlffx:encrypt(Config, 123456789). % 2433477484
Decrypted = erlffx:decrypt(Config, Encrypted). % 123456789
</pre>
<hr>
<pre lang="erlang" class="erlang">
% AES-128 CBC / 10-digit decimal words / custom tweak
AesKey = <<43,126,21,22,40,174,210,166,171,247,21,136,9,207,79,60>>,
ValueLength = 10,
Config = erlffx:config(AesKey, ValueLength, #{ tweak => "9876543210" }).
Encrypted = erlffx:encrypt(Config, 123456789). % 6124200773
Decrypted = erlffx:decrypt(Config, Encrypted). % 123456789
</pre>
<hr>
<pre lang="erlang" class="erlang">
% AES-128 CBC / 16-digit base-36 words / custom tweak
AesKey = <<43,126,21,22,40,174,210,166,171,247,21,136,9,207,79,60>>,
ValueLength = 16,
Config = erlffx:config(AesKey, ValueLength, #{ tweak => "TQF9J5QDAGSCSPB1", radix => 36 }).
Encrypted = erlffx:encrypt(Config, 36#C4XPWULBM3M863JH). % 36#C8AQ3U846ZWH6QZP
Decrypted = erlffx:decrypt(Config, Encrypted). % 36#C4XPWULBM3M863JH
</pre>
<hr>
<pre lang="erlang" class="erlang">
% AES-256 CBC / 6-digit binary words
AesKey = <<43,126,21,22,40,174,210,166,171,247,21,136,9,207,79,60,
239,67,89,216,213,128,170,79,127,3,109,111,4,252,106,148>>,
ValueLength = 6,
Config = erlffx:config(AesKey, ValueLength, #{ radix => 2 }).
Encrypted = erlffx:encrypt(Config, 2#000001). % 2#100100
Decrypted = erlffx:decrypt(Config, Encrypted). % 2#000001
</pre>
<hr>
<div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
<p><i>Generated by EDoc</i></p>
</body>
</html>
|
static/css/style.css | PegasusWang/picwall | /* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Default Styles
--------------------------------------------------------------------*/
body {
font-family: 'Droid Sans', sans-serif;;
}
.clearfix {
clear: both;
}
.wrap {
width: auto;
}
nav {
padding: 0 10px;
position: relative;
}
.menu li {
float: left;
position: relative;
}
.menu li a {
color: #444;
display: block;
font-size: 14px;
line-height: 20px;
padding: 6px 12px;
margin: 8px 8px;
vertical-align: middle;
text-decoration: none;
}
.menu li a:hover {
background: -webkit-gradient(linear, center top, center bottom, from(#ededed), to(#fff));
background-image: linear-gradient(#ededed, #fff);
border-radius: 12px;
box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
color: #222;
}
/* Dropdown styles */
.menu ul {
position: absolute;
left: -9999px;
list-style: none;
opacity: 0;
transition: opacity 1s ease;
}
.menu ul li {
float: none;
}
.menu ul a {
white-space: nowrap;
}
/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
background: rgba(255,255,255,0.7);
border-radius: 0 0 6px 6px;
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.4);
left: 5px;
opacity: 1;
}
/* Persistant Hover State */
.menu li:hover a {
background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
background-image: linear-gradient(#ccc, #ededed);
border-radius: 12px;
box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
color: #222;
}
.menu li:hover ul a {
background: none;
border-radius: 0;
box-shadow: none;
}
.menu li:hover ul li a:hover {
background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
background-image: linear-gradient(#ededed, #fff);
border-radius: 12px;
box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}
.cd-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
/* image replacement properties */
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: rgba(232, 98, 86, 0.8) url(../img/top.gif) no-repeat center 50%;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
/* the button becomes visible */
visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out {
/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: .5;
}
.no-touch .cd-top:hover {
background-color: #e86256;
opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
right: 20px;
bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
height: 60px;
width: 60px;
right: 30px;
bottom: 30px;
}
}
|
node_modules/hook.io/node_modules/npm/html/api/search.html | carloscrespog/HookTemperature | <!doctype html>
<html>
<title>search</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">
<body>
<div id="wrapper">
<h1><a href="../api/search.html">search</a></h1> <p>Search for packages</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<pre><code>npm.commands.search(searchTerms, [silent,] [staleness,] callback)</code></pre>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Search the registry for packages matching the search terms. The available parameters are:</p>
<ul><li>searchTerms:
Array of search terms. These terms are case-insensitive.</li><li>silent:
If true, npm will not log anything to the console.</li><li>staleness:
This is the threshold for stale packages. "Fresh" packages are not refreshed
from the registry. This value is measured in seconds.</li><li><p>callback:
Returns an object where each key is the name of a package, and the value
is information about that package along with a 'words' property, which is
a space-delimited string of all of the interesting words in that package.
The only properties included are those that are searched, which generally include:</p><ul><li>name</li><li>description</li><li>maintainers</li><li>url</li><li>keywords</li></ul></li></ul>
<p>A search on the registry excludes any result that does not match all of the
search terms. It also removes any items from the results that contain an
excluded term (the "searchexclude" config). The search is case insensitive
and doesn't try to read your mind (it doesn't do any verb tense matching or the
like).</p>
</div>
<p id="footer">search — npm@1.1.22</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
var els = Array.prototype.slice.call(wrapper.getElementsByTagName("*"), 0)
.filter(function (el) {
return el.parentNode === wrapper
&& el.tagName.match(/H[1-6]/)
&& el.id
})
var l = 2
, toc = document.createElement("ul")
toc.innerHTML = els.map(function (el) {
var i = el.tagName.charAt(1)
, out = ""
while (i > l) {
out += "<ul>"
l ++
}
while (i < l) {
out += "</ul>"
l --
}
out += "<li><a href='#" + el.id + "'>" +
( el.innerText || el.text || el.innerHTML)
+ "</a>"
return out
}).join("\n")
toc.id = "toc"
document.body.appendChild(toc)
})()
</script>
</body></html>
|
resources/public/html/try_it_out.html | u-o/theatralia | <!--
Credits:
- https://github.com/swannodette/om
- http://getbootstrap.com/getting-started/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Trying Bootstrap together with Kioo</title>
<!-- Bootstrap -->
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for 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 id="app"></div>
<script src="http://fb.me/react-0.12.2.js"></script>
<script src="/js/out/goog/base.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
<script type="text/javascript">goog.require("theatralia.core");</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>
|
webstat/webstat/awstats.allvbg.ru.keyphrases.122011.html | pomahtuk/symphony-test | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang='en'>
<head>
<meta name="generator" content="AWStats 6.7 (build 1.892) from config file awstats.allvbg.ru.conf (http://awstats.sourceforge.net)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="description" content="Awstats - Advanced Web Statistics for allvbg.ru (2012-01)">
<title>Statistics for allvbg.ru (2012-01)</title>
<style type="text/css">
<!--
body { font: 11px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; margin-top: 0; margin-bottom: 0; }
.aws_bodyl { }
.aws_border { border-collapse: collapse; background-color: #CCCCDD; padding: 1px 1px 1px 1px; margin-top: 0px; margin-bottom: 0px; }
.aws_title { font: 13px verdana, arial, helvetica, sans-serif; font-weight: bold; background-color: #CCCCDD; text-align: center; margin-top: 0; margin-bottom: 0; padding: 1px 1px 1px 1px; color: #000000; }
.aws_blank { font: 13px verdana, arial, helvetica, sans-serif; background-color: #FFFFFF; text-align: center; margin-bottom: 0; padding: 1px 1px 1px 1px; }
.aws_data {
background-color: #FFFFFF;
border-top-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
}
.aws_formfield { font: 13px verdana, arial, helvetica; }
.aws_button {
font-family: arial,verdana,helvetica, sans-serif;
font-size: 12px;
border: 1px solid #ccd7e0;
background-image : url(/awstatsicons/other/button.gif);
}
th { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
th.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; padding: 1px 2px 1px 1px; font-size: 13px; font-weight: bold; }
td { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:center; color: #000000; }
td.aws { border-color: #ECECEC; border-left-width: 0px; border-right-width: 1px; border-top-width: 0px; border-bottom-width: 1px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px;}
td.awsm { border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; font: 11px verdana, arial, helvetica, sans-serif; text-align:left; color: #000000; padding: 0px; }
b { font-weight: bold; }
a { font: 11px verdana, arial, helvetica, sans-serif; }
a:link { color: #0011BB; text-decoration: none; }
a:visited { color: #0011BB; text-decoration: none; }
a:hover { color: #605040; text-decoration: underline; }
.currentday { font-weight: bold; }
//-->
</style>
</head>
<body style="margin-top: 0px">
<a name="top"> </a>
<a name="menu"> </a>
<form name="FormDateFilter" action="/cgi-bin/awstats.pl?config=allvbg.ru&output=keyphrases" style="padding: 0px 0px 0px 0px; margin-top: 0">
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td>
<table class="aws_data" border="0" cellpadding="1" cellspacing="0" width="100%">
<tr><td class="aws" valign="middle"><b>Statistics for:</b> </td><td class="aws" valign="middle"><span style="font-size: 14px;">allvbg.ru</span></td><td align="right" rowspan="3"><a href="http://awstats.sourceforge.net" target="awstatshome"><img src="/awstatsicons/other/awstats_logo6.png" border="0" alt='Awstats Web Site' title='Awstats Web Site' /></a></td></tr>
<tr valign="middle"><td class="aws" valign="middle" width="150"><b>Last Update:</b> </td><td class="aws" valign="middle"><span style="font-size: 12px;">31 Jan 2012 - 00:01</span></td></tr>
<tr><td class="aws" valign="middle"><b>Reported period:</b></td><td class="aws" valign="middle"><span style="font-size: 14px;">Month Jan 2012</span></td></tr>
</table>
</td></tr></table>
</form>
<table>
<tr><td class="aws"><a href="javascript:parent.window.close();">Close window</a></td></tr>
</table>
<a name="keyphrases"> </a><br />
<table class="aws_border" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr><td class="aws_title" width="70%">Keyphrases used on search engines </td><td class="aws_blank"> </td></tr>
<tr><td colspan="2">
<table class="aws_data" border="1" cellpadding="2" cellspacing="0" width="100%">
<tr bgcolor="#ECECEC"><th>360 different keyphrases</th><th bgcolor="#8888DD" width="80">Search</th><th bgcolor="#8888DD" width="80">Percent</th></tr>
<tr><td class="aws">allvbg.ru</td><td>125</td><td>14.6 %</td></tr>
<tr><td class="aws">www.allvbg.ru</td><td>118</td><td>13.8 %</td></tr>
<tr><td class="aws">âûáîðãå.ðô</td><td>33</td><td>3.8 %</td></tr>
<tr><td class="aws">ìåáåëüíûé ìàãàçèí â âûáîðãå</td><td>24</td><td>2.8 %</td></tr>
<tr><td class="aws">www.îðãàçì.ðô</td><td>22</td><td>2.5 %</td></tr>
<tr><td class="aws">êîìèòåò îáðàçîâàíèÿ ã. âûáîðã</td><td>11</td><td>1.2 %</td></tr>
<tr><td class="aws">ÑоÑговÑе ÑенÑÑÑ Ð²ÑбоÑга</td><td>10</td><td>1.1 %</td></tr>
<tr><td class="aws">ðàáîòà â âûáîðãå</td><td>8</td><td>0.9 %</td></tr>
<tr><td class="aws">www.ввÑбоÑге.ÑÑ</td><td>7</td><td>0.8 %</td></tr>
<tr><td class="aws">ãðóçîïåðåâîçêè</td><td>6</td><td>0.7 %</td></tr>
<tr><td class="aws">êàôå çàñòîëüå</td><td>6</td><td>0.7 %</td></tr>
<tr><td class="aws">ÑоваÑÑ Ð´Ð»Ñ Ñадоводов вÑбоÑге</td><td>6</td><td>0.7 %</td></tr>
<tr><td class="aws">вÑбоÑг доÑÑг</td><td>5</td><td>0.5 %</td></tr>
<tr><td class="aws">в вÑбоÑге ÑÑ</td><td>5</td><td>0.5 %</td></tr>
<tr><td class="aws">cd вмв вÑбоÑг магазинÑ</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">ìàãàçèí ãîëîâîëîìîê ãîðîäà âûáîðãà</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑвеÑоÑнÑй магазин на онежÑкой</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">вÑбоÑг главпоÑÑамÑ</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">ÐÑбоÑг ТÐ</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">ÑиÑÐ½ÐµÑ ÐºÐ»ÑÐ±Ñ Ð²ÑбоÑг</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">âûáîðã äîñóã</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑиномонÑаж</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">мебелÑнÑе Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð² вÑбоÑге</td><td>4</td><td>0.4 %</td></tr>
<tr><td class="aws">каÑе ÑкÑÑÑим в вÑбоÑге</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">вÑбоÑг Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ ÑпоÑÑивнÑÑ
ÑоваÑов</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">игоÑика вÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">магазин ÑÑоÑм в вÑбоÑге</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">ÐÑбоÑгÑÐºÐ°Ñ ÐвÑоÑкола</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">заказаÑÑ Ð¿ÑодÑкÑÑ Ð½Ð° дом вÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">ÑаÑ
маÑнÑй клÑб вÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">бÑква вÑбоÑг Ñеклама</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð±Ð¾Ð»ÑниÑа вÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">ricotta вÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">мебелÑнÑй магазин в вÑбоÑге</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">веÑÑ Ð²ÑбоÑг ÑенÑÑÑиÑ</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">вÑбоÑг боÑлинг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">денÑал лÑÐºÑ Ð²ÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">опг вÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">ÑпоÑÑÑоваÑÑ Ð² вÑбоÑге</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">ÑÑÑ Ð°Ð³ÐµÐ½ÑÑва вÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">Ñалон кÑаÑоÑÑ Ð»Ð¾ÑÐ¾Ñ Ð²ÑбоÑг</td><td>3</td><td>0.3 %</td></tr>
<tr><td class="aws">вÑбоÑг Ñоддом</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">www.вÑбоÑге.ÑÑ ÑелевизоÑÑ Ð¿Ð»Ð°Ð·Ð¼Ð°</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">велопÑоÑи вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">авÑоÑÐºÐ¾Ð»Ñ Ð²ÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">лоÑÑк вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">оÑÑ
ÑÐ²Ñ Ð¾ лавке Ñ
Ñдожника в вÑÑоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">каÑе малеÑа вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">авÑоÑÐµÐ¼Ð¾Ð½Ñ Ð² вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг каÑе омега</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑÐ°Ð¼Ñ Ð´Ð»Ñ ÐºÐ°ÑÑин в вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">УÐÐÐ ÐÑбоÑгÑкого Ñайона ленингÑадÑкой облаÑÑи</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">магазин анжелика вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">www.обÑÑен.ÑÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">Ð²Ð°Ñ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ инÑеÑÐ½ÐµÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÐÐ°Ð³Ð°Ð·Ð¸Ð½Ñ ÑÑÑоиÑелÑнÑе в ÐÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">каÑе Ñ Ð±Ð¾ÑÑ
аÑда вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑабоÑа в вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">г.вÑбоÑг главпоÑÑамÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">СпоÑÑивнÑе ÑенÑÑÑ Ð² вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÑвениÑÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">îòìåòèëè êàê ñïàì çàáëîêèðîâàëè â êîíòàêòå</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">меÑалл ÑÑÐ¸Ð»Ñ Ð²ÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">èíòåðíåò ïðîâàéäåð â âûáîðãå</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">магазин пÑелка в вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ñïîðòèâíûå òîâàðû âûáîðã</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг обÑазование</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">глÑÐ½ÐµÑ Ð¿Ð°ÑиÑ
маÑ
еÑÑÐºÐ°Ñ Ð² вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÐºÐ½Ð¸Ð³Ð¾Ð¼Ð¸Ñ Ð²ÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑÐ°Ð¹Ñ Ñмвд вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÑомаÑологиÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">Ñ
оÑоÑий ÑеÑÑоÑан вÑбоÑга</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑлÑжба заказÑика вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">каÑе в гоÑоде вÑбоÑге ÑÑÑÑй папа</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">коÑеана вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">мебелÑнÑе магазинÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">квадÑаÑнÑй меÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ в вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">гÑÑÑ Ð² вÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг болÑниÑа железнодоÑожнаÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг опÑика</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг.ÑÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¸ÐºÐ»Ð¸Ð½Ð¸ÐºÐ° вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг каÑе ÑиÑи</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг маÑÑÑÑÑÑ Ð°Ð²ÑобÑÑов</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð±Ð¾Ð»ÑниÑа в г.ÐÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑеÑÑоÑан ÑÑÑÑкий двоÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">Ñалон ÑвÑзи ÑлÑÑÑа ÐÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">âûáîðã</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑе Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð²ÑбоÑга</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">www.øàõóìö.ðô</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">www ввÑбоÑге.ÑÑ</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÐ°Ð»Ð¾Ð½Ñ Ð¾Ñ Ð¼ÐµÐ³Ð°Ñон</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑÑÑÑиÑма диалог вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">вÑбоÑг баÑÑейн</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑеÑ
ноÑок вÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑенÑÑÑÐ¸Ñ Ð²ÑбоÑг</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">агенÑÑва ÑиÑÑалÑнÑÑ
ÑÑлÑг в ÐÑбоÑге</td><td>2</td><td>0.2 %</td></tr>
<tr><td class="aws">ÑеÑÑоÑан ÑÑаÑÑй гоÑод в г. вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">агенÑÑÑво гаÑанÑ-недвижимоÑÑÑ Ð³.вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">инÑеÑÐ½ÐµÑ Ð¿ÑовайдоÑÑ Ð²ÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑо Ñакое оÑдел комплекÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð¸ обÑабоÑки лиÑеÑаÑÑÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">дом деÑÑкого ÑвоÑÑеÑÑва вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе ÑÑаÑÑй гоÑод вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www.вÑбоÑг.ÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе ÑеÑÑоÑÐ°Ð½Ñ Ð²ÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг Ð¼ÐµÐ±ÐµÐ»Ñ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">г вÑбоÑг паÑикмаÑ
еÑÑÐºÐ°Ñ ÑлеганÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ввÑбоÑге.ÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð¥Ñдожники ÐÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">в вÑбоÑге. ÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе ÑеÑÐ¿ÐµÐºÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">кондиÑеÑÑÐºÐ°Ñ ÑабÑика вÑбоÑг веÑеÑк</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг меÑÑа ÑеÑÑоÑÐ°Ð½Ñ Ð²ÑÑÑавки</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑеÑÑоÑан опеÑа вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">веÑеÑк ваÑли вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">оÑ
Ñана в ÐÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">vrsk.vyborg ru</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑпиÑок подÑÑдÑиков по ÑÑÑоиÑелÑÑÑÐ²Ñ Ð³Ð¾Ñод вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">маÑÑÑÑÑÑ Ð°Ð²ÑобÑÑов вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">клÑб здоÑовÑÑ Ð»Ð¾ÑÐ¾Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг доп.обÑазование</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð¼Ð¸Ñ Ð´Ð¶Ð¸Ð½Ñ Ð°Ð´ÑÐµÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">кодак вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñалон кÑаÑоÑÑ ÑелковÑй пÑÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">мебелÑнÑй магазин в ÐÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑлÑги веÑеÑинаÑа на ÑеÑмаÑ
вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐолигÑаÑÐ¸Ñ ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑе Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ ÐÑбоÑга Ñ dvd ÑилÑмами</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www.вÑбоÑг.ÑÑ.ru</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑома плÑÑ Ð² вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐневедомÑÑÐ²ÐµÐ½Ð½Ð°Ñ Ð¾Ñ
Ñана ÐенингÑадÑкой облаÑÑи</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг полеклинника</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">агенÑÑÑво недвижимоÑÑи алÑÑÐ½Ñ Ð² вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг меÑ
овое аÑелÑе дом бÑÑа</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ноÑной клÑб опеÑа г вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑледÑÑвеннÑй оÑдел вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">гоÑод вÑбоÑг каÑе глоÑиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑенÑÑ ÐºÐ¾ÑÑекÑии зÑÐµÐ½Ð¸Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">авÑопаÑÑÐ½ÐµÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">лавка Ñ
Ñдожника</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð¦ÐµÐ½Ñ Ð¸ ÑпиÑок ÑоваÑов в магазине ÐÑаздник ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">УÐÐРРФ по ÐÑбоÑгÑÐºÐ¾Ð¼Ñ ÑÐ°Ð¹Ð¾Ð½Ñ ÐÐ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑоÑоÑÑÑдиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">лоÑево молоÑнÑе пÑодÑкÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑвадебнÑе ÑÐ°Ð»Ð¾Ð½Ñ Ð³Ð¾Ñода вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">плакÑин алекÑей алекÑеевиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">евÑоÑеÑÑ Ð²ÑбоÑг вÑÐµÐ¼Ñ ÑабоÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">аÑиÑÑокÑÐ°Ñ Ð² вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг пиÑÑи</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑвениÑÑ ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг Ñан Ð¶ÐµÑ Ð¼Ð¸Ð½</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐÑелÑе на Ð Ñбежной в ÐÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">пиÑÐ¾Ð¶ÐºÐ¾Ð²Ð°Ñ Ð»Ð°ÐºÐ¾Ð¼ÐºÐ°</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ðагазин анÑÐµÐ½Ð½Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñалон кÑаÑоÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑледÑÑвеннÑй оÑдел по г.вÑбоÑÐ³Ñ ÑледÑÑвенного ÑпÑÐ°Ð²Ð»ÐµÐ½Ð¸Ñ ÑледÑÑвенного комиÑеÑа ÑÑ Ð¿Ð¾ ло</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">доÑÑг вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑиномонÑаж каÑÑÑÐµÐ»Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазин ÑÑоÑм вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">маÑÑÑÑÑ Ð°Ð²ÑобÑÑов вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑоÑгилÑÑ ÐºÐ½ÑÑÑÑон</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑгÑкие ÑÑÑагенÑÑва</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">кÑаÑивÑе лÑди вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">пиÑÑеÑÐ¸Ñ ÑобоÑа в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑоÑговÑе ÑеÑи вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www.вÑбоÑгпалаÑ.ÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐоÑÑг в ÐÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑпÑавка оÑганизаÑÐ¸Ñ Ð»ÑгоÑного пиÑÐ°Ð½Ð¸Ñ Ð´ÐµÑей из малообеÑпеÑеннÑÑ
Ñемей</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑÐ·Ñ Ð²ÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">beergemot в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">авÑоÑÐµÐ¼Ð¾Ð½Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñалон ÑÑÑаÑÑ Ð² вÑбоÑге ÑÑлÑги</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www.ввÑбоÑгеÑÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¸ÐºÐ»Ð¸Ð½Ð¸ÐºÐ°</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑÑÑиÑма кÑÐµÐ½Ð¸Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">монÑо магазин в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">веÑеÑинаÑнÑе клиники</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¸ÐºÐ»Ð¸Ð½Ð¸ÐºÐ° в вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑеÑÑоÑан малеÑа вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">гÑÑзопеÑевозки</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">доÑÑг в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">бÑÑо ÑиÑÑалÑнÑÑ
ÑÑлÑг г. ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе малеÑа г. вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑÐ°Ñ Ð¿Ð»ÑÑ ÑвелиÑнÑе изделиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг авÑоÑколÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">лавка маÑÑеÑов вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">инÑеÑÐ½ÐµÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ пÑодÑкÑов вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг гÑÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">меÑÑа оÑдÑÑ
а вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñалон кÑаÑоÑÑ Ð² вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">пиÑÑа ricotta вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www.âûáîðãïàëàñ.ðô</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазин бÑÑовой ÑеÑ
ники в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¸ÐºÐ»Ð¸Ð½Ð¸ÐºÐ° в г.вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÐµÐ¼ÐµÐ¹Ð½Ð°Ñ ÑÑомаÑологиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑге.ÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">пÑодÑкÑÑ Ð¾Ð½Ð»Ð°Ð¹Ð½ вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг аÑÑодиÑа</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">меÑÑа оÑдÑÑ
а в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг мандаÑин</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг каÑе ÑиеÑÑа</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе ÑкÑÑÑим вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">\xd0\xbc\xd0\xb5\xd0\xb1\xd0\xb5\xd0\xbb\xd1\x8c\xd0\xbd\xd1\x8b\xd0\xb5 \xd0\xbc\xd0\xb0\xd0\xb3\xd0\xb0\xd0\xb7\xd0\xb8\xd0\xbd\xd1\x8b \xd0\x92\xd1\x8b\xd0\xb1\xd0\xbe\xd1\x80\xd0\xb3\xd0\xb0</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑелигиознÑе оÑганизаÑии ÐÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð²Ð°Ñ Ð±ÑÑ
галÑÐµÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">доÑÑопÑимеÑаÑелÑноÑÑи гоÑода вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">инÑеÑнеÑ-пÑовайдеÑÑ Ð²ÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">pro-design-vbg@mail.ru</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">âûáîðã.ðô ïðîäóêòû</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð¡Ð°Ð»Ð¾Ð½Ñ ÑвÑзи в ÐÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑеÑÑоÑан</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазин здоÑовÑе вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Салон «ЧеÑное & Ðелое» вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">СÐÐÐÐÐÐЫРСÐÐÐÐЫ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг клÑб коÑегаÑка ÑоÑо</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð²Ð°Ñ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">г вÑбоÑг плаÑежн</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑенÑÑÑиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑвадебнÑе Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð² вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑеÑ
нологии</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">;tktpyjljhj;yfz gjkbrkbybrf ds jhuf</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">инÑеÑÐ½ÐµÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">авÑоÑкола вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг полигÑаÑиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе ÐкÑÑÑим ÐÑбоÑг на каÑÑе</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑелеÑÐ¾Ð½Ñ Ð´ÐµÑи магазин</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">веÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе оÑÑÑов вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐÑе Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ ÐÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑеÑÑоÑан оÑÑÑов</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">заказаÑÑ Ð¾Ð½Ð»Ð°Ð¹Ð½ ваÑÑÑÑÐºÑ Ð² ÐÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг пÑовайдоÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">коÑеана в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑвадебнÑй Ñалон</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазин великолÑкÑкий мÑÑокомбинаÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг лавка Ñ
Ñдожника ÑаÑÑ ÑабоÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑелеÑон ÐлавпоÑÑамÑа в г. ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе вÑбоÑга ÑкÑÑÑим</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð³Ð¾Ñ Ð²ÐµÑеÑинаÑÐ½Ð°Ñ ÐºÐ»Ð¸Ð½Ð¸ÐºÐ° вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÑела</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑÑÑиÑма Ðиалог ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑпоÑÑ ÑенÑÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ricotto вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑоÑм в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг каÑе на гоÑодÑком плÑже</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð²Ð°Ñ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">инÑеÑÐ½ÐµÑ Ð¿ÑÐ¾Ð²Ð°Ð¹Ð´ÐµÑ Ð²ÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑеÑ
ноÑок вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">аÑÑ-Ñ
олл вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www. вÑбоÑг-ÑабоÑа.ru</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг оÑ
Ñана кваÑÑиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑоваÑÑ Ð´Ð»Ñ Ð¶Ð¸Ð²Ð¾ÑнÑÑ
в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">авÑоÑÐºÐ¾Ð»Ñ Ð³Ð¾Ñода вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг каÑе оÑÑÑов</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазиг деÑи г.вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">max meyer вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÐ°Ð»Ð¾Ð½Ñ ÑвадебнÑÑ
плаÑÑев вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">маназин ÐиÑÐºÐ¾Ð½Ñ Ð² ÐÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">пÑовайдеÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">filcompany вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ ÑÑвениÑÑ Ð² вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе игоÑика вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе минÑÑка вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¼ÐµÐ±ÐµÐ»Ð¸</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">диалог ÑÑÑиÑÑиÑеÑкое агенÑÑÑво вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">албена ÑÑÑ Ð°Ð³ÐµÐ½ÑÑва ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе ÐинÑÑка г.ÐÑбоÑг Ð½Ð¾Ð¼ÐµÑ ÑелеÑона</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">авÑоÑÐºÐ¾Ð»Ñ Ð³. ÐÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">г вÑбоÑг паÑикмаÑ
еÑÑÐºÐ°Ñ Ñа</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">игоÑика в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ввÑбоÑгеÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазин ÑейеÑвеÑк вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг пиÑÑа</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑпаÑÑак ÑоÑговÑй ÐºÐ¾Ð¼Ð¿Ð»ÐµÐºÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">мебелÑнÑй магазин в каÑÑÑели гоÑода вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">russki-dwor@list.ru</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑпоÑÑивнÑй ÑенÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг Ñалон кÑаÑоÑÑ ÑÑÑаÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñен жеÑмен вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг лиÑÑ ÑемонÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑиÑнеÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">мвд в ленингÑадÑкой облаÑÑи вÑбоÑгÑком Ñайоне</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñалон анна маÑÐ¸Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">компÑÑÑеÑÑ ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">инÑоÑмаÑÐ¸Ñ Ð¾ вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÐ°Ð»Ð¾Ð½Ñ ÐºÑаÑоÑÑ Ð³Ð»ÑнеÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">лоÑÐ¾Ñ Ñалон кÑаÑоÑÑ ÐÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">rflhjdjt futycndj ds jhu</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑеаÑÑ ÐºÑкол вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñонд недвижимоÑÑи вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">futycndj алекÑÐ°Ð½Ð´Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑпÑÑниковÑе ÑиÑÑÐµÐ¼Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑÑ Ð°Ð³ÐµÐ½ÑÑва в вÑбоÑге\</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐлекÑеев ÐмиÑÑий ЮÑÑÐµÐ²Ð¸Ñ Ñел</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">клÑб мандаÑин вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñалон кÑаÑоÑÑ ÑÑÑаÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">доÑÑг вÑбоÑг клÑбÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">гоÑод вÑбоÑг клÑб лоÑоÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐÑбоÑг.ÑÑ Ð¿ÑодÑкÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑÑÑагенÑÑва</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">веÑÑвÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑоÑгово-пÑомÑÑÐ»ÐµÐ½Ð½Ð°Ñ Ð¿Ð°Ð»Ð°Ñа вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг Ñонд ÑоÑиалÑной поддеÑжки наÑелениÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www.вÑбоÑг.rf</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">пÑодÑкÑÑ Ð¿Ð¾ инÑеÑнеÑÑ Ð² вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ ÑоÑовой ÑвÑзи вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð¿Ð¾Ð»Ð¸ÐºÐ»Ð¸Ð½Ð¼ÐºÐ° вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">апÑека апÑека лекопÑÑоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð²Ð°Ñ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½ вÑбоÑг доÑÑавка</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑвадебнÑй Ñалон</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг доÑÑопÑимеÑаÑелÑноÑÑи</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">гÑÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">авÑоÑколÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">великолÑкÑкий мÑÑÐ¾ÐºÐ¾Ð¼Ð±Ð¸Ð½Ð°Ñ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð² моÑкве</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñмвд ÑÑ Ð¿Ð¾ вÑбоÑгÑÐºÐ¾Ð¼Ñ ÑÐ°Ð¹Ð¾Ð½Ñ Ð»ÐµÐ½Ð¸Ð½Ð³ÑадÑкой облаÑÑи</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐÐ°Ð³Ð°Ð·Ð¸Ð½Ñ Ð³Ð¾Ñода вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑÑ.вÑбоÑг.ÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">еÑÑÑ Ð»Ð¸ ÑбеÑбанк возле кÑаÑной плоÑади</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">мебелÑнÑе вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">агенÑÑово недвижимоÑÑи векÑÐ¾Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑлÑÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑÑ Ð°Ð³ÐµÐ½ÑÑва в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг магазин Ð´Ð»Ñ Ñ
Ñдожников кÑепоÑÑнаÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">великолÑкÑкий мÑÑÐ¾ÐºÐ¾Ð¼Ð±Ð¸Ð½Ð°Ñ ÑеÑÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ð¾Ð² моÑква</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐÑбоÑг пиÑÑа</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">обÑазование вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг онлайн инÑеÑÐ½ÐµÑ Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑÑа вÑбоÑга Ñ Ð´Ð¾ÑÑопÑимеÑаÑелÑноÑÑÑми</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑпоÑÑивнÑе ÑоваÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑиÑÐ½ÐµÑ ÐºÐ»Ñб аÑÑодиÑа в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">гÑÑзопеÑевозки из вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑлекÑÐ½ÐµÑ Ð¿Ð»Ð°ÑежнÑе ÑеÑÐ¼Ð¸Ð½Ð°Ð»Ñ Ð² вЫÐÐÐ ÐÐ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">СÐÐÑ Ñмвд по вÑбоÑгÑкомÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг бÑÑо ÑиÑÑалÑнÑÑ
ÑÑлÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг пиÑÑеÑии</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг военкомаÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐÑбоÑг ÑÑÑ-агенÑÑва</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">kodak вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазин Ñламинго в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÑаÑÑи по комплекÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð¸ обÑабоÑке лиÑеÑаÑÑÑÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐÑбоÑг паÑикмаÑ
еÑÑкие ÑÑлÑги</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ñ
Ñдожники вÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">óìâä ã.âûáîðã</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">магазин Ð¾Ð´ÐµÐ¶Ð´Ñ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе «city» вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">клÑб здоÑовÑÑ Ð»Ð¾ÑÐ¾Ñ Ð³.вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">аÑелÑе вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг ÑеквизиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð¾Ð´ÐµÐ¶Ð´Ñ Ð²ÑбоÑга</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÐТР24 vbg</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">каÑе «ÑÑаÑÑй вÑбоÑг» банкеÑнÑй зал</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑелиÑиÑа в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">www.ваÑ
Ñав.ÑÑ www.new-perspektiva.ru/in dex1.php</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑледÑÑвеннÑй оÑдел в вÑбоÑге</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">бизнеÑ-ÑенÑÑ Ð²ÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">вÑбоÑг железнодоÑÐ¾Ð¶Ð½Ð°Ñ Ð±Ð¾Ð»ÑниÑа</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">алекÑеев дмиÑÑий ÑÑÑевиÑ</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">мебелÑнÑе Ð¼Ð°Ð³Ð°Ð·Ð¸Ð½Ñ Ð³.вÑбоÑг</td><td>1</td><td>0.1 %</td></tr>
<tr><td class="aws">ÑÐµÐ¼Ð¾Ð½Ñ Ð°Ð²Ñомобилей ваз</td><td>1</td><td>0.1 %</td></tr>
</table></td></tr></table><br />
<br /><br />
<span dir="ltr" style="font: 11px verdana, arial, helvetica; color: #000000;"><b>Advanced Web Statistics 6.7 (build 1.892)</b> - <a href="http://awstats.sourceforge.net" target="awstatshome">Created by awstats</a></span><br />
<br />
</body>
</html>
|
html/index.html | ultramango/gear360pano | <!DOCTYPE HTML>
<html>
<head>
<title>Panorama Gallery</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="jscss/pannellum.css" />
<link rel="stylesheet" type="text/css" href="jscss/video-js.css">
<script src="jscss/pannellum.js"></script>
<script src="jscss/video.js"></script>
<script src="jscss/videojs-pannellum-plugin.js"></script>
<style type="text/css">
#wrap {
width: 1000px;
margin: 0 auto;
}
#left {
float: left;
width: 200px;
}
#right {
float: right;
width: 800px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.highlight {
font-weight: bold;
}
.normal {
font-weight: normal;
}
li {
cursor: pointer; cursor: hand;
}
#panophoto {
width: 800px;
height: 400px;
}
</style>
</head>
<body>
<div id="wrap">
<div id="left">
<ul id="objList"></ul>
</div>
<div id="right">
<div id="panoroot"></div>
</div>
</div>
<!-- Script that controls everything -->
<script type="text/javascript" src="jscss/gear360.js"></script>
</body>
</html>
|
app/templates/learn.html | sredmond/menlo-mathsci-help | {% extends "layout.html" %}
{% block content %}
<h2>Learning</h2>
<p>
If you need help with math or science, you're in the right place. We're glad you want to learn! Sometimes the hardest part can be seeking help from others. Here at the Math & Science Help Center, our goal is to help <em>you</em> with math and/or science.
</p>
<p>
Fill out the form below to submit a request for help. All tutors who are able to help will receive a notification, and hopefully you'll soon be contacted by a tutor who is ready to help you. If you're not contacted within a week, email me at sam.redmond@menloschool.org and I'll personally help you out.
</p>
<p>
In order to maximize the chance that this request succeeds, you need to really describe the problem you're facing. Add as much detail as possible. The more information you tell us, the better we can prepare to help you. The optional questions in particular give you the chance to tell us vital information.
</p>
<div id="alert" class="alert alert-error alert-block hidden">
<button type="button" class="close" data-dismiss="alert">×</button>
<span id="alert-text"></span>
</div>
<form id="learn" action="/learn" method="post" class="form-horizontal">
<fieldset>
<legend>Which class do you need help in? <small>Select One</small></legend>
<div class="btn-group" data-toggle="buttons-radio">
{% for cl in user.learning %}
<button type="button" class="btn">{{ cl.title }}</button>
{% endfor %}
</div>
<input class="hidden" id="subj_title" name="subj_title">
</fieldset>
<fieldset>
<legend>Issue Category<small> Select One</small></legend>
<p>In general, we categorize assistance into three categories - homework help, studying for a test, and working on a long-term project.</p>
<label class="radio">
<input type="radio" name="issue" id="hw" value="hw" checked="checked">
Homework
</label>
<label class="radio">
<input type="radio" name="issue" id="test" value="test">
Test
</label>
<label class="radio">
<input type="radio" name="issue" id="proj" value="proj">
Project
</label>
<label class="radio inline">
<input type="radio" name="issue" id="other" value="other">
Other (please elaborate)
<input type="text" name="elaboration" id="elaboration" disabled="disabled">
</label>
</fieldset>
<fieldset>
<legend>Required Information</legend>
<div id="title-control-group" class="control-group">
<label class="control-label" for="title">Title</label>
<div class="controls">
<div class="input-prepend">
<span class="add-on"><i class="icon-font"></i></span>
<input class="span2" id="title" name="title" type="text" placeholder="Title your request.">
</div>
<span id="title-label" class="label"></span>
</div>
</div>
<div id="challenge-control-group" class="control-group">
<label class="control-label" for="challenge">Specific Challenge</label>
<div class="controls">
<textarea rows=4 form="learn" name="challenge" id="challenge" placeholder="Describe the particular challenge you're stuggling with. The clearer, the better." class="span4"></textarea>
<span id="challenge-label" class="label"></span>
</div>
</div>
</fieldset>
<fieldset>
<legend>Optional Information</legend>
<div class="control-group">
<label class="control-label" for="requests">Requests</label>
<div class="controls">
<textarea rows=4 form="learn" name="requests" placeholder="Do you have any requests for particular tutors?" class="span4"></textarea>
</div>
</div>
<div class="control-group">
<label class="control-label" for="availability">Availability</label>
<div class="controls">
<textarea rows=4 form="learn" name="availability" placeholder="When are you available? Include your free period, if applicable." class="span4"></textarea>
</div>
</div>
<div class="control-group">
<label class="control-label" for="additional_comments">Comments</label>
<div class="controls">
<textarea rows=4 form="learn" name="additional_comments" placeholder="Is there anything else you would to add?" class="span4"></textarea>
</div>
</div>
</fieldset>
<button type="submit" class="btn btn-primary" id="submit_learn_request">Submit!</button>
</form>
{% endblock %} |
demoHouse/TriplePanelImageSlider/index.html | zhouxinyong/code-demo | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Triple Panel Image Slider with jQuery and CSS3</title>
<meta name="description" content="Triple Panel Image Slider with jQuery and CSS3 and a 3D look" />
<meta name="keywords" content="css3, image slider, jquery, 3d, 3dtransform, triple, transition, translate" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Prata' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="js/modernizr.custom.26887.js"></script>
<noscript>
<link rel="stylesheet" type="text/css" href="css/noscript.css" />
</noscript>
<!--[if lte IE 8]><style>.main{display:none;} .support-note .note-ie{display:block;}</style><![endif]-->
</head>
<body>
<div class="container">
<!-- Codrops top bar -->
<div class="codrops-top">
<a href="http://tympanus.net/Tutorials/CircleHoverEffects/">
<strong>« Previous Demo: </strong>Circle Hover Effects
</a>
<span class="right">
<a href="http://www.flickr.com/photos/geishaboy500/">Images by geishaboy500</a>
<a href="http://tympanus.net/codrops/2012/08/16/triple-panel-image-slider/">
<strong>Back to the Codrops Article</strong>
</a>
</span>
<div class="clr"></div>
</div><!--/ Codrops top bar -->
<header>
<h1><strong>Triple Panel</strong> Image Slider</h1>
<h2>A jQuery image slider with three panels and 3D look</h2>
<div class="support-note"><!-- let's check browser support with modernizr -->
<span class="no-cssanimations">CSS animations are not supported in your browser</span>
<span class="no-csstransforms">CSS transforms are not supported in your browser</span>
<span class="no-csstransforms3d">CSS 3D transforms are not supported in your browser</span>
<span class="no-csstransitions">CSS transitions are not supported in your browser</span>
<span class="no-generatedcontent">CSS Generated Content is not supported in your browser</span>
<span class="note-ie">Sorry, only modern browsers.</span>
</div>
</header>
<div class="main">
<div class="fs-slider" id="fs-slider">
<figure>
<img src="images/1.jpg" alt="image01" />
<figcaption>
<h3>Eloquence</h3>
<p>American apparel flexitarian put a bird on it, mixtape typewriter irony aesthetic. </p>
</figcaption>
</figure>
<figure>
<img src="images/2.jpg" alt="image02" />
<figcaption>
<h3>Quintessential</h3>
<p>Cardigan craft beer mixtape, skateboard forage fixie truffaut messenger bag. </p>
</figcaption>
</figure>
<figure>
<img src="images/3.jpg" alt="image03" />
<figcaption>
<h3>Surreptitious</h3>
<p>Truffaut iphone flexitarian, banh mi thundercats cliche wolf biodiesel gastropub. </p>
</figcaption>
</figure>
<figure>
<img src="images/4.jpg" alt="image04" />
<figcaption>
<h3>Imbroglio</h3>
<p>Scenester fixie pickled, shoreditch fugiat enim craft beer retro mustache.</p>
</figcaption>
</figure>
<figure>
<img src="images/5.jpg" alt="image05" />
<figcaption>
<h3>Lissome</h3>
<p>Aute sunt aliqua do sapiente. Food truck ut sustainable thundercats four loko.</p>
</figcaption>
</figure>
</div><!-- /fs-slider -->
</div>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.imgslider.js"></script>
<script type="text/javascript">
$(function() {
$( '#fs-slider' ).imgslider();
});
</script>
</body>
</html> |
gem.html | xuxiaodong/dailyrb | ---
layout: page
title: Gem & Tool
---
<p>Listing {{ site.categories.gem.size }} archived posts:</p>
<ul>
{% for post in site.categories.gem %}
<li>
{{ post.date | date: "%b %d, %Y" }} — <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
|
css/main.css | iamEAP/webdataconnector | /* Custom CSS for home page */
.hero-spacer {
margin-top: 50px;
}
.hero-feature {
margin-bottom: 30px;
}
/* Custom CSS for docs page */
.docs
{
max-width: 850px;
width: 100%;
float: right;
}
.docs-content-wrap > h1 {
margin-top: 32px;
}
.docs-content-wrap h4 {
margin-top: 32px;
}
.blog-content-wrap {
margin-top: 20px;
padding-top: 40px;
}
/* Custom CSS for header and footer */
.site-header
{
width: 100%;
padding: 24px 0px;
}
img.logo
{
height: 28px;
margin-left: -18px;
}
.icon > svg
{
display: inline-block;
width: 28px;
height: 28px;
}
.icon > svg path
{
fill: #333333;
}
.thumb-home {
height: 340px;
}
.img-home {
height: 150px !important;
margin: 10px;
}
.tableauIcon {
margin-left: 18px;
}
.jumbotron {
background-color: #fafafa;
border: 1px solid #e8e8e8;
}
#community-jumbo {
background-color: #F0F8FF;
}
footer {
margin: 30px 0;
margin-top: 100px;
}
table {
border: 1px solid #c2c2c2;
border-collapse: collapse;
margin: 1em 0px;
}
th
{
font-weight: bold;
border: 1px solid #c2c2c2;
text-align: left;
padding: .3em;
vertical-align: top;
background-color: #fafafa;
}
td
{
border: 1px solid #c2c2c2;
text-align: left;
padding: .3em;
vertical-align: top;
}
/* So the scroll bar width doesn't cause the page to jump */
html {
overflow-y: scroll;
}
.label {
margin-right: 3px;
}
/* to get right navbar icons to respect collapse */
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
}
/* Custom css for news section */
.blog-content > h4 {
margin-top: 20px;
}
.blog-content > ol {
margin-bottom: 20px;
}
/* Community connectors */
.thumbnail {
background-color: #fff;
border: 1px solid #ccc;
margin: 12px;
}
.thumbnail h2 {
border-left: 2px solid #337ab7;
text-decoration: none;
font-size: 20px;
padding: 6px;
margin-left: 10px;
}
.thumbnail h2 a {
text-decoration: none;
color: #333333;
}
/* Media queries for responsive design */
#grid[data-columns]::before {
content: '3 .column.size-1of3';
}
.column { float: left; }
.size-1of3 { width: 33.333%; }
@media screen and (max-width: 480px){
#grid[data-columns]::before {
content: '1 .column.size-1of1';
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
#grid[data-columns]::before {
content: '2 .column.size-1of2';
}
}
@media screen and (min-width: 769px) {
#grid[data-columns]::before {
content: '3 .column.size-1of3';
}
}
/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
|
src/app/admin/weizhang/cantweizhang/cantweizhang.component.css | imdeakin/yunxi-admin | .manager-table tbody td{
padding:0;
}
.modal-con {
width: 460px;
height: 520px;
margin-left: -230px;
margin-top: -260px;
}
.manager-table{
/*overflow-y: hidden; */
overflow-x: scroll;
margin:0;
}
.manager-table th{
white-space:nowrap;
}
.manager-table td{
white-space:nowrap;
}
.weizhangListInfo td{
color:#009be8;
}
.close-btn{
padding:4px;
background: #009be8;
color:#eee;
} |
gradle/docs/groovydoc/org/gradle/tooling/ProgressListener.html | HenryHarper/Acquire-Reboot | <!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- **************************************************************** -->
<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * -->
<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * -->
<!-- **************************************************************** -->
<html>
<head>
<!-- Generated by groovydoc (2.4.4) on Mon Apr 25 06:16:23 CEST 2016 -->
<title>ProgressListener (Gradle API 2.13)</title>
<meta name="date" content="2016-04-25">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../groovy.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ProgressListener (Gradle API 2.13)";
}
//-->
</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="../../../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">
<div>
<ul class="navList">
<li><a href="../../../index.html?org/gradle/tooling/ProgressListener" target="_top">Frames</a></li>
<li><a href="ProgressListener.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
Nested Field <li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li> | Detail: </li>
Field <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">Package: <strong>org.gradle.tooling</strong></div>
<h2 title="[Java] Interface ProgressListener" class="title">[Java] Interface ProgressListener</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<p> A listener which is notified as some long running operation makes progress.
<DL><DT><B>Since:</B></DT><DD>1.0-milestone-3</DD></DL></p>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== NESTED CLASS SUMMARY =========== -->
<!-- =========== ENUM CONSTANT SUMMARY =========== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- =========== PROPERTY SUMMARY =========== -->
<!-- =========== ELEMENT SUMMARY =========== -->
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary"><!-- --></a>
<h3>Methods Summary</h3>
<ul class="blockList">
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Methods Summary table">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Type</th>
<th class="colLast" scope="col">Name and description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</strong></code></td>
<td class="colLast"><code><strong><a href="#statusChanged(org.gradle.tooling.ProgressEvent)">statusChanged</a></strong>(<a href='../../../org/gradle/tooling/ProgressEvent.html'>ProgressEvent</a> event)</code><br>Called when the progress status changes.</td>
</tr>
</table>
</ul>
</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="statusChanged(org.gradle.tooling.ProgressEvent)"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
<h4>public void <strong>statusChanged</strong>(<a href='../../../org/gradle/tooling/ProgressEvent.html'>ProgressEvent</a> event)</h4>
<p> Called when the progress status changes.
<DL><DT><B>Parameters:</B></DT><DD><code>event</code> - An event describing the status change.</DD></DL><DL><DT><B>Since:</B></DT><DD>1.0-milestone-3</DD></DL></p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</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="../../../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">
<div>
<ul class="navList">
<li><a href="../../../index.html?org/gradle/tooling/ProgressListener" target="_top">Frames</a></li>
<li><a href="ProgressListener.html" target="_top">No Frames</a></li>
</ul>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
Nested Field <li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li> | Detail: </li>
Field <li><a href="#method_detail">Method</a></li>
</ul>
</div>
<p>Gradle API 2.13</p>
<a name="skip-navbar_bottom">
<!-- -->
</a>
</div>
</div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
public/Windows 10 x64 (18362.388)/_MI_WORKING_SET_TYPE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.388)</h4><br>
<h2>_MI_WORKING_SET_TYPE</h2>
<font face="arial"> MiWorkingSetTypeSystemCache = 0n0<br>
MiWorkingSetTypeSystemViews = 0n1<br>
MiWorkingSetTypePartitionMaximum = 0n1<br>
MiWorkingSetTypePagedPool = 0n2<br>
MiWorkingSetTypePagableMaximum = 0n2<br>
MiWorkingSetTypeSystemPtes = 0n3<br>
MiWorkingSetTypeKernelStacks = 0n4<br>
MiWorkingSetTypeNonPagedPool = 0n5<br>
MiWorkingSetTypeMaximum = 0n6<br>
</font></body></html> |
old/src/external/asio-1.10.2/doc/asio/reference/buffered_stream/lowest_layer.html | dhh1128/intent | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>buffered_stream::lowest_layer</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title="Asio">
<link rel="up" href="../buffered_stream.html" title="buffered_stream">
<link rel="prev" href="in_avail/overload2.html" title="buffered_stream::in_avail (2 of 2 overloads)">
<link rel="next" href="lowest_layer/overload1.html" title="buffered_stream::lowest_layer (1 of 2 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="in_avail/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../buffered_stream.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="lowest_layer/overload1.html"><img src="../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="asio.reference.buffered_stream.lowest_layer"></a><a class="link" href="lowest_layer.html" title="buffered_stream::lowest_layer">buffered_stream::lowest_layer</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp125737040"></a>
Get a reference to the lowest layer.
</p>
<pre class="programlisting"><span class="identifier">lowest_layer_type</span> <span class="special">&</span> <a class="link" href="lowest_layer/overload1.html" title="buffered_stream::lowest_layer (1 of 2 overloads)">lowest_layer</a><span class="special">();</span>
<span class="emphasis"><em>» <a class="link" href="lowest_layer/overload1.html" title="buffered_stream::lowest_layer (1 of 2 overloads)">more...</a></em></span>
</pre>
<p>
Get a const reference to the lowest layer.
</p>
<pre class="programlisting"><span class="keyword">const</span> <span class="identifier">lowest_layer_type</span> <span class="special">&</span> <a class="link" href="lowest_layer/overload2.html" title="buffered_stream::lowest_layer (2 of 2 overloads)">lowest_layer</a><span class="special">()</span> <span class="keyword">const</span><span class="special">;</span>
<span class="emphasis"><em>» <a class="link" href="lowest_layer/overload2.html" title="buffered_stream::lowest_layer (2 of 2 overloads)">more...</a></em></span>
</pre>
</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 © 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="in_avail/overload2.html"><img src="../../../prev.png" alt="Prev"></a><a accesskey="u" href="../buffered_stream.html"><img src="../../../up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../home.png" alt="Home"></a><a accesskey="n" href="lowest_layer/overload1.html"><img src="../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
public/build/css/grayscale.css | luisholanda/hackathon_ambev | /*!
* Start Bootstrap - v1.0.0 (https://github.com/luisholanda/hackathon_ambev#readme)
* Copyright 2013-2017
* Licensed under ()
*/
document {
width: 100%;
}
body {
width: 100%;
height: 100%;
font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: white;
background-color: black;
}
html {
width: 100%;
height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 35px;
text-transform: uppercase;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
letter-spacing: 1px;
}
li,
p {
margin: 0 0 25px;
font-size: 18px;
line-height: 1.5;
}
@media (min-width: 768px) {
li,
p {
margin: 0 0 35px;
font-size: 20px;
line-height: 1.6;
}
}
a {
color: black;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
color: #000000;
}
.light {
font-weight: 400;
}
.level {
margin-top: 10%;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-custom {
margin-bottom: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
text-transform: uppercase;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: black;
}
.navbar-custom .navbar-toggle {
color: white;
background-color: rgba(255, 255, 255, 0.2);
font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
outline: none;
}
.navbar-custom .navbar-brand {
font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
outline: none;
}
.navbar-custom a {
color: white;
}
.navbar-custom .nav li a {
-webkit-transition: background 0.15s ease-in-out;
-moz-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
.navbar-custom .nav li a:hover {
color: rgba(255, 255, 255, 0.8);
outline: none;
background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
outline: none;
background-color: transparent;
}
.navbar-custom .nav li.active {
outline: none;
}
.navbar-custom .nav li.active a {
background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
color: white;
}
@media (min-width: 768px) {
.navbar-custom {
padding: 20px 0;
border-bottom: none;
letter-spacing: 1px;
background: transparent;
-webkit-transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.navbar-custom.top-nav-collapse {
height: 50px;
padding: 0;
background: black;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
}
.intro {
display: table;
width: 100%;
height: auto;
padding: 100px 0;
text-align: center;
color: white;
background: url(../../img/beer.jpeg) no-repeat bottom center fixed;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.intro .intro-body {
display: table-cell;
vertical-align: middle;
}
.intro .intro-body .brand-heading {
font-size: 40px;
}
.intro .intro-body .intro-text {
font-size: 18px;
}
@media (min-width: 768px) {
.intro {
height: 100%;
padding: 0;
}
.intro .intro-body .brand-heading {
font-size: 100px;
}
.intro .intro-body .intro-text {
font-size: 26px;
}
}
.btn-circle {
width: 70px;
height: 70px;
margin-top: 15px;
padding: 7px 16px;
border: 2px solid white;
border-radius: 100% !important;
font-size: 40px;
color: white;
background: transparent;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
outline: none;
color: white;
background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 1s;
-moz-transition-property: -moz-transform;
-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-webkit-animation-duration: 1.5s;
-moz-animation-duration: 1.5s;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1);
transform: scale(1);
}
50% {
-moz-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
.comunity-section {
text-align: center;
}
#descricao {
text-align: center;
}
.about-lg {
padding-top: 20px;
}
.content-section {
padding: 100px;
}
.form-text {
color: black;
margin: 0.3%;
text-align: center;
}
.form-button {
margin: 0.3%;
}
.center-input {
text-align: center;
}
.form-mark {
margin-top: 7%;
text-align: center;
}
.subscription-section {
width: 100%;
height: 500px;
padding: 50px 0;
color: white;
text-shadow: 1px 1px 10px black;
background: url(../../img/beerblur.jpg) no-repeat center center fixed;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#best-list {
list-style-type: none;
}
ul#best-list {
padding: 0;
}
#profile {
background-color: #CC6600;
margin: 0 auto;
margin-top: 15%;
width: 40%;
height: 90%;
border-radius: 10px;
text-align: center;
color: black;
list-style-type: none;
}
#avatar {
border-radius: 50%;
margin-left: 13%;
margin-top: -9%;
margin-bottom: 2%;
width: 70%;
height: auto;
}
hr {
display: block;
content: "";
height: 30px;
margin-top: -31px;
margin-right: 10%;
border-style: solid;
border-color: #330000;
border-width: 0 0 1px 0;
border-radius: 20px;
}
#rank {
font-family: 'Oleo Script Swash Caps', cursive;
}
.shop-section {
width: 100%;
height: 500px;
padding: 50px 0;
color: white;
text-shadow: 1px 1px 10px black, 0px 0px 10px black;
background: url(../../img/beershop.jpg) no-repeat center center fixed;
background-color: black;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
#map {
width: 100%;
height: 200px;
margin-top: 100px;
}
@media (min-width: 767px) {
.content-section {
padding: 100px;
}
.download-section {
padding: 100px 0;
}
#map {
height: 400px;
margin-top: 250px;
}
}
.btn {
text-transform: uppercase;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 2px;
}
.btn-default {
color: black;
background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
border: 1px solid black;
outline: none;
color: black;
background-color: black;
}
ul.banner-social-buttons {
margin-top: 0;
}
@media (max-width: 1199px) {
ul.banner-social-buttons {
margin-top: 15px;
}
}
@media (max-width: 767px) {
ul.banner-social-buttons li {
display: block;
margin-bottom: 20px;
padding: 0;
}
ul.banner-social-buttons li:last-child {
margin-bottom: 0;
}
}
#footer {
position: relative;
right: 0;
bottom: 0;
left: 0;
padding: 50px 0;
}
#footer p {
margin: 0;
}
::-moz-selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
}
::selection {
text-shadow: none;
background: #fcfcfc;
background: rgba(255, 255, 255, 0.2);
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
#cont {
position: relative;
}
.head-container {
display: inline;
}
.head-container .btn-container {
float: right;
margin-top: -72px;
}
.pad {
margin-top: 120px;
width: 100%;
}
.pad img {
position: fixed;
margin-left: 160px;
z-index: 1;
height: 80%;
width: auto;
}
.pad .text {
padding-left: 120px;
width: 60%;
}
.buy {
margin-left: auto;
margin-right: auto;
}
.comentario {
margin-left: 40px;
margin-right: 40px;
padding-bottom: 64px;
}
.comentario .nome {
color: black;
}
body {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.card {
background-color: black !important;
color: white !important;
border-radius: 5px;
}
.imageCardShop {
max-height: 275px;
}
.busca {
margin-left: 15 px;
margin-bottom: 10px;
height: 25px;
width: 50%;
align: left;
}
.butaoBusca {
height: 25px;
}
.buscaDiv {
margin-left: 15px;
}
.userprofile {
margin-top: 120px;
font-size: 20px;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#avatar {
display: inline-block;
width: 400px;
height: 400px;
margin: 5px;
margin-top: -120px;
background-position: center center;
background-size: cover;
}
|
Planru.Presentations.Web/app/plugins/dashboard/dashboard.view.html | liepnguyen/planru | <div>Hello Dashboard</div> |
members.html | gabihardy/BookClubApp | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Book Club</title>
<!-- CSS link -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<!--Logo and Nav Bar header -->
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="index.html" class="brand-logo">Neighborhood Book Club</a>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="booklist.html">Book List</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#">Navbar Link</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<!--Picture banner -->
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 class="header right teal-text text-lighten-2"></h1>
</div>
</div>
<div class="parallax"><img src="images/background4.jpg" alt="Unsplashed background img 6"></div>
</div>
<!--Divider panel between table banner and table list -->
<div class="section no-pad-bot" id="memberPanel1">
<div class = "container">
<div class="row">
<div class ="col s9 pulled-s3"><span class="flow-text">
<h3>Members</h3>
</span></div>
<div class = "col s3" class="right">
<a href="#memberPanel2" class="btn-large waves-effect waves-light teal lighten-1">Join Today</a>
</div>
</div>
</div>
</div>
</div>
<!-- Member List-->
<div class="container">
<table>
<thead>
<tr>
<th>Name</th>
<th>Email</th>
<th>Address</th>
<th>City</th>
<th>State</th>
<th>ZIP</th>
<th>Telephone</th>
<th>Member since</th>
</tr>
</thead>
<!--Placeholder data. Table will be built dynamically-->
<tbody id="memberTable">
<!-- <tr>
<td></td>
<td>09/01/16</td>
<td>Long Loop Court </td>
<td>San Marcos, </td>
<td>TX</td>
<td>73424</td>
<td>512-555-6123</td>
</tr>
<tr>
<td>Alan Rickert</td>
<td>01/05/15</td>
<td>Round Circle Dr</td>
<td>Austin</td>
<td>TX</td>
<td>76123</td>
<td>512-555-7615</td>
</tr>
<tr>
<td>Jonathan Jones</td>
<td>05/20/78</td>
<td>Happy Lane</td>
<td>Austin</td>
<td>TX</td>
<td>71121</td>
<td>512-555-0987</td>
</tr>
<tr></tr> -->
</tbody>
</table>
</div> <!--closes table container -->
<!--Divider panel between table list and form -->
<div class="section no-pad-bot" id="memberPanel2">
<div class = "container">
<h3>Join the Club!</h3>
<h5>Membership is fun and easy, and more importantly, it's free!</h5>
<p>Submit your name and contact information so we know to include you in our monthly events. You will also be added to the rotation schedule to host a monthly event. Let's get started...
</p><br>
</div>
</div>
<!-- ADD MEMBER: Entry Form collects input from users-->
<div class="container">
<div class="row">
<form class="col s12">
<div class="row">
<div class="input-field col s6">
<input required id="firstName" type="text" class="validate">
<label for="firstName">First Name</label>
</div>
<div class="input-field col s6">
<input required id="lastName" type="text" class="validate">
<label for="lastName">Last Name</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input required id="email" type="email" class="validate">
<label for="email">Email</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input required id="address" type="text" class="validate">
<label for="address">Address</label>
</div>
</div>
<div class="row">
<div class="input-field col s6">
<input required id="city" type="text" class="validate">
<label for="city">City</label>
</div>
<div class="input-field col s2">
<input required id="state" type="text" class="validate">
<label for="TX">State</label>
</div>
<div class="input-field col s4">
<input required id="zip" type="text" class="validate">
<label for="zip">ZIP</label>
</div>
</div>
<div class="row">
<div class="input-field col s12">
<input required id="phone" type="text" class="validate">
<label for="telephone">Telephone #</label>
</div>
</div>
<div class="row">
<button type="submit" class="btn btn-primary" id="addMemberBtn">Submit</button>
</div>
<!--Holding spot for message confirmation regarding success/failure of submitting form -->
<div id="modal1" class="modal">
<div class="modal-content">
<h4>Congrats!</h4>
<p>You have been successfully added as a member.</p>
</div>
</div>
<!-- <div class="row">
<div class="col s12" id="messageSpot"><h5>Congratulations, you've been added as a new member</h5>
</div>
</div> -->
</form>
</div> <!--closes row holding form -->
</div> <!--closes form container-->
<!--footer section -->
<footer class="page-footer teal">
<div class="container">
<div class="row">
<!--Message from managers -->
<div class="col l6 s12">
<h5 class="white-text">Book Club Team Managers</h5>
<p class="grey-text text-lighten-4">We live in the neighborhood and wanted to create a meeting place that brings us together. Let us know if you have ideas to improve the book club experience.</p>
</div>
<!--Names of team leads -->
<div class="col l3 s12">
<h5 class="white-text">Team Leads</h5>
<ul>
<li><a class="white-text" href="#!">Wilkie Overton, President</a></li>
<li><a class="white-text" href="#!">Gabrielle Hardy, Treasurer</a></li>
<li><a class="white-text" href="#!">Sandra Leal, Secretary</a></li>
</ul>
</div>
<!--Contact info for team leads -->
<div class="col l3 s12">
<h5 class="white-text">Contact Info</h5>
<ul>
<li><a class="white-text" href="#!">t: 512.555.1213</a></li>
<li><a class="white-text" href="#!">t: 512.555.1212</a></li>
<li><a class="white-text" href="#!">t: 512.555.1211</a></li>
</ul>
</div>
</div>
</div>
<!--Notation of website builders -->
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3">Novela Innovation Group</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.4.0/firebase.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script src="https://cdn.jsdelivr.net/momentjs/2.12.0/moment.min.js"></script>
<script src="js/members.js"></script>
</body>
</html>
|
index.html | mPorhel/slides | </html>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Slides by mPorhel</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Slides</h1>
</header>
<section>
<h3>2015</h3>
<ul>
<li>
EclipseCon EU: <a href="2015_EclipseConEU_Sirius31_StrongerFasterSmarter/">Sirius 3.1: Stonger, Faster and Smarter diagram editors</a>
</li>
</ul>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/mPorhel">mPorhel</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>
|
slides/docs.html | JulienMelissas/bootstrap-talk | <header>
<h1 class="page-header">Documentation is Key.</h1>
</header>
<div class="content">
<h2>Learn how to read it.</h2>
<p>Bootstrap's documentation: <a href="http://getbootstrap.com">http://getbootstrap.com</a></p>
<h3>Don't use code from projects with crappy (or no) documentation if you can help it. Good Docs = Good Community.</h3>
</div> |
src/layouts/styles.css | urban/urban.github.io | /**
* Google fonts
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i");
/**
* Reset some basic elements
*/
body,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
margin: 0;
padding: 0;
}
/**
* Basic styling
*/
html {
box-sizing: border-box;
font-size: 16px;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
/* background-color: hsla(240, 7%, 95%, 1); */
color: rgba(0, 0, 0, 0.54);
font-family: "Roboto", sans-serif;
font-size: 15px;
font-weight: 300;
line-height: 1.6;
font-weight: 400;
font-style: normal;
height: 100%;
-webkit-text-size-adjust: 100%;
}
/**
* Set `margin-bottom` to maintain vertical rhythm
*/
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
margin-bottom: 1em;
}
/**
* Images
*/
img {
max-width: 100%;
vertical-align: middle;
}
/**
* Figures
*/
figure > img {
display: block;
}
figcaption {
font-size: calc(1rem * 0.875);
}
/**
* Lists
*/
ul,
ol {
margin-left: 1.5rem;
}
li > ul,
li > ol {
margin-bottom: 0;
}
ul[unstyled],
ol[unstyled] {
list-style: none;
margin: 0;
padding: 0;
}
ul[unstyled] > li,
ol[unstyled] > li {
margin: 0;
padding: 0;
}
/**
* Headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
color: rgba(0, 0, 0, 0.87);
font-weight: 500;
margin: 1em 0 1em;
padding: 0;
position: relative;
-webkit-font-smoothing: antialiased;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: rgba(0, 0, 0, 0.54);
font-size: 0.5em;
}
/**
* Links
*/
a {
background-color: transparent;
border-bottom: 1px solid transparent;
color: steelblue;
font-weight: 300;
text-decoration: none;
transition: border-bottom 1s;
}
a:hover {
border-bottom-color: inherit;
}
/**
* Blockquotes
*/
blockquote {
border-left: 1px solid rgba(0, 0, 0, 0.87);
color: rgba(0, 0, 0, 0.54);
padding-left: 1em;
font-style: italic;
}
blockquote > :last-child {
margin-bottom: 0;
}
strong {
font-weight: 500;
}
/**
* Code formatting
*/
pre,
code {
background-color: rgba(0, 0, 0, 0.03);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
color: rgba(0, 0, 0, 0.6);
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 1rem;
white-space: nowrap;
}
code {
display: inline-block;
padding: 0.25em 0.25em;
}
pre {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
overflow: auto;
padding: 0.5rem 1rem;
-webkit-font-smoothing: inherit;
}
pre code {
border: none;
padding: 0;
margin: 0;
white-space: pre;
}
/**
* Overrides
*/
h1 {
font-size: 2rem;
margin-top: 0;
}
h2 {
margin-top: 1em;
line-height: 1.5rem;
margin-bottom: 1rem;
}
h2 small {
font-style: italic;
font-weight: 500;
}
p {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 1em;
}
article footer {
border-top: 1px solid rgba(0, 0, 0, 0.2);
margin: 1rem 0;
}
/**
* Icons
*/
.icon > svg {
display: inline-block;
width: 1em;
height: 1em;
vertical-align: middle;
}
.icon > svg path {
fill: inherit;
}
/**
* Alert
*/
.alert {
background: rgba(0, 0, 0, 0.025);
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 3px;
font-size: 0.75rem;
margin-bottom: 1rem;
padding: 1em;
position: relative;
}
.alert *:last-child {
margin-bottom: 0;
}
.alert a {
font-weight: bold;
}
.alert.note {
background: #fef9af;
border: 1px solid #989349;
}
.alert.info {
background: #ace8ff;
border: 1px solid #79b5e7;
}
/**
* Icomoon Fonts
*/
@font-face {
font-family: "icomoon";
src: url("/fonts/icomoon.eot?sfp83s");
src: url("/fonts/icomoon.eot?sfp83s#iefix") format("embedded-opentype"),
url("/fonts/icomoon.ttf?sfp83s") format("truetype"),
url("/fonts/icomoon.woff?sfp83s") format("woff"),
url("/fonts/icomoon.svg?sfp83s#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-mail-alt:before {
content: "\e81b";
}
.icon-sphere:before {
content: "\e9c9";
}
.icon-twitter:before {
content: "\ea96";
}
.icon-github:before {
content: "\eab0";
}
.icon-linkedin:before {
content: "\eac9";
}
|
clean/Linux-x86_64-4.06.1-2.0.5/released/8.9.1/comp-dec-modal/1.1.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>comp-dec-modal: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / comp-dec-modal - 1.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
comp-dec-modal
<small>
1.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-27 07:02:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 07:02:49 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
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
ocamlfind 1.9.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "christian.doczkal@inria.fr"
homepage: "https://github.com/coq-community/comp-dec-modal"
dev-repo: "git+https://github.com/coq-community/comp-dec-modal.git"
bug-reports: "https://github.com/coq-community/comp-dec-modal/issues"
doc: "https://coq-community.github.io/comp-dec-modal/"
license: "CECILL-B"
synopsis: "Constructive proofs of soundness and completeness for K, K*, CTL, PDL, and PDL with converse"
description: """
This project presents machine-checked constructive proofs of
soundness, completeness, decidability, and the small-model property
for the logics K, K*, CTL, and PDL (with and without converse).
For all considered logics, we prove soundness and completeness of
their respective Hilbert-style axiomatization. For K, K*, and CTL,
we also prove soundness and completeness for Gentzen systems (i.e.,
sequent calculi).
For each logic, the central construction is a pruning-based
algorithm computing for a given formula either a satisfying model of
bounded size or a proof of its negation. The completeness and
decidability results then follow with soundness from the existence
of said algorithm.
"""
build: [make "-j%{jobs}%" ]
install: [make "install"]
depends: [
"coq" {>= "8.12" & < "8.16~"}
"coq-mathcomp-ssreflect" {>= "1.11" & < "1.15~"}
]
tags: [
"category:Computer Science/Modal Logic"
"keyword:modal logic"
"keyword:completeness"
"keyword:decidability"
"keyword:Hilbert system"
"keyword:computation tree logic"
"keyword:propositional dynamic logic"
"logpath:CompDecModal"
"date:2022-01-20"
]
authors: [
"Christian Doczkal"
]
url {
src: "https://github.com/coq-community/comp-dec-modal/archive/v1.1.tar.gz"
checksum: "sha512=2cfafecb680d873a6a4e9e9ac43a20787230682a00ab2d9a53ee7bfce8f886caf00dbc8a2f06ccd617f66882594d42307c4b26e44134f530962c00ff1698aa4e"
}
</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-comp-dec-modal.1.1 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.9.1).
The following dependencies couldn't be met:
- coq-comp-dec-modal -> coq >= 8.12
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-comp-dec-modal.1.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
public/modules/items/views/create-item.client.view.html | jontore/a-store | <section data-ng-controller="ItemsController">
<div class="page-header">
<h1>New Item</h1>
</div>
<div class="col-md-12">
<form class="form-horizontal" data-ng-submit="create()" novalidate>
<fieldset>
<div class="form-group">
<label class="control-label" for="name">Name</label>
<div class="controls">
<input type="text" data-ng-model="name" id="name" class="form-control" placeholder="Name" required>
</div>
<label class="control-label" for="price">Price</label>
<div class="controls">
<input type="number" data-ng-model="price" id="price" class="form-control" placeholder="0" required>
</div>
<div class="controls">
<textarea rows="10" data-ng-model="description" class="form-control" placeholder="a description">
</textarea>
</div>
</div>
<div class="form-group">
<input type="submit" class="btn btn-default">
</div>
<div data-ng-show="error" class="text-danger">
<strong data-ng-bind="error"></strong>
</div>
</fieldset>
</form>
</div>
</section>
|
tags/成长/index.html | GeekerHua/geekerhua.github.io |
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>标签 : 成长 | GeekerHua的Blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<meta name="author" content="GeekerHua">
<meta name="description" content="这里是我的Blog,我在这里记录我的成长,书写我的所思所想。">
<meta property="og:type" content="website">
<meta property="og:title" content="GeekerHua的Blog">
<meta property="og:url" content="blog.geekerhua.com/tags/%E6%88%90%E9%95%BF/index.html">
<meta property="og:site_name" content="GeekerHua的Blog">
<meta property="og:description" content="这里是我的Blog,我在这里记录我的成长,书写我的所思所想。">
<meta property="og:locale" content="zh_CN">
<meta property="article:author" content="GeekerHua">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@GeekerHua">
<link rel="alternative" href="/atom.xml" title="GeekerHua的Blog" type="application/atom+xml">
<link rel="icon" href="/img/favicon.ico">
<link rel="apple-touch-icon" href="/img/jacman.jpg">
<link rel="apple-touch-icon-precomposed" href="/img/jacman.jpg">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/%02.css">
<link rel="stylesheet" href="/.css">
<meta name="generator" content="Hexo 4.2.0"></head>
<body>
<header>
<div>
<div id="imglogo">
<a href="/"><img src="/img/logo.png" alt="GeekerHua的Blog" title="GeekerHua的Blog"/></a>
</div>
<div id="textlogo">
<h1 class="site-name"><a href="/" title="GeekerHua的Blog">GeekerHua的Blog</a></h1>
<h2 class="blog-motto">爱技术,更爱生活</h2>
</div>
<div class="navbar"><a class="navbutton navmobile" href="#" title="菜单">
</a></div>
<nav class="animated">
<ul>
<ul>
<li><a href="/">首页</a></li>
<li><a href="/archives">归档</a></li>
<li><a href="/categories">分类</a></li>
<li><a href="/tags">标签</a></li>
<li><a href="/about">关于我</a></li>
<li>
<form class="search" action="//www.google.com/search" method="get" accept-charset="utf-8">
<label>Search</label>
<input type="search" id="search" name="q" autocomplete="off" maxlength="20" placeholder="搜索" />
<input type="hidden" name="q" value="site:blog.geekerhua.com">
</form>
</li>
</ul>
</nav>
</div>
</header>
<div id="container">
<div class="archive-title" >
<h2 class="tag-icon">成长</h2>
</div>
<div id="main" class="archive-part clearfix">
<div id="archive-page">
<section class="post" itemscope itemprop="blogPost">
<a href="/life_conclusion_2016/" title="我的2016数字化生活" itemprop="url">
<time datetime="2017-03-16T18:37:42.000Z" itemprop="datePublished">2017-03-16</time>
<h1 itemprop="name">我的2016数字化生活</h1>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/infomation/" title="信息爆炸的时代,该怎么有效获取信息" itemprop="url">
<time datetime="2017-01-08T18:00:00.000Z" itemprop="datePublished">2017-01-08</time>
<h1 itemprop="name">信息爆炸的时代,该怎么有效获取信息</h1>
</a>
</section>
<section class="post" itemscope itemprop="blogPost">
<a href="/life_conclusion_2015/" title="15年总结—送给16年的自己" itemprop="url">
<time datetime="2015-11-04T18:57:21.000Z" itemprop="datePublished">2015-11-04</time>
<h1 itemprop="name">15年总结—送给16年的自己</h1>
</a>
</section>
</div>
</div>
</div>
<footer><div id="footer" >
<div class="line">
<span></span>
<div class="author"></div>
</div>
<section class="info">
<p> 没有梦想就没有未来 <br/>
Without dreams, we have no future.</p>
</section>
<div class="social-font" class="clearfix">
<a href="https://weibo.com/geekerhua" target="_blank" class="icon-weibo" title="微博"></a>
<a href="https://github.com/geekerhua" target="_blank" class="icon-github" title="github"></a>
<a href="https://twitter.com/GeekerHua" target="_blank" class="icon-twitter" title="twitter"></a>
<a href="https://www.facebook.com/100014141115493" target="_blank" class="icon-facebook" title="facebook"></a>
<a href="https://www.linkedin.com/in/振华-杭-35b122126" target="_blank" class="icon-linkedin" title="linkedin"></a>
<a href="https://www.zhihu.com/people/hang-zhen-hua-82" target="_blank" class="icon-zhihu" title="知乎"></a>
<a href="mailto:geekerhua@sina.com" target="_blank" class="icon-email" title="Email Me"></a>
</div>
<p class="copyright">
Powered by <a href="https://hexo.io" target="_blank" title="hexo">hexo</a> and Theme by <a href="https://github.com/wuchong/jacman" target="_blank" title="Jacman">Jacman</a> © 2020
<a href="/about" target="_blank" title="GeekerHua">GeekerHua</a>
</p>
</div>
<script async src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js">
</script>
<span id="busuanzi_container_site_pv">
Total visits: <span id="busuanzi_value_site_pv"></span>
</span>
<span id="busuanzi_container_site_uv">
You are Visiter No.<span id="busuanzi_value_site_uv"></span>
</span>
</footer>
<script src="/js/jquery-2.0.3.min.js"></script>
<script src="/js/jquery.imagesloaded.min.js"></script>
<script src="/js/gallery.js"></script>
<script src="/js/jquery.qrcode-0.12.0.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.navbar').click(function(){
$('header nav').toggleClass('shownav');
});
var myWidth = 0;
function getSize(){
if( typeof( window.innerWidth ) == 'number' ) {
myWidth = window.innerWidth;
} else if( document.documentElement && document.documentElement.clientWidth) {
myWidth = document.documentElement.clientWidth;
};
};
var m = $('#main'),
a = $('#asidepart'),
c = $('.closeaside'),
o = $('.openaside');
c.click(function(){
a.addClass('fadeOut').css('display', 'none');
o.css('display', 'block').addClass('fadeIn');
m.addClass('moveMain');
});
o.click(function(){
o.css('display', 'none').removeClass('beforeFadeIn');
a.css('display', 'block').removeClass('fadeOut').addClass('fadeIn');
m.removeClass('moveMain');
});
$(window).scroll(function(){
o.css("top",Math.max(80,260-$(this).scrollTop()));
});
$(window).resize(function(){
getSize();
if (myWidth >= 1024) {
$('header nav').removeClass('shownav');
}else{
m.removeClass('moveMain');
a.css('display', 'block').removeClass('fadeOut');
o.css('display', 'none');
}
});
});
</script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css" media="screen" type="text/css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.article-content').each(function(i){
$(this).find('img').each(function(){
if ($(this).parent().hasClass('fancybox')) return;
var alt = this.alt;
if (alt) $(this).after('<span class="caption">' + alt + '</span>');
$(this).wrap('<a href="' + this.src + '" title="' + alt + '" class="fancybox"></a>');
});
$(this).find('.fancybox').each(function(){
$(this).attr('rel', 'article' + i);
});
});
if($.fancybox){
$('.fancybox').fancybox();
}
});
</script>
<!-- Analytics Begin -->
<!-- Analytics End -->
<!-- Totop Begin -->
<div id="totop">
<a title="返回顶部"><img src="/img/scrollup.png"/></a>
</div>
<script src="/js/totop.js"></script>
<!-- Totop End -->
<!-- MathJax Begin -->
<!-- mathjax config similar to math.stackexchange -->
<!-- MathJax End -->
<!-- Tiny_search Begin -->
<!-- Tiny_search End -->
</body>
</html>
|
doc/enki/html/enki/Rule.html | ColdenCullen/d2dl | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<META http-equiv="content-type" content="text/html; charset=utf-8" />
<title>enki.Rule</title>
</head><body>
<h1>enki.Rule</h1>
<!-- Generated by Ddoc from enki\Rule.d -->
<br/><br/>
<dl></dl>
</body></html>
|
lib/libgdl_gl-2012.3/doc/doxygen_html/search/classes_67.html | fiahil/World-of-Bomberman | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search.js"></script>
</head>
<body class="SRPage">
<div id="SRIndex">
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRResult" id="SR_game">
<div class="SREntry">
<a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../classgdl_1_1_game.html" target="_parent">Game</a>
<span class="SRScope">gdl</span>
</div>
</div>
<div class="SRResult" id="SR_gameclock">
<div class="SREntry">
<a id="Item1" onkeydown="return searchResults.Nav(event,1)" onkeypress="return searchResults.Nav(event,1)" onkeyup="return searchResults.Nav(event,1)" class="SRSymbol" href="../classgdl_1_1_game_clock.html" target="_parent">GameClock</a>
<span class="SRScope">gdl</span>
</div>
</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
<script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults");
searchResults.Search();
--></script>
</div>
</body>
</html>
|
src/01-why-react/02-tracker-code.html | FoxSportsAustralia/react-talk | <section>
<h2>Source (<i>just</i> for the containers)</h2>
<pre style="font-size: 0.25em;"><code data-trim>
html: function (opt) {
var className = '',
headertext = opt.headertext || 'Match Tracker';
if (opt.header === 'false') {
className = ' fscsw-no-header';
}
var strHTML = '';
strHTML = '<div class="fscsw fscsw-match-tracker-module' + className + '">' +
'<div class="fscsw-module">'+
'<div class="fscsw-module-header">';
if (opt.header !== 'false') {
strHTML += '<h3 class="fscsw-heading">'+ headertext +'</h3>';
}
strHTML += '</div>' +
'<div class="fscsw-module-border">' +
'<div class="fscsw-module-content">' +
'<div class="fscsw-squad-list fscsw-home-squad fscsw-scroll-pane" rel="home"><div class="fscsw-squad-container"></div></div>' +
'<div class="fscsw-player-lightbox fscsw-home-lightbox"></div>' +
'<div class="fscsw-tracker-mid-section">' +
'<div class="fscsw-tabbed-module fscsw-match-tracker-tabs">' +
'<div class="fscsw-tabs">' +
'<div class="fscsw-tab-nav">' +
'<ul class="fscsw-ui-tabs-nav fscsw-ui-tabs-nav-two">' +
'<li class="fscsw-formations-tab fscsw-active-tab"><a href="#fscsw-formations"><span class="fscsw-heading-title fscsw-title-formation">Formation</span><span class="fscsw-heading-icon fscsw-icon-formation"></span></a></li>' +
'<li class="fscsw-events-tab"><a href="#fscsw-play-by-play-events"><span class="fscsw-heading-title fscsw-title-events">Events</span><span class="fscsw-heading-icon fscsw-icon-events"></span></a></li>' +
'</ul>' +
'</div>' +
'<div id="fscsw-formations" class="fscsw-ui-tabs-panel">' +
'<div class="fscsw-field-players-home fscsw-field-players-'+ opt.home.id +'"></div>' +
'<div class="fscsw-field-players-away fscsw-field-players-'+ opt.away.id +'"></div>' +
'</div>' +
'<div id="fscsw-play-by-play-events" class="fscsw-ui-tabs-panel fscsw-hidden">' +
'<div class="fscsw-event-items"></div>' +
'<div class="fscsw-event-filter">' +
'<ul>' +
'<li><a rel="fscsw-event-goal" class="fscsw-filter-item-on">Goals</a></li>' +
'<li><a rel="fscsw-event-shot" class="fscsw-filter-item-on">On Target</a></li>' +
'<li><a rel="fscsw-event-mshot" class="fscsw-filter-item-on">Off Target</a></li>' +
'<li><a rel="fscsw-event-bshot" class="fscsw-filter-item-on">Shots Blocked</a></li>' +
'<li><a rel="fscsw-event-flcon" class="fscsw-filter-item-on">Fouls</a></li>' +
'</ul>' +
'</div>' +
'</div>' +
'</div>'+
'</div>'+
'<div class="fscsw-possession-bar"></div>'+
'</div>'+
'<div class="fscsw-player-lightbox fscsw-away-lightbox"></div>' +
'<div class="fscsw-squad-list fscsw-away-squad fscsw-scroll-pane" rel="away"><div class="fscsw-squad-container"></div></div>' +
'</div>'+
'</div>';
if (opt.syndicate === 'true') {
strHTML += '<div class="fscsw-foxsports-logo">Supplied by</div>';
}
strHTML += '</div>'+
'</div>';
return strHTML;
},
</code></pre>
<aside class="notes">
<ul>
<li>This is source for JUST the html containers</li>
<li>jQuery dump to page, api polled, then internals emptyed, and the dom recreated for udpates</li>
<li>Over 3000 DOM Node</li>
<li>Calculate position of new event and place to dom - 164 lines </li>
<li>So apart from being completely unmanagable.....</li>
</ul>
</aside>
</section>
|
tags/og/page/1/index.html | Arvindiyer/Arvindiyer.github.io | <!DOCTYPE html><html><head><title>http://www.arvindkiyer.com/tags/og/</title><link rel="canonical" href="http://www.arvindkiyer.com/tags/og/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=http://www.arvindkiyer.com/tags/og/" /></head></html> |
_includes/footer.html | bravomylife/www |
<!-- Footer Start -->
<footer>
{% include social-buttons.html %}
<p><br></p>
<div class="container text-center">
<p>Copyright © {{ site.author }}</p>
<p>{{site.startyear}} - {{ site.time | date: "%Y" }}</p>
</div>
<p><br><br><br></p>
</footer>
<!-- Footer End -->
|
doc/x11_dl/xlib/constant.EnterWindowMask.html | mcanders/bevy | <!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 `EnterWindowMask` constant in crate `x11_dl`.">
<meta name="keywords" content="rust, rustlang, rust-lang, EnterWindowMask">
<title>x11_dl::xlib::EnterWindowMask - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</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]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>xlib</a></p><script>window.sidebarCurrent = {name: 'EnterWindowMask', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<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 constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>x11_dl</a>::<wbr><a href='index.html'>xlib</a>::<wbr><a class='constant' href=''>EnterWindowMask</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-66781' class='srclink' href='../../src/x11_dl/xlib.rs.html#2669' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const EnterWindowMask: <a class='type' href='../../libc/types/os/arch/c95/type.c_long.html' title='libc::types::os::arch::c95::c_long'>c_long</a><code> = </code><code>0x0000_0010</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<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">
<h1>Search tricks</h1>
<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>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "x11_dl";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
doc/wayland_kbd/keysyms/constant.XKB_KEY_Ahook (Case Conflict).html | mcanders/bevy | <!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 `XKB_KEY_ahook` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_ahook">
<title>wayland_kbd::keysyms::XKB_KEY_ahook - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</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]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_ahook', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<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 constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_ahook</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-4877' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#1957' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_ahook: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0x1001ea3</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<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">
<h1>Search tricks</h1>
<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>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> |
docs/test.html | jy95/torrent-files-library | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="">
<title data-ice="title">Test | torrent-files-library</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
<meta name="description" content="Scan directories to build a library of media files (movie or tv show) that follows torrent naming conventions"><meta property="twitter:card" content="summary"><meta property="twitter:title" content="torrent-files-library"><meta property="twitter:description" content="Scan directories to build a library of media files (movie or tv show) that follows torrent naming conventions"></head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./">Home</a>
<a href="./manual/index.html" data-ice="manualHeaderLink">Manual</a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<a href="test.html" data-ice="testLink">Test</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
<a style="position:relative; top:3px;" href="https://github.com/jy95/torrent-files-library.git"><img width="20px" src="./image/github.png"></a></header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html">TorrentLibrary</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-external">E</span><span data-ice="name"><span><a href="https://nodejs.org/api/events.html#events_class_eventemitter">EventEmitter</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-external">E</span><span data-ice="name"><span><a href="http://bluebirdjs.com/docs/api-reference">Promise</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-external">E</span><span data-ice="name"><span><a href="https://github.com/clement-escolano/parse-torrent-title">nameParser</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#docs-events">docs/events</a><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Events#addNewPath">Events#addNewPath</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Events#error_in_function">Events#error_in_function</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Events#missing_parameter">Events#missing_parameter</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Events#removeOldFiles">Events#removeOldFiles</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-Events#scan">Events#scan</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#docs-types">docs/types</a><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-StorageVar">StorageVar</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-StoreVar">StoreVar</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-TPN">TPN</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-TPN_Extended">TPN_Extended</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-additionalProperties">additionalProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-customParsingFunction">customParsingFunction</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-numberExpressionObject">numberExpressionObject</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-numberSearchSyntax">numberSearchSyntax</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-typedef">T</span><span data-ice="name"><span><a href="typedef/index.html#static-typedef-searchParameters">searchParameters</a></span></span></li>
<li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#filters">filters</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-excludeDefaultBooleanProperties">excludeDefaultBooleanProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterByBoolean">filterByBoolean</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterDefaultBooleanProperties">filterDefaultBooleanProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-convertToValidExpression">convertToValidExpression</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-excludeDefaultNumberProperties">excludeDefaultNumberProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterByNumber">filterByNumber</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterDefaultNumberProperties">filterDefaultNumberProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterMoviesByProperties">filterMoviesByProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterTvSeriesByProperties">filterTvSeriesByProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-excludeDefaultStringProperties">excludeDefaultStringProperties</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterByString">filterByString</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-filterDefaultStringProperties">filterDefaultStringProperties</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1>Test</h1>
<table class="test-summary">
<thead>
<tr>
<td class="test-description">Description</td>
<td class="test-target">Identifier</td>
</tr>
</thead>
<tbody data-ice="tests"><tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/getters/allFilesWithCategory.js.html#lineNumber8"><p>Should correctly detect the category of each file</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-get-allFilesWithCategory">TorrentLibrary#allFilesWithCategory</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/getters/allMovies.js.html#lineNumber9"><p>Returns the movies</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-get-allMovies">TorrentLibrary#allMovies</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/getters/allTvSeries.js.html#lineNumber9"><p>Returns the tv-shows</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-get-allTvSeries">TorrentLibrary#allTvSeries</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/getters/constants.js.html#lineNumber6"><p>Constant MOVIES_TYPE</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#static-get-MOVIES_TYPE">TorrentLibrary.MOVIES_TYPE</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/getters/constants.js.html#lineNumber15"><p>Constant TV_SERIES</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#static-get-TV_SERIES_TYPE">TorrentLibrary.TV_SERIES_TYPE</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/getters/constants.js.html#lineNumber24"><p>List of videos extension</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#static-method-listVideosExtension">TorrentLibrary.listVideosExtension</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/addNewPath.js.html#lineNumber9"><p>missing parameter</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-addNewPath">TorrentLibrary#addNewPath</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/addNewPath.js.html#lineNumber23"><p>Not an existent path</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-addNewPath">TorrentLibrary#addNewPath</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/addNewPath.js.html#lineNumber38"><p>existent paths</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-addNewPath">TorrentLibrary#addNewPath</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/createFromJSON.js.html#lineNumber6"><p>create a perfect copy of instance</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#static-method-createFromJSON">TorrentLibrary.createFromJSON</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/createFromJSON.js.html#lineNumber29"><p>empty instance(s)</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#static-method-createFromJSON">TorrentLibrary.createFromJSON</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterMovies.js.html#lineNumber9"><p>Should work without parameters</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterMovies">TorrentLibrary#filterMovies</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterMovies.js.html#lineNumber31"><p>default boolean parameters search</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterMovies">TorrentLibrary#filterMovies</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterMovies.js.html#lineNumber76"><p>default number parameters search</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterMovies">TorrentLibrary#filterMovies</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterMovies.js.html#lineNumber118"><p>default string parameters search</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterMovies">TorrentLibrary#filterMovies</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterTvSeries.js.html#lineNumber9"><p>Should work without parameters</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterTvSeries">TorrentLibrary#filterTvSeries</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterTvSeries.js.html#lineNumber37"><p>default boolean parameters search</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterTvSeries">TorrentLibrary#filterTvSeries</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterTvSeries.js.html#lineNumber69"><p>default number parameters search</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterTvSeries">TorrentLibrary#filterTvSeries</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/filterTvSeries.js.html#lineNumber117"><p>default string parameters search</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-filterTvSeries">TorrentLibrary#filterTvSeries</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/removeOldFiles.js.html#lineNumber9"><p>Should not be able to remove not present files</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-removeOldFiles">TorrentLibrary#removeOldFiles</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/removeOldFiles.js.html#lineNumber33"><p>Should be able to remove a movie</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-removeOldFiles">TorrentLibrary#removeOldFiles</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/removeOldFiles.js.html#lineNumber61"><p>Should be able to remove an tv-serie episode</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-removeOldFiles">TorrentLibrary#removeOldFiles</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/removeOldFiles.js.html#lineNumber96"><p>Should be able to remove multiples files : Tv-serie</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-removeOldFiles">TorrentLibrary#removeOldFiles</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/removeOldFiles.js.html#lineNumber125"><p>Should not be able to remove files : wrong custom parser</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-removeOldFiles">TorrentLibrary#removeOldFiles</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/scan.js.html#lineNumber9"><p>Scan without user provided paths</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-scan">TorrentLibrary#scan</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/scan.js.html#lineNumber19"><p>Scan with user provided paths</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-scan">TorrentLibrary#scan</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/scan.js.html#lineNumber32"><p>Scan with user provided paths and custom parser</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-scan">TorrentLibrary#scan</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/scan.js.html#lineNumber44"><p>Scan with user provided paths and wrong custom parser</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-scan">TorrentLibrary#scan</a></span></td>
</tr>
<tr class="test-interface" data-ice="testInterface" style="display: none;" data-test-depth="0">
<td data-ice="testDescription" style="padding-left: 10px"><span><a href="test-file/test/methods/toJSON.js.html#lineNumber6"><p>return a valid stringified JSON</p>
</a></span></td>
<td data-ice="testTarget" class="test-target"><span><a href="class/src/TorrentLibrary.js~TorrentLibrary.html#instance-method-toJSON">TorrentLibrary#toJSON</a></span></td>
</tr>
</tbody>
</table>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.0.4)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>
|
components/menu/popup-menu.html | onap-sdc/sdc-ui |
<ul class="sdc-menu-list static">
<li class="sdc-menu-item selected">item 1 (selected)</li>
<li class="sdc-menu-item disabled">item 2</li>
<li class="separator"/>
<li class="sdc-menu-item">item 3</li>
<li class="sdc-menu-item">custom action</li>
</ul> |
2015/12/08/against-the-current/index.html | zeatual/zeatual.github.io | <!DOCTYPE html>
<html class="theme-next mist use-motion" lang="">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.lug.ustc.edu.cn/css?family=Nunito:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.1.4" rel="stylesheet" type="text/css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32-next.png?v=5.1.4">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16-next.png?v=5.1.4">
<link rel="mask-icon" href="/images/logo.svg?v=5.1.4" color="#222">
<meta name="keywords" content="Hexo, NexT" />
<meta name="description" content="I knew this amazing band by a special edition of “See You Again”. Yeah, the famous one of “Furious 7”. See it yourself below how atractive it is! Amazing right? Check out this one – “Uptown Funk” with">
<meta property="og:type" content="article">
<meta property="og:title" content="Against The Current">
<meta property="og:url" content="http://zeatual.com/2015/12/08/against-the-current/index.html">
<meta property="og:site_name" content="Blog">
<meta property="og:description" content="I knew this amazing band by a special edition of “See You Again”. Yeah, the famous one of “Furious 7”. See it yourself below how atractive it is! Amazing right? Check out this one – “Uptown Funk” with">
<meta property="og:locale" content="default">
<meta property="og:updated_time" content="2018-08-02T08:20:29.411Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Against The Current">
<meta name="twitter:description" content="I knew this amazing band by a special edition of “See You Again”. Yeah, the famous one of “Furious 7”. See it yourself below how atractive it is! Amazing right? Check out this one – “Uptown Funk” with">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
version: '5.1.4',
sidebar: {"position":"left","display":"post","offset":12,"b2t":false,"scrollpercent":false,"onmobile":false},
fancybox: true,
tabs: true,
motion: {"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}},
duoshuo: {
userId: '0',
author: 'Author'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://zeatual.com/2015/12/08/against-the-current/"/>
<title>Against The Current | Blog</title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="default">
<div class="container sidebar-position-left page-post-detail">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-brand-wrapper">
<div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">Blog</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
Home
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives/" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
Archives
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<div id="posts" class="posts-expand">
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<div class="post-block">
<link itemprop="mainEntityOfPage" href="http://zeatual.com/2015/12/08/against-the-current/">
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="name" content="Zeatual">
<meta itemprop="description" content="">
<meta itemprop="image" content="/images/avatar.gif">
</span>
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Blog">
</span>
<header class="post-header">
<h1 class="post-title" itemprop="name headline">Against The Current</h1>
<div class="post-meta">
<span class="post-time">
<span class="post-meta-item-icon">
<i class="fa fa-calendar-o"></i>
</span>
<span class="post-meta-item-text">Posted on</span>
<time title="Post created" itemprop="dateCreated datePublished" datetime="2015-12-08T00:00:00+08:00">
2015-12-08
</time>
</span>
</div>
</header>
<div class="post-body" itemprop="articleBody">
<p>I knew this amazing band by a special edition of “See You Again”. Yeah, the famous one of “Furious 7”. See it yourself below how atractive it is!</p>
<iframe style="display: block;margin: auto" width="560" height="315" src="https://www.youtube.com/embed/3dMh3c8qPOg" frameborder="0" allowfullscreen></iframe><br><p></p><br><br>Amazing right? Check out this one – “Uptown Funk” with Mark Ronson!<br><br><iframe style="display: block;margin: auto" width="560" height="315" src="https://www.youtube.com/embed/RvYcatJB3NU" frameborder="0" allowfullscreen></iframe>
<p></p>
<p>What’s more, here comes “Counting Stars”</p>
<iframe style="display: block;margin: auto" width="560" height="315" src="https://www.youtube.com/embed/cSLAO7zxS2M?list=PL1ekjQXPqJAPIV1w6wjwBZ-OkTC7vvTEW" frameborder="0" allowfullscreen></iframe>
<p></p>
<p>Booyah! Enjoy!</p>
</div>
<footer class="post-footer">
<div class="post-nav">
<div class="post-nav-next post-nav-item">
<a href="/2015/11/22/how-to-become-a-designer-without-going-to-design-school/" rel="next" title="如何自学成为一名设计师(译)">
<i class="fa fa-chevron-left"></i> 如何自学成为一名设计师(译)
</a>
</div>
<span class="post-nav-divider"></span>
<div class="post-nav-prev post-nav-item">
<a href="/2018/08/02/plugin-framework-preface/" rel="prev" title="插件化的过去、现在与未来">
插件化的过去、现在与未来 <i class="fa fa-chevron-right"></i>
</a>
</div>
</div>
</footer>
</div>
</article>
<div class="post-spread">
</div>
</div>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview-wrap sidebar-panel sidebar-panel-active">
<div class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<p class="site-author-name" itemprop="name">Zeatual</p>
<p class="site-description motion-element" itemprop="description">אהבה לעולם לא נכשלת</p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives/">
<span class="site-state-item-count">7</span>
<span class="site-state-item-name">posts</span>
</a>
</div>
</nav>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">© <span itemprop="copyrightYear">2018</span>
<span class="with-love">
<i class="fa fa-user"></i>
</span>
<span class="author" itemprop="copyrightHolder">Zeatual</span>
</div>
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
<span class="post-meta-divider">|</span>
<div class="theme-info">Theme — <a class="theme-link" target="_blank" href="https://github.com/iissnan/hexo-theme-next">NexT.Mist</a> v5.1.4</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/scrollspy.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/post-details.js?v=5.1.4"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.4"></script>
</body>
</html>
|
app/index.html | kianoshp/the-site | <!DOCTYPE html>
<html>
<head>
<title>Cielo Concepts Inc. | User Interface Design Development</title>
<meta charset='utf-8'>
<meta name='description' content='Our mission/goal is to help companies small, medium, and large size, to meet their technology goals and provide a user friendly user interface. We specialize in user interface design and development, user experience improvements, user interface performance improvements, small business online presence through website creation, SEO and social media presence'>
<meta name='keywords' content='JavaScript, NodeJS, UI Framework, Training, Pattern Lab, Atomic Design, ReactJS, Flux Architecture, SEO, Social Media Strategy for business'>
<meta content='6 months' name='revisit-after'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<link href="styles/font-awesome.min.css" media="screen" rel="stylesheet" type="text/css" />
<link href="styles/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" />
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,300italic,400italic,700,700italic,900' rel='stylesheet'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,600,700' rel='stylesheet'>
<link href="styles/style.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]>
<script src="scripts/html5shiv.js" type="text/javascript"></script>
<script src="scripts/respond.min.js" type="text/javascript"></script>
<![endif]-->
</head>
<body>
<div class='loader'>
<div class='bar fa fa-rotate-right'></div>
</div>
<div class='lightbox'>
<div class='counter'>
<h1>
<span class='count'>0</span>
<span>/</span>
<span class='total'>0</span>
</h1>
</div>
<img alt='Empty placeholder' aria-hidden='true' role='presentation' class='show' src='http://placehold.it/1x1'>
<div class='title'>
<h3>Title</h3>
</div>
<div class='description'>
<p></p>
</div>
<div class='next'>
<div class='bar'></div>
<div class='bar middle'></div>
<div class='bar'></div>
</div>
<div class='prev'>
<div class='bar'></div>
<div class='bar middle'></div>
<div class='bar'></div>
</div>
<div class='x'>
<div class='bar'></div>
<div class='bar'></div>
</div>
</div>
<div class='wrapper'>
<!-- Topbar -->
<div class='top' data-spy='affix'>
<div class='row-fluid'>
<div class='branding text-left'>
<a href='#'>Cielo Concepts Inc.</a>
</div>
<nav>
<a class='menu-toggle toggle' href='#'>
<div class='bar'></div>
<div class='bar'></div>
<div class='bar'></div>
</a>
<ul>
<li>
<a class='home' href='#home'>Home</a>
</li>
<li>
<a class='services' href='#services'>Services</a>
</li>
<li>
<a class='about' href='#about'>About</a>
</li>
<li>
<a class='team' href='http://www.innovatorylife.com'>Blog</a>
</li>
<li>
<a class='skills' href='#skills'>Skills</a>
</li>
<li>
<a class='projects' href='#projects'>Projects</a>
</li>
<li>
<a class='contact' href='#contact'>Contact</a>
</li>
<li class='toggle-close toggle'>
<a href='#'>
<span class='fa fa-times'></span>
</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- Flexslider -->
<section class='jumbotron' id='home'>
<div class='flexslider' id='flexslider'>
<ul class='slides'>
<li class='slide dark'>
<img alt='User Interface development' class='fs fo' src='images/bg_sublime.png'>
<div class='centered text-center fo'>
<h1>Let us tell your story, on the web</h1>
<p></p>
</div>
</li>
<li class='slide light'>
<img alt='UI framework that will encompass JavaScript frameworks, pattern lab setup, task management, and testing frameworks' class='fs fo' src='images/supported_tech.png'>
<div class='centered text-center fo'>
<h1>User interface framework development</h1>
<p></p>
</div>
</li>
<li class='slide dark'>
<img alt='User interface design. mockups and wireframes' class='fs fo' src='images/mockups.png'>
<div class='centered text-center fo'>
<h1>User experience design & improvements</h1>
</div>
</li>
</ul>
</div>
</section>
<!-- Services -->
<section class='grey' id='services'>
<div class='row-fluid'>
<div class='col-md-12 text-center title-block'>
<h2>What We Do</h2>
<p>Let us know how we can help you</p>
</div>
<!-- Service -->
<div class='col-md-4 col-xs-6 service'>
<div class='row'>
<div class='col-md-2 col-xs-3'>
<div class='icon fa fa-map-marker'></div>
</div>
<div class='col-md-10 col-xs-9'>
<h4>Marketing</h4>
<h5>Improve your online presence</h5>
<p>Whether you are a large corporation or a small business, we can help you improve your online presence through site improvements, SEO, and social media.</p>
</div>
</div>
</div>
<!-- Service -->
<div class='col-md-4 col-xs-6 service'>
<div class='row'>
<div class='col-md-2 col-xs-3'>
<div class='icon fa fa-home'></div>
</div>
<div class='col-md-10 col-xs-9'>
<h4>User Interface Framework</h4>
<h5>Build a proper UI from the ground up</h5>
<p>Take advantage of all the tools and frameworks available. Grunt, Yeoman, Sass are extremely productive tools that can improve development time. AngularJS, BackboneJS, NodeJS are some of the tools that can help give a great structure to the UI.</p>
</div>
</div>
</div>
<!-- Service -->
<div class='col-md-4 col-xs-6 service'>
<div class='row'>
<div class='col-md-2 col-xs-3'>
<div class='icon fa fa-user'></div>
</div>
<div class='col-md-10 col-xs-9'>
<h4>User Experience Improvements</h4>
<h5>Make your site usable</h5>
<p>Don't ignore the benefits of an user friendly site. Users have become very savvy and a site with a bad user experience will fail no matter how much has been spent on the hardware or design.</p>
</div>
</div>
</div>
<!-- Service -->
<div class='col-md-4 col-xs-6 service'>
<div class='row'>
<div class='col-md-2 col-xs-3'>
<div class='icon fa fa-search'></div>
</div>
<div class='col-md-10 col-xs-9'>
<h4>Search Engine Optimization</h4>
<h5>Let them find you!</h5>
<p>Here are some interesting statistics:<br/>
- 75% of users never scroll past the first page of search results.<br/>
- Search and e-mail are the top two internet activities.<br/>
Ensure that your customers can find you by being the right category and keyword search.
</p>
</div>
</div>
</div>
<!-- Service -->
<div class='col-md-4 col-xs-6 service'>
<div class='row'>
<div class='col-md-2 col-xs-3'>
<div class='icon fa fa-rocket'></div>
</div>
<div class='col-md-10 col-xs-9'>
<h4>Social Media Presence</h4>
<h5>Expand your reach</h5>
<p>Social media tools like Facebook, Twitter, LinkedIn, Instagram, and Blog posts allow you and your busniness to have a extended reach while targeting your demographic users. This is a highly effective tool that is ignored by most businesses which is available to all for free.</p>
</div>
</div>
</div>
<!-- Service -->
<div class='col-md-4 col-xs-6 service'>
<div class='row'>
<div class='col-md-2 col-xs-3'>
<div class='icon fa fa-user'></div>
</div>
<div class='col-md-10 col-xs-9'>
<h4>Build a Better Prototype</h4>
<h5>Impress your investors</h5>
<p>The goal of most startups is to have a working prototype to put in front of investors that will convey their intentions with a clear cut action. Our goal is to help these startups not only achieve this milestone but also lay the proper groundwork so that all subsequent work can be built upon the original frameowrk.</p>
</div>
</div>
</div>
</div>
</section>
<!-- About -->
<section id='about'>
<div class='row-fluid'>
<div class='col-md-12 text-center'>
<div class='row'>
<div class='col-md-3 text-left'>
<h2>About</h2>
<p>We have a history</p>
</div>
<div class='col-md-9 text-left'>
<h2>Our mission</h2>
<p>
Our mission/goal is to help companies small, medium, and large size, to meet their technology goals and provide a user friendly user interface. However, we do not limit our service to simply the project at hand; our goal is to provide a solid foundation and a sturdy footprint that will help the maintainance of the application in the future. A solid framework, comprehensive documentation, and task management are just a few services that are services we pride ourselves.
</p>
<h4>Small Business</h4>
<p>
The online presence of a small business is very important. This is where one can become equal to all competitors, small or large. At Cielo Concepts, we define a businesses "online presence" as not only building a website but also providing the tools that will make the website more visible like search engine optimization so that the site will come up on searches with the appropriate keywords. A social media presence is also another way to expand the onine presence. Facebook, Twitter, and Instagram are just some of the ways that a business can reach its targeted audience. Blogging is also another way that a business can reach out to potential customers and "advertise through information". If you are starting a small business or just looking to improve your existing online presence <a href="#contact">contact us</a> for more information.
</p>
<h4>Tech Startups</h4>
<p>
The goal to present a prototype to potential investors for either "A" round funding or a second round of funding is key to the success of a tech startup. Most startups build a prototype in order to reach the needed milestone but most of the time will throw it away in preference to a more robust and agile product. At Cielo Concepts, we believe that this prototype does not need to be throw away code and can be the foundation of a product that is extensible. We can help in building the user interface so that a proper framework is created and the ancillary tools like task management tools like <a href="gruntjs.com" target="_blank">Grunt</a> and scaffolding tools like <a href="yeoman.io" target="_blank">Yeoman</a> are used to build a great foundation.
</p>
<h4>Large Projects</h4>
<p>
A great user interface, one with a great design and user experience, is the difference between a product that will be very successful and one that may not be as successful. At Cielo Concepts, we can help in evaluating the product and helping improve areas that require it. At Cielo Concepts, we have helped companies build an entire user interface for a product, we have evaluated the CSS or JavaScript framework for a site and helped improve its performance, we have also helped to build a user interface framework for a suite of products. For references or how we can your project, please feel free <a href="#contact">contact us</a>.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section id='skills'>
<div class='row-fluid'>
<div class='col-md-5'>
<h2>We're good at this</h2>
<h4>We've got some skills</h4>
<p>Here are some of the areas where we can help</p>
<a class='btn btn-default' href='#services'>
<span class='fa fa-flash'></span>
Services
</a>
</div>
<div class='col-md-6 col-md-offset-1'>
<!-- Skills/Progress -->
<div class='skills'>
<h5>User Interface Design and Development</h5>
<div class='progress'>
<div aria-valuemax='100' aria-valuemin='0' aria-valuenow='60' class='progress-bar progress-bar-success' role='progressbar'>
<span class='sr-only'>
60% Complete (success)
</span>
</div>
</div>
<h5>User Experience Evaluation and Improvements</h5>
<div class='progress'>
<div aria-valuemax='100' aria-valuemin='0' aria-valuenow='50' class='progress-bar progress-bar-success' role='progressbar'>
<span class='sr-only'>
50% Complete (success)
</span>
</div>
</div>
<h5>Online Presence</h5>
<div class='progress'>
<div aria-valuemax='100' aria-valuemin='0' aria-valuenow='70' class='progress-bar progress-bar-success' role='progressbar'>
<span class='sr-only'>
70% Complete (success)
</span>
</div>
</div>
<h5>Social Media Presence</h5>
<div class='progress'>
<div aria-valuemax='100' aria-valuemin='0' aria-valuenow='70' class='progress-bar progress-bar-success' role='progressbar'>
<span class='sr-only'>
70% Complete (success)
</span>
</div>
</div>
<h5>User Interface Improvements</h5>
<div class='progress'>
<div aria-valuemax='100' aria-valuemin='0' aria-valuenow='70' class='progress-bar progress-bar-success' role='progressbar'>
<span class='sr-only'>
70% Complete (success)
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects -->
<section class='grey' id='projects'>
<div class='row-fluid'>
<div class='col-md-12 text-center title-block'>
<h2>The projects</h2>
<p>We've made some.</p>
</div>
</div>
<!-- Portfolio section -->
<div class='folio row-fluid'>
<a class='item' href='images/hbr-org-large.png'>
<img alt="Harvard Business Review re-design project" src="images/hbr-org-small.png" />
<div class='caption'>
<h4>Harvard Business Review</h4>
<p data-js-target="http://hbr.org">A complete re-design of hbr.org site using a customized JavaScript framework which took advantage of RequireJS AMD setup. The site also leveraged Sass CSS along with Pattern Labs library setup.</p>
</div>
</a>
<a class='item' href='images/eye-care-large.png'>
<img alt="Complete Family Eye Care of Texas website design and development" src="images/eye-care-small.png" />
<div class='caption'>
<h4>Complete Family Eye Care of Texas</h4>
<p data-js-target="http://www.completefamilyeyecaretexas.com/">This site was built for a budding new optometry which also needed to connect to several 3rd party software like online scheduling with ZocDoc, private form submissions with Crystal PM, and eye care vidoes from EyeImginations.</p>
</div>
</a>
<a class='item' href='images/morissons-large.png'>
<img alt="Morisson's Auto Rite website design and development" src="images/morissons-small.png" />
<div class='caption'>
<h4>Morisson's Auto Rite</h4>
<p data-js-target="http://morrisonsautorite.com/">Morisson's had a website that was 15 years old and did not match the technology that was being utilized in their daily work. Our goal was to bring them up to date and provide a new and responsive website.</p>
</div>
</a>
<a class='item' href='images/academy-large.png'>
<img alt="Academy Sports e-commerce site development" src="images/academy-small.png" />
<div class='caption'>
<h4>Academy Sports</h4>
<p data-js-target="http://www.academy.com/">This sports and outdoor retailer is one of the biggest franchise sporting goods stores in the Southwest region. When they were looking to add an online store, Cielo Concepts was one of the companies helped in building an e-commerce website for them.</p>
</div>
</a>
</div>
</section>
<!-- Contact -->
<section id='contact'>
<div id='maps'></div>
<div class='info'>
<!-- Contact form -->
<form action='php/email.php' class='row' id='form' name='form'>
<div class='col-md-3'>
<h2>Contact</h2>
<h4>Talk to us.</h4>
<p>If you would like to setup a time to talk with us and see how we can help you, please fill out this form and we will contact you as soon as possible.</p>
<a class='icon fa fa-twitter' href='https://twitter.com/cielo_concepts'></a>
<a class='icon fa fa-linkedin' href='https://www.linkedin.com/company/cielo-concepts-inc-'></a>
<a class='icon fa fa-youtube' href='https://www.youtube.com/channel/UCy-4rvjsIcwbIN_R1DRHokw'></a>
</div>
<div class='col-md-8 col-md-offset-1'>
<div class='row'>
<div class='col-md-6'>
<div class='form-group'>
<input class='form-control' id='name' name='name' placeholder='Name' type='text'>
<span class='glyphicon glyphicon-remove form-control-feedback'></span>
</div>
<div class='form-group'>
<input class='form-control' id='email' name='email' placeholder='E-mail' type='text'>
<span class='glyphicon glyphicon-remove form-control-feedback'></span>
</div>
<div class='form-group'>
<input class='form-control' id='phone' name='phone' placeholder='Phone' type='text'>
</div>
</div>
<div class='col-md-6'>
<div class='form-group'>
<textarea class='form-control' id='message' name='message' placeholder='Message'></textarea>
<span class='glyphicon glyphicon-remove form-control-feedback'></span>
</div>
</div>
<div class='col-md-12'>
<!-- Send message -->
<input class='form-control' id='send' type='submit'>
</div>
</div>
</div>
</form>
</div>
</section>
<!-- Footer -->
<footer class='separator'>
<div class='row-fluid'>
<div class='col-md-3'>
<h4>Our location</h4>
<p>711 Atlantic Ave</p>
<p>Lower Level</p>
<p>Boston, Massachusetts 02111</p>
<p>tel. 617.870.4574</p>
<p><a href="mailto:info@cieloconcepts.com">info@cieloconcepts.com</a></p>
</div>
<div class='col-md-3'>
<h4>Blog</h4>
<p>
<a href="innovatorylife.com">Innovatory Life</a>
</p>
</div>
<div class='col-md-3'>
<!--h4>Icons</h4-->
<!-- Font Awesome Icons -->
<a class='icon fa fa-twitter' href='https://twitter.com/cielo_concepts'></a>
<a class='icon fa fa-linkedin' href='https://www.linkedin.com/company/cielo-concepts-inc-'></a>
<a class='icon fa fa-youtube' href='https://www.youtube.com/channel/UCy-4rvjsIcwbIN_R1DRHokw'></a>
</div>
<div class='col-md-3'>
<a class="twitter-timeline" href="https://twitter.com/cielo_concepts" data-widget-id="585464953462730753">Tweets by @cielo_concepts</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</footer>
<!-- Copyright -->
<footer class='copy'>
<div class='row-fluid'>
<div class='col-md-6 col-xs-4'>
<p>© 2014-2015</p>
</div>
<div class='col-md-6 col-xs-8 text-right'>
<p>
All rights reserved.
</p>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="scripts/jquery.min.js" type="text/javascript"></script>
<!-- Easing -->
<script src="scripts/jquery.easing.1.3.js" type="text/javascript"></script>
<!-- Flexslider -->
<script src="scripts/jquery.flexslider.js" type="text/javascript"></script>
<!-- Bootstrap JS -->
<script src="scripts/bootstrap.min.js" type="text/javascript"></script>
<!-- Waypoints -->
<script src="scripts/waypoints.min.js" type="text/javascript"></script>
<!-- Contactform -->
<script src="scripts/validation.js" type="text/javascript"></script>
<!-- Maps -->
<script src="https://maps.googleapis.com/maps/api/js" type="text/javascript"></script>
<script>
var myLatlng = new google.maps.LatLng(52.370943, 4.897673);
var mapOptions = {
zoom: 14,
center: myLatlng,
scrollwheel: false,
disableDefaultUI: true,
draggable: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
streetViewControl: false
};
var map = new google.maps.Map(document.getElementById("maps"), mapOptions);
</script>
<!-- Functions -->
<script src="scripts/functions.js" type="text/javascript"></script>
<script>
(function(i,s,o,g,r,a,m) {
i['GoogleAnalyticsObject']=r;
i[r]=i[r]||function() {
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56673806-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
public/index.html | adn-rb/adn-cli | <!DOCTYPE html>
<html>
<head>
<title>Thank you for authorizing adn-cli</title>
<style>
body {
font-family: Helvetica, sans-serif;
}
.angled {
background-color: #C5E0DC;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
transparent 75%, transparent);
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
transparent 75%, transparent);
}
.stripes {
-webkit-background-size: 50px 50px;
-moz-background-size: 50px 50px;
background-size: 50px 50px; /* Controls the size of the stripes */
}
</style>
</head>
<body class="angled stripes">
<h1>Thank you for authorizing adn-cli</h1>
<h2>You can now close this window and return to the terminal.</h2>
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<script type="text/javascript">
$.get("/save-token?" + window.location.hash.substring(1));
</script>
</body>
</html>
|
Practica2j/doc/practica1/package-frame.html | dalemanb/FundamentosBDD | <!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_111) on Sat Feb 24 00:13:39 CST 2018 -->
<title>practica1</title>
<meta name="date" content="2018-02-24">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../practica1/package-summary.html" target="classFrame">practica1</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="Address.html" title="class in practica1" target="classFrame">Address</a></li>
<li><a href="Owner.html" title="class in practica1" target="classFrame">Owner</a></li>
<li><a href="Practica1.html" title="class in practica1" target="classFrame">Practica1</a></li>
<li><a href="Property.html" title="class in practica1" target="classFrame">Property</a></li>
</ul>
<h2 title="Enums">Enums</h2>
<ul title="Enums">
<li><a href="TypeOfProperty.html" title="enum in practica1" target="classFrame">TypeOfProperty</a></li>
</ul>
</div>
</body>
</html>
|
public/id/index.html | benjamingr/website | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title i18n-title>io.js - JavaScript I/O</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="io.js is an npm compatible platform originally based on node.js">
<meta name="keywords" content="iojs, io.js, io js, javascript io, uv, libuv, node-forward, node forward, node, node.js, node.js forward, nodejs, nodejs forward, javascript">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<link href="../main.css" rel="stylesheet">
<link href="../mobile.css" rel="stylesheet">
<link href="../index.css" rel="stylesheet">
<link rel="icon" href="/images/1.0.0.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/images/apple-touch-icon-1.0.0.png">
<meta property="og:image" content="https://iojs.org/images/1.0.0.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1369">
<meta property="og:image:height" content="1563">
</head>
<body markdown-page="index">
<header>
<div class="content">
<a href="index.html" class="logo" i18n-logo-text>io.js</a>
<div class="spacer"></div>
<a href="faq.html" i18n-faq-link>FAQ</a>
<a href="es6.html" i18n-es6-link>ES6</a>
<a href="https://iojs.org/api/" i18n-api-link>API Dokumen</a>
</div>
</header>
<div class="content clearfix" i18n-content><h1>JavaScript I/O</h1>
<p>Membawa <a href="es6.html">ES6</a> ke Komunitas Node!</p>
<p><a href="https://github.com/iojs/io.js">io.js</a> adalah <a href="https://www.npmjs.org/">npm</a> platform yang aslinya kompatibel dengan [node.js] (https: //nodejs.org/)™.</p>
<p><a href="https://iojs.org/dist/v1.3.0/"><img src="../images/1.0.0.png" alt="io.js"></a></p>
<p><a href="https://iojs.org/dist/v1.3.0/">Versi 1.3.0</a></p>
<p>Unduh untuk
<a href="https://iojs.org/dist/v1.3.0/iojs-v1.3.0-linux-x64.tar.xz">Linux</a>,
<a href="https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x86.msi">Win32</a>, <a href="https://iojs.org/dist/v1.3.0/iojs-v1.3.0-x64.msi">Win64</a>,
or
<a href="https://iojs.org/dist/v1.3.0/iojs-v1.3.0.pkg">Mac</a>.</p>
<p><a href="https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md">Log Perubahan</a></p>
<p><a href="https://iojs.org/download/nightly/">Rilis setiap malam</a> tersedia untuk pengujian.</p>
<p><a href="/faq.html">Pertanyaan yang Sering Diajukan</a></p>
</div>
<footer class="content">
<nav>
<a href="https://github.com/iojs/io.js/issues" i18n-issues-link>Isu GitHub</a><!--
--><a href="https://github.com/iojs" i18n-org-link>GitHub Organisasi</a><!--
--><a href="https://webchat.freenode.net/?channels=io.js" i18n-irc-link>Obrolan IRC</a><!--
--><a href="http://logs.libuv.org/io.js/latest" i18n-irc-logs-link>Catatan</a><!--
--><a href="https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme" i18n-gov-link>Tata Kelola</a>
</nav>
</footer>
<!-- See something you like? Want to help? Visit https://github.com/iojs/website to contribute -->
</body>
</html>
<!--
=========== BUILD INFORMATION ===========
Build Time: 2015-02-20 14:45:25 UTC
Commit Sha: 626785252f037c99c2fdbf1d93e71019684a2cb4
Commit Msg: update io.js version to 1.3.0 in all languages
=========== END BUILD INFORMATION ===========
-->
|
people/ic7mb9fk.html | slowe/panelshows | <html>
<head>
<title>Alan Jones'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>Alan Jones's panel show appearances</h1>
<p>Alan Jones (born 1941-04-13<sup><a href="https://en.wikipedia.org/wiki/Alan_Jones_(radio_broadcaster)">[ref]</a></sup>) has appeared in <span class="total">3</span> episodes between 2015-2016. <a href="https://en.wikipedia.org/wiki/Alan_Jones_(radio_broadcaster)">Alan Jones on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">2015</span></td>
<td><div style="height:50px;" class="performances male" title="1"></div><span class="year">2016</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2016-03-07</strong> / <a href="../shows/qanda.html">Q&A</a></li>
<li><strong>2015-07-20</strong> / <a href="../shows/qanda.html">Q&A</a></li>
<li><strong>2015-02-09</strong> / <a href="../shows/qanda.html">Q&A</a></li>
</ol>
</div>
</body>
</html>
|
docs/file/src/lambdas/apples/index.js.html | TechnologyAdvice/glambda | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../../">
<title data-ice="title">src/lambdas/apples/index.js | API Document</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
</head>
<body class="layout-container">
<header>
<a href="./">Home</a>
<a href="identifiers.html">Identifier</a>
<a href="source.html">Source</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
</header>
<nav class="navigation" data-ice="nav">
<div data-ice="variableWrap">
<h2><a href="variable/">Variable</a></h2>
<ul>
<li data-ice="variableDoc"><span><a href="variable/index.html#static-variable-app">app</a></span></li>
<li data-ice="variableDoc"><span><a href="variable/index.html#static-variable-buildConfig">buildConfig</a></span></li>
<li data-ice="variableDoc"><span><a href="variable/index.html#static-variable-config">config</a></span></li>
<li data-ice="variableDoc"><span><a href="variable/index.html#static-variable-handler">handler</a></span></li>
<li data-ice="variableDoc"><span><a href="variable/index.html#static-variable-handler">handler</a></span></li>
<li data-ice="variableDoc"><span><a href="variable/index.html#static-variable-procResponse">procResponse</a></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><h1 data-ice="title">src/lambdas/apples/index.js</h1>
<pre class="source-code line-number"><code class="prettyprint linenums" data-ice="content">export const handler = (event, context) => {
context.succeed(`Apples ${JSON.stringify(event)}`)
}
</code></pre>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(0.1.4)</span></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>
|
css/components/button--utils.css | nak-studio/nak.studio-site | /*! ---------------button---------------*/
@import "../variables/required-utils";
/*----------------Custom variables---------------------*/
:root {
/*--default*/
--button__min-width: 100px;
--button__height: var(--spacing-large);
--button__border-width: 1px;
--button__border-style: solid;
--button__border-color: var(--color-theme);
--button__background: var(--color-theme);
--button__color: var(--text-color);
--button__font-size: var(--large);
--button__font: var(--base-font);
--button__border-radius: var(--x-small);
/*--hover*/
--button__background--hover: ;
--button__color--hover: ;
/*--neutral*/
--button__color--neutral: var(--text-color);
--button__background--neutral: var(--color-pale);
--button__border-width--neutral: 1px;
--button__border-style--neutral: solid;
--button__border-color--neutral: var(--color-neutral);
/*--negative*/
--button__color--negative: var(--text-color--light);
--button__background--negative: var(--color-cod-gray);
--button__border-width--negative: 1px;
--button__border-style--negative: solid;
--button__border-color--negative: var(--color-mine-shaft);
/*icon*/
/*----------------@apply---------------------*/
--nak-button: {
display: flex;
align-items: center;
justify-content: center;
min-width: var(--button__min-width);
height: var(--button__height);
border: var(--button__border-width) var(--button__border-style) var(--button__border-color);
border-radius: var(--button__border-radius);
background: var(--button__background);
color: var(--button__color);
text-decoration: none !important;
font-size: var(--button__font-size);
font-family: var(--button__font);
cursor: pointer;
@media (--small-viewport) {
width: 100%;
}
&:hover {
background: var(--button__background--hover);
color: var(--button__color--hover);
}
&:focus {
background: var(--color-theme);
color: var(--color-white);
}
};
--nak-button--neutral: {
border: var(--button__border-width--neutral) var(--button__border-style--neutral) var(--button__border-color--neutral);
border-color: var(--button__border-color--neutral);
background: var(--button__background--neutral);
};
--nak-button--negative: {
border: var(--button__border-width--negative) var(--button__border-style--negative) var(--button__border-color--negative);
border-color: var(--button__border-color--negative);
background: var(--button__background--negative);
};
--nak-button--disabled: {}
--nak-button--big: {
padding: var(--medium);
height: inherit;
};
--nak-button--icon-left: {
img {
margin-right: 10px;
width: 30px;
color: red;
}
}
}
|
docs/classes/_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytophexagongrid.html | CubixSystem/hex-tools | <!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PointyTopHexagonGrid | hex-tools</title>
<meta name="description" content="Documentation for hex-tools">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">hex-tools</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="../modules/_hexagons_pointytophexagongrid_pointytophexagongrid_.html">"hexagons/PointyTopHexagonGrid/PointyTopHexagonGrid"</a>
</li>
<li>
<a href="_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytophexagongrid.html">PointyTopHexagonGrid</a>
</li>
</ul>
<h1>Class PointyTopHexagonGrid<H></h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>PointyTopHexagonGrid</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-type-parameters">
<h3>Type parameters</h3>
<ul class="tsd-type-parameters">
<li>
<h4>H<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Hexagon</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="tsd-signature-type">HexagonGrid</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">H</span><span class="tsd-signature-symbol">></span>
<ul class="tsd-hierarchy">
<li>
<span class="target">PointyTopHexagonGrid</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-inherited">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytophexagongrid.html#inserthexagon" class="tsd-kind-icon">insert<wbr>Hexagon</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="inserthexagon" class="tsd-anchor"></a>
<h3>insert<wbr>Hexagon</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">insert<wbr>Hexagon<span class="tsd-signature-symbol">(</span>hexagon<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">H</span>, position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">AxialVector</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">CubeVector</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytophexagongrid.html">PointyTopHexagonGrid</a>.<a href="_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytophexagongrid.html#inserthexagon">insertHexagon</a></p>
<ul>
<li>Defined in <a href="https://github.com/CubixSystem/hex-tools/blob/cd9b1bd/src/hexagons/HexagonGrid/HexagonGrid.ts#L55">hexagons/HexagonGrid/HexagonGrid.ts:55</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>throws</dt>
<dd><p>Will throw an error if hexagon with provided coordinates already exist</p>
</dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>hexagon: <span class="tsd-signature-type">H</span></h5>
</li>
<li>
<h5>position: <span class="tsd-signature-type">AxialVector</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">CubeVector</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-module">
<a href="../modules/_hexagons_pointytophexagongrid_pointytophexagongrid_.html">"hexagons/<wbr>Pointy<wbr>Top<wbr>Hexagon<wbr>Grid/<wbr>Pointy<wbr>Top<wbr>Hexagon<wbr>Grid"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-enum tsd-parent-kind-module">
<a href="../enums/_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytopside.html" class="tsd-kind-icon">Pointy<wbr>Top<wbr>Side</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter">
<a href="_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytophexagongrid.html" class="tsd-kind-icon">Pointy<wbr>Top<wbr>Hexagon<wbr>Grid</a>
<ul>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a href="_hexagons_pointytophexagongrid_pointytophexagongrid_.pointytophexagongrid.html#inserthexagon" class="tsd-kind-icon">insert<wbr>Hexagon</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
</body>
</html> |
_site/july2016/8.html | alienmouth/alienmouth.github.io | <!DOCTYPE html>
<html>
<!DOCTYPE html>
<head>
<link href="../css/lightbox.css" rel="stylesheet">
<script src="../css/lightbox.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="http://alienmouth.com/july2016/8.html" />
<meta property="og:description" content="Alien Mouth publishes writing and audio/visual art" />
<meta property="og:type" content="article" />
<meta property="og:title" content="i have had it with these motherfucking scaphists on this motherfucking plane of reality" />
<meta property="og:image" content="http://alienmouth.com/assets/img/og_image.png" />
<meta property="og:site_name" content="Alien Mouth">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@alienmouth" />
<meta name="twitter:title" content="i have had it with these motherfucking scaphists on this motherfucking plane of reality" />
<meta name="twitter:description" content="Alien Mouth publishes writing and audio/visual art" />
<meta name="twitter:image" content="http://alienmouth.com/assets/img/twitter.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>i have had it with these motherfucking scaphists on this motherfucking plane of reality</title>
<meta name="description" content="soggy fieldall bent and rain laden, you can seethe paths animals took on their way somewhere,like wakes left softly by boats,their crews methodically working...">
<!-- Google Fonts loaded here depending on setting in _data/options.yml true loads font, blank does not-->
<link href='//fonts.googleapis.com/css?family=Lato:400,400italic' rel='stylesheet' type='text/css'>
<!-- Load up MathJax script if needed ... specify in /_data/options.yml file-->
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="stylesheet" type="text/css" href="/css/tufte.css">
<!-- <link rel="stylesheet" type="text/css" href="/css/print.css" media="print"> -->
<link rel="canonical" href="/july2016/8.html">
<link rel="alternate" type="application/rss+xml" title="Alien Mouth" href="/feed.xml" />
</head>
<body class="full-width">
<!--- Header and nav template site-wide -->
<header>
<a href="/"><img class="amlogo" src="/assets/img/logo.png" alt="CH"></a><br />
<div class="nav_custom">
<a href="/">journal</a>
<a href="/reviews/">reviews</a>
<a href="/books/">books</a>
<a href="/about/">about</a>
<a href="/connect/">connect</a>
<a href="https://alienmouth.submittable.com/submit">submit</a>
</div>
</header>
<br /><br />
<article>
<br />
<h1><center>i have had it with these motherfucking scaphists on this motherfucking plane of reality</center></h1>
<p class="subtitle"><center>by Nolan Allan on June 22, 2016</center></p><br />
<hr><br /><br />
<div class="custom_read">
<p>soggy field<br />
all bent <br />
and rain <br />
laden, you <br />
can see<br />
the paths <br />
animals took <br />
on their <br />
way somewhere,<br />
like wakes <br />
left softly <br />
by boats,<br />
their crews <br />
methodically working<br />
together to <br />
tie me <br />
up and <br />
embed me <br />
between flipped<br />
over hulls,<br />
roughly pouring<br />
jars of<br />
fresh honey<br />
all over <br />
me, soaking<br />
me in<br />
honey if<br />
you want <br />
to be <br />
quite honest,<br />
draining fluid <br />
ounces down <br />
my throat <br />
until i <br />
can feel <br />
honey pressing <br />
against my <br />
lungs, until <br />
i can <br />
always taste <br />
honey in <br />
the back <br />
of my <br />
throat and<br />
my pores <br />
leak, no<br />
stigmata, just<br />
slow rot<br />
and the <br />
princess spurns <br />
my amour<br />
and stoically<br />
instructs that<br />
the punishment <br />
continue at <br />
all costs <br />
even if <br />
the captains<br />
can no<br />
longer stomach <br />
the way <br />
husky flies <br />
have forgotten <br />
their old <br />
devonian rivalries <br />
and joined <br />
forces with <br />
wet shining<br />
beetles to <br />
really go<br />
down on<br />
me, alighting<br />
on virgin<br />
patches of<br />
skin to<br />
gnaw on<br />
and make <br />
burrows for <br />
wet payloads <br />
of their <br />
soft warm <br />
egg clutches <br />
deep in <br />
my melichrous <br />
skin and <br />
balmy organs <br />
looming just <br />
below my <br />
surfaces like <br />
rainbow trout <br />
flaring silently <br />
in the <br />
long pylons<br />
of light<br />
that burn <br />
me, that <br />
slowly freckle <br />
my limbs<br />
as i <br />
moan and <br />
tauten in<br />
the old<br />
scrawny ropes <br />
binding me,<br />
supporting what<br />
my saturated <br />
flesh becomes:<br />
something pestilential,<br />
something you’d <br />
catapult over<br />
the enemy’s<br />
walls, and <br />
insects start<br />
to know <br />
my body<br />
more as <br />
a home <br />
than a<br />
higher power<br />
and they<br />
get front<br />
row tickets <br />
to watch <br />
my desperate <br />
personhood cede <br />
itself to<br />
something i<br />
don’t know,<br />
an older <br />
style of <br />
living, more <br />
hubbub, a <br />
bustling commune<br />
whose nuances<br />
are hard <br />
to navigate <br />
at first,<br />
kinda like<br />
the cult <br />
i started <br />
during college<br />
i dedicated<br />
in honor <br />
of you<br />
and the<br />
soon-to<br />
-be-dead<br /></p>
<br /><br />
</div>
<hr><br /><br />
</article>
<span class="print-footer">i have had it with these motherfucking scaphists on this motherfucking plane of reality - June 22, 2016 - </span>
<script>
(function() {
var cx = '012309109243193332464:aa5o5mifvhy';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
<footer>
<br />
</footer>
</body>
</html>
|
docs/3.2/dd/d5c/detection__of__planar__objects_8markdown.html | lucasbrsa/OpenCV-3.2 | <!-- HTML header for doxygen 1.8.6-->
<!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.12"/>
<title>OpenCV: /build/master-contrib_docs-lin64/opencv/doc/tutorials/features2d/detection_of_planar_objects/detection_of_planar_objects.markdown File Reference</title>
<link href="../../opencv.ico" rel="shortcut icon" type="image/x-icon" />
<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/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js", "TeX/AMSmath.js", "TeX/AMSsymbols.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
//<![CDATA[
MathJax.Hub.Config(
{
TeX: {
Macros: {
matTT: [ "\\[ \\left|\\begin{array}{ccc} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{array}\\right| \\]", 9],
fork: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ \\end{array} \\right.", 4],
forkthree: ["\\left\\{ \\begin{array}{l l} #1 & \\mbox{#2}\\\\ #3 & \\mbox{#4}\\\\ #5 & \\mbox{#6}\\\\ \\end{array} \\right.", 6],
vecthree: ["\\begin{bmatrix} #1\\\\ #2\\\\ #3 \\end{bmatrix}", 3],
vecthreethree: ["\\begin{bmatrix} #1 & #2 & #3\\\\ #4 & #5 & #6\\\\ #7 & #8 & #9 \\end{bmatrix}", 9],
hdotsfor: ["\\dots", 1],
mathbbm: ["\\mathbb{#1}", 1],
bordermatrix: ["\\matrix{#1}", 1]
}
}
}
);
//]]>
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
<link href="../../stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<!--#include virtual="/google-search.html"-->
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="../../opencv-logo-small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">OpenCV
 <span id="projectnumber">3.2.0</span>
</div>
<div id="projectbrief">Open Source Computer Vision</div>
</td>
</tr>
</tbody>
</table>
</div>
<script type="text/javascript">
//<![CDATA[
function getLabelName(innerHTML) {
var str = innerHTML.toLowerCase();
// Replace all '+' with 'p'
str = str.split('+').join('p');
// Replace all ' ' with '_'
str = str.split(' ').join('_');
// Replace all '#' with 'sharp'
str = str.split('#').join('sharp');
// Replace other special characters with 'ascii' + code
for (var i = 0; i < str.length; i++) {
var charCode = str.charCodeAt(i);
if (!(charCode == 95 || (charCode > 96 && charCode < 123) || (charCode > 47 && charCode < 58)))
str = str.substr(0, i) + 'ascii' + charCode + str.substr(i + 1);
}
return str;
}
function addToggle() {
var $getDiv = $('div.newInnerHTML').last();
var buttonName = $getDiv.html();
var label = getLabelName(buttonName.trim());
$getDiv.attr("title", label);
$getDiv.hide();
$getDiv = $getDiv.next();
$getDiv.attr("class", "toggleable_div label_" + label);
$getDiv.hide();
}
//]]>
</script>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.12 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- 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><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">/build/master-contrib_docs-lin64/opencv/doc/tutorials/features2d/detection_of_planar_objects/detection_of_planar_objects.markdown File Reference</div> </div>
</div><!--header-->
<div class="contents">
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.6-->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Dec 23 2016 13:00:23 for OpenCV by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
</a> 1.8.12
</small></address>
<script type="text/javascript">
//<![CDATA[
function addButton(label, buttonName) {
var b = document.createElement("BUTTON");
b.innerHTML = buttonName;
b.setAttribute('class', 'toggleable_button label_' + label);
b.onclick = function() {
$('.toggleable_button').css({
border: '2px outset',
'border-radius': '4px'
});
$('.toggleable_button.label_' + label).css({
border: '2px inset',
'border-radius': '4px'
});
$('.toggleable_div').css('display', 'none');
$('.toggleable_div.label_' + label).css('display', 'block');
};
b.style.border = '2px outset';
b.style.borderRadius = '4px';
b.style.margin = '2px';
return b;
}
function buttonsToAdd($elements, $heading, $type) {
if ($elements.length === 0) {
$elements = $("" + $type + ":contains(" + $heading.html() + ")").parent().prev("div.newInnerHTML");
}
var arr = jQuery.makeArray($elements);
var seen = {};
arr.forEach(function(e) {
var txt = e.innerHTML;
if (!seen[txt]) {
$button = addButton(e.title, txt);
if (Object.keys(seen).length == 0) {
var linebreak1 = document.createElement("br");
var linebreak2 = document.createElement("br");
($heading).append(linebreak1);
($heading).append(linebreak2);
}
($heading).append($button);
seen[txt] = true;
}
});
return;
}
$("h2").each(function() {
$heading = $(this);
$smallerHeadings = $(this).nextUntil("h2").filter("h3").add($(this).nextUntil("h2").find("h3"));
if ($smallerHeadings.length) {
$smallerHeadings.each(function() {
var $elements = $(this).nextUntil("h3").filter("div.newInnerHTML");
buttonsToAdd($elements, $(this), "h3");
});
} else {
var $elements = $(this).nextUntil("h2").filter("div.newInnerHTML");
buttonsToAdd($elements, $heading, "h2");
}
});
$(".toggleable_button").first().click();
var $clickDefault = $('.toggleable_button.label_python').first();
if ($clickDefault.length) {
$clickDefault.click();
}
$clickDefault = $('.toggleable_button.label_cpp').first();
if ($clickDefault.length) {
$clickDefault.click();
}
//]]>
</script>
</body>
</html>
|
public/app/templates/new-paste.html | jrdnull/blinky | <form name="pasteForm" class="form paste-form" ng-submit="submit()" novalidate>
<input type="text" class="form-control" placeholder="Name/Title" ng-model="paste.title">
<textarea name="text" class="form-control" rows="22" ng-model="paste.text" required></textarea>
<label>
<input type="checkbox" ng-model="paste.listed"> Listed
</label>
<button type="submit" class="btn btn-primary pull-right" ng-disabled="!pasteForm.$valid">Submit</button>
</form>
|
Ext/log4net-1.2.11/doc/release/sdk/log4net.Layout.PatternLayout.Format_overloads.html | npruehs/slash-framework | <html dir="LTR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" />
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
<title>Format Method</title>
<xml>
</xml>
<link rel="stylesheet" type="text/css" href="MSDN.css" />
</head>
<body id="bodyID" class="dtBODY">
<div id="nsbanner">
<div id="bannerrow1">
<table class="bannerparthead" cellspacing="0">
<tr id="hdr">
<td class="runninghead">log4net SDK Documentation - Microsoft .NET Framework 4.0</td>
<td class="product">
</td>
</tr>
</table>
</div>
<div id="TitleRow">
<h1 class="dtH1">PatternLayout.Format Method</h1>
</div>
</div>
<div id="nstext">
<p> Produces a formatted string as specified by the conversion pattern. </p>
<h4 class="dtH4">Overload List</h4>
<p>Inherited from <a href="log4net.Layout.LayoutSkeleton.html">LayoutSkeleton</a>.</p>
<blockquote class="dtBlock">
<a href="log4net.Layout.LayoutSkeleton.Format_overloads.html">public string Format(LoggingEvent);</a>
</blockquote>
<p> Produces a formatted string as specified by the conversion pattern. </p>
<blockquote class="dtBlock">
<a href="log4net.Layout.PatternLayout.Format_overload_1.html">public override void Format(TextWriter,LoggingEvent);</a>
</blockquote>
<h4 class="dtH4">See Also</h4>
<p>
<a href="log4net.Layout.PatternLayout.html">PatternLayout Class</a> | <a href="log4net.Layout.html">log4net.Layout Namespace</a></p>
<hr />
<div id="footer">
<p>
<a href="http://logging.apache.org/log4net">Copyright 2004-2011 The Apache Software Foundation.</a>
</p>
<p>
</p>
</div>
</div>
</body>
</html> |
stuff-i-like.html | AIrwin33/AIrwin33.github.io | <!DOCTYPE html>
<html>
<head><link rel="stylesheet" type="text/css" href="stylesheets/blog-stylesheet.css">
<title>Organizations That Inspire Me</title>
</head>
<body>
<div id="header"><h1>Organizations That Inspire Me</h1></div>
<div id="list">
<ul>
<li><a href="http://opengovhacknight.org/">Chicago Open Gov Hack Night</a></li>
<li><a href="http://www.cnt.org">Center for Neighborhood Technology</a></li>
<li><a href="http://www.experimentalstation.org/">Experimental Station</a></li>
<li><a href="http://www.raycandersonfoundation.org/">The Ray C Anderson Foundation</a></li>
</ul>
</div>
<div id="footer"><a href="blog-landing.html"><img src="home.png" height="27" width="27"></a></div>
</body>
</html> |
core/src/main/resources/jenkins/model/DownloadSettings/help-useBrowser.html | jcarrothers-sap/jenkins | <p>
Check to force the user’s browser to download metadata rather than Jenkins itself doing it.
Actual file downloads (plugins, tools) will still happen from Jenkins itself,
but this can be used to at least <em>see</em> new metadata when Jenkins cannot access the Internet
(but your own browser can, perhaps using some special proxy that Jenkins is not configured to use).
</p>
<p>
Use of browser mode is discouraged.
It has robustness problems and has been limited to users with Overall/Administer.
</p>
|
docs/com/hikmat30ce/workday/integrator/hr/generated/class-use/CustomIdentifierDataType.html | hikmat30ce/WorkdayIntegrator-HR | <!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_77) on Sun Aug 13 19:07:37 PKT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CustomIdentifierDataType (WorkdayIntegrator-HR 1.0.0 API)</title>
<meta name="date" content="2017-08-13">
<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 com.hikmat30ce.workday.integrator.hr.generated.CustomIdentifierDataType (WorkdayIntegrator-HR 1.0.0 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="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/hikmat30ce/workday/integrator/hr/generated/class-use/CustomIdentifierDataType.html" target="_top">Frames</a></li>
<li><a href="CustomIdentifierDataType.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.hikmat30ce.workday.integrator.hr.generated.CustomIdentifierDataType" class="title">Uses of Class<br>com.hikmat30ce.workday.integrator.hr.generated.CustomIdentifierDataType</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</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="#com.hikmat30ce.workday.integrator.hr.generated">com.hikmat30ce.workday.integrator.hr.generated</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.hikmat30ce.workday.integrator.hr.generated">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</a> in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> with type parameters of type <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</a>></code></td>
<td class="colLast"><span class="typeNameLabel">PersonDataType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/PersonDataType.html#customIDData">customIDData</a></span></code> </td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> that return <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</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="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</a></code></td>
<td class="colLast"><span class="typeNameLabel">ObjectFactory.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/ObjectFactory.html#createCustomIdentifierDataType--">createCustomIdentifierDataType</a></span>()</code>
<div class="block">Create an instance of <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated"><code>CustomIdentifierDataType</code></a></div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/package-summary.html">com.hikmat30ce.workday.integrator.hr.generated</a> that return types with arguments of type <a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</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="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">CustomIdentifierDataType</a>></code></td>
<td class="colLast"><span class="typeNameLabel">PersonDataType.</span><code><span class="memberNameLink"><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/PersonDataType.html#getCustomIDData--">getCustomIDData</a></span>()</code>
<div class="block">Gets the value of the customIDData property.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/hikmat30ce/workday/integrator/hr/generated/CustomIdentifierDataType.html" title="class in com.hikmat30ce.workday.integrator.hr.generated">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/hikmat30ce/workday/integrator/hr/generated/class-use/CustomIdentifierDataType.html" target="_top">Frames</a></li>
<li><a href="CustomIdentifierDataType.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 © 2017 <a href="http://www.spring.io">Pivotal Software, Inc.</a>. All rights reserved.</small></p>
</body>
</html>
|
css/yarm.css | jsulmar/yarm-lib | /*
* yarm.css
* Copyright (c) 2016 Joe Sulmar
* provided under MIT License
*/
/*******************************
* page layout
*/
.log{
background:LightGrey;
}
.v-space{
margin-top:50px;
}
/*******************************
* recorder elements
*/
#recorder .button{
display:none;
margin-top:30px;
}
/* visually disables the button but does not stop click events */
#recorder .button.disabled {
opacity: 0.45;
cursor: not-allowed;
}
/*******************************
* player elements
*/
/* initially hide the players */
#player{
display:none;
}
#player {
color: #666;
border: 1px solid #009be3;
background-color: #eee;width:420px;
}
#player{
margin-top:30px;
margin-left:15px;
width:420px;
text-align:center;
}
#player audio{
margin-top:20px;
}
#player .name{
display:block;
margin-bottom:10px;
}
|
view/css/index.css | kirby81/chatnode | #chat {
min-height: 10em;
list-style: none;
overflow-y: scroll;
}
#chat li {
padding: 5px 10px;
}
#chat li:nth-child(odd) {
background: #eee;
border-radius: 2px;
}
.room {
margin-top: 20px;
}
.chatnode {
max-width: 75%;
margin: 0 auto;
}
/*[class*="col-"] {
background-color: lightgreen;
border: 2px solid black;
border-radius: 6px;
line-height: 40px;
text-align: center;
}*/
|
doc/nitro_pie.html | pmuellr/nitro_pie | <!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<!-- warning: this file was automatically generated, do not edit it. -->
<html>
<!-- ====================================================== -->
<head>
<title id="head_title">nitro_pie - Python interface for JavaScriptCore</title>
<style type="text/css">
/*-----------------------------------------------------------------*/
body {
font-family: sans-serif;
color: #333;
background: #EEE;
margin-left: 10em;
margin-right: 3em;
}
/*-----------------------------------------------------------------*/
/*
a:link, a:visited {
color: blue;
}
*/
/*-----------------------------------------------------------------*/
code, .code {
font-weight: bold;
font-family: monospace;
color: #055;
}
/*-----------------------------------------------------------------*/
pre, xmp {
border-width: 1;
border-style: solid;
overflow: auto;
padding-top: 0.4em;
padding-bottom: 0.4em;
padding-left: 1.4em;
padding-right: 1.4em;
margin-left: 1.4em;
margin-right: 1.4em;
background: #FFFFDF;
}
/*-----------------------------------------------------------------*/
h1,h2,h3 {
padding-left: 2em;
padding-right: 0.3em;
padding-top: 0.3em;
padding-bottom: 0.3em;
border-style: solid;
border-width: 1;
border-color: #000;
background: #227;
color: #FFF;
text-shadow: 2px 2px 2px #777;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
/*-----------------------------------------------------------------*/
h1 {
margin-left: -3em;
font-size: 250%;
}
/*-----------------------------------------------------------------*/
h2 {
margin-left: -2em;
}
/*-----------------------------------------------------------------*/
h3 {
background: #77A;
margin-left: -1em;
padding-left: 1em;
}
.code-head, .code-parms, .code-returns, .code-throws {
font-weight: bold;
margin-left: -1em;
padding-left: 1em;
}
.code-block {
margin-left: 3em;
}
.code-head {
font-family: monospace;
background: #CCF;
padding-top: 5px;
padding-bottom: 5px;
}
.code-parms, .code-returns, .code-throws {
padding-top: 0;
padding-bottom: 0;
}
/*-----------------------------------------------------------------*/
.url {
font-family: monospace;
font-weight: bold;
}
/*-----------------------------------------------------------------*/
.page-break {
}
/*
page-break-before: always;
*/
/*-----------------------------------------------------------------*/
.warning {
font-weight: bold;
font-size: 150%;
background-color: #FAA;
}
/*-----------------------------------------------------------------*/
.header-link {
font-weight: normal;
font-size: 80%;
text-shadow: none;
}
/*-----------------------------------------------------------------*/
@media print {
body {
background: #FFF;
}
pre, xmp {
overflow: hidden;
background: #FFFFEF;
}
/*
*/
}
</style>
<!-- ======================================================================= -->
<script type="text/javascript">
function body_onload() {
// make head title same as document title
var head_title = document.getElementById("head_title").innerHTML
document.getElementById("body_title").innerHTML = head_title
// make spans of class url into links
var spans = document.getElementsByTagName("span")
for (var i=0; i<spans.length; i++) {
var span = spans[i]
if (span.className != "url")
continue
var url = span.innerHTML
span.innerHTML = "<a href='" + url + "'>" + url + "</a>"
}
// build TOC
toc_ul = document.getElementById("toc_ul")
if (null == toc_ul) return
var h2s = document.getElementsByTagName("h2")
var toc_entries = []
for (var i=1; i<h2s.length; i++) {
var h2 = h2s[i]
var h2_text = h2.innerHTML
var entry = "<li><a href='#toc." + i + "'>" + h2_text + "</a></li>"
toc_entries.push(entry)
var anchor = document.createElement("a")
anchor.id = "toc." + i
h2.parentNode.insertBefore(anchor,h2)
}
toc_entries = toc_entries.join("\n")
toc_ul.innerHTML = toc_entries
}
</script>
</head>
<!-- ====================================================== -->
<body onload="body_onload()">
<h1 id="body_title">title should have been filled in via JavaScript</h1>
<!-- ====================================================== -->
<!--
<h3>Permalink</h3>
<ul>
<li><span class="url">http://rtpgsa.ibm.com/~pmuellr/papers/private/EGL/egl-java-analysis.html</span></li>
</ul>
-->
<h3>History</h3>
<ul>
<li>2009-05-06 - Patrick Mueller - version 0.6</li>
<li>2009-04-22 - Patrick Mueller - version 0.5</li>
</ul>
<!-- ====================================================== -->
<h2>Table of Contents</h2>
<ul id="toc_ul">
</ul>
<!--
--/>
<!-- ====================================================== -->
<h2>Introduction</h2>
<p>The <code>nitro_pie</code> project implements a Python module
named <code>nitro_pie</code> which is a Python version
of the C API for
<a href="http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/index.html#//apple_ref/doc/framework/javascriptcore_fw">JavaScriptCore</a>.
JavaScriptCore is the JavaScript engine shipped with
<a href="http://webkit.org/">WebKit</a>.
You may want to get familiar with the JavaScriptCore framework before using
this module in anger. In lieu of that, examine the test cases
and the "main" runner in the module itself.
<p>Note that the <code>nitro_pie</code> module does not currently expose
all of the JavaScriptCore APIs. It does expose enough to do some interesting
things.
<!-- ====================================================== -->
<h2>Installation</h2>
<p>The <code>nitro_pie</code> module is implemented in a single file,
<code>nitro_pie.py</code>. You can just copy this file into
an appropriate directory to use with other Python code.
<p>The module makes extensive use of the
<code><a href="http://docs.python.org/library/ctypes.html#module-ctypes">ctypes</a></code>
module, which is included in Python distributions starting with version 2.5.
The <code>nitro_pie</code> module has currently only be tested and used on
Mac OS X 10.5, and will likely
need some changes to run on other operating systems.
You will also likely need to find or build
a copy of JavaScriptCore for those operating systems.
<!-- ====================================================== -->
<h2>Usage</h2>
<p>There are test cases available in the <code>test</code> subdirectory,
to see real life usage.
<p>All usages of <code>nitro_pie</code> start with obtaining a
<code>JSGlobalContextRef</code> object, via the following invocation:
<pre>
context = JSGlobalContextRef.create()
</pre>
<p>Once a context has been obtained, you can execute a script using
<code>JSContextRef</code>'s <code>eval()</code> method:
<pre>
result = context.eval(script)
</pre>
<p>The <code>eval()</code> method will return the result of evaluating
JavaScript code, returning a <code>JSValueRef</code> instance
that you can further noodle on.
<p>To add a new function to a context that a script executes in,
use the <code>JSContextRef</code> <code>makeFunction()</code> method,
and then add it to the 'global' object of the context:
<pre>
context = JSGlobalContextRef.create()
globalObject = context.getGlobalObject()
function = context.makeFunction("print", callbackPrint)
globalObject.setProperty(context, "print", function)
</pre>
<p>The third argument to the <code>makeFunction()</code> method
is a Python callable, which should have the following signature:
<pre>
def callback_print(context, function, thisObject, args)
</pre>
<p>The <code>context</code> parameter
(<code>JSContextRef</code>)
is the context that the function was invoked within.
The <code>function</code> parameter
(<code>JSObjectRef</code>)
is the JavaScript function that is currently executing.
The <code>thisObject</code> parameter
(<code>JSObjectRef</code>)
is the <code>'this'</code> value for the invocation.
The <code>args</code> parameter
(list of <code>JSValueRef</code>)
is the array of parameters passed to the function.
<p>The function should return whatever value it needs to return
as a <code>JSValueRef</code>. Here's
an example of a function which prints it's arguments:
<pre>
def callbackPrint(context, function, thisObject, args):
line = ""
for valueRef in args:
string = valueRef.toString(context)
line = line + string
print line
return context.makeUndefined()
</pre>
<p>There is currently no direct way of creating JavaScript objects or
arrays other than 'primitive' values.
To do this indirectly, use <code>JSContextRef.eval()</code>. For instance,
to create a new empty object, use:
<pre>
object = context.eval("({})")
</pre>
<p>To create an array, use:
<pre>
object = context.eval("[]")
</pre>
<!-- ====================================================== -->
<h2>Shell Usage</h2>
<p><code>nitro_pie</code> can also be used as a command-line
shell. Invoke the module as a python program, using the
<code>-h</code> option for more help on the command line
invocation.
<p>Scripts executed in the shell have access to the following
global properties, specifically added for the shell:
<ul>
<li><p><code>arguments</code> -
the arguments to the script. A "script name" is available as the first
element of the list (similar to traditional argv handling).
<li><p><code>environment</code> - an object that contains
the environment variables available to the process. Each
environment variable is a property of the <code>environment</code>
property.
<li><p><code>print()</code> - a function that prints the
string representation of it's arguments, concatenated together.
<li><p><code>python_exec()</code> - a function which will run
arbitrary python code. Useful to dynamically load new JavaScript functions
implemented in Python. See the <code>test_shell.py</code>
test for an example usage. The argument to this function is
the name of the file to pass to Python's <code>exec()</code>
function. The globals for the invocation are set to the
current globals in effect when the <code>python_exec</code>
code is executed. The locals for the invocation are a
dictionary with a single key of <code>context</code> set to
the <code>JSContextRef</code> the code is executed with.
</ul>
<!-- ====================================================== -->
<h2>Module Reference</h2>
<p>In general, the functions and methods in classes in this module
are veneers over the C APIs for JavaScriptCore as documented
at the
<a href="http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/index.html#//apple_ref/doc/framework/javascriptcore_fw">JavaScriptCore Framework Reference</a>
available at the ADC.
<p>Some functions/methods take one of
<code>str | unicode | JSStringRef</code>
as a parameter. In these cases, if you pass a <code>str</code>
or <code>unicode</code> value in, a <code>JSStringRef</code>
will be temporarily created and then destroyed during the call.
<!-- ====================================================== -->
<h3>Classes</h3>
<p>
<table cellpadding=3 cellspacing=0>
<tr><td><code style='margin-left:2em'><strong><a href='#api.JSLibrary'>JSLibrary</a></strong></code></td><td width=100%>Manages the native JavaScriptCore library.</td></tr>
<tr><td><code style='margin-left:2em'><strong><a href='#api.JSContextRef'>JSContextRef</a></strong></code></td><td width=100%>Models the JSContextRef type.</td></tr>
<tr><td><code style='margin-left:2em'><strong><a href='#api.JSGlobalContextRef'>JSGlobalContextRef</a></strong></code></td><td width=100%>Models the JSGlobalContextRef type.</td></tr>
<tr><td><code style='margin-left:2em'><strong><a href='#api.JSStringRef'>JSStringRef</a></strong></code></td><td width=100%>Models the JSStringRef type.</td></tr>
<tr><td><code style='margin-left:2em'><strong><a href='#api.JSValueRef'>JSValueRef</a></strong></code></td><td width=100%>Models the JSValueRef type.</td></tr>
<tr><td><code style='margin-left:2em'><strong><a href='#api.JSObjectRef'>JSObjectRef</a></strong></code></td><td width=100%>Models the JSObjectRef type.</td></tr>
<tr><td><code style='margin-left:2em'><strong><a href='#api.JSException'>JSException</a></strong></code></td><td width=100%>Contains a JavaScript execution.</td></tr>
</table>
<hr>
<h3><a name='api.JSLibrary'>Class JSLibrary</a></h3>
<div style='margin-left:2em'>
<p>Manages the native JavaScriptCore library.
<p>You can set the <code>libraryPath</code> and <code>libraryName</code> class variables
AFTER importing the module and BEFORE invoking any other
code in the module. If the <code>libraryPath</code> variable is set,
it overrides the <code>libraryName</code> variable.
<p><code>libraryName</code> holds the short name of the native JavaScriptCore library.
<p>If this variable is set, but the <code>libraryPath</code> variable is not
set, the library will be searched for in the system via a
system defined method.
<p>The default value for <code>libraryName</code> is <code>"JavaScriptCore"</code>.
<p><code>libraryPath</code> holds the fully qualified name of the JavaScriptCore library.
<p>If this variable is set, it overrides the <code>libraryName</code> variable
setting and is used as the complete name of the library.
<p>
<hr>
<h4>Static Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSLibrary.getLibrary'>getLibrary()</a></strong></code>
<div style='margin-left:4em'>
Return the JavaScriptCore library as a CDLL or equivalent.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>ctypes.CDLL</code></strong> - the JavaScriptCore library in use
</ul>
<p><strong>Raises:</strong>
<ul>
<li><p><strong><code>Exception</code></strong> - when the library cannot be loaded
</ul>
</div>
</div>
</div>
<hr>
<h3><a name='api.JSContextRef'>Class JSContextRef</a></h3>
<div style='margin-left:2em'>
<p>Models the JSContextRef type.
<p>These methods call functions defined in
<a href='http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/JSContextRef/index.html'>JSContextRef.h</a>.
<p>Instances of this class are not created directly; instead
use the <strong>create()</strong> method of <code><a href='#api.JSGlobalContextRef'>JSGlobalContextRef</a></code>
class.
<p>
<hr>
<h4>Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSContextRef.addBuiltins'>addBuiltins()</a></strong></code>
<div style='margin-left:4em'>
Adds the nitro_pie shell builtin functions to this context.<p>
</div>
<p><code><strong><a name='api.JSContextRef.checkScriptSyntax'>checkScriptSyntax(script, sourceURL = None, startingLineNumber = 1)</a></strong></code>
<div style='margin-left:4em'>
Check the syntax of a string of JavaScript code.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> -
whether the script is syntactically correct
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>script</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
the script to check
<li><p><strong><code>sourceURL</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
the name of the script
<li><p><strong><code>startingLineNumber</code></strong> <tt>(int)</tt><br>
the line of the source the script starts on
</ul>
<p><strong>Raises:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSException'>JSException</a></code></code></strong> -
raised when a JavaScript exception occurs
during the processing of the script
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.eval'>eval(script, thisObject = None, sourceURL = None, startingLineNumber = 1)</a></strong></code>
<div style='margin-left:4em'>
Evaluate a string of JavaScript code.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> -
the value of executing the script.
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>script</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
the script to execute
<li><p><strong><code>thisObject</code></strong> <tt>(<code><a href='#api.JSObjectRef'>JSObjectRef</a></code>)</tt><br>
the object to act as <code>this</code> when the script executes
<li><p><strong><code>sourceURL</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
the name of the script
<li><p><strong><code>startingLineNumber</code></strong> <tt>(int)</tt><br>
the line of the source the script starts on
</ul>
<p><strong>Raises:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSException'>JSException</a></code></code></strong> -
raised when a JavaScript exception occurs
during the processing of the script
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.garbageCollect'>garbageCollect()</a></strong></code>
<div style='margin-left:4em'>
Runs the garbage collector.<p>
The garbage collector does <strong>need</strong> to be run explicitly,
but can be by invoking this method.
</div>
<p><code><strong><a name='api.JSContextRef.getGlobalObject'>getGlobalObject()</a></strong></code>
<div style='margin-left:4em'>
Returns the global object associated with a context.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the global object associated with the context
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.makeBoolean'>makeBoolean(value)</a></strong></code>
<div style='margin-left:4em'>
Creates a new JavaScript boolean value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the value created
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>value</code></strong> <tt>(boolean)</tt><br> the boolean value to create
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.makeFunction'>makeFunction(name, function)</a></strong></code>
<div style='margin-left:4em'>
Creates a JavaScript function implemented in Python.<p>
<p>The third argument to the <code>makeFunction()</code> method
is a Python callable, which should have the following signature:
<pre>
def callback_print(context, function, thisObject, args)
</pre>
<p>The <code>context</code> parameter
(<code>JSContextRef</code>)
is the context that the function was invoked within.
The <code>function</code> parameter
(<code>JSObjectRef</code>)
is the JavaScript function that is currently executing.
The <code>thisObject</code> parameter
(<code>JSObjectRef</code>)
is the <code>'this'</code> value for the invocation.
The <code>args</code> parameter
(list of <code>JSValueRef</code>)
is the array of parameters passed to the function.
<p>The function should return whatever value it needs to return
as a <code>JSValueRef</code>. Here's
an example of a function which prints it's arguments:
<pre>
def callbackPrint(context, function, thisObject, args):
line = ""
for valueRef in args:
string = valueRef.toString(context)
line = line + string
print line
return context.makeUndefined()
</pre>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSObjectRef'>JSObjectRef</a></code></code></strong> -
the JavaScript function just created
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>name</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
the name of the function
<li><p><strong><code>function</code></strong> <tt>(callable)</tt><br>
the Python function that implements the JavaScript function
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.makeNull'>makeNull()</a></strong></code>
<div style='margin-left:4em'>
Creates a new JavaScript null value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the value created
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.makeNumber'>makeNumber(number)</a></strong></code>
<div style='margin-left:4em'>
Creates a new JavaScript number value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the value created
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>number</code></strong> <tt>(int |float)</tt><br> the number value to create
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.makePythonObjectRef'>makePythonObjectRef(pythonValue)</a></strong></code>
<div style='margin-left:4em'>
Creates a new JSObjectRef which holds a Python value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the value created
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.makeString'>makeString(string)</a></strong></code>
<div style='margin-left:4em'>
Creates a new JavaScript string value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the value created
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>string</code></strong> <tt>(<code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br> the string value to create
</ul>
</div>
<p><code><strong><a name='api.JSContextRef.makeUndefined'>makeUndefined()</a></strong></code>
<div style='margin-left:4em'>
Creates a new JavaScript undefined value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the value created
</ul>
</div>
</div>
</div>
<hr>
<h3><a name='api.JSGlobalContextRef'>Class JSGlobalContextRef</a></h3>
<div style='margin-left:2em'>
<p>Models the JSGlobalContextRef type.
<p>This class is a subclass of <code><a href='#api.JSContextRef'>JSContextRef</a></code>.
<p>These methods call functions defined in
<a href='http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/JSContextRef/index.html'>JSContextRef.h</a>.
<p>
<hr>
<h4>Static Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSGlobalContextRef.create'>create()</a></strong></code>
<div style='margin-left:4em'>
Create a new instance of this class.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSGlobalContextRef'>JSGlobalContextRef</a></code></code></strong> - the new instance
</ul>
</div>
</div>
<hr>
<h4>Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSGlobalContextRef.release'>release()</a></strong></code>
<div style='margin-left:4em'>
Release this context<p>
</div>
<p><code><strong><a name='api.JSGlobalContextRef.retain'>retain()</a></strong></code>
<div style='margin-left:4em'>
Retain this context<p>
</div>
</div>
</div>
<hr>
<h3><a name='api.JSStringRef'>Class JSStringRef</a></h3>
<div style='margin-left:2em'>
<p>Models the JSStringRef type.
<p>These methods call functions defined in
<a href='http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/JSStringRef/index.html'>JSStringRef.h</a>.
<p>
<hr>
<h4>Static Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSStringRef.asRef'>asRef(string)</a></strong></code>
<div style='margin-left:4em'>
Creates an instance of this class from a string.<p>
Slightly different from create, this function may
also be passed an instance of this class and it
will then simply return that instance. In this
case, you will have to test yourself whether or
not the reference was created, so you can
<code>release()</code> it later.
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSStringRef'>JSStringRef</a></code></code></strong> -
the <code><a href='#api.JSStringRef'>JSStringRef</a></code> created (or passed in)
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>string</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
the object to convert to a <code><a href='#api.JSStringRef'>JSStringRef</a></code>
</ul>
</div>
<p><code><strong><a name='api.JSStringRef.create'>create(string)</a></strong></code>
<div style='margin-left:4em'>
Creates an instance of this class from a string.<p>
The caller is responsible for freeing this string
with the <code><a href='#api.release()'>release()</a></code> method when no longer needed.
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSStringRef'>JSStringRef</a></code></code></strong> -
the <code><a href='#api.JSStringRef'>JSStringRef</a></code> created
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>string</code></strong> <tt>(str | unicode)</tt><br>
the object to convert to a <code><a href='#api.JSStringRef'>JSStringRef</a></code>
</ul>
</div>
</div>
<hr>
<h4>Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSStringRef.release'>release()</a></strong></code>
<div style='margin-left:4em'>
Retain this instance.<p>
</div>
<p><code><strong><a name='api.JSStringRef.retain'>retain()</a></strong></code>
<div style='margin-left:4em'>
Retain this instance.<p>
</div>
<p><code><strong><a name='api.JSStringRef.toString'>toString()</a></strong></code>
<div style='margin-left:4em'>
Convert this object to a Python string.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>str</code></strong> -
always returns a UTF-8 encoding of the string
</ul>
</div>
</div>
</div>
<hr>
<h3><a name='api.JSValueRef'>Class JSValueRef</a></h3>
<div style='margin-left:2em'>
<p>Models the JSValueRef type.
<p>These methods call functions defined in
<a href='http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/JSValueRef/index.html'>JSValueRef.h</a>.
This class also defines the following constants, returned
from the <code>getType()</code> method.
<ul>
<li><code>kJSTypeUndefined</code>
<li><code>kJSTypeNull</code>
<li><code>kJSTypeBoolean</code>
<li><code>kJSTypeNumber</code>
<li><code>kJSTypeString</code>
<li><code>kJSTypeObject</code>
</ul>
<p>
<hr>
<h4>Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSValueRef.asJSObjectRef'>asJSObjectRef(context)</a></strong></code>
<div style='margin-left:4em'>
Attempts to cast this object as a <code><a href='#api.JSObjectRef'>JSObjectRef</a></code>.<p>
Many values returned from APIs in this module are typed
as <code><a href='#api.JSValueRef'>JSValueRef</a></code> (by <code>ctypes</code>), but are
actually <code><a href='#api.JSObjectRef'>JSObjectRef</a></code>
instances. This method will cast them to <code><a href='#api.JSObjectRef'>JSObjectRef</a></code> so
you can use those methods on the object.
Primitive values and strings cannot be recast.
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
<p><strong>Raises:</strong>
<ul>
<li><p><strong><code>TypeError</code></strong> -
raised if the object cannot be recast.
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.getType'>getType(context)</a></strong></code>
<div style='margin-left:4em'>
Returns the type of the value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>int</code></strong> -
One of the <code>kJSType</code> constants defined in
this class.
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isBoolean'>isBoolean(context)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is a boolean.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isEqual'>isEqual(context, other)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is equal to another value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>other</code></strong> <tt>(<code><a href='#api.JSValueRef'>JSValueRef</a></code>)</tt><br>
the value to compare against
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isInstanceOf'>isInstanceOf(context, constructor)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is an instance of a constructor.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>constructor</code></strong> <tt>(<code><a href='#api.JSValueRef'>JSValueRef</a></code>)</tt><br>
the constructor to test against
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isNull'>isNull(context)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is null.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isNumber'>isNumber(context)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is a number.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isObject'>isObject(context)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is a non-primitive object.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isStrictEqual'>isStrictEqual(context, other)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is strictly equal to another value.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>other</code></strong> <tt>(<code><a href='#api.JSValueRef'>JSValueRef</a></code>)</tt><br>
the value to compare against
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isString'>isString(context)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is a string.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.isUndefined'>isUndefined(context)</a></strong></code>
<div style='margin-left:4em'>
Returns whether this value is undefined.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.protect'>protect(context)</a></strong></code>
<div style='margin-left:4em'>
Protect this value from garbage collection.<p>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.toBoolean'>toBoolean(context)</a></strong></code>
<div style='margin-left:4em'>
Convert this value to a boolean.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - the converted value
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.toNumber'>toNumber(context)</a></strong></code>
<div style='margin-left:4em'>
Convert this value to a number.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>float</code></strong> - the converted value
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.toObject'>toObject(context)</a></strong></code>
<div style='margin-left:4em'>
Convert this value to an object.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSObject'>JSObject</a></code></code></strong> - the converted value
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.toString'>toString(context)</a></strong></code>
<div style='margin-left:4em'>
Convert this value to a string.<p>
This method will temporarily create a <code><a href='#api.JSStringRef'>JSStringRef</a></code>
instance, convert that to a Python string, and then
release that <code><a href='#api.JSStringRef'>JSStringRef</a></code> instance.
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>str</code></strong> - the converted value (utf-8 encoded string)
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.toStringRef'>toStringRef(context)</a></strong></code>
<div style='margin-left:4em'>
Convert this value to a JSStringRef.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSStringRef'>JSStringRef</a></code></code></strong> - the converted value
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSValueRef.unprotect'>unprotect(context)</a></strong></code>
<div style='margin-left:4em'>
Remove the protect of this value from garbage collection.<p>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
</div>
</div>
<hr>
<h3><a name='api.JSObjectRef'>Class JSObjectRef</a></h3>
<div style='margin-left:2em'>
<p>Models the JSObjectRef type.
<p>These methods call functions defined in
<a href='http://developer.apple.com/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/JSObjectRef/index.html'>JSObjectRef.h</a>.
<p>This class is a subclass of <code><a href='#api.JSValueRef'>JSValueRef</a></code>, and so all of it's
methods are available to instances of this class.
<p>This class also defines the following constants, which can be
used in the <code>setProperty()</code> method.
<ul>
<li><code>kJSPropertyAttributeNone</code>
<li><code>kJSPropertyAttributeReadOnly</code>
<li><code>kJSPropertyAttributeDontEnum</code>
<li><code>kJSPropertyAttributeDontDelete</code>
</ul>
<p>
<hr>
<h4>Methods</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSObjectRef.deleteProperty'>deleteProperty(context, propertyName)</a></strong></code>
<div style='margin-left:4em'>
Delete the property of an object.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator of success
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>propertyName</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.getProperty'>getProperty(context, propertyName)</a></strong></code>
<div style='margin-left:4em'>
Return the property of an object.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - value of the property
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>propertyName</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.getPropertyAtIndex'>getPropertyAtIndex(context, propertyIndex)</a></strong></code>
<div style='margin-left:4em'>
Return the property of an array.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - value of the property
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>propertyIndex</code></strong> <tt>(int)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.getPropertyNames'>getPropertyNames(context)</a></strong></code>
<div style='margin-left:4em'>
Return the names of the properties of the object<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>list of str</code></strong> - the names of the properties of the object
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.getPrototype'>getPrototype(context)</a></strong></code>
<div style='margin-left:4em'>
Return the prototype of the object<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code><code><a href='#api.JSValueRef'>JSValueRef</a></code></code></strong> - the prototype of the object
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.hasProperty'>hasProperty(context, propertyName)</a></strong></code>
<div style='margin-left:4em'>
Return whether the object contains the specified property.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>propertyName</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.isConstructor'>isConstructor(context)</a></strong></code>
<div style='margin-left:4em'>
Return whether the object is a constructor.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.isFunction'>isFunction(context)</a></strong></code>
<div style='margin-left:4em'>
Return whether the object is a function.<p>
<p><strong>Returns:</strong>
<ul>
<li><p><strong><code>boolean</code></strong> - indicator
</ul>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.setProperty'>setProperty(context, propertyName, value, attributes = 0)</a></strong></code>
<div style='margin-left:4em'>
Set the property of an object.<p>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>propertyName</code></strong> <tt>(str | unicode | <code><a href='#api.JSStringRef'>JSStringRef</a></code>)</tt><br>
<li><p><strong><code>value</code></strong> <tt>(<code><a href='#api.JSValueRef'>JSValueRef</a></code>)</tt><br>
<li><p><strong><code>attributes</code></strong> <tt>(int)</tt><br>
one of the kJSPropertyAttribute defined by this class
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.setPropertyAtIndex'>setPropertyAtIndex(context, propertyIndex, value)</a></strong></code>
<div style='margin-left:4em'>
Set the property of an array.<p>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>propertyIndex</code></strong> <tt>(int)</tt><br>
<li><p><strong><code>value</code></strong> <tt>(<code><a href='#api.JSValueRef'>JSValueRef</a></code>)</tt><br>
</ul>
</div>
<p><code><strong><a name='api.JSObjectRef.setPrototype'>setPrototype(context, prototype)</a></strong></code>
<div style='margin-left:4em'>
Set the prototype of an object.<p>
<p><strong>Parameters:</strong>
<ul>
<li><p><strong><code>context</code></strong> <tt>(<code><a href='#api.JSContextRef'>JSContextRef</a></code>)</tt><br>
<li><p><strong><code>prototype</code></strong> <tt>(<code><a href='#api.JSValueRef'>JSValueRef</a></code>)</tt><br>
</ul>
</div>
</div>
</div>
<hr>
<h3><a name='api.JSException'>Class JSException</a></h3>
<div style='margin-left:2em'>
<p>Contains a JavaScript execution.
This exception will be raised in cases where a JavaScript runtime
occurs. The <code>value</code> property will contain the value thrown from
JavaScript, typed as a <code><a href='#api.JSValueRef'>JSValueRef</a></code>.
<p>
<hr>
<h4>Constructor</h4>
<div style='margin-left:4em'>
<p><code><strong><a name='api.JSException.__init__'>JSException(value)</a></strong></code>
<div style='margin-left:4em'>
Creates a new instance of this class. <p>
Not intended to be called directly.
</div>
</div>
</div>
</body>
</html> |
bootstrap.css | yokalona/Notebook |
/*
* This file is generated by Sencha Cmd and should NOT be edited. It redirects
* to the most recently built CSS file for the application to allow index.html
* in the development directory to load properly (i.e., "dev mode").
*/
@import 'build/development/Notebook/resources/Notebook-all.css';
|
old/src/external/asio-1.10.2/doc/asio/reference/basic_serial_port/basic_serial_port/overload5.html | dhh1128/intent | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_serial_port::basic_serial_port (5 of 5 overloads)</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../../index.html" title="Asio">
<link rel="up" href="../basic_serial_port.html" title="basic_serial_port::basic_serial_port">
<link rel="prev" href="overload4.html" title="basic_serial_port::basic_serial_port (4 of 5 overloads)">
<link rel="next" href="../cancel.html" title="basic_serial_port::cancel">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"><img alt="asio C++ library" width="250" height="60" src="../../../../asio.png"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload4.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_serial_port.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../cancel.html"><img src="../../../../next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="asio.reference.basic_serial_port.basic_serial_port.overload5"></a><a class="link" href="overload5.html" title="basic_serial_port::basic_serial_port (5 of 5 overloads)">basic_serial_port::basic_serial_port
(5 of 5 overloads)</a>
</h5></div></div></div>
<p>
Move-construct a <a class="link" href="../../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a> from another.
</p>
<pre class="programlisting"><span class="identifier">basic_serial_port</span><span class="special">(</span>
<span class="identifier">basic_serial_port</span> <span class="special">&&</span> <span class="identifier">other</span><span class="special">);</span>
</pre>
<p>
This constructor moves a serial port from one object to another.
</p>
<h6>
<a name="asio.reference.basic_serial_port.basic_serial_port.overload5.h0"></a>
<span><a name="asio.reference.basic_serial_port.basic_serial_port.overload5.parameters"></a></span><a class="link" href="overload5.html#asio.reference.basic_serial_port.basic_serial_port.overload5.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">other</span></dt>
<dd><p>
The other <a class="link" href="../../basic_serial_port.html" title="basic_serial_port"><code class="computeroutput"><span class="identifier">basic_serial_port</span></code></a> object
from which the move will occur.
</p></dd>
</dl>
</div>
<h6>
<a name="asio.reference.basic_serial_port.basic_serial_port.overload5.h1"></a>
<span><a name="asio.reference.basic_serial_port.basic_serial_port.overload5.remarks"></a></span><a class="link" href="overload5.html#asio.reference.basic_serial_port.basic_serial_port.overload5.remarks">Remarks</a>
</h6>
<p>
Following the move, the moved-from object is in the same state as if
constructed using the <code class="computeroutput"><span class="identifier">basic_serial_port</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">&)</span> <span class="identifier">constructor</span></code>.
</p>
</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 © 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="overload4.html"><img src="../../../../prev.png" alt="Prev"></a><a accesskey="u" href="../basic_serial_port.html"><img src="../../../../up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../home.png" alt="Home"></a><a accesskey="n" href="../cancel.html"><img src="../../../../next.png" alt="Next"></a>
</div>
</body>
</html>
|
app/views/login.html | wangjian2672/angular-study | <div layout='column' ng-cloak class="md-inline-form">
<md-content layout-padding>
<div>
<form name="loginForm" ng-submit="submit()">
<div layout-gt-xs="row">
<md-input-container class="md-block" flex-gt-xs>
<label>ログインID</label>
<input ng-model="loginId" name="loginId" required>
<div ng-messages="loginForm.loginId.$error">
<div ng-message='required'>
ログインIDを入力してください。
</div>
</div>
</md-input-container>
<md-input-container class="md-block" flex-gt-xs>
<label>パスワード</label>
<input type="password" ng-model="password" name="password" required>
<div ng-messages="loginForm.password.$error">
<div ng-message='required'>
パスワードを入力してください。
</div>
</div>
<div ng-messages="loginForm.loginErrors">
<div ng-message='authenticateError' ng-if="loginForm.$submitted">
ログインIDまたはパスワードは不正です。
</div>
</div>
</md-input-container>
<md-button class="md-raised md-primary" type="submit">ログイン</md-button>
</div>
</form>
</div>
</md-content>
</div> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.