text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>minic: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+1 / minic - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
minic
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-19 04:09:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-19 04:09:34 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.7.1+1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/minic"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MiniC"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: denotational semantics"
"keyword: compilation"
"category: Computer Science/Semantics and Compilation/Semantics"
]
authors: [
"Eduardo Giménez and Emmanuel Ledinot"
]
bug-reports: "https://github.com/coq-contribs/minic/issues"
dev-repo: "git+https://github.com/coq-contribs/minic.git"
synopsis: "Semantics of a subset of the C language"
description: """
This contribution defines the denotational semantics of MiniC, a
sub-set of the C language. This sub-set is sufficiently large to
contain any program generated by lustre2C.
The denotation function describing the semantics of a MiniC program
actually provides an interpreter for the program."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/minic/archive/v8.9.0.tar.gz"
checksum: "md5=d5bc1f0d4ac3cd9e52be007a19639399"
}
</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-minic.8.9.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1).
The following dependencies couldn't be met:
- coq-minic -> coq >= 8.9
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-minic.8.9.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+1/minic/8.9.0.html | HTML | mit | 7,128 |
<!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.8"/>
<title>Faeris: E:/CodeSpace/Faeris/lib/libfaeris/src/math/curve/FsCubicBezierCurve.h Source File</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/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</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">Faeris
 <span id="projectnumber">v3.2</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.8 -->
<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="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</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="files.html"><span>File List</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)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a></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="dir_c56faf4613ee661aba496b7591fae654.html">Faeris</a></li><li class="navelem"><a class="el" href="dir_324fd5173578ee2630711a79d9c748a1.html">lib</a></li><li class="navelem"><a class="el" href="dir_4ff4c6203fc9bcb7d3e6bbdf07a207a1.html">libfaeris</a></li><li class="navelem"><a class="el" href="dir_f1695f691b26c838a9b54d1eb8cc475a.html">src</a></li><li class="navelem"><a class="el" href="dir_e1e053843cf27992e385cf712b4bbbe6.html">math</a></li><li class="navelem"><a class="el" href="dir_c38583c75bdbff4f0b1a4a10cb02c051.html">curve</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">FsCubicBezierCurve.h</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*************************************************************************/</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">/* FsCubicBezierCurve.h */</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">/*************************************************************************/</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">/* Copyright (C) 2012-2014 [email protected] */</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment">/* Copyright (C) 2014-2015 www.fsource.cn */</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment">/* */</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">/* http://www.fsource.cn */</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">/* */</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment">/* Permission is hereby granted, free of charge, to any person obtaining */</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment">/* a copy of this software and associated documentation files (the */</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment">/* "Software"), to deal in the Software without restriction, including */</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment">/* without limitation the rights to use, copy, modify, merge, publish, */</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="comment">/* distribute, sublicense, and/or sell copies of the Software, and to */</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment">/* permit persons to whom the Software is furnished to do so, subject to */</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="comment">/* the following conditions: */</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment">/* */</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">/* The above copyright notice and this permission notice shall be */</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="comment">/* included in all copies or substantial portions of the Software. */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="comment">/* */</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="comment">/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="comment">/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="comment">/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="comment">/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="comment">/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span> <span class="comment">/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="comment">/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span> <span class="comment">/*************************************************************************/</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span> <span class="preprocessor">#ifndef _FS_CUBIC_BEZIER_CURVE_H_</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span> <span class="preprocessor">#define _FS_CUBIC_BEZIER_CURVE_H_</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="preprocessor">#include "FsMacros.h"</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span> <span class="preprocessor">#include "FsCurve.h"</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span> NS_FS_BEGIN</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="comment">/* Cubic Bezier:</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span> <span class="comment"> * Formula: </span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span> <span class="comment"> * B(t) = (1-t)^3*P0 + 3*(1-t)^2*t*P1 + 3(1-t)*t^2*P2 + t^3*P3</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">template</span> <<span class="keyword">typename</span> T_Vector></div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="class_cubic_bezier_curve.html"> 43</a></span> <span class="keyword">class </span><a class="code" href="class_cubic_bezier_curve.html">CubicBezierCurve</a>:<span class="keyword">public</span> <a class="code" href="class_t_curve.html">TCurve</a><T_Vector></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span> {</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> </div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  <span class="keywordtype">void</span> setPoints(<span class="keyword">const</span> T_Vector& p0,</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  <span class="keyword">const</span> T_Vector& p1,</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  <span class="keyword">const</span> T_Vector& p2,</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  <span class="keyword">const</span> T_Vector& p3)</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  {</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>  m_p0=p0;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  m_p1=p1;</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  m_p2=p2;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>  m_p3=p3;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  }</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span> </div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>  T_Vector getPoint0() { <span class="keywordflow">return</span> m_p0; }</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <span class="keywordtype">void</span> setPoint0(<span class="keyword">const</span> T_Vector& v){m_p0=v;}</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  T_Vector getPoint1() {<span class="keywordflow">return</span> m_p1;}</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>  <span class="keywordtype">void</span> setPoint1(<span class="keyword">const</span> T_Vector& v){m_p1=v;}</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span> </div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  T_Vector getPoint2() {<span class="keywordflow">return</span> m_p2;}</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>  <span class="keywordtype">void</span> setPoint2(<span class="keyword">const</span> T_Vector& v){m_p2=v;}</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  T_Vector getPoint3() {<span class="keywordflow">return</span> m_p3;}</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  <span class="keywordtype">void</span> setPoint3(<span class="keyword">const</span> T_Vector& v){m_p3=v;}</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> </div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  <span class="keyword">virtual</span> T_Vector getValue(<span class="keywordtype">float</span> t)</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  {</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keywordtype">float</span> l_t=1-t;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  <span class="keywordflow">return</span> m_p0*l_t*l_t*l_t +</div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>  m_p1*3*l_t*l_t*t +</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  m_p2*3*l_t*t*t +</div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>  m_p3*t*t*t;</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  }</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  <a class="code" href="class_cubic_bezier_curve.html">CubicBezierCurve</a>(<span class="keyword">const</span> T_Vector& p0,<span class="keyword">const</span> T_Vector& p1,</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  <span class="keyword">const</span> T_Vector& p2,<span class="keyword">const</span> T_Vector& p3)</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  {</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  m_p0=p0;</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  m_p1=p1;</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  m_p2=p2;</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  m_p3=p3;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  }</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  T_Vector m_p0;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>  T_Vector m_p1;</div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>  T_Vector m_p2;</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  T_Vector m_p3;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span> };</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span> </div>
<div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="class_cubic_bezier_curve2.html"> 99</a></span> <span class="keyword">class </span><a class="code" href="class_cubic_bezier_curve2.html">CubicBezierCurve2</a>:<span class="keyword">public</span> <a class="code" href="class_cubic_bezier_curve.html">CubicBezierCurve</a><Vector2></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span> {</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  <span class="keyword">static</span> <a class="code" href="class_cubic_bezier_curve2.html">CubicBezierCurve2</a>* create(<span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p0,</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p1,</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p2,</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p3);</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* className();</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> </div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  <a class="code" href="class_cubic_bezier_curve2.html">CubicBezierCurve2</a>(<span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p0,<span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p1,</div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p2,<span class="keyword">const</span> <a class="code" href="class_t_vector2.html">Vector2</a>& p3);</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span> </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span> </div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span> };</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span> </div>
<div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="class_cubic_bezier_curve3.html"> 116</a></span> <span class="keyword">class </span><a class="code" href="class_cubic_bezier_curve3.html">CubicBezierCurve3</a>:<span class="keyword">public</span> <a class="code" href="class_cubic_bezier_curve.html">CubicBezierCurve</a><Vector3> </div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span> {</div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span> </div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <span class="keyword">static</span> <a class="code" href="class_cubic_bezier_curve3.html">CubicBezierCurve3</a>* create(<span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p0,</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p1,</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p2,</div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p3);</div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span> </div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* className();</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>  <a class="code" href="class_cubic_bezier_curve3.html">CubicBezierCurve3</a>(<span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p0,<span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p1,</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p2,<span class="keyword">const</span> <a class="code" href="class_t_vector3.html">Vector3</a>& p3);</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> </div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span> };</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span> </div>
<div class="line"><a name="l00134"></a><span class="lineno"><a class="line" href="class_cubic_bezier_curve4.html"> 134</a></span> <span class="keyword">class </span><a class="code" href="class_cubic_bezier_curve4.html">CubicBezierCurve4</a>:<span class="keyword">public</span> <a class="code" href="class_cubic_bezier_curve.html">CubicBezierCurve</a><Vector4></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span> {</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keyword">static</span> <a class="code" href="class_cubic_bezier_curve4.html">CubicBezierCurve4</a>* create(<span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p0,</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p1,</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p2,</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p3);</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* className();</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span> </div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>  <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>  <a class="code" href="class_cubic_bezier_curve4.html">CubicBezierCurve4</a>(<span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p0,<span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p1,</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  <span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p2,<span class="keyword">const</span> <a class="code" href="class_t_vector4.html">Vector4</a>& p3);</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span> };</div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span> </div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span> </div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span> </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span> NS_FS_END</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span> </div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span> </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span> </div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span> </div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span> </div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span> <span class="preprocessor">#endif </span><span class="comment">/*_FS_CUBIC_BEZIER_CURVE_H_*/</span><span class="preprocessor"></span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span> </div>
<div class="ttc" id="class_t_curve_html"><div class="ttname"><a href="class_t_curve.html">TCurve</a></div><div class="ttdef"><b>Definition:</b> <a href="_fs_curve_8h_source.html#l00044">FsCurve.h:44</a></div></div>
<div class="ttc" id="class_cubic_bezier_curve2_html"><div class="ttname"><a href="class_cubic_bezier_curve2.html">CubicBezierCurve2</a></div><div class="ttdef"><b>Definition:</b> <a href="_fs_cubic_bezier_curve_8h_source.html#l00099">FsCubicBezierCurve.h:99</a></div></div>
<div class="ttc" id="class_cubic_bezier_curve3_html"><div class="ttname"><a href="class_cubic_bezier_curve3.html">CubicBezierCurve3</a></div><div class="ttdef"><b>Definition:</b> <a href="_fs_cubic_bezier_curve_8h_source.html#l00116">FsCubicBezierCurve.h:116</a></div></div>
<div class="ttc" id="class_t_vector4_html"><div class="ttname"><a href="class_t_vector4.html">TVector4</a></div><div class="ttdef"><b>Definition:</b> <a href="_fs_vector4_8h_source.html#l00037">FsVector4.h:37</a></div></div>
<div class="ttc" id="class_cubic_bezier_curve4_html"><div class="ttname"><a href="class_cubic_bezier_curve4.html">CubicBezierCurve4</a></div><div class="ttdef"><b>Definition:</b> <a href="_fs_cubic_bezier_curve_8h_source.html#l00134">FsCubicBezierCurve.h:134</a></div></div>
<div class="ttc" id="class_t_vector2_html"><div class="ttname"><a href="class_t_vector2.html">TVector2< float ></a></div></div>
<div class="ttc" id="class_t_vector3_html"><div class="ttname"><a href="class_t_vector3.html">TVector3< float ></a></div></div>
<div class="ttc" id="class_cubic_bezier_curve_html"><div class="ttname"><a href="class_cubic_bezier_curve.html">CubicBezierCurve</a></div><div class="ttdef"><b>Definition:</b> <a href="_fs_cubic_bezier_curve_8h_source.html#l00043">FsCubicBezierCurve.h:43</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Jan 23 2015 17:21:21 for Faeris by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.8
</small></address>
</body>
</html>
| FSource/FDesign-Document | doxygen/output/html/_fs_cubic_bezier_curve_8h_source.html | HTML | mit | 30,976 |
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>React closes out dominant 2018 - Hacker News Hiring Trends (December 2018)</title>
<meta property="og:title" content="React closes out dominant 2018 - Hacker News Hiring Trends (December 2018)" />
<meta name="description" content="Most Popular programming languanges
and software development technologies for December, 2018">
<meta property="og:description" content="Most Popular programming
languanges and software development technologies for December, 2018">
<meta property="og:image" content="https://s3.amazonaws.com/rw-net/hacker-news-hiring-trends/hacker-news-hiring-trends.png"/>
<meta property="og:image:secure_url" content="https://s3.amazonaws.com/rw-net/hacker-news-hiring-trends/hacker-news-hiring-trends.png" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="../css/styles.css" />
<link rel="canonical" href="https://www.hntrends.com/2018/dec-react-closes-out-dominant-2018.html">
<link rel="alternate" type="application/rss+xml" title="Hacker News Hiring Trends" href="https://www.hntrends.com/feed.xml">
</head>
<body>
<div class="container">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="../">Home and Archives</a></li>
<li class="breadcrumb-item active">December 2018</li>
<li class="breadcrumb-item"><a href="#highlights">Highlights and Analysis</a></li>
<li class="breadcrumb-item"><a href="#data">Data</a></li>
</ol>
</nav>
<div class="page-header row">
<div class="col-sm-8">
<h1>
React closes out dominant 2018
</h1>
<p class="lead">
December 2018 Hacker News Hiring Trends
</p>
</div>
<div class="col-sm-4">
</div>
</div>
<div class="chart-filters mb-2">
<form id="chart_filter" method="get">
<div class="form-row align-items-center">
<div class="col-md-1">
<select id="topfilter" class="form-control">
<option value="5" selected>Top 5</option>
<option value="10">Top 10</option>
<option value="20">Top 20</option>
<option value="50">Top 50</option>
</select>
</div>
<div class="col-md-1">
or compare
</div>
<div id="term_comparisons" class="col-md-9 form-row">
<div class="col">
<input type="text" name="compare" class="term-compare form-control" placeholder="Ruby" />
</div>
<div class="col">
<input type="text" name="compare" class="term-compare form-control" placeholder="Python" />
</div>
<div class="col">
<input type="text" name="compare" class="term-compare form-control" />
</div>
<div class="col">
<input type="text" name="compare" class="term-compare form-control" />
</div>
</div>
<div class="col-md-1">
<button type="submit" class="btn btn-default">Compare</button>
</div>
</div>
</form>
</div>
<div id="chart" class="mb-5" style="width:100%; height:400px;"></div>
<div class="row">
<div class="col-md-9">
<h3 id="highlights">December Highlights</h3>
<div class="post-date">Monday, December 31, 2018</div>
<p>
The story of 2018, much like 2017, remains to be React as it becomes
the first technology to remain on top for an entire calendar year.
React also runs its win streak to an incredible nineteen months in a
row. <a href="?compare=AngularJS&compare=Ember&compare=React&compare=Vue">Looking at the larger world of JavaScript libraries</a>
does not reveal any emerging threats to React on the horizon. Angular
is trending down, Vue.js is still in search of a jump to the next level
and Ember remains flat.
</p>
<p>
As far as programming languages go, Python is mirroring React's
overall dominance, claiming the crown as most popular programming
language for the past nineteen months. It was last topped by JavaScript
in May, 2017.
</p>
<p>
Looking further down the full list of rankings, a few other stories
from 2018 are emerging:
</p>
<ul>
<li>
TypeScript is making huge gains.
</li>
<li>
Containers showing their popularity with Docker and Kubernetes consistently approaching the Top 10.
</li>
<li>
node.js has emerged as the top backend web technology, but Rails has not dropped off.
</li>
<li>
AWS is dominating the cloud with a number of strong performing services (Lambda, ECS, Kinesis, SQS).
</li>
<li>
<a href="?compare=GraphQL&compare=REST">GraphQL surpassed REST</a>, demonstrating its popularity as a way to deliver APIs.
</li>
</ul>
<h4>Top 10 Programming Languages</h4>
<ol>
<li><a href="?compare=Python">Python</a></li>
<li><a href="?compare=JavaScript">JavaScript</a></li>
<li><a href="?compare=Java">Java</a></li>
<li><a href="?compare=golang">Go</a></li>
<li><a href="?compare=Ruby">Ruby</a></li>
<li><a href="?compare=TypeScript">TypeScript</a></li>
<li><a href="?compare=C%2B%2B">C++</a></li>
<li><a href="?compare=Scala">Scala</a></li>
<li><a href="?compare=C">C</a></li>
<li><a href="?compare=PHP">PHP</a></li>
</ol>
<p>
<a href="?compare=Python&compare=JavaScript&compare=Java&compare=golang&compare=Ruby&compare=TypeScript&compare=C%2B%2B&compare=Scala&compare=C&compare=PHP">Compare Top 10 Programming Languages</a>
</p>
<h4>Server-side Frameworks</h4>
<p>
<a href="?compare=Rails&compare=node.js&compare=PHP&compare=Django">
Compare Rails, node.js, PHP and Django
</a>
</p>
<p>
</p>
<h4>JavaScript Frameworks</h4>
<p>
<a href="?compare=AngularJS&compare=Ember&compare=React&compare=Vue">
Compare React, Angular, Vue, and Ember
</a>
</p>
<p>
</p>
<h4>SQL Databases</h4>
<p>
<a href="?compare=Postgresql&compare=MySQL&compare=SQL+Server&compare=">
Compare Postgresql, MySQL and SQL Server
</a>
</p>
<p>
</p>
<h4>NoSQL Databases</h4>
<p>
<a href="?compare=Mongodb&compare=elasticsearch&compare=Cassandra&compare=DynamoDB">
Compare Mongodb, Elasticsearch, Cassandra and DynamoDB
</a>
</p>
<h4>Big Data</h4>
<p>
<a href="?compare=storm&compare=Hadoop&compare=Spark">
Compare Storm, Hadoop and Spark
</a>
</p>
<h4>Messaging</h4>
<p>
<a href="?compare=kafka&compare=rabbitmq&compare=SQS&compare=Kinesis">
Compare Kafka, RabbitMQ, SQS and Kinesis
</a>
</p>
<h4>DevOps Tools</h4>
<p>
<a href="?compare=Chef&compare=Puppet&compare=Ansible&compare=Terraform">
Compare Terraform, Chef, Puppet and Ansible
</a>
</p>
<h4>Virtualization and Container Tools</h4>
<p>
<a href="?compare=docker&compare=Kubernetes&compare=mesos&compare=Terraform">
Compare Docker, Kubernetes, Mesos and Terraform
</a>
</p>
<h4>Cryptocurrency and Blockchain</h4>
<p>
<a href="?compare=blockchain&compare=bitcoin&compare=ethereum"> Compare Blockchain, Bitcoin and Ethereum</a>
</p>
</div>
<div class="col-md-3">
<p style="margin-top:30px;">
<a href="http://eepurl.com/DVVSb" class="btn btn-success btn-lg">Subscribe for updates</a>
</p>
<div class="badges">
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: en_US
</script>
<script type="IN/Share" data-url="https://hntrends.com/2018/dec-react-closes-out-dominant-2018.html" data-counter="right"></script>
<a href="https://twitter.com/intent/tweet?text=Hacker%20News%20tech%20hiring%20trends&via=ryanwi&hashtags=hackernews" class="twitter-share-button">Tweet</a>
</div>
</div>
</div>
<h3>Rankings and movers</h3>
<div id="data"></div>
<ul class="nav nav-tabs">
<li class="nav-item"><a href="#top20" class="nav-link active" data-toggle="tab">Top 20</a></li>
<li class="nav-item"><a href="#rising" class="nav-link" data-toggle="tab">Rising</a></li>
<li class="nav-item"><a href="#falling" class="nav-link" data-toggle="tab">Falling</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="top20">
<table class="table table-condensed">
<thead>
<tr>
<th>Tech</th>
<th>Rank</th>
<th>Last Month</th>
<th>Change</th>
<th>Last Year</th>
<th>Change</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="?compare=React">React</td>
<td>1</td>
<td>1</td>
<td>0</td>
<td>1</td>
<td>0</td>
</tr>
<tr>
<td><a href="?compare=Python">Python</td>
<td>2</td>
<td>2</td>
<td>0</td>
<td>2</td>
<td>0</td>
</tr>
<tr>
<td><a href="?compare=AWS">AWS</td>
<td>3</td>
<td>4</td>
<td class="positive success">+1</td>
<td>4</td>
<td class="positive success">+1</td>
</tr>
<tr>
<td><a href="?compare=Full Stack">Full Stack</td>
<td>4</td>
<td>3</td>
<td class="negative danger">-1</td>
<td>7</td>
<td class="positive success">+3</td>
</tr>
<tr>
<td><a href="?compare=JavaScript">JavaScript</td>
<td>5</td>
<td>5</td>
<td>0</td>
<td>3</td>
<td class="negative danger">-2</td>
</tr>
<tr>
<td><a href="?compare=DevOps">DevOps</td>
<td>6</td>
<td>9</td>
<td class="positive success">+3</td>
<td>9</td>
<td class="positive success">+3</td>
</tr>
<tr>
<td><a href="?compare=node.js">node.js</td>
<td>7</td>
<td>6</td>
<td class="negative danger">-1</td>
<td>6</td>
<td class="negative danger">-1</td>
</tr>
<tr>
<td><a href="?compare=Java">Java</td>
<td>8</td>
<td>10</td>
<td class="positive success">+2</td>
<td>11</td>
<td class="positive success">+3</td>
</tr>
<tr>
<td><a href="?compare=Machine Learning">Machine Learning</td>
<td>9</td>
<td>11</td>
<td class="positive success">+2</td>
<td>8</td>
<td class="negative danger">-1</td>
</tr>
<tr>
<td><a href="?compare=Postgresql">Postgresql</td>
<td>10</td>
<td>7</td>
<td class="negative danger">-3</td>
<td>5</td>
<td class="negative danger">-5</td>
</tr>
<tr>
<td><a href="?compare=golang">golang</td>
<td>11</td>
<td>8</td>
<td class="negative danger">-3</td>
<td>14</td>
<td class="positive success">+3</td>
</tr>
<tr>
<td><a href="?compare=Docker">Docker</td>
<td>12</td>
<td>12</td>
<td>0</td>
<td>13</td>
<td class="positive success">+1</td>
</tr>
<tr>
<td><a href="?compare=Ruby">Ruby</td>
<td>13</td>
<td>13</td>
<td>0</td>
<td>12</td>
<td class="negative danger">-1</td>
</tr>
<tr>
<td><a href="?compare=Rails">Rails</td>
<td>14</td>
<td>15</td>
<td class="positive success">+1</td>
<td>10</td>
<td class="negative danger">-4</td>
</tr>
<tr>
<td><a href="?compare=Kubernetes">Kubernetes</td>
<td>15</td>
<td>14</td>
<td class="negative danger">-1</td>
<td>37</td>
<td class="positive success">+22</td>
</tr>
<tr>
<td><a href="?compare=iOS">iOS</td>
<td>16</td>
<td>17</td>
<td class="positive success">+1</td>
<td>15</td>
<td class="negative danger">-1</td>
</tr>
<tr>
<td><a href="?compare=Android">Android</td>
<td>17</td>
<td>16</td>
<td class="negative danger">-1</td>
<td>17</td>
<td>0</td>
</tr>
<tr>
<td><a href="?compare=TypeScript">TypeScript</td>
<td>18</td>
<td>24</td>
<td class="positive success">+6</td>
<td>50</td>
<td class="positive success">+32</td>
</tr>
<tr>
<td><a href="?compare=Open Source">Open Source</td>
<td>19</td>
<td>27</td>
<td class="positive success">+8</td>
<td>16</td>
<td class="negative danger">-3</td>
</tr>
<tr>
<td><a href="?compare=C++">C++</td>
<td>20</td>
<td>18</td>
<td class="negative danger">-2</td>
<td>19</td>
<td class="negative danger">-1</td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane" id="rising">
<table class="table table-condensed">
<thead>
<tr>
<th>Tech</th>
<th>Mentions</th>
<th>Rank</th>
<th>Last Year Mentions</th>
<th>Last Year Rank</th>
<th>Change</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="?compare=ECS">ECS</td>
<td>9</td>
<td>76</td>
<td>0</td>
<td>195</td>
<td class="positive success">+119</td>
</tr>
<tr>
<td><a href="?compare=SQS">SQS</td>
<td>5</td>
<td>105</td>
<td>0</td>
<td>207</td>
<td class="positive success">+102</td>
</tr>
<tr>
<td><a href="?compare=Kinesis">Kinesis</td>
<td>12</td>
<td>65</td>
<td>2</td>
<td>146</td>
<td class="positive success">+81</td>
</tr>
<tr>
<td><a href="?compare=Apollo">Apollo</td>
<td>5</td>
<td>101</td>
<td>1</td>
<td>178</td>
<td class="positive success">+77</td>
</tr>
<tr>
<td><a href="?compare=BigQuery">BigQuery</td>
<td>5</td>
<td>100</td>
<td>1</td>
<td>172</td>
<td class="positive success">+72</td>
</tr>
<tr>
<td><a href="?compare=OpenCV">OpenCV</td>
<td>6</td>
<td>94</td>
<td>1</td>
<td>165</td>
<td class="positive success">+71</td>
</tr>
<tr>
<td><a href="?compare=GraphQL">GraphQL</td>
<td>34</td>
<td>33</td>
<td>9</td>
<td>87</td>
<td class="positive success">+54</td>
</tr>
<tr>
<td><a href="?compare=Assembly">Assembly</td>
<td>10</td>
<td>72</td>
<td>4</td>
<td>118</td>
<td class="positive success">+46</td>
</tr>
<tr>
<td><a href="?compare=Shell">Shell</td>
<td>5</td>
<td>104</td>
<td>2</td>
<td>150</td>
<td class="positive success">+46</td>
</tr>
<tr>
<td><a href="?compare=Lambda">Lambda</td>
<td>16</td>
<td>57</td>
<td>6</td>
<td>102</td>
<td class="positive success">+45</td>
</tr>
</tbody>
</table>
</div>
<div class="tab-pane" id="falling">
<table class="table table-condensed">
<thead>
<tr>
<th>Tech</th>
<th>Mentions</th>
<th>Rank</th>
<th>Last Year Mentions</th>
<th>Last Year Rank</th>
<th>Change</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="?compare=Web Services">Web Services</td>
<td>4</td>
<td>121</td>
<td>14</td>
<td>65</td>
<td class="negative danger">-56</td>
</tr>
<tr>
<td><a href="?compare=Mesos">Mesos</td>
<td>2</td>
<td>154</td>
<td>7</td>
<td>100</td>
<td class="negative danger">-54</td>
</tr>
<tr>
<td><a href="?compare=nginx">nginx</td>
<td>4</td>
<td>122</td>
<td>12</td>
<td>72</td>
<td class="negative danger">-50</td>
</tr>
<tr>
<td><a href="?compare=Ethereum">Ethereum</td>
<td>4</td>
<td>125</td>
<td>11</td>
<td>76</td>
<td class="negative danger">-49</td>
</tr>
<tr>
<td><a href="?compare=Hive">Hive</td>
<td>3</td>
<td>141</td>
<td>7</td>
<td>96</td>
<td class="negative danger">-45</td>
</tr>
<tr>
<td><a href="?compare=Laravel">Laravel</td>
<td>4</td>
<td>126</td>
<td>8</td>
<td>90</td>
<td class="negative danger">-36</td>
</tr>
<tr>
<td><a href="?compare=Ansible">Ansible</td>
<td>8</td>
<td>81</td>
<td>23</td>
<td>45</td>
<td class="negative danger">-36</td>
</tr>
<tr>
<td><a href="?compare=zookeeper">zookeeper</td>
<td>2</td>
<td>142</td>
<td>5</td>
<td>107</td>
<td class="negative danger">-35</td>
</tr>
<tr>
<td><a href="?compare=Erlang">Erlang</td>
<td>4</td>
<td>117</td>
<td>9</td>
<td>83</td>
<td class="negative danger">-34</td>
</tr>
<tr>
<td><a href="?compare=Ember">Ember</td>
<td>7</td>
<td>88</td>
<td>17</td>
<td>55</td>
<td class="negative danger">-33</td>
</tr>
</tbody>
</table>
</div>
</div>
<footer style="text-align:center;margin-top:30px;margin-bottom:30px;">
<a href="https://www.ryanwilliams.dev">Portland Ruby, Web and Software developer Ryan Williams</a> •
<a href="https://twitter.com/ryanwi">Follow @ryanwi</a> •
Email: ryan at ryanwilliams.dev •
<a href="https://github.com/ryanwi/hiringtrends">Code on GitHub</a>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="../data/data-20181201.js"></script>
<script src="../js/builder-v11.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-16316427-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-16316427-3');
</script>
</body>
</html>
| ryanwi/hiringtrends | web/2018/dec-react-closes-out-dominant-2018.html | HTML | mit | 19,729 |
<!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="./75f437369192fc4d1b2d53acc5a410a41a686d57c56635a656d036bcdc32acf3.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/10d339a5acb56ca3d1d858f5835d174892e3f13c1eb5b9006ab2ce34bf9fbbcc.html | HTML | mit | 550 |
<!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_65) on Thu Dec 03 13:02:00 CET 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class eu.agilejava.snoop.config.ApplicatonConfig (Snoop Root 1.3.2-SNAPSHOT API)</title>
<meta name="date" content="2015-12-03">
<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 eu.agilejava.snoop.config.ApplicatonConfig (Snoop Root 1.3.2-SNAPSHOT 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="../../../../../eu/agilejava/snoop/config/ApplicatonConfig.html" title="class in eu.agilejava.snoop.config">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?eu/agilejava/snoop/config/class-use/ApplicatonConfig.html" target="_top">Frames</a></li>
<li><a href="ApplicatonConfig.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 eu.agilejava.snoop.config.ApplicatonConfig" class="title">Uses of Class<br>eu.agilejava.snoop.config.ApplicatonConfig</h2>
</div>
<div class="classUseContainer">No usage of eu.agilejava.snoop.config.ApplicatonConfig</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="../../../../../eu/agilejava/snoop/config/ApplicatonConfig.html" title="class in eu.agilejava.snoop.config">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?eu/agilejava/snoop/config/class-use/ApplicatonConfig.html" target="_top">Frames</a></li>
<li><a href="ApplicatonConfig.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015. All rights reserved.</small></p>
</body>
</html>
| snoopee/snoopee.github.io | apidocs/eu/agilejava/snoop/config/class-use/ApplicatonConfig.html | HTML | mit | 4,638 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fcsl-pcm: 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.12.0 / fcsl-pcm - 1.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
fcsl-pcm
<small>
1.0.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-10 01:03:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-10 01:03:28 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.1 Official release 4.11.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "FCSL <[email protected]>"
homepage: "http://software.imdea.org/fcsl/"
bug-reports: "https://github.com/imdea-software/fcsl-pcm/issues"
dev-repo: "git+https://github.com/imdea-software/fcsl-pcm.git"
license: "Apache-2.0"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.10~"}
"coq-mathcomp-ssreflect" {>= "1.6.2" & < "1.8~"}
]
tags: [
"keyword:separation logic"
"keyword:partial commutative monoid"
"category:Computer Science/Data Types and Data Structures"
"logpath:fcsl"
]
authors: [
"Aleksandar Nanevski"
]
synopsis: "Partial Commutative Monoids"
description: """
The PCM library provides a formalisation of Partial Commutative Monoids (PCMs),
a common algebraic structure used in separation logic for verification of
pointer-manipulating sequential and concurrent programs.
The library provides lemmas for mechanised and automated reasoning about PCMs
in the abstract, but also supports concrete common PCM instances, such as heaps,
histories and mutexes.
This library relies on extensionality axioms: propositional and
functional extentionality."""
url {
src: "https://github.com/imdea-software/fcsl-pcm/archive/v1.0.0.tar.gz"
checksum: "sha256=2c47a61af567fd9d53a3b9d36bec3d422173d54516b847e0bae4103951c90b41"
}
</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-fcsl-pcm.1.0.0 coq.8.12.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.12.0).
The following dependencies couldn't be met:
- coq-fcsl-pcm -> coq < 8.10~ -> ocaml < 4.10
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-fcsl-pcm.1.0.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.11.1-2.0.7/released/8.12.0/fcsl-pcm/1.0.0.html | HTML | mit | 7,145 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qcert: 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.5.1 / qcert - 1.0.9</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
qcert
<small>
1.0.9
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-10-15 03:37:57 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-15 03:37:57 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.5.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://querycert.github.io"
dev-repo: "git+https://github.com/querycert/qcert"
bug-reports: "https://github.com/querycert/qcert/issues"
authors: [ "Josh Auerbach" "Martin Hirzel" "Louis Mandel" "Avi Shinnar" "Jerome Simeon" ]
license: "Apache-2.0"
build: [
[make "-j%{jobs}%" "qcert-coq"]
]
install: [
[make "install-coq"]
]
depends: [
"ocaml"
"coq" {>= "8.7.2" & < "8.8"}
"coq-flocq" {>= "2.6.0"}
"coq-jsast" {>= "1.0.7"}
]
synopsis: "Verified compiler for data-centric languages"
url {
src: "https://github.com/querycert/qcert/archive/v1.0.9.tar.gz"
checksum: "md5=f04c8466cc2310baec0bc277fced0911"
}
</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-qcert.1.0.9 coq.8.5.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.5.1).
The following dependencies couldn't be met:
- coq-qcert -> coq >= 8.7.2
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-qcert.1.0.9</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.1/qcert/1.0.9.html | HTML | mit | 6,643 |
<!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>Yao's Blog</title>
<meta name="description" content="Yao's blog on everything about web technologies'">
<link rel="stylesheet" href="/public/css/main.css">
<link rel="canonical" href="https://yaodingyd.github.io/">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/black/pace-theme-flash.min.css" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://yaodingyd.github.io">
<meta property="og:title" content="Yao's Blog">
<meta property="og:image" content="">
<meta property="og:description" content="Yao's blog on everything about web technologies">
<meta property="og:site_name" content="Yao's Blog">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@">
<meta name="twitter:creator" content="@YaoDingSD">
<meta name="twitter:url" content="https://yaodingyd.github.io">
<meta name="twitter:title" content="Yao's Blog">
<meta name="twitter:description" content="Yao's blog on everything about web technologies">
<meta name="twitter:image" content="https://example.com/image.jpg">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86352654-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="site">
<header class="header" role="banner">
<a class="header__avatar" href="/">
<img class="header__avatar-img" src="/resource/avatar.jpg">
</a>
<nav class="header__nav">
<a class="header__nav-link" href="/">Blog</a>
<!-- <a class="header__nav-link" href="/project/">Project</a> -->
<a class="header__nav-link" href="/about/">About</a>
</nav>
</header>
<main id="barba-wrapper" class="site__content" aria-label="Content">
<div class="barba-container">
<div class="container">
<article class="post" itemtype="http://schema.org/BlogPosting">
<header class="post__header">
<h1 class="title" itemprop="name headline">About Cropping Image</h1>
<div class="post__meta">
<time class="post__time">Jul 10, 2017</time>
<a href="/tag#css" class="post__tag">CSS</a>
</div>
</header>
<div class="post__content" itemprop="articleBody">
<p>When first thinking about cropping an image, I think of <code class="highlighter-rouge">clip</code>, or the new <code class="highlighter-rouge">clip-path</code>, but this doesn’t help crop the center of the image.</p>
<p>Here is three ways of doing so:</p>
<h3 id="use-as-background-image">Use as background-image</h3>
<p>Pretty straight-forward:</p>
<div class="language-css highlighter-rouge"><pre class="highlight"><code><span class="nt">background-position</span><span class="o">:</span> <span class="nt">center</span> <span class="nt">center</span><span class="o">;</span>
<span class="nt">background-repeat</span><span class="o">:</span> <span class="nt">no-repeat</span><span class="o">;</span>
</code></pre>
</div>
<h3 id="wrapper-parent-div-with-hidden-overflow">Wrapper parent div with hidden overflow</h3>
<p>Also self-explanatory:</p>
<div class="language-css highlighter-rouge"><pre class="highlight"><code><span class="nc">.parent</span> <span class="p">{</span>
<span class="nl">width</span><span class="p">:</span> <span class="m">100px</span><span class="p">;</span>
<span class="nl">height</span><span class="p">:</span> <span class="m">100px</span><span class="p">;</span>
<span class="nl">overflow</span><span class="p">:</span> <span class="nb">hidden</span><span class="p">;</span>
<span class="p">}</span>
<span class="nt">img</span> <span class="p">{</span>
<span class="nl">position</span><span class="p">:</span> <span class="nb">relative</span><span class="p">;</span>
<span class="nl">top</span><span class="p">:</span> <span class="m">50%</span><span class="p">;</span>
<span class="nl">left</span><span class="p">:</span> <span class="m">50%</span><span class="p">;</span>
<span class="nl">transform</span><span class="p">:</span> <span class="n">translate</span><span class="p">(</span><span class="m">-50%</span><span class="p">,</span> <span class="m">-50%</span><span class="p">);</span>
<span class="p">}</span>
</code></pre>
</div>
<h3 id="use-object-fit">use object-fit</h3>
<p><code class="highlighter-rouge">object-fit</code> is an handy property specifies how a replaced element, such as an <code class="highlighter-rouge"><img></code> or <code class="highlighter-rouge"><video></code>, should be resized to fit its container.</p>
<div class="language-css highlighter-rouge"><pre class="highlight"><code><span class="nt">object-fit</span><span class="o">:</span> <span class="nt">cover</span><span class="o">;</span>
<span class="nt">object-position</span><span class="o">:</span> <span class="nt">center</span><span class="o">;</span>
</code></pre>
</div>
<p>Kind of like <code class="highlighter-rouge">background-size</code> and <code class="highlighter-rouge">background-position</code>. Of course IE doesn’t support it, so you have to use the first method as fallback.</p>
</div>
</article>
<div class="page-navigation">
<a class="page__prev" href="/blog/how-javascript-modules-work/">« How JavaScript Modules work</a>
<a class="page__next" href="/blog/security-CSP-and-CORS/">Security: CSP and CORS »</a>
</div>
</div>
</div>
</main>
<footer class="footer" id="barba-footer">
<div class="footer__title">Yao Ding</div>
<div class="footer__links">
<a class="footer__link" href="mailto:[email protected]">Email</a>
<a class="footer__link" href="https://github.com/yaodingyd">Github</a>
</div>
</footer>
<!-- <script src="/public/js/src.js"></script> -->
</body>
</html>
| yaodingyd/yaodingyd.github.io | blog/about-cropping-image/index.html | HTML | mit | 6,397 |
<!DOCTYPE HTML>
<html lang="en" >
<!-- Start book book -->
<head>
<!-- head:start -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Introduction | book</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="Everything I've done and learned from the Big Data HCI course">
<meta name="generator" content="GitBook 2.2.0">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="gitbook/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="gitbook/style.css">
<link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-bigdata/highlight.css">
<link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-bigdata/bigdata.css">
<link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-bigdata/jquery.jsonview.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/styles/default.min.css">
<link rel="stylesheet" href="gitbook/plugins/gitbook-plugin-toggle-chapters/toggle.css">
<link rel="next" href="./learning/index.html" />
<!-- head:end -->
</head>
<body>
<!-- body:start -->
<div class="book" data-level="0" data-basepath="." data-revision="Mon Oct 05 2015 11:22:18 GMT-0600 (MDT)">
<div class="book-summary">
<div class="book-search">
<input type="text" placeholder="Type to search" class="form-control" />
</div>
<ul class="summary">
<li class="chapter active" data-level="0" data-path="index.html">
<a href="./index.html">
<i class="fa fa-check"></i>
Introduction
</a>
</li>
<li class="chapter " data-level="1" data-path="learning/index.html">
<a href="./learning/index.html">
<i class="fa fa-check"></i>
<b>1.</b>
Learning
</a>
<ul class="articles">
<li class="chapter " data-level="1.1" data-path="learning/intro/index.html">
<a href="./learning/intro/index.html">
<i class="fa fa-check"></i>
<b>1.1.</b>
Intro
</a>
<ul class="articles">
<li class="chapter " data-level="1.1.1" data-path="learning/intro/q-big-data.html">
<a href="./learning/intro/q-big-data.html">
<i class="fa fa-check"></i>
<b>1.1.1.</b>
Q. Big data
</a>
</li>
<li class="chapter " data-level="1.1.2" data-path="learning/intro/q-language.html">
<a href="./learning/intro/q-language.html">
<i class="fa fa-check"></i>
<b>1.1.2.</b>
Q. Programming language
</a>
</li>
<li class="chapter " data-level="1.1.3" data-path="learning/intro/q-packages.html">
<a href="./learning/intro/q-packages.html">
<i class="fa fa-check"></i>
<b>1.1.3.</b>
Q. Packages
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.2" data-path="learning/week1/index.html">
<a href="./learning/week1/index.html">
<i class="fa fa-check"></i>
<b>1.2.</b>
Week 1
</a>
<ul class="articles">
<li class="chapter " data-level="1.2.1" data-path="learning/week1/svg-template.html">
<a href="./learning/week1/svg-template.html">
<i class="fa fa-check"></i>
<b>1.2.1.</b>
Template Engine
</a>
</li>
<li class="chapter " data-level="1.2.2" data-path="learning/week1/lodash.html">
<a href="./learning/week1/lodash.html">
<i class="fa fa-check"></i>
<b>1.2.2.</b>
Lodash
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.3" data-path="learning/week2/index.html">
<a href="./learning/week2/index.html">
<i class="fa fa-check"></i>
<b>1.3.</b>
Week 2
</a>
<ul class="articles">
<li class="chapter " data-level="1.3.1" data-path="learning/week2/report.html">
<a href="./learning/week2/report.html">
<i class="fa fa-check"></i>
<b>1.3.1.</b>
Report
</a>
</li>
<li class="chapter " data-level="1.3.2" data-path="learning/week2/viz.html">
<a href="./learning/week2/viz.html">
<i class="fa fa-check"></i>
<b>1.3.2.</b>
Tableau Viz
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.4" data-path="learning/week3/index.html">
<a href="./learning/week3/index.html">
<i class="fa fa-check"></i>
<b>1.4.</b>
Week 3
</a>
<ul class="articles">
<li class="chapter " data-level="1.4.1" data-path="learning/week3/github-api.html">
<a href="./learning/week3/github-api.html">
<i class="fa fa-check"></i>
<b>1.4.1.</b>
Github API
</a>
</li>
<li class="chapter " data-level="1.4.2" data-path="learning/week3/lodash-drills.html">
<a href="./learning/week3/lodash-drills.html">
<i class="fa fa-check"></i>
<b>1.4.2.</b>
Lodash Drills
</a>
</li>
<li class="chapter " data-level="1.4.3" data-path="learning/week3/lodash-groupby.html">
<a href="./learning/week3/lodash-groupby.html">
<i class="fa fa-check"></i>
<b>1.4.3.</b>
Lodash GroupBy
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.5" data-path="learning/week4/index.html">
<a href="./learning/week4/index.html">
<i class="fa fa-check"></i>
<b>1.5.</b>
Week 4
</a>
<ul class="articles">
<li class="chapter " data-level="1.5.1" data-path="learning/week4/report.html">
<a href="./learning/week4/report.html">
<i class="fa fa-check"></i>
<b>1.5.1.</b>
FCQ Report
</a>
</li>
<li class="chapter " data-level="1.5.2" data-path="learning/week4/viz.html">
<a href="./learning/week4/viz.html">
<i class="fa fa-check"></i>
<b>1.5.2.</b>
FCQ Viz
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.6" data-path="learning/week5/index.html">
<a href="./learning/week5/index.html">
<i class="fa fa-check"></i>
<b>1.6.</b>
Week 5
</a>
<ul class="articles">
<li class="chapter " data-level="1.6.1" data-path="learning/week5/birdstrike-report.html">
<a href="./learning/week5/birdstrike-report.html">
<i class="fa fa-check"></i>
<b>1.6.1.</b>
Birdstrike Report
</a>
</li>
<li class="chapter " data-level="1.6.2" data-path="learning/week5/viz-steps.html">
<a href="./learning/week5/viz-steps.html">
<i class="fa fa-check"></i>
<b>1.6.2.</b>
Viz Intro
</a>
</li>
<li class="chapter " data-level="1.6.3" data-path="learning/week5/viz-drills.html">
<a href="./learning/week5/viz-drills.html">
<i class="fa fa-check"></i>
<b>1.6.3.</b>
Viz Drills
</a>
</li>
<li class="chapter " data-level="1.6.4" data-path="learning/week5/viz-pokemon.html">
<a href="./learning/week5/viz-pokemon.html">
<i class="fa fa-check"></i>
<b>1.6.4.</b>
Viz Pokemon
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1.7" data-path="learning/week6/index.html">
<a href="./learning/week6/index.html">
<i class="fa fa-check"></i>
<b>1.7.</b>
Week 6
</a>
<ul class="articles">
<li class="chapter " data-level="1.7.1" data-path="learning/week6/design-study.html">
<a href="./learning/week6/design-study.html">
<i class="fa fa-check"></i>
<b>1.7.1.</b>
Design pattern changes
</a>
</li>
<li class="chapter " data-level="1.7.2" data-path="learning/week6/mongodb-setup.html">
<a href="./learning/week6/mongodb-setup.html">
<i class="fa fa-check"></i>
<b>1.7.2.</b>
Mongodb Setup
</a>
</li>
<li class="chapter " data-level="1.7.3" data-path="learning/week6/mongodb-drills.html">
<a href="./learning/week6/mongodb-drills.html">
<i class="fa fa-check"></i>
<b>1.7.3.</b>
Mongodb Drills
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="chapter " data-level="2" data-path="hackathons/index.html">
<a href="./hackathons/index.html">
<i class="fa fa-check"></i>
<b>2.</b>
Hackathons
</a>
<ul class="articles">
<li class="chapter " data-level="2.1" data-path="hackathons/tinker/index.html">
<a href="./hackathons/tinker/index.html">
<i class="fa fa-check"></i>
<b>2.1.</b>
Tinker
</a>
<ul class="articles">
<li class="chapter " data-level="2.1.1" data-path="hackathons/tinker/method.html">
<a href="./hackathons/tinker/method.html">
<i class="fa fa-check"></i>
<b>2.1.1.</b>
Method
</a>
</li>
<li class="chapter " data-level="2.1.2" data-path="hackathons/tinker/report.html">
<a href="./hackathons/tinker/report.html">
<i class="fa fa-check"></i>
<b>2.1.2.</b>
Report
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="2.2" data-path="hackathons/classmates/index.html">
<a href="./hackathons/classmates/index.html">
<i class="fa fa-check"></i>
<b>2.2.</b>
Classmates
</a>
<ul class="articles">
<li class="chapter " data-level="2.2.1" data-path="hackathons/classmates/data.html">
<a href="./hackathons/classmates/data.html">
<i class="fa fa-check"></i>
<b>2.2.1.</b>
Data
</a>
</li>
<li class="chapter " data-level="2.2.2" data-path="hackathons/classmates/warmup.html">
<a href="./hackathons/classmates/warmup.html">
<i class="fa fa-check"></i>
<b>2.2.2.</b>
Warmup
</a>
</li>
<li class="chapter " data-level="2.2.3" data-path="hackathons/classmates/analysis.html">
<a href="./hackathons/classmates/analysis.html">
<i class="fa fa-check"></i>
<b>2.2.3.</b>
Analysis
</a>
</li>
<li class="chapter " data-level="2.2.4" data-path="hackathons/classmates/report.html">
<a href="./hackathons/classmates/report.html">
<i class="fa fa-check"></i>
<b>2.2.4.</b>
Report
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="2.3" data-path="hackathons/fcq/index.html">
<a href="./hackathons/fcq/index.html">
<i class="fa fa-check"></i>
<b>2.3.</b>
FCQ
</a>
<ul class="articles">
<li class="chapter " data-level="2.3.1" data-path="hackathons/fcq/warmup.html">
<a href="./hackathons/fcq/warmup.html">
<i class="fa fa-check"></i>
<b>2.3.1.</b>
Warmup
</a>
</li>
<li class="chapter " data-level="2.3.2" data-path="hackathons/fcq/report.html">
<a href="./hackathons/fcq/report.html">
<i class="fa fa-check"></i>
<b>2.3.2.</b>
Report
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="2.4" data-path="hackathons/birdstrikes/index.html">
<a href="./hackathons/birdstrikes/index.html">
<i class="fa fa-check"></i>
<b>2.4.</b>
Birdstrikes
</a>
<ul class="articles">
<li class="chapter " data-level="2.4.1" data-path="hackathons/birdstrikes/report.html">
<a href="./hackathons/birdstrikes/report.html">
<i class="fa fa-check"></i>
<b>2.4.1.</b>
Report
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="2.5" data-path="hackathons/open/index.html">
<a href="./hackathons/open/index.html">
<i class="fa fa-check"></i>
<b>2.5.</b>
Open
</a>
<ul class="articles">
<li class="chapter " data-level="2.5.1" data-path="hackathons/open/warmup.html">
<a href="./hackathons/open/warmup.html">
<i class="fa fa-check"></i>
<b>2.5.1.</b>
Warmup
</a>
</li>
<li class="chapter " data-level="2.5.2" data-path="hackathons/open/report.html">
<a href="./hackathons/open/report.html">
<i class="fa fa-check"></i>
<b>2.5.2.</b>
Report
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="divider"></li>
<li>
<a href="https://www.gitbook.com" target="blank" class="gitbook-link">
Published with GitBook
</a>
</li>
</ul>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header">
<!-- Actions Left -->
<a href="#" class="btn pull-left toggle-summary" aria-label="Table of Contents"><i class="fa fa-align-justify"></i></a>
<a href="#" class="btn pull-left toggle-search" aria-label="Search"><i class="fa fa-search"></i></a>
<div id="font-settings-wrapper" class="dropdown pull-left">
<a href="#" class="btn toggle-dropdown" aria-label="Font Settings"><i class="fa fa-font"></i>
</a>
<div class="dropdown-menu font-settings">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button type="button" id="reduce-font-size" class="button size-2">A</button>
<button type="button" id="enlarge-font-size" class="button size-2">A</button>
</div>
<div class="buttons font-family-list">
<button type="button" data-font="0" class="button">Serif</button>
<button type="button" data-font="1" class="button">Sans</button>
</div>
<div class="buttons color-theme-list">
<button type="button" id="color-theme-preview-0" class="button size-3" data-theme="0">White</button>
<button type="button" id="color-theme-preview-1" class="button size-3" data-theme="1">Sepia</button>
<button type="button" id="color-theme-preview-2" class="button size-3" data-theme="2">Night</button>
</div>
</div>
</div>
<!-- Actions Right -->
<div class="dropdown pull-right">
<a href="#" class="btn toggle-dropdown" aria-label="Share"><i class="fa fa-share-alt"></i>
</a>
<div class="dropdown-menu font-settings dropdown-left">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button type="button" data-sharing="twitter" class="button">
Share on Twitter
</button>
<button type="button" data-sharing="google-plus" class="button">
Share on Google
</button>
<button type="button" data-sharing="facebook" class="button">
Share on Facebook
</button>
<button type="button" data-sharing="weibo" class="button">
Share on Weibo
</button>
<button type="button" data-sharing="instapaper" class="button">
Share on Instapaper
</button>
</div>
</div>
</div>
<a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Google"><i class="fa fa-google-plus"></i></a>
<a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Facebook"><i class="fa fa-facebook"></i></a>
<a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Twitter"><i class="fa fa-twitter"></i></a>
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="./" >book</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1">
<div class="page-inner">
<section class="normal" id="section-">
<h1 id="book">book</h1>
<p>Everything I've done and learned from the Big Data HCI course</p>
<h1 id="install">Install</h1>
<p>Run this to install dependencies</p>
<pre><code>$ npm install
</code></pre><h1 id="development">Development</h1>
<p>Run the serve to preview locally</p>
<pre><code>$ gitbook serve
</code></pre><h1 id="deployment">Deployment</h1>
<p>Build</p>
<pre><code>$ gitbook build
</code></pre><p>Commit</p>
<pre><code>$ git add _book
$ git commit -m -a 'a commit message'
</code></pre><p>Upload</p>
<pre><code>$ git subtree push --prefix _book origin gh-pages
</code></pre><p>The updated book should be visible at [your-github-id].github.io/book</p>
</section>
</div>
</div>
</div>
<a href="./learning/index.html" class="navigation navigation-next navigation-unique" aria-label="Next page: Learning"><i class="fa fa-angle-right"></i></a>
</div>
</div>
<script src="gitbook/app.js"></script>
<script src="gitbook/plugins/gitbook-plugin-bigdata/bigdata.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script>
<script src="gitbook/plugins/gitbook-plugin-bigdata/jquery.jsonview.js"></script>
<script src="gitbook/plugins/gitbook-plugin-toggle-chapters/toggle.js"></script>
<script src="gitbook/plugins/gitbook-plugin-livereload/plugin.js"></script>
<script>
require(["gitbook"], function(gitbook) {
var config = {"fontSettings":{"theme":null,"family":"sans","size":2}};
gitbook.start(config);
});
</script>
<!-- body:end -->
</body>
<!-- End of book book -->
</html>
| KevinKGifford/book | _book/index.html | HTML | mit | 29,142 |
<form data-dough-component="MirrorInputValue">
<input type="text" data-dough-mirrorinputvalue-trigger>
<input type="text" data-dough-mirrorinputvalue-target>
</form>
| moneyadviceservice/cms | spec/javascripts/fixtures/MirrorInputValue.html | HTML | mit | 170 |
<!DOCTYPE html>
<html>
<head>
<link href="css/awsdocs.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/awsdocs.min.js"></script>
<meta charset="utf-8">
</head>
<body>
<div id="content" style="padding: 10px 30px;">
<h1 class="topictitle" id="aws-properties-route53-hostedzone-hostedzonetags">Amazon Route 53 HostedZoneTags</h1><p>The <code class="code">HostedZoneTags</code> property describes key-value pairs that are associated with
an <a href="aws-resource-route53-hostedzone.html">AWS::Route53::HostedZone</a> resource.
</p><h2 id="w2ab1c21c10d201c18c19b5">Syntax</h2><div id="JSON" name="JSON" class="section langfilter">
<h3 id="aws-properties-route53-hostedzone-hostedzonetags-syntax.json">JSON</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight">{
"<a href="aws-properties-route53-hostedzone-hostedzonetags.html#cfn-route53-hostedzonetags-key">Key</a>" : <em class="replaceable"><code>String</code></em>,
"<a href="aws-properties-route53-hostedzone-hostedzonetags.html#cfn-route53-hostedzonetags-value">Value</a>" : <em class="replaceable"><code>String</code></em>
}</code></pre>
</div><div id="YAML" name="YAML" class="section langfilter">
<h3 id="aws-properties-route53-hostedzone-hostedzonetags-syntax.yaml">YAML</h3>
<pre class="programlisting"><div class="code-btn-container"><div class="btn-copy-code" title="Copy"></div><div class="btn-dark-theme" title="Dark theme" title-dark="Dark theme" title-light="Light theme"></div></div><code class="nohighlight"><a href="aws-properties-route53-hostedzone-hostedzonetags.html#cfn-route53-hostedzonetags-key">Key</a>: <em class="replaceable"><code>String</code></em>
<a href="aws-properties-route53-hostedzone-hostedzonetags.html#cfn-route53-hostedzonetags-value">Value</a>: <em class="replaceable"><code>String</code></em>
</code></pre>
</div><h2 id="w2ab1c21c10d201c18c19b7">Properties</h2><div class="variablelist">
<dl>
<dt><a id="cfn-route53-hostedzonetags-key"></a><span class="term"><code class="literal">Key</code></span></dt>
<dd>
<p>The key name of the tag.</p>
<p><em>Required</em>: Yes
</p>
<p><em>Type</em>: String
</p>
</dd>
<dt><a id="cfn-route53-hostedzonetags-value"></a><span class="term"><code class="literal">Value</code></span></dt>
<dd>
<p>The value for the tag.</p>
<p><em>Required</em>: Yes
</p>
<p><em>Type</em>: String
</p>
</dd>
</dl>
</div></div>
</body>
</html> | pdhodgkinson/AWSCloudFormationTemplateReference-dash-docset | AWS_CloudFormation_Template_Reference.docset/Contents/Resources/Documents/aws-properties-route53-hostedzone-hostedzonetags.html | HTML | mit | 3,946 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Git常用命令速查表 | 价值投资者</title>
<meta name="author" content="William Fang">
<link rel="shortcut icon" href="/investment/public/img/deer3.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/investment/public/css/bootstrap.css">
<link rel="stylesheet" href="/investment/public/css/font-awesome.css">
<link rel="stylesheet" href="/investment/public/js/prettify/prettify.css">
<link rel="stylesheet" href="/investment/public/css/base.css">
<link href="/investment/pages/atom.xml" rel="alternate" title="价值投资者" type="application/atom+xml">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-3 col-lg-3 col-sm-13 col-xs-13 aside visible-md visible-lg">
<div class="row">
<div class="col-md-2 col-xs-2 aside1">
<br>
<a class="pjaxlink" href="/"><img src="/investment/public/img/william.png" class="img-ronuded avatar" style="border-width:0px; border-color:#000"></a>
<br><br><br><br>
<ul class="nav nav-pills nav-stacked">
<li><a href="#tags" data-toggle="tab">标签</a></li>
<!-- 这里是aside1的读书、生活、科研、技术、绘画-->
<li><a href="#读书" data-toggle="tab">读书</a></li>
<!-- 这里是aside1的读书、生活、科研、技术、绘画-->
<li><a href="#生活" data-toggle="tab">生活</a></li>
<!-- 这里是aside1的读书、生活、科研、技术、绘画-->
<li><a href="#绘画" data-toggle="tab">绘画</a></li>
<!-- 这里是aside1的读书、生活、科研、技术、绘画-->
<li><a href="#厨房" data-toggle="tab">厨房</a></li>
<!-- 这里是aside1的读书、生活、科研、技术、绘画-->
<li><a href="#科研" data-toggle="tab">科研</a></li>
<!-- 这里是aside1的读书、生活、科研、技术、绘画-->
<li><a href="#技术" data-toggle="tab">技术</a></li>
<li><a class="pjaxlink" href="/investment/pages/archive.html">归档</a></li>
<li><a class="pjaxlink" href="/investment/pages/about.html">关于</a></li>
<!-- <li><a href="#tags" data-toggle="tab"><i class="fa fa-tags fa-lg"></i></a></li>
<li><a class="pjaxlink" href="/investment/pages/archive.html"><i class="fa fa-archive fa-lg"></i></a></li>
<li><a class="pjaxlink" href="/investment/pages/about.html"><i class="fa fa-user fa-lg"></i></a></li>
这是原来现实汉字的代码,我改为了图标 -->
</ul>
<div class="aside1_bottom">
<table class="table table-condensed">
<tr>
<td><a href="/investment/pages/atom.xml" target="_blank"><i class="fa fa-rss fa-lg" style="color:#fff;"></i></a></td>
<td><a href="mailto:[email protected]"><i class="fa fa-envelope-o fa-lg" style="color:#fff;"></i></a></td>
</tr>
</table>
</div>
</div>
<div class="col-md-10 col-xs-10 aside2">
<div class="row">
<div class="tab-content">
<div class="tab-pane" id="读书">
<div class="list-group">
<!--<h2 class="center">读书</h2>--> <!--原来aside2上面的大标题-->
<a href="/investment//2015/01/29/Book-List-2015.html" class="list-group-item-lay pjaxlink">2015年阅读书单</a>
<a href="/investment//2014/08/25/Golden-Line.html" class="list-group-item-lay pjaxlink">每个人的金线</a>
<a href="/investment//2014/07/24/dream-of-red-chamber.html" class="list-group-item-lay pjaxlink">读《红楼梦》</a>
<a href="/investment//2014/01/01/Book-List-2014.html" class="list-group-item-lay pjaxlink">2014年阅读书单</a>
<a href="/investment//2013/01/01/Book-List-2013.html" class="list-group-item-lay pjaxlink">2013年阅读书单</a>
<a href="/investment//2012/01/01/Book-List-2012.html" class="list-group-item-lay pjaxlink">2012年阅读书单</a>
<a href="/investment//2011/01/01/Book-List-2011.html" class="list-group-item-lay pjaxlink">2011年阅读书单</a>
<a href="/investment//2011/01/01/Book-List-2011.html" class="list-group-item-lay pjaxlink">2011年阅读书单</a>
<a href="/investment//2010/01/01/Book-List-2010.html" class="list-group-item-lay pjaxlink">2010年阅读书单</a>
</div>
</div>
<div class="tab-pane" id="生活">
<div class="list-group">
<!--<h2 class="center">生活</h2>--> <!--原来aside2上面的大标题-->
<a href="/investment//2013/12/31/Can-not.html" class="list-group-item-lay pjaxlink">学不会</a>
<a href="/investment//2012/12/31/To-my-friends.html" class="list-group-item-lay pjaxlink">致友人书</a>
<a href="/investment//2011/06/01/Seeker-reply-me.html" class="list-group-item-lay pjaxlink">Seeker的回信</a>
</div>
</div>
<div class="tab-pane" id="绘画">
<div class="list-group">
<!--<h2 class="center">绘画</h2>--> <!--原来aside2上面的大标题-->
<a href="/investment//2014/11/03/Coast.html" class="list-group-item-lay pjaxlink">海岸公路</a>
<a href="/investment//2014/09/09/Mind-Eraser-Vodka.html" class="list-group-item-lay pjaxlink">坐在露天酒吧</a>
<a href="/investment//2014/08/04/Postmeridian-Track.html" class="list-group-item-lay pjaxlink">午后的操场</a>
<a href="/investment//2014/08/03/Little-Lady+.html" class="list-group-item-lay pjaxlink">小礼物Little Lady</a>
<a href="/investment//2014/08/01/My-Paintings.html" class="list-group-item-lay pjaxlink">与亚敏走在石像路</a>
<a href="/investment//2011/09/21/Cat.html" class="list-group-item-lay pjaxlink">一只猫</a>
</div>
</div>
<div class="tab-pane" id="厨房">
<div class="list-group">
<!--<h2 class="center">厨房</h2>--> <!--原来aside2上面的大标题-->
<a href="/investment//2014/11/02/Steak.html" class="list-group-item-lay pjaxlink">黑椒牛排</a>
<a href="/investment//2014/10/29/Fried-Egg-Toast.html" class="list-group-item-lay pjaxlink">煎蛋吐司</a>
<a href="/investment//2014/08/16/Pig-Trotter.html" class="list-group-item-lay pjaxlink">黄豆焖猪手</a>
<a href="/investment//2013/01/30/Fish.html" class="list-group-item-lay pjaxlink">葱油鲤鱼</a>
<a href="/investment//2013/01/29/Fried-Lobster.html" class="list-group-item-lay pjaxlink">油爆虾</a>
<a href="/investment//2013/01/28/Mung-Bean-Soup.html" class="list-group-item-lay pjaxlink">绿豆百合羹</a>
</div>
</div>
<div class="tab-pane" id="科研">
<div class="list-group">
<!--<h2 class="center">科研</h2>--> <!--原来aside2上面的大标题-->
<a href="/investment//2015/03/23/Newton-QuasiNewton-Method.html" class="list-group-item-lay pjaxlink">牛顿法与拟牛顿法(DFP BFGS LBFGS VLBFGS)</a>
<a href="/investment//2015/02/04/Group-Meeting.html" class="list-group-item-lay pjaxlink">大数据机器学习初探---南大李武军</a>
<a href="/investment//2014/11/26/Presentation-at-Chinese-Academy-of-Science.html" class="list-group-item-lay pjaxlink">我的报告 Decentralized Privacy-Preserving Low-Rank Matrix Completion</a>
<a href="/investment//2014/11/10/Basic-Algorithms-of-Convex-Opt.html" class="list-group-item-lay pjaxlink">凸优化的一些基础算法</a>
<a href="/investment//2014/11/09/What-is-NP-Hard.html" class="list-group-item-lay pjaxlink">什么是 P, NP, NP-complete, NP-hard</a>
<a href="/investment//2014/10/01/Alibaba-Big-Data.html" class="list-group-item-lay pjaxlink">阿里巴巴大数据竞赛回顾与总结</a>
<a href="/investment//2014/09/11/Matlab-tips.html" class="list-group-item-lay pjaxlink">Matlab科研小贴士</a>
<a href="/investment//2014/08/31/Papers-about-average-consensus.html" class="list-group-item-lay pjaxlink">动态一致平均问题算法-EXTRA和DAC</a>
<a href="/investment//2014/08/22/Average-Consensus.html" class="list-group-item-lay pjaxlink">对于一致平均问题的理解</a>
<a href="/investment//2014/07/27/norms-of-vector-and-matrix.html" class="list-group-item-lay pjaxlink">各类范数</a>
<a href="/investment//2014/07/25/matrix-completion.html" class="list-group-item-lay pjaxlink">低秩矩阵补全</a>
</div>
</div>
<div class="tab-pane" id="技术">
<div class="list-group">
<!--<h2 class="center">技术</h2>--> <!--原来aside2上面的大标题-->
<a href="/investment//2015/02/13/Cplus-on-MAC.html" class="list-group-item-lay pjaxlink">Mac以及Windows上搭建C++工作环境</a>
<a href="/investment//2015/01/30/Git-Resources.html" class="list-group-item-lay pjaxlink">Git常用命令速查表</a>
<a href="/investment//2014/12/06/Make-resume-by-LaTeX.html" class="list-group-item-lay pjaxlink">在Mac上用LaTeX写漂亮的简历</a>
<a href="/investment//2014/10/31/Yosemite-Matlab-Running-Error.html" class="list-group-item-lay pjaxlink">Yosemite OS X 10.10 Matlab 2012a停止工作的解决办法</a>
<a href="/investment//2014/10/07/Mac-Rar-Unrar.html" class="list-group-item-lay pjaxlink">Mac安装unrar和rar解压缩工具</a>
<a href="/investment//2014/09/30/Linux4.html" class="list-group-item-lay pjaxlink">Linux 4:磁盘与文件系统管理</a>
<a href="/investment//2014/09/19/Linux3.html" class="list-group-item-lay pjaxlink">Linux 3:文件与目录管理</a>
<a href="/investment//2014/09/17/Linux2.html" class="list-group-item-lay pjaxlink">Linux 2:文件权限与目录配置</a>
<a href="/investment//2014/09/16/Markdown-Math.html" class="list-group-item-lay pjaxlink">Markdown输入LaTeX数学公式</a>
<a href="/investment//2014/09/13/Linux.html" class="list-group-item-lay pjaxlink">Linux 1:登陆与在线求助man page</a>
<a href="/investment//2014/09/12/Linux-Problems.html" class="list-group-item-lay pjaxlink">Linux 0:实际问题</a>
<a href="/investment//2014/08/12/Remote-Desk-from-Mac-to-Windows-PC.html" class="list-group-item-lay pjaxlink">Mac远程桌面连接Windows</a>
<a href="/investment//2014/08/10/Using-LaTeX-with-Sublime-and-Skim-for-Mac.html" class="list-group-item-lay pjaxlink">在Mac上通过Sublime、Skim编辑LaTeX</a>
<a href="/investment//2014/07/31/LaTeX-beamer-slides.html" class="list-group-item-lay pjaxlink">LaTeX beamer制作幻灯片</a>
</div>
</div>
<div class="tab-pane" id="tags">
<div class="panel-group" id="accordion">
<!--<h2 class="center">标签</h2>-->
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#随感">随感</a>
<span class="badge pull-right">3</span>
</h4>
</div>
<div id="随感" class="panel-collapse collapse">
<a href="/investment//2014/08/25/Golden-Line.html" class="list-group-item pjaxlink">
每个人的金线
</a>
<a href="/investment//2014/07/24/dream-of-red-chamber.html" class="list-group-item pjaxlink">
读《红楼梦》
</a>
<a href="/investment//2011/06/01/Seeker-reply-me.html" class="list-group-item pjaxlink">
Seeker的回信
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#年终总结">年终总结</a>
<span class="badge pull-right">2</span>
</h4>
</div>
<div id="年终总结" class="panel-collapse collapse">
<a href="/investment//2013/12/31/Can-not.html" class="list-group-item pjaxlink">
学不会
</a>
<a href="/investment//2012/12/31/To-my-friends.html" class="list-group-item pjaxlink">
致友人书
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#Optimization">Optimization</a>
<span class="badge pull-right">7</span>
</h4>
</div>
<div id="Optimization" class="panel-collapse collapse">
<a href="/investment//2015/03/23/Newton-QuasiNewton-Method.html" class="list-group-item pjaxlink">
牛顿法与拟牛顿法(DFP BFGS LBFGS VLBFGS)
</a>
<a href="/investment//2015/02/04/Group-Meeting.html" class="list-group-item pjaxlink">
大数据机器学习初探---南大李武军
</a>
<a href="/investment//2014/11/26/Presentation-at-Chinese-Academy-of-Science.html" class="list-group-item pjaxlink">
我的报告 Decentralized Privacy-Preserving Low-Rank Matrix Completion
</a>
<a href="/investment//2014/11/10/Basic-Algorithms-of-Convex-Opt.html" class="list-group-item pjaxlink">
凸优化的一些基础算法
</a>
<a href="/investment//2014/08/31/Papers-about-average-consensus.html" class="list-group-item pjaxlink">
动态一致平均问题算法-EXTRA和DAC
</a>
<a href="/investment//2014/08/22/Average-Consensus.html" class="list-group-item pjaxlink">
对于一致平均问题的理解
</a>
<a href="/investment//2014/07/25/matrix-completion.html" class="list-group-item pjaxlink">
低秩矩阵补全
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#Math">Math</a>
<span class="badge pull-right">5</span>
</h4>
</div>
<div id="Math" class="panel-collapse collapse">
<a href="/investment//2015/03/23/Newton-QuasiNewton-Method.html" class="list-group-item pjaxlink">
牛顿法与拟牛顿法(DFP BFGS LBFGS VLBFGS)
</a>
<a href="/investment//2015/02/04/Group-Meeting.html" class="list-group-item pjaxlink">
大数据机器学习初探---南大李武军
</a>
<a href="/investment//2014/11/26/Presentation-at-Chinese-Academy-of-Science.html" class="list-group-item pjaxlink">
我的报告 Decentralized Privacy-Preserving Low-Rank Matrix Completion
</a>
<a href="/investment//2014/11/09/What-is-NP-Hard.html" class="list-group-item pjaxlink">
什么是 P, NP, NP-complete, NP-hard
</a>
<a href="/investment//2014/07/27/norms-of-vector-and-matrix.html" class="list-group-item pjaxlink">
各类范数
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#LaTeX">LaTeX</a>
<span class="badge pull-right">4</span>
</h4>
</div>
<div id="LaTeX" class="panel-collapse collapse">
<a href="/investment//2014/12/06/Make-resume-by-LaTeX.html" class="list-group-item pjaxlink">
在Mac上用LaTeX写漂亮的简历
</a>
<a href="/investment//2014/09/16/Markdown-Math.html" class="list-group-item pjaxlink">
Markdown输入LaTeX数学公式
</a>
<a href="/investment//2014/08/10/Using-LaTeX-with-Sublime-and-Skim-for-Mac.html" class="list-group-item pjaxlink">
在Mac上通过Sublime、Skim编辑LaTeX
</a>
<a href="/investment//2014/07/31/LaTeX-beamer-slides.html" class="list-group-item pjaxlink">
LaTeX beamer制作幻灯片
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#Mac">Mac</a>
<span class="badge pull-right">6</span>
</h4>
</div>
<div id="Mac" class="panel-collapse collapse">
<a href="/investment//2015/02/13/Cplus-on-MAC.html" class="list-group-item pjaxlink">
Mac以及Windows上搭建C++工作环境
</a>
<a href="/investment//2014/12/06/Make-resume-by-LaTeX.html" class="list-group-item pjaxlink">
在Mac上用LaTeX写漂亮的简历
</a>
<a href="/investment//2014/10/31/Yosemite-Matlab-Running-Error.html" class="list-group-item pjaxlink">
Yosemite OS X 10.10 Matlab 2012a停止工作的解决办法
</a>
<a href="/investment//2014/10/07/Mac-Rar-Unrar.html" class="list-group-item pjaxlink">
Mac安装unrar和rar解压缩工具
</a>
<a href="/investment//2014/08/12/Remote-Desk-from-Mac-to-Windows-PC.html" class="list-group-item pjaxlink">
Mac远程桌面连接Windows
</a>
<a href="/investment//2014/08/10/Using-LaTeX-with-Sublime-and-Skim-for-Mac.html" class="list-group-item pjaxlink">
在Mac上通过Sublime、Skim编辑LaTeX
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#Matlab">Matlab</a>
<span class="badge pull-right">2</span>
</h4>
</div>
<div id="Matlab" class="panel-collapse collapse">
<a href="/investment//2014/10/31/Yosemite-Matlab-Running-Error.html" class="list-group-item pjaxlink">
Yosemite OS X 10.10 Matlab 2012a停止工作的解决办法
</a>
<a href="/investment//2014/09/11/Matlab-tips.html" class="list-group-item pjaxlink">
Matlab科研小贴士
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#Linux">Linux</a>
<span class="badge pull-right">5</span>
</h4>
</div>
<div id="Linux" class="panel-collapse collapse">
<a href="/investment//2014/09/30/Linux4.html" class="list-group-item pjaxlink">
Linux 4:磁盘与文件系统管理
</a>
<a href="/investment//2014/09/19/Linux3.html" class="list-group-item pjaxlink">
Linux 3:文件与目录管理
</a>
<a href="/investment//2014/09/17/Linux2.html" class="list-group-item pjaxlink">
Linux 2:文件权限与目录配置
</a>
<a href="/investment//2014/09/13/Linux.html" class="list-group-item pjaxlink">
Linux 1:登陆与在线求助man page
</a>
<a href="/investment//2014/09/12/Linux-Problems.html" class="list-group-item pjaxlink">
Linux 0:实际问题
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#MachineLearning">MachineLearning</a>
<span class="badge pull-right">2</span>
</h4>
</div>
<div id="MachineLearning" class="panel-collapse collapse">
<a href="/investment//2015/02/04/Group-Meeting.html" class="list-group-item pjaxlink">
大数据机器学习初探---南大李武军
</a>
<a href="/investment//2014/10/01/Alibaba-Big-Data.html" class="list-group-item pjaxlink">
阿里巴巴大数据竞赛回顾与总结
</a>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-toggle="collapse" data-parent="#accordion" href="#Git">Git</a>
<span class="badge pull-right">1</span>
</h4>
</div>
<div id="Git" class="panel-collapse collapse">
<a href="/investment//2015/01/30/Git-Resources.html" class="list-group-item pjaxlink">
Git常用命令速查表
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-13 col-lg-13 col-sm-13 col-xs-13 aside3">
<div id="container">
<div id="pjax">
<div class="row">
<div class="col-md-13 aside3-title">
<br>
<h2 id="#identifier">Git常用命令速查表</h2>
2015年01月30日
</div>
<div class="col-md-13 aside3-content">
<hr>
<div id="content">
<p>master: 默认开发分支</p>
<p>origin: 默认远程版本库</p>
<p>Head: 默认开发分支</p>
<p>Head^: Head的父提交</p>
<h3>创建版本库</h3>
<p><code>
$ git clone <url> #克隆远程版本库
$ git init #初始化本地版本库
</code></p>
<h3>修改和提交</h3>
<p><code>
$ git status #查看状态
$ git diff #查看变更内容
$ git add . #跟踪所有改动过的文件
$ git add <file> #跟踪指定的文件
$ git mv <old><new> #文件改名
$ git rm<file> #删除文件
$ git rm --cached<file> #停止跟踪文件但不删除
$ git commit -m "commit messages" #提交所有更新过的文件
$ git commit --amend #修改最后一次改动
</code></p>
<h3>查看提交历史</h3>
<p><code>
$ git log #查看提交历史
$ git log -p <file> #查看指定文件的提交历史
$ git blame <file> #以列表方式查看指定文件的提交历史
</code></p>
<h3>撤销</h3>
<p><code>
$ git reset --hard HEAD #撤销工作目录中所有未提交文件的修改内容
$ git checkout HEAD <file> #撤销指定的未提交文件的修改内容
$ git revert <commit> #撤销指定的提交
$ git log --before="1 days" #退回到之前1天的版本
</code></p>
<h3>分支与标签</h3>
<p><code>
$ git branch #显示所有本地分支
$ git checkout <branch/tag> #切换到指定分支和标签
$ git branch <new-branch> #创建新分支
$ git branch -d <branch> #删除本地分支
$ git tag #列出所有本地标签
$ git tag <tagname> #基于最新提交创建标签
$ git tag -d <tagname> #删除标签
</code></p>
<h3>合并与衍合</h3>
<p><code>
$ git merge <branch> #合并指定分支到当前分支
$ git rebase <branch> #衍合指定分支到当前分支
</code></p>
<h3>远程操作</h3>
<p><code>
$ git remote -v #查看远程版本库信息
$ git remote show <remote> #查看指定远程版本库信息
$ git remote add <remote> <url> #添加远程版本库
$ git fetch <remote> #从远程库获取代码
$ git pull <remote> <branch> #下载代码及快速合并
$ git push <remote> <branch> #上传代码及快速合并
$ git push <remote> :<branch/tag-name> #删除远程分支或标签
$ git push --tags #上传所有标签
</code></p>
<h3>资料链接</h3>
<ol>
<li><a href="https://try.github.io/levels/1/challenges/1">Try Git</a></li>
</ol>
</div>
<hr>
<div id="disqus_thread">
<button type="button" name="painterlin" class="btn btn-default show-commend">
<i class="fa fa-comment-o fa-lg" style="color: #16a095;"></i> <!-- 修改显示评论按钮图标-->
</button>
</div>
</div>
<!-- 目录 -->
<div id="content_table" style="position:fixed;right:20px;top:120px;display:none;">
<div class="panel panel-success">
<div class="panel-body" id="nav"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="position:fixed;right:15px;top:62px;">
<button id="content_btn" class="btn btn-primary" style="width:43px; height:34px;">
<i class="fa fa-lg fa-plus"></i>
</button>
</div>
<div style="position:fixed;right:15px;top:20px;">
<button id="nav_btn" class="btn btn-primary">
<i class="fa fa-lg fa-navicon"></i>
</button>
</div>
<script type="text/javascript" src="/investment/public/js/jquery.js"></script>
<script type="text/javascript" src="/investment/public/js/bootstrap.js"></script>
<script src="/investment/public/js/jquery.pjax.js"></script>
<script src="/investment/public/js/prettify/prettify.js"></script>
<script src="/investment/public/js/base.js"></script>
<script src="/investment/public/js/jquery.scrollUp.js"></script>
<script>
$('a[href="#tags"]').tab('show');
</script>
<!--button是右上方导航和显示目录的按钮-->
<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-54262064-1', 'painterlin.com');
ga('send', 'pageview');
</script>
</body>
</html> | williamlfang/investment | _site/2015/01/30/Git-Resources.html | HTML | mit | 31,315 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>color: 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 / color - 1.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
color
<small>
1.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-14 17:31:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-14 17:31:32 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.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "http://color.inria.fr/"
license: "CeCILL"
build: [
[make "-j%{jobs}%"]
]
install: [make "-f" "Makefile.coq" "install"]
depends: [
"ocaml"
"coq" {>= "8.4.5" & < "8.5~"}
]
authors: [
"Frédéric Blanqui"
"Adam Koprowski"
"Sébastien Hinderer"
"Pierre-Yves Strub"
"Sidi Ould Biha"
"Solange Coupet-Grimal"
"William Delobel"
"Hans Zantema"
"Stéphane Leroux"
"Léo Ducas"
"Johannes Waldmann"
"Qiand Wang"
"Lianyi Zhang"
"Sorin Stratulat"
]
synopsis: "A library on rewriting theory and termination"
url {
src:
"https://gforge.inria.fr/frs/download.php/file/35473/color.1.1.0.tar.gz"
checksum: "md5=d5b795bb8a43c690fce173c0e6131ac6"
}
</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-color.1.1.0 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-color -> coq < 8.5~ -> ocaml < 4.03.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-color.1.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.8.0/color/1.1.0.html | HTML | mit | 6,781 |
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>108-64-5.smi.png.html</title>
</head>
<body>ID108-64-5<br/>
<img border="0" src="108-64-5.smi.png" alt="108-64-5.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>108-64-5</td><td>12211</td><td>C7H14O2</td><td>130.1849</td><td>27057</td><td>82074</td><td>47057</td><td>6755</td><td>Ethyl isovalerate</td><td></td><td>108-64-5</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C7H14O2</td><td>130.1849</td><td>defined organic</td><td>parent</td><td>ethyl 3-methylbutanoate</td><td>CC(C)CC(=O)OCC</td><td>CC(C)CC(=O)OCC</td><td>20100429</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 04:03:17 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> | andrewdefries/ToxCast | Figure3/Tox21_nnm/WorkHere/108-64-5.smi.png.html | HTML | mit | 1,586 |
<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></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">zhuāng guǐ liǎn</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">面部故意做出滑稽的表情,以表示譏誚揶揄。平妖傳˙第八回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>每遍回來,眾僧背後做手勢裝鬼臉,慈長老只做不知。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></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>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/26000-26999/26507-22.html | HTML | mit | 1,346 |
<div class="footer">
<div class="container">
<p>This is the footer which I am testing for now</p>
</div>
</div> | clehamon/Watsdplan | app/views/footer.html | HTML | mit | 127 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Sample 3, Part 1</title>
<script src="../../scripts/jquery.min.js"></script>
<script type="text/javascript" src="../../scripts/js.ext.js"></script>
<script type="text/javascript" src="../../engine/Module.js"></script>
<script async type="text/javascript" src="../../engine/WacomInkEngine.js"></script>
<script type="text/javascript" src="Part1.js"></script>
<style type="text/css">
body {position: relative; overflow: hidden; margin: 0; padding: 0; background-color: #252525; color: white;}
canvas {border: 0px none;}
h2, p {margin-left: 20px;}
</style>
</head>
<body>
<canvas id="canvas" oncontextmenu="WILL.clear(); event.preventDefault();"></canvas>
<h2>Sample 3, Part 1</h2>
<p>Erasing Strokes</p>
</body>
</html> | ijoosong/sincerely | tutorials/Sample3/Part1.html | HTML | mit | 973 |
{% extends "../layout.html" %}
{% block page_title %}
Service Green
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="breadcrumbs">
<ol>
<li><a href="../index.html">Home</a></li>
<li><a href="#1">Page</a></li>
<li>TV presenter</li>
</ol>
</div>
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">TV presenter
<span class="heading-secondary">Television presenter</span>
</h1>
<div class="govuk-box-grey">
<p>TV presenters work in television, introducing and hosting programmes, interviewing people and reporting on issues and events.</p>
</div>
<div class="profile">
<div class="sixty">
<span class="salary-icon">
<img alt="Salary, a pound sign" src="/public/images/salary.png">
</span>
<span class="visually-hidden">Salary:</span>
<span class="bold">Variable</span>
per year
</div>
<div class="forty">
<span class="hours-icon">
<img alt="Hours, a clock face" src="/public/images/hours.png">
</span>
<span class="visually-hidden">Hours:</span>
<span class="bold">Variable</span>
per week
</div>
</div>
<nav aria-label="skip to your documents" class="jump-links" role="navigation">
<div class="grid-row">
<div class="column-one-half">
<ol class="list list-number">
<li>
<a href="#how-to-become">How to become a TV presenter</a>
</li>
<li>
<a href="#skills-required">Skills</a>
</li>
<li>
<a href="#what-youll-do">What you'll do</a>
</li>
<li>
<a href="#salary">Salary</a>
</li>
</ol>
</div>
<div class="column-one-half">
<ol class="list list-number" start="5">
<li>
<a href="#working-hours-patterns-and-environment">Working hours, patterns and environment</a>
</li>
<li>
<a href="#career-path-and-progression">Career path and progression</a>
</li>
<li>
<a href="#current-opportunities">Current opportunities</a>
</li>
</ol>
</div>
</div>
</nav>
<!--section 1-->
<section id="how-to-become">
<h2 class="heading-large">1. How to become a TV presenter</h2>
<p>To become a TV presenter you may not need formal qualifications. Competition for jobs is strong so you will need determination, persistence and the ability to network and promote yourself.</p>
<p>Some presenters move into TV from other areas of the media like journalism or media research.</p>
<p>It's important that you build up a network of contacts and understand the way the industry works.</p>
<p>You could start working in TV in another role like runner to gain experience and build up your network of contacts. Some broadcasters hold competitions to find new presenters.</p>
<p>You’ll usually need a showreel, featuring clips of yourself on camera to show to broadcasters, producers and agents.</p>
<p>You may need a science, history or economics degree or detailed knowledge of a subject if you want to work as a presenter for specialist programmes.</p>
<p>To get onto a degree you’ll usually need at least 5 GCSEs at grades 9 to 4 (A* to C), including maths and English, and 2 A levels.</p>
<p>UCAS has information on <a href="https://www.ucas.com">degree courses and entry requirements</a>.</p>
<p>You could gain presenting experience through:</p>
<ul class="list list-bullet">
<li><a href="http://www.commedia.org.uk/get-involved">community</a>, <a href="http://www.hbauk.com/">hospital</a>,<a href="http://www.radiocentre.org">commercial</a> or student radio</li>
<li>work placements</li>
</ul>
<p>Broadcasters like the <a href="http://www.bbc.co.uk/careers/work-experience">BBC</a>, <a href="http://www.itvjobs.com/working-here">ITV</a> and <a href="http://4talent.channel4.com/about-us">Channel 4</a> offer work experience placements, insight and talent days, which can give you a better understanding of the industry.</p>
<p>Drama school, acting lessons and short courses in presenting can be helpful for learning some of the skills you’ll need.</p>
<p><a href="http://creativeskillset.org/creative_industries/tv/job_roles/305_tv_presenter">Creative Skillset</a> and the <a href="http://www.bjtc.org.uk/careers">Broadcast Journalism Training Council</a> have more information on working as a TV presenter.</p>
</section>
<!--section 2-->
<section id="skills-required">
<h2 class="heading-large">2. Skills</h2>
<p>You’ll need:</p>
<ul class="list list-bullet">
<li>excellent communication and presentation skills </li>
<li>the ability to improvise when necessary </li>
<li>research and interviewing skills </li>
<li>calmness under pressure </li>
<li>a good memory, for recalling scripts and facts</li>
<li>the ability to work on more than one task at a time</li>
</ul>
</section>
<!--section 3-->
<section id="what-youll-do">
<h2 class="heading-large">3. What you'll do</h2>
<p>You could work on different kinds of live or pre-recorded programmes, including:</p>
<ul class="list list-bullet">
<li>news and current affairs</li>
<li>sport</li>
<li>music shows</li>
<li>talk shows</li>
<li>children's entertainment</li>
<li>game shows</li>
<li>special interest programmes like travel or history</li>
</ul>
<p>Your day-to-day tasks would depend on the type of show you present, but may include:</p>
<ul class="list list-bullet">
<li>meeting with the production team to go through the running order</li>
<li>being briefed by researchers, or preparing your own scripts, links and interview questions</li>
<li>rehearsing</li>
<li>presenting, which may include reading from an autocue, interviewing guests and working with studio audiences</li>
<li>reacting to instructions given to you through an earpiece by the director or floor manager</li>
<li>going through several 'takes' if necessary</li>
</ul>
<p>You’ll usually follow a script, but you may sometimes have to use your initiative, like in an interview or live report.</p>
</section>
<!--section 4 -->
<section id="salary">
<h2 class="heading-large">4. Salary</h2>
<p>You’ll usually work on a freelance basis and be paid a fee for each contract.</p>
<p>Rates will depend on the type of production you’re working on and what you or your agent can negotiate.</p>
<p><a href="http://www.equity.org.uk/home/">Equity</a> and the <a href="http://www.bectu.org.uk/home">Broadcasting Entertainment Cinematograph and Theatre Union</a> (BECTU) have information on pay guidelines.</p>
</section>
<!--section 5 -->
<section id="working-hours-patterns-and-environment">
<h2 class="heading-large">5. Working hours, patterns and environment</h2>
<p>Your hours will depend on the schedule of the programme you’re working on. Hours may be long and irregular, and include early mornings, late nights and weekends.</p>
<p>You could work in air-conditioned TV studios, or outdoors in all weather conditions on outside broadcasts (OB).</p>
</section>
<!--section 6-->
<section id="career-path-and-progression">
<h2 class="heading-large">6. Career path and progression</h2>
<p>With an established TV career, you could branch out into radio work, acting, or writing for newspapers and magazines.</p>
<p>With experience you could also choose to move into other areas within the media industry like production.</p>
<h3 class="heading-medium">Related careers</h3>
<p>You may be interested in:</p>
<ul class="list list-bullet">
<li><a href="/job-profiles/actor">Actor</a></li>
<li><a href="/job-profiles/broadcast-journalist">Broadcast journalist</a></li>
<li><a href="/job-profiles/dj">DJ</a></li>
<li><a href="/job-profiles/magazine-journalist">Magazine journalist</a></li>
<li><a href="/job-profiles/radio-broadcast-assistant">Radio broadcast assistant</a></li>
</ul>
</section>
<!--section 7-->
<section id="current-opportunities" style="margin-bottom:30px">
<h2 class="heading-large">7. Current opportunities</h2>
<!-- <p>Find the latest opportunities</p> -->
<h3 class="heading-medium">Apprenticeships</h3>
<p>There are no apprenticeships for TV presenter available at the moment.</p>
<a href="https://www.gov.uk/apply-apprenticeship">Explore other apprenticeships</a>
<h3 class="heading-medium">Training courses</h3>
<p>There no courses for TV presenter available at the moment.</p>
<a href="https://nationalcareersservice.direct.gov.uk/course-directory/home">Explore other courses</a>
</section>
<p class="grey font-xsmallw100">Last updated: 23 March 2016</p>
</div>
<div class="column-one-third">
<aside class="govuk-related-items" role="complementary">
<h2 class="heading-medium" id="related-gov-links">
Useful links</h2>
<nav aria-labelledby="related-gov-links" role="navigation">
<ul class="font-xsmall">
<li>
<a href="https://nationalcareersservice.direct.gov.uk/course-directory/home">Find a course</a>
</li>
<li>
<a href="https://www.gov.uk/apply-apprenticeship">Apprenticeships</a>
</li>
<li>
<a href="https://www.ucas.com/">Thinking about university</a>
</li>
<li>
<a href="https://www.gov.uk/further-education-courses">Help with funding</a>
</li>
<li>
<a href="https://www.gov.uk/volunteering">Become a volunteer</a>
</li>
<li>
<a href="#">Find a job</a>
</li>
</ul>
</nav>
</aside>
</div>
</div>
</main>
<script src="/public/_sprint5/javascripts/jquery-1.11.3.js"></script>
<script src="/public/_sprint5/javascripts/paralegal-dynamic-panels.js"></script>
{% endblock %}
| citizendigitalalpha/careers_beta | app/views/_sprint5/job-profiles/tv-presenter.html | HTML | mit | 11,691 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GitStream</title>
<link rel="stylesheet" href="bundle.css?v2" media="all">
</head>
<body>
<header class="main-header">
<div class="gitstream">
<h1><a href="#">GitStream</a></h1>
</div>
</header>
<div class="main-content hide"></div>
<footer class="page-footer"><a href="https://github.com/uid/gitstream">© MIT - MIT License</a></footer>
<script type="application/javascript" src="bundle.js?v2"></script>
</body>
</html>
| uid/gitstream | src/client/index.html | HTML | mit | 528 |
<mat-select formControlName="${1:formControlName}" placeholder="$2">
<mat-option [value]="$4">$3</mat-option>$END$
</mat-select>
| 1tontech/material2-snippets | snippets/material/select/$.html | HTML | mit | 133 |
{% extends "base.html" %}
{% load i18n %}
{% load crispy_forms_tags %}
{% block content %}
{% if not user_can_continue %}
<div class="col-sm-6">
<form method="POST"action="">{% csrf_token %}
{{ form|crispy }}
<input type="submit" class="btn btn-success" value="Continue as Guest">
</form>
</div>
<div class="col-sm-6">
<p class="lead">Use a django-estore account</p>
<form method="post" action="{% url 'auth_login' %}"> {% csrf_token %}
{{ login_form|crispy }}
<input type="hidden" name="next" value="{{ next_url }}">
<input type="submit" class="btn btn-success" value="Login">
</form>
<div class="text-center">
<p>{% trans "Forgot password" %}? <a href="{% url 'auth_password_reset' %}">{% trans "Reset it" %}</a>!</p>
<p>{% trans "Not member" %}? <a href="{% url 'registration_register' %}">{% trans "Register" %}</a>!</p>
</div>
</div>
{% else %}
{% include "orders/order_summary_short.html" with order=order %}
<div class="col-sm-4 col-sm-offset-4 text-center">
<p><a href="{% url 'order_address' %}">Change Addresses</a></p>
<br>
<form id="checkout" method="post" action="{% url 'checkout_final' %}">{% csrf_token %}
<!--<input type="hidden" name="payment_token" value="ABC">-->
<div id="payment-form"></div>
<p><button class="btn btn-primary" type="submit">Complete Order</button></p>
</form>
</div>
{% endif %}
{% endblock %}
{% block pageJs %}
<script>
var clientToken = "{{ client_token }}";
braintree.setup(clientToken, "dropin", {
container: "payment-form"
});
</script>
{% endblock %} | mnahm5/django-estore | src/carts/templates/carts/checkout_view.html | HTML | mit | 1,904 |
So I made a semi-failed [[Gameboy homebrew cartridge]] (the modest) that doesn't work as a GB cartridge but works fine as an EEPROM writer. But you need a program on your computer to talk to the board, and send/receive data. This present program.
<h1>Presentation</h1>
<h2>Principle</h2>
Just a simple python Serial client that talks at 57.6kbps to the [[Gameboy homebrew cartridge]] microcontroller. Wrote it to work with 32kB ROM only, so if you wnat to make it bigger, edit the code. It can download a 32kB ROM in like 20 sec, but writing is longer at about 5 minutes for 32kB.<br/>
My suggestion is to write, then download what you wrote and compare to be safe.
<h2>Points of interrest</h2>
Not much, a simple serial client. I like the progression indicator with the print("\r") trick and the remaining time calculation. Nothing much otherwise.
<h1>Implementation</h1>
<h2>Source code</h2>
Runs on Python 3, you'll need to <code>pip3 install pyserial</code> for it to work.<br/>
<br/>
Script is on my GitHub: [[https://github.com/AlanFromJapan/alanarduinotools/tree/master/Python/GBCartridgeClient]]
<br/>
<img src="/files/20200410_133259.jpg" alt="EEPROM programmer at work"/> | AlanFromJapan/alanWebSites | static/gameboy homebrew cartridge writer.html | HTML | mit | 1,198 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:55 EST 2012 -->
<TITLE>
Uses of Class org.pentaho.di.www.BaseHttpServlet
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.pentaho.di.www.BaseHttpServlet";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/pentaho/di/www/BaseHttpServlet.html" title="class in org.pentaho.di.www"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/pentaho/di/www//class-useBaseHttpServlet.html" target="_top"><B>FRAMES</B></A>
<A HREF="BaseHttpServlet.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.pentaho.di.www.BaseHttpServlet</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/pentaho/di/www/BaseHttpServlet.html" title="class in org.pentaho.di.www">BaseHttpServlet</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.pentaho.di.www"><B>org.pentaho.di.www</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.pentaho.di.www"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/pentaho/di/www/BaseHttpServlet.html" title="class in org.pentaho.di.www">BaseHttpServlet</A> in <A HREF="../../../../../org/pentaho/di/www/package-summary.html">org.pentaho.di.www</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../../org/pentaho/di/www/BaseHttpServlet.html" title="class in org.pentaho.di.www">BaseHttpServlet</A> in <A HREF="../../../../../org/pentaho/di/www/package-summary.html">org.pentaho.di.www</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/AddExportServlet.html" title="class in org.pentaho.di.www">AddExportServlet</A></B></CODE>
<BR>
This servlet allows you to transport an exported job or transformation over to the carte server as a zip file.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/AddJobServlet.html" title="class in org.pentaho.di.www">AddJobServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/AddTransServlet.html" title="class in org.pentaho.di.www">AddTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/AllocateServerSocketServlet.html" title="class in org.pentaho.di.www">AllocateServerSocketServlet</A></B></CODE>
<BR>
This servlet allows a client (TransSplitter in our case) to ask for a port number.<br>
This port number will be allocated in such a way that the port number is unique for a given hostname.<br>
This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/CleanupTransServlet.html" title="class in org.pentaho.di.www">CleanupTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/ExecuteTransServlet.html" title="class in org.pentaho.di.www">ExecuteTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/GetJobStatusServlet.html" title="class in org.pentaho.di.www">GetJobStatusServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/GetRootServlet.html" title="class in org.pentaho.di.www">GetRootServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/GetSlavesServlet.html" title="class in org.pentaho.di.www">GetSlavesServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/GetStatusServlet.html" title="class in org.pentaho.di.www">GetStatusServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/GetTransStatusServlet.html" title="class in org.pentaho.di.www">GetTransStatusServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/ListServerSocketServlet.html" title="class in org.pentaho.di.www">ListServerSocketServlet</A></B></CODE>
<BR>
This servlet allows a client (TransSplitter in our case) to ask for a port number.<br>
This port number will be allocated in such a way that the port number is unique for a given hostname.<br>
This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/NextSequenceValueServlet.html" title="class in org.pentaho.di.www">NextSequenceValueServlet</A></B></CODE>
<BR>
This servlet allows a client (TransSplitter in our case) to ask for a port number.<br>
This port number will be allocated in such a way that the port number is unique for a given hostname.<br>
This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/PauseTransServlet.html" title="class in org.pentaho.di.www">PauseTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/PrepareExecutionTransServlet.html" title="class in org.pentaho.di.www">PrepareExecutionTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/RegisterSlaveServlet.html" title="class in org.pentaho.di.www">RegisterSlaveServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/RemoveJobServlet.html" title="class in org.pentaho.di.www">RemoveJobServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/RemoveTransServlet.html" title="class in org.pentaho.di.www">RemoveTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/SniffStepServlet.html" title="class in org.pentaho.di.www">SniffStepServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/StartExecutionTransServlet.html" title="class in org.pentaho.di.www">StartExecutionTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/StartJobServlet.html" title="class in org.pentaho.di.www">StartJobServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/StartTransServlet.html" title="class in org.pentaho.di.www">StartTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/StopJobServlet.html" title="class in org.pentaho.di.www">StopJobServlet</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/pentaho/di/www/StopTransServlet.html" title="class in org.pentaho.di.www">StopTransServlet</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/pentaho/di/www/BaseHttpServlet.html" title="class in org.pentaho.di.www"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/pentaho/di/www//class-useBaseHttpServlet.html" target="_top"><B>FRAMES</B></A>
<A HREF="BaseHttpServlet.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| ColFusion/PentahoKettle | kettle-data-integration/docs/api/org/pentaho/di/www/class-use/BaseHttpServlet.html | HTML | mit | 17,242 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Class: Feature</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Class: Feature</h1>
<section>
<header>
<h2>Feature</h2>
</header>
<article>
<div class="container-overview">
<h4 class="name" id="Feature"><span class="type-signature"></span>new Feature<span class="signature">(name, required, shape)</span><span class="type-signature"></span></h4>
<div class="description">
Describes a feature to be annotated.
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>name</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>required</code></td>
<td class="type">
<span class="param-type">Boolean</span>
</td>
<td class="description last"></td>
</tr>
<tr>
<td class="name"><code>shape</code></td>
<td class="type">
<span class="param-type">String</span>
</td>
<td class="description last">Allowed type(s) of annotation. Can be "any".</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="feature.js.html">feature.js</a>, <a href="feature.js.html#line8">line 8</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id="anns"><span class="type-signature"></span>anns<span class="type-signature"> :Array.<<a href="SuperShape.html">SuperShape</a>></span></h4>
<div class="description">
The stored annotations for the feature
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Array.<<a href="SuperShape.html">SuperShape</a>></span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="feature.js.html">feature.js</a>, <a href="feature.js.html#line16">line 16</a>
</li></ul></dd>
</dl>
<h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :String</span></h4>
<div class="description">
The feature's name
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">String</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="feature.js.html">feature.js</a>, <a href="feature.js.html#line10">line 10</a>
</li></ul></dd>
</dl>
<h4 class="name" id="req"><span class="type-signature"></span>req<span class="type-signature"> :Boolean</span></h4>
<div class="description">
Whether the feature is required (currently unused!)
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">Boolean</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="feature.js.html">feature.js</a>, <a href="feature.js.html#line12">line 12</a>
</li></ul></dd>
</dl>
<h4 class="name" id="shape"><span class="type-signature"></span>shape<span class="type-signature"> :String</span></h4>
<div class="description">
Allowed type(s) of annotation. Can be "any".
</div>
<h5>Type:</h5>
<ul>
<li>
<span class="param-type">String</span>
</li>
</ul>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="feature.js.html">feature.js</a>, <a href="feature.js.html#line14">line 14</a>
</li></ul></dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id="fmtName"><span class="type-signature"></span>fmtName<span class="signature">()</span><span class="type-signature"> → {String}</span></h4>
<div class="description">
Returns a formatted name, with the first letter capitalized.
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="feature.js.html">feature.js</a>, <a href="feature.js.html#line21">line 21</a>
</li></ul></dd>
</dl>
<h5>Returns:</h5>
<dl>
<dt>
Type
</dt>
<dd>
<span class="param-type">String</span>
</dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnnHelper.html">AnnHelper</a></li><li><a href="Annotator.html">Annotator</a></li><li><a href="AnnTool.html">AnnTool</a></li><li><a href="CanvasHelper.html">CanvasHelper</a></li><li><a href="EditTool.html">EditTool</a></li><li><a href="Feature.html">Feature</a></li><li><a href="LineAnn.html">LineAnn</a></li><li><a href="PanTool.html">PanTool</a></li><li><a href="PointAnn.html">PointAnn</a></li><li><a href="PolyAnn.html">PolyAnn</a></li><li><a href="RectAnn.html">RectAnn</a></li><li><a href="SuperShape.html">SuperShape</a></li><li><a href="SuperTool.html">SuperTool</a></li></ul><h3>Global</h3><ul><li><a href="global.html#annotator">annotator</a></li><li><a href="global.html#createAnnotation">createAnnotation</a></li><li><a href="global.html#Initializer">Initializer</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue May 09 2017 13:21:01 GMT+0200 (Romance Daylight Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html> | felina/image-annotator | docs/Feature.html | HTML | mit | 7,685 |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (12.0.1) on Sun May 24 23:39:58 EDT 2020 -->
<title>Uses of Class com.ensoftcorp.open.android.essentials.permissions.PermissionGroup</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="dc.created" content="2020-05-24">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.ensoftcorp.open.android.essentials.permissions.PermissionGroup";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">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="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding"> </div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class com.ensoftcorp.open.android.essentials.permissions.PermissionGroup" class="title">Uses of Class<br>com.ensoftcorp.open.android.essentials.permissions.PermissionGroup</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</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">
<th class="colFirst" scope="row"><a href="#com.ensoftcorp.open.android.essentials.permissions">com.ensoftcorp.open.android.essentials.permissions</a></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#com.ensoftcorp.open.android.essentials.permissions.mappings">com.ensoftcorp.open.android.essentials.permissions.mappings</a></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="com.ensoftcorp.open.android.essentials.permissions">
<!-- -->
</a>
<h3>Uses of <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a> in <a href="../package-summary.html">com.ensoftcorp.open.android.essentials.permissions</a></h3>
<div class="useSummary">
<table>
<caption><span>Fields in <a href="../package-summary.html">com.ensoftcorp.open.android.essentials.permissions</a> declared as <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#ACCESSIBILITY_FEATURES">ACCESSIBILITY_FEATURES</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#ACCOUNTS">ACCOUNTS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#AFFECTS_BATTERY">AFFECTS_BATTERY</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#APP_INFO">APP_INFO</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#AUDIO_SETTINGS">AUDIO_SETTINGS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#BLUETOOTH_NETWORK">BLUETOOTH_NETWORK</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#BOOKMARKS">BOOKMARKS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#CALENDAR">CALENDAR</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#CAMERA">CAMERA</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#COST_MONEY">COST_MONEY</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#DEVELOPMENT_TOOLS">DEVELOPMENT_TOOLS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#DEVICE_ALARMS">DEVICE_ALARMS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#DISPLAY">DISPLAY</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#HARDWARE_CONTROLS">HARDWARE_CONTROLS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#LOCATION">LOCATION</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#MESSAGES">MESSAGES</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#MICROPHONE">MICROPHONE</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#NETWORK">NETWORK</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#PERSONAL_INFO">PERSONAL_INFO</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#PHONE_CALLS">PHONE_CALLS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#SCREENLOCK">SCREENLOCK</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#SOCIAL_INFO">SOCIAL_INFO</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#STATUS_BAR">STATUS_BAR</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#STORAGE">STORAGE</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#SYNC_SETTINGS">SYNC_SETTINGS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#SYSTEM_CLOCK">SYSTEM_CLOCK</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#SYSTEM_TOOLS">SYSTEM_TOOLS</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#UNASSIGNED">UNASSIGNED</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#USER_DICTIONARY">USER_DICTIONARY</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#VOICEMAIL">VOICEMAIL</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#WALLPAPER">WALLPAPER</a></span></code></th>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#WRITE_USER_DICTIONARY">WRITE_USER_DICTIONARY</a></span></code></th>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">com.ensoftcorp.open.android.essentials.permissions</a> that return <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#getPermissionGroupByQualifiedName(java.lang.String)">getPermissionGroupByQualifiedName</a></span>​(java.lang.String qualifiedName)</code></th>
<td class="colLast">
<div class="block">Returns the permission group object matching the qualified permission name or null
if the permission group is not found in the known permissions list</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#getPermissionGroupBySimpleName(java.lang.String)">getPermissionGroupBySimpleName</a></span>​(java.lang.String simpleName)</code></th>
<td class="colLast">
<div class="block">Returns the permission group object matching the simple permission name or null
if the permission group is not found in the known permissions list</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">com.ensoftcorp.open.android.essentials.permissions</a> that return types with arguments of type <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static java.util.Collection<<a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a>></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionGroup.</span><code><span class="memberNameLink"><a href="../PermissionGroup.html#getAllPermissionGroups()">getAllPermissionGroups</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a collection of all known permission groups</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section role="region"><a id="com.ensoftcorp.open.android.essentials.permissions.mappings">
<!-- -->
</a>
<h3>Uses of <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a> in <a href="../mappings/package-summary.html">com.ensoftcorp.open.android.essentials.permissions.mappings</a></h3>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../mappings/package-summary.html">com.ensoftcorp.open.android.essentials.permissions.mappings</a> with parameters of type <a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static com.ensoftcorp.atlas.core.query.Q</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PermissionMapping.</span><code><span class="memberNameLink"><a href="../mappings/PermissionMapping.html#getMethods(com.ensoftcorp.open.android.essentials.permissions.PermissionGroup,int)">getMethods</a></span>​(<a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">PermissionGroup</a> permissionGroup,
int apiVersion)</code></th>
<td class="colLast">
<div class="block">Returns the permission tagged methods for the permissions in the permission group
Assumes the permission mapping tags have already been applied</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../PermissionGroup.html" title="class in com.ensoftcorp.open.android.essentials.permissions">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>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>
| EnSoftCorp/android-essentials-toolbox | com.ensoftcorp.open.android.essentials/doc/com/ensoftcorp/open/android/essentials/permissions/class-use/PermissionGroup.html | HTML | mit | 25,235 |
<table id="didot-italic">
<thead>
<th><abbr title="Operating System">OS</abbr></th>
<th>
<span class="legend supported"><span class="icon-supported" aria-hidden="true"></span> Supported</span>
<span class="legend aliased"><span class="icon-aliased" aria-hidden="true"></span>Aliased</span>
<span class="legend unsupported"><span class="icon-unsupported" aria-hidden="true"></span> <abbr title="Operating System">OS</abbr> Default</span></th>
</thead>
<tbody>
<tr class="supported">
<td><a href="os/os-x-snow-leopard"><span class="icon-os-x-snow-leopard" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Snow Leopard 10.6.8</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class="supported">
<td><a href="os/os-x-lion"><span class="icon-os-x-lion" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Lion 10.7.5</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class="supported">
<td><a href="os/os-x-mountain-lion"><span class="icon-os-x-mountain-lion" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Mountain Lion 10.8.5</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class="supported">
<td><a href="os/os-x-mavericks"><span class="icon-os-x-mavericks" aria-hidden="true"></span><span class="a11y-hidden">Mac OS X</span> <span class="version">Mavericks 10.9.5</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/win-xp-sp3"><span class="icon-win-xp-sp3" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">XP (NT 5.1 SP3)</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/win-xp"><span class="icon-win-xp" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">XP (NT 5.2)</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/win-7"><span class="icon-win-7" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">7 (NT 6.1)</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/win-8"><span class="icon-win-8" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">8 (NT 6.2)</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/win-8-1"><span class="icon-win-8-1" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">8.1 (NT 6.3)</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class="supported">
<td><a href="os/ios-5-1-iphone"><span class="icon-ios-5-1-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">5.1</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class="supported">
<td><a href="os/ios-6-iphone"><span class="icon-ios-6-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">6.0</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class="supported">
<td><a href="os/ios-7-iphone"><span class="icon-ios-7-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">7.0.3</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class="supported">
<td><a href="os/ios-8-1-iphone"><span class="icon-ios-8-1-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">8.1</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class="supported">
<td><a href="os/ios-9-3-iphone"><span class="icon-ios-9-3-iphone" aria-hidden="true"></span><span class="a11y-hidden">iOS-iPhone</span> <span class="version">9.3</span></a></td>
<td style="font-family: 'Didot-Italic'">
<span class="icon-supported" aria-hidden="true"></span><span class="a11y-hidden">Supported</span>
Didot-Italic
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/android-4-2-2"><span class="icon-android-4-2-2" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">Jelly Bean 4.2.2</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/android-4-4"><span class="icon-android-4-4" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">KitKat 4.4.2</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/android-5-0"><span class="icon-android-5-0" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">Lollipop 5.0.2</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/android-6-0"><span class="icon-android-6-0" aria-hidden="true"></span><span class="a11y-hidden">Android</span> <span class="version">Marshmallow 6.0.1</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/win-phone-7-5"><span class="icon-win-phone-7-5" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">Phone 7.5</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/win-phone-8"><span class="icon-win-phone-8" aria-hidden="true"></span><span class="a11y-hidden">Windows</span> <span class="version">Phone 8.0</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/ubuntu-14"><span class="icon-ubuntu-14" aria-hidden="true"></span><span class="a11y-hidden">Linux</span> <span class="version">Ubuntu 14.04</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
<tr class=" unsupported">
<td><a href="os/fedora-20"><span class="icon-fedora-20" aria-hidden="true"></span><span class="a11y-hidden">Linux</span> <span class="version">Fedora 20</span></a></td>
<td>
<span class="icon-unsupported" aria-hidden="true"></span><span class="a11y-hidden">unsupported</span>
</td>
</tr>
</tbody>
</table>
| zachleat/font-family-reunion | fontfamily.io/results/didot-italic.html | HTML | mit | 8,936 |
{% load prefixed_i18n %}
{% set_i18n_prefix 'mtr.sync' %}
{% if admin.show_quick_settings_menu and False %}
<select name="quick_settings">
{% for st in mtr.sync.settings %}
<option value="{{ st.id }}">{{ st }}</option>
{% endfor %}
</select>
{% endif %}
<li>
<a class="grp-state-focus" href="{% url 'admin:mtr_sync_settings_add' %}?action=export&model={{ opts.app_label }}.{{ opts.model_name }}{% if request.GET.keys %}&filter={{ request.GET.urlencode|urlencode }}%26fields={{ cl.list_display|join:','|urlencode }}{% endif %}">{% trans 'Export' %}</a>
</li>
<li>
<a class="grp-state-focus" href="{% url 'admin:mtr_sync_settings_add' %}?action=import&model={{ opts.app_label }}.{{ opts.model_name }}{% if request.GET.keys %}&filter={{ request.GET.urlencode|urlencode }}%26fields={{ cl.list_display|join:','|urlencode }}{% endif %}">{% trans 'Import' %}</a>
</li>
| mtrgroup/django-mtr-sync | mtr/sync/templates/themes/grappelli/base/mtr/sync/admin/object_tools.html | HTML | mit | 889 |
<div *ngIf="currentUser">
<h1>Hello {{ currentUser.firstname }}</h1>
<div class="row">
<h2>Upload File</h2>
<div class="col-md-4"></div>
<div class="cadre-input col-md-4">
<textarea class="col-md-12" name="description" [(ngModel)]="songDescription" placeholder="Song Description"></textarea>
<button class="col-md-12 btn btn-primary" (click)="openFileInput()">Upload File</button>
<input placholder="Song Title" name="title" [(ngModel)]="songTitle" class="col-md-12"/>
<input class="col-md-12" style="display: none;" type="file" #fileInput id="fileInput" placeholder="Upload file..." (change)="setTitle()" />
Explicit Content : <input type="checkbox" name="explicitContent" [(ngModel)]="explicitContent"/>
Download Authorization : <input type="checkbox" name="downloadAuthorization" [(ngModel)]="downloadAuthorization"/>
<button class="col-md-12 btn btn-success" (click)="upload()">Send</button>
</div>
<div class="col-md-4"></div>
</div>
<div class="row">
<h2>Your Songs</h2>
<div class="col-md-12" *ngIf="!mySongs" style="text-align: center;">
<p>You don't have any songs yet</p>
<p>Upload some !</p>
</div>
<div class="col-md-12" *ngIf="mySongs">
<table class="table table-hover">
<thead>
<tr>
<th>#</th>
<th>Title</th>
<th>Description</th>
<th>Play</th>
</tr>
</thead>
<tbody>
<tr *ngFor="let song of mySongs; let i = index">
<th scope="row">{{i+1}}</th>
<td>{{ song.title }}</td>
<td>{{ song.description }}</td>
<td><button class="btn btn-default" (click)='changePlayerSource(song.title)'>Play</button></td>
</tr>
</tbody>
</table>
</div>
</div>
| jpmaligne/R-zik | frontend/src/app/myaccount/myaccount.component.html | HTML | mit | 1,900 |
<footer class="footer">
{% for item in site.data.settings.social %}
<a href="{{ item.link }}" class="menu-link"><i class="fa fa-{{ item.icon }}" aria-hidden="true"></i></a>
{% endfor %}
</footer>
| wfscans/blog | _includes/footer.html | HTML | mit | 204 |
{% load static %}
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>webpystunden3{% block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="{% static "css/jquery-ui.min.css" %}" rel="stylesheet" media="screen">
<link href="{% static "css/jquery-ui.theme.min.css" %}" rel="stylesheet" media="screen">
<link href="{% static "css/jquery-clockpicker.min.css" %}" rel="stylesheet" media="screen">
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet" media="screen">
<link href="{% static "css/main.css" %}" rel="stylesheet" media="screen">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link href="{% static "img/favicon.ico" %}" rel="icon" type="image/ico">
</head>
<body>
<div class="container-fluid">
{% block nav%}
<nav class="navbar navbar-default">
<div class="navbar-inner">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url "index" %}"><img src="{% static "img/favicon.ico" %}" alt="webpystunden3">webpystunden3</a>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="{% url "index" %}"><i class="glyphicon glyphicon-home"></i> Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-plus"></i> Neu <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{% url "stundenaufzeichnung_neu" %}">Neue Stundenaufzeichnung</a></li>
<li><a href="{% url "firma_neu" %}">Neue Firma</a></li>
<li><a href="{% url "arbeitnehmer_neu" %}">Neuer Arbeitnehmer</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-edit"></i> Bearbeiten <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{% url "stundenaufzeichnung" %}">Stundenaufzeichnung bearbeiten</a></li>
<li><a href="{% url "firma" %}">Firma bearbeiten</a></li>
<li><a href="{% url "arbeitnehmer" %}">Arbeitnehmer bearbeiten</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-file"></i> Rechnung <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{% url "rechnung" %}">Rechnung Stundenbasierend</a></li>
<li><a href="{% url "rechnungsumme" %}">Rechnung Gesamtsumme</a></li>
<li><a href="{% url "rechnungsnummer" %}">Rechnungsnummern</a></li>
</ul>
</li>
<li><a href="{% url "jsonexport" %}"><i class="glyphicon glyphicon-download-alt"></i> Export</a></li>
<li><a href="{% url "jsonimport" %}"><i class="glyphicon glyphicon-arrow-up"></i> Import</a></li>
<li><a href="{% url "einstellungen" %}"><i class="glyphicon glyphicon-cog"></i> Einstellungen</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
{% if user.is_staff %}
<li><a href="{% url "admin:index" %}"><i class="glyphicon glyphicon-user"></i> Admin</a></li>
{% endif %}
<li><a href="{% url "logout" %}"><i class="glyphicon glyphicon-off"></i> Abmelden</a></li>
</ul>
</div>
</div>
</nav>
{% endblock %}
{% block content %}{% endblock %}
</div>
<script src="{% static "js/jquery-3.1.1.min.js" %}"></script>
<script src="{% static "js/jquery-ui.min.js" %}"></script>
<script src="{% static "js/bootstrap.min.js" %}"></script>
<script src="{% static "js/datepicker-de.js" %}"></script>
<script src="{% static "js/jquery-clockpicker.min.js" %}"></script>
<script src="{% static "js/main.js" %}"></script>
</body>
</html>
| martinfischer/webpystunden3 | stunden/templates/base.html | HTML | mit | 4,790 |
<!-- Header -->
<nav class="site-navbar navbar navbar-inverse navbar-fixed-top navbar-mega" role="navigation">
<div class="navbar-container container-fluid">
<div class="navbar-collapse navbar-collapse-toolbar" id="site-navbar-collapse">
<ul class="nav navbar-toolbar">
<li id="toggleMenubar">
<a data-toggle="menubar" href="#" role="button">
<i class="icon hamburger hamburger-arrow-left">
<span class="sr-only">Toggle menubar</span>
<span class="hamburger-bar"></span>
</i>
</a>
</li>
<li>
<a class="zmdi zmdi-search" data-toggle="collapse" href="#site-navbar-search" role="button">
<span class="sr-only">Toggle Search</span>
</a>
</li>
</ul>
<ul class="nav navbar-toolbar navbar-right navbar-toolbar-right">
<li class="dropdown">
<a data-toggle="dropdown" href="/" title="" aria-expanded="false" data-animation="scale-up" role="button">
<i class="zmdi zmdi-chart" aria-hidden="true"></i>
<span class="badge badge-danger up">5</span>
</a>
<ul class="dropdown-menu dropdown-menu-right dropdown-menu-media" role="menu">
<li class="dropdown-menu-header" role="presentation">
<h5>Menu Header</h5>
</li>
<li class="list-group" role="presentation">
<div data-role="container">
<div data-role="content">
<a class="list-group-item" href="/" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
</div>
<div class="media-body">
<h6 class="media-heading">List-Item</h6>
</div>
</div>
</a>
</div>
</div>
</li>
<li class="dropdown-menu-footer" role="presentation">
<a href="/" role="menuitem">
Menu Footer
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="/" title="Messages" aria-expanded="false"
data-animation="scale-up" role="button">
<i class="zmdi zmdi-account-calendar" aria-hidden="true"></i>
<span class="badge badge-info up">3</span>
</a>
<ul class="dropdown-menu dropdown-menu-right dropdown-menu-media" role="menu">
<li class="dropdown-menu-header" role="presentation">
<h5>Menu Header</h5>
</li>
<li class="list-group" role="presentation">
<div data-role="container">
<div data-role="content">
<a class="list-group-item" href="/" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
</div>
<div class="media-body">
<h6 class="media-heading">List-Item</h6>
</div>
</div>
</a>
</div>
</div>
</li>
<li class="dropdown-menu-footer" role="presentation">
<a href="/" role="menuitem">
Menu Footer
</a>
</li>
</ul>
</li>
<li id="toggleChat">
<a data-toggle="site-sidebar" href="javascript:void(0)" title="Chat" data-url="site-sidebar.tpl">
<i class="icon zmdi zmdi-account-calendar" aria-hidden="true"></i>
</a>
</li>
</ul>
<div class="navbar-brand navbar-brand-center">
<a href="index.php">
<img src="img/logo-blue.png" alt="">
</a>
</div>
</div>
<div class="collapse navbar-search-overlap" id="site-navbar-search">
<form role="search">
<div class="form-group">
<div class="input-search">
<i class="input-search-icon md-search" aria-hidden="true"></i>
<input type="text" class="form-control" name="site-search" placeholder="Search...">
<button type="button" class="input-search-close icon md-close" data-target="#site-navbar-search"
data-toggle="collapse" aria-label="Close"></button>
</div>
</div>
</form>
</div>
</div>
</nav> | viperguynaz/Survey | app/layout/header.component.html | HTML | mit | 5,789 |
{% load static %}
<script src="{% static 'gameGap/js/lib/angular.min.js' %}"></script>
<script src="{% static 'gameGap/js/lib/angular-route.min.js' %}"></script>
<script src="{% static 'gameGap/js/ourAngular.js' %}"></script>
<script src="{% static 'gameGap/js/controllers/topFreeController.js' %}"></script>
<script src="{% static 'gameGap/js/controllers/topNewFreeController.js' %}"></script>
<script src="{% static 'gameGap/js/controllers/topNewPaidController.js' %}"></script>
<script src="{% static 'gameGap/js/controllers/topPaidController.js' %}"></script>
<script src="{% static 'gameGap/js/controllers/postController.js' %}"></script>
<!-- <script src="{% static 'gameGap/bootstrap/js/ui-bootstrap.min.js' %}"></script> -->
| chackett87/GameGap | templates/javascripts.html | HTML | mit | 738 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>[問卦] 羊肉爐 薑母鴨 藥燉排骨誰才是冬天霸主? - 看板 Gossiping - 批踢踢實業坊</title>
<meta name="robots" content="all">
<meta name="keywords" content="Ptt BBS 批踢踢">
<meta name="description" content="
安安 大家好
最近天氣好冷唷o'_'o
">
<meta property="og:site_name" content="Ptt 批踢踢實業坊">
<meta property="og:title" content="[問卦] 羊肉爐 薑母鴨 藥燉排骨誰才是冬天霸主?">
<meta property="og:description" content="
安安 大家好
最近天氣好冷唷o'_'o
">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-common.css">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/pushstream.css" media="screen">
<link rel="stylesheet" type="text/css" href="//images.ptt.cc/v2.10/bbs-print.css" media="print">
<script type="text/javascript" async="" src="https://apis.google.com/js/plusone.js"></script><script id="facebook-jssdk" src="//connect.facebook.net/en_US/all.js#xfbml=1"></script><script type="text/javascript" async="" src="https://ssl.google-analytics.com/ga.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//images.ptt.cc/v2.10/bbs.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32365737-1']);
_gaq.push(['_setDomainName', 'ptt.cc']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="topbar-container">
<div id="topbar" class="bbs-content">
<a id="logo" href="/">批踢踢實業坊</a>
<span>›</span>
<a class="board" href="/bbs/Gossiping/index.html"><span class="board-label">看板 </span>Gossiping</a>
<a class="right small" href="/about.html">關於我們</a>
<a class="right small" href="/contact.html">聯絡資訊</a>
</div>
</div>
<div id="navigation-container">
<div id="navigation" class="bbs-content">
<a class="board" href="/bbs/Gossiping/index.html">返回看板</a>
<div class="bar"></div>
<div class="share">
<span>分享</span>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-href="http://www.ptt.cc/bbs/Gossiping/M.1419007970.A.1C8.html"></div>
<div class="g-plusone" data-size="medium"></div>
<script type="text/javascript">
window.___gcfg = {lang: 'zh-TW'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</div>
</div>
</div>
<div id="main-container">
<div id="main-content" class="bbs-screen bbs-content"><div class="article-metaline"><span class="article-meta-tag">作者</span><span class="article-meta-value">gtrist0301 (清新正直不廢文)</span></div><div class="article-metaline-right"><span class="article-meta-tag">看板</span><span class="article-meta-value">Gossiping</span></div><div class="article-metaline"><span class="article-meta-tag">標題</span><span class="article-meta-value">[問卦] 羊肉爐 薑母鴨 藥燉排骨誰才是冬天霸主?</span></div><div class="article-metaline"><span class="article-meta-tag">時間</span><span class="article-meta-value">Sat Dec 20 00:52:46 2014</span></div>
安安 大家好
最近天氣好冷唷o'_'o
冷到鍵盤小弟妹我都差點彈出來惹>////<
天氣這麼冷 當然就要吃點熱呼呼的東西來
☆溫★暖☆一★下☆(羞)
只是到底要吃些什麼東西好呢??
要吃薑味滿滿der薑母鴨 還是好嫩好好吃der羊肉爐
或是小清新的藥燉排骨呢??
到底這三個哪個才是冬天的霸主呢???
--
<span class="f2">※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 123.194.134.217
</span><span class="f2">※ 文章網址: <a href="http://www.ptt.cc/bbs/Gossiping/M.1419007970.A.1C8.html" target="_blank" rel="nofollow">http://www.ptt.cc/bbs/Gossiping/M.1419007970.A.1C8.html</a>
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 薑母鴨</span><span class="push-ipdatetime"> 12/20 00:53
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Teng0615</span><span class="f3 push-content">: 不愛吃鴨</span><span class="push-ipdatetime"> 12/20 00:53
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 藥燉排骨四季都可以吃不宜並列</span><span class="push-ipdatetime"> 12/20 00:53
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">XDDDDDDDXDDD</span><span class="f3 push-content">: 排骨酥湯</span><span class="push-ipdatetime"> 12/20 00:53
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">BILLYTHEKID</span><span class="f3 push-content">: 兔肉鍋</span><span class="push-ipdatetime"> 12/20 00:53
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">lien</span><span class="f3 push-content">: 你把麻油雞放哪?</span><span class="push-ipdatetime"> 12/20 00:53
</span></div>麻油雞我當晚餐吃惹
<div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">FrankerZ</span><span class="f3 push-content">: 羊肉爐 > 藥燉排骨 > 薑母鴨</span><span class="push-ipdatetime"> 12/20 00:53
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">cysh0621</span><span class="f3 push-content">: 麻油雞</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">episodicor</span><span class="f3 push-content">: 薑母鴨</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">neo718</span><span class="f3 push-content">: 都是冬天許多民眾常吃的食物,為什麼標題一定要分霸主?</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 對 換麻油雞+1</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">heavensun</span><span class="f3 push-content">: 薑糖老鴨, 喜羊羊肉爐</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">d59203z</span><span class="f3 push-content">: 絕對薑母鴨 幹好餓</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">bleachdie</span><span class="f3 push-content">: 只要是個熱的 就爽</span><span class="push-ipdatetime"> 12/20 00:54
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">d9255927</span><span class="f3 push-content">: 心血管疾病才是霸主</span><span class="push-ipdatetime"> 12/20 00:55
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 如果羊肉爐麻油雞薑母鴨的話我要選麻油雞</span><span class="push-ipdatetime"> 12/20 00:55
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Benbenyale</span><span class="f3 push-content">: 羊肉爐</span><span class="push-ipdatetime"> 12/20 00:55
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">Benbenyale</span><span class="f3 push-content">: 人參雞也不錯</span><span class="push-ipdatetime"> 12/20 00:56
</span></div>個人覺得人參雞沒有這幾個強
<div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dan5120</span><span class="f3 push-content">: 薑母鴨>羊肉爐>麻油雞</span><span class="push-ipdatetime"> 12/20 00:56
</span></div><span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 00:57:14
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">yytodo</span><span class="f3 push-content">: 羊肉爐!!不愛薑</span><span class="push-ipdatetime"> 12/20 00:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">FrankerZ</span><span class="f3 push-content">: 臭臭鍋也可以放進去 雖然不是補的也是熱門的</span><span class="push-ipdatetime"> 12/20 00:57
</span></div>所以他只是強者 而不是霸主
<div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">bobobola</span><span class="f3 push-content">: 何首烏 麻油 人參都不錯</span><span class="push-ipdatetime"> 12/20 00:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">frank123ya</span><span class="f3 push-content">: 羊肉爐>>>>>>>>>>>>>>>>>>>>其他</span><span class="push-ipdatetime"> 12/20 00:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">organ63521</span><span class="f3 push-content">: 藥燉薑母羊排骨鴨 才是霸主</span><span class="push-ipdatetime"> 12/20 00:57
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">pipiispipi</span><span class="f3 push-content">: 羊肉爐一票</span><span class="push-ipdatetime"> 12/20 00:58
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ymx3xc</span><span class="f3 push-content">: 羊肉爐&薑母鴨都好吃</span><span class="push-ipdatetime"> 12/20 00:58
</span></div><span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 00:58:55
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">arnold3</span><span class="f3 push-content">: 只有藥燉排骨能打</span><span class="push-ipdatetime"> 12/20 00:58
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">sheep222mei</span><span class="f3 push-content">: 藥燉排骨啦</span><span class="push-ipdatetime"> 12/20 00:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">bill0205</span><span class="f3 push-content">: 羊肉爐>薑母鴨>>>>>>>>>>麻油雞</span><span class="push-ipdatetime"> 12/20 00:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dsa3717</span><span class="f3 push-content">: 蒜頭雞參戰!!</span><span class="push-ipdatetime"> 12/20 00:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Vett</span><span class="f3 push-content">: 薑母鴨啊 羊肉爐好吃的太少</span><span class="push-ipdatetime"> 12/20 00:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">lovebuddy</span><span class="f3 push-content">: 喜歡羊肉爐</span><span class="push-ipdatetime"> 12/20 00:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">q5566</span><span class="f3 push-content">: 蓮藕排骨湯>玉米排骨湯>山藥排骨湯</span><span class="push-ipdatetime"> 12/20 00:59
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">creepy</span><span class="f3 push-content">: 當然是維力炸醬麵阿</span><span class="push-ipdatetime"> 12/20 01:00
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">aggressorX</span><span class="f3 push-content">: 薑母鴨才是霸主 BJ4</span><span class="push-ipdatetime"> 12/20 01:00
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">myizumi</span><span class="f3 push-content">: 燒仙草阿</span><span class="push-ipdatetime"> 12/20 01:00
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 帶皮羊肉處理得不好 那個騷阿...比大嫂還過分</span><span class="push-ipdatetime"> 12/20 01:00
</span></div>嫂子不要這樣
<span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:01:09
</span><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">aggressorX</span><span class="f3 push-content">: 說羊肉爐的就跟生魚片只會吃鮪魚一樣嫩</span><span class="push-ipdatetime"> 12/20 01:01
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">cysh0621</span><span class="f3 push-content">: 有些人就是愛那個騷才吃羊的</span><span class="push-ipdatetime"> 12/20 01:01
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">coco119</span><span class="f3 push-content">: 宵夜文... 好餓~~~</span><span class="push-ipdatetime"> 12/20 01:01
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">kiwiwoo</span><span class="f3 push-content">: 你把燒酒雞麻油雞放在哪裡</span><span class="push-ipdatetime"> 12/20 01:01
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">jimmmy</span><span class="f3 push-content">: 我吃素</span><span class="push-ipdatetime"> 12/20 01:01
</span></div>素薑母鴨 素羊肉爐 素藥燉排骨呢??
<div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">funster</span><span class="f3 push-content">: 好餓 想吃羊</span><span class="push-ipdatetime"> 12/20 01:02
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 生魚片吃鮭魚得才嫩XD 我就是</span><span class="push-ipdatetime"> 12/20 01:02
</span></div><span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:02:51
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">mart9266</span><span class="f3 push-content">: 薑母羊</span><span class="push-ipdatetime"> 12/20 01:02
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 不看內文就要噓是好朋友的表徵</span><span class="push-ipdatetime"> 12/20 01:02
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">p3295153</span><span class="f3 push-content">: 幹 消夜文</span><span class="push-ipdatetime"> 12/20 01:02
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">YishengSu</span><span class="f3 push-content">: 豬心冬粉 前提是燙熟之前豬是活的</span><span class="push-ipdatetime"> 12/20 01:03
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">epcl4uc96g4u</span><span class="f3 push-content">: 我麻辣鍋派的 其他都邪魔歪道</span><span class="push-ipdatetime"> 12/20 01:03
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">Waitaha</span><span class="f3 push-content">: 羊肉爐</span><span class="push-ipdatetime"> 12/20 01:03
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">k10055960</span><span class="f3 push-content">: 玉米紅蘿蔔白蘿蔔排骨湯,又甜又好ㄏ又暖和</span><span class="push-ipdatetime"> 12/20 01:03
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">nomorepipe</span><span class="f3 push-content">: 消夜文</span><span class="push-ipdatetime"> 12/20 01:03
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">d200190</span><span class="f3 push-content">: 哪來那麼多素,素覽叫啦</span><span class="push-ipdatetime"> 12/20 01:03
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dan5120</span><span class="f3 push-content">: 覽叫啦 那麼寒 喝完冷底</span><span class="push-ipdatetime"> 12/20 01:04
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">luckdot</span><span class="f3 push-content">: 林鳳營</span><span class="push-ipdatetime"> 12/20 01:04
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 最好吃的是素豆腐 炸素豆腐 素豆腐乳</span><span class="push-ipdatetime"> 12/20 01:04
</span></div>幹那就是豆腐阿
<div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">legendd</span><span class="f3 push-content">: 台南人都吃涮牛肉火鍋</span><span class="push-ipdatetime"> 12/20 01:04
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">dan5120</span><span class="f3 push-content">: 幹一堆亂入DER</span><span class="push-ipdatetime"> 12/20 01:04
</span></div><span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:05:20
</span><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">ontherun3325</span><span class="f3 push-content">: 兔肉鍋</span><span class="push-ipdatetime"> 12/20 01:05
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 吃九尾雞才爽</span><span class="push-ipdatetime"> 12/20 01:05
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">d200190</span><span class="f3 push-content">: 生摳鵝腸</span><span class="push-ipdatetime"> 12/20 01:05
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">a1chemy</span><span class="f3 push-content">: 藥燉排骨一票 羊肉爐根本麻煩只適合晚餐吃吧?</span><span class="push-ipdatetime"> 12/20 01:05
</span></div>你不懂 就是要沒吃晚餐餓到靠北然後去吃 瞬間那個甕會發光阿
比看到廟蟾還猛
<div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">a1chemy</span><span class="f3 push-content">: 居然沒麻油雞+麵線 怒噓</span><span class="push-ipdatetime"> 12/20 01:06
</span></div>剛剛那些通通可以點麵線
<span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:07:56
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">maydayholic</span><span class="f3 push-content">: 麻油雞</span><span class="push-ipdatetime"> 12/20 01:07
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">weboau</span><span class="f3 push-content">: 烏骨雞</span><span class="push-ipdatetime"> 12/20 01:07
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">richjf</span><span class="f3 push-content">: 你確定吃的是真羊肉?</span><span class="push-ipdatetime"> 12/20 01:07
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 你已經冷到沒東西彈出來了</span><span class="push-ipdatetime"> 12/20 01:07
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dennis2121</span><span class="f3 push-content">: 試看看三合一包</span><span class="push-ipdatetime"> 12/20 01:08
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">erguotou</span><span class="f3 push-content">: 噓沒有麻油雞</span><span class="push-ipdatetime"> 12/20 01:10
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">a1chemy</span><span class="f3 push-content">: 如果不考慮價錢的話我投佛跳牆(餓了)</span><span class="push-ipdatetime"> 12/20 01:10
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">dudu5566</span><span class="f3 push-content">: 你把麻油雞放哪去了</span><span class="push-ipdatetime"> 12/20 01:11
</span></div>晚餐
而且幹不對阿 那些豆腐什麼的 他們本來就素的吧
<span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:13:03
</span><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">tetani</span><span class="f3 push-content">: 沒麻辣鍋!?</span><span class="push-ipdatetime"> 12/20 01:13
</span></div>沒有 前幾天吃過了
<span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:16:09
</span><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 牛肉湯啦</span><span class="push-ipdatetime"> 12/20 01:16
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: 薑母鴨排擠單身魯宅 羊肉爐超貴 只能吃夜市的藥燉排骨</span><span class="push-ipdatetime"> 12/20 01:18
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: 嗚嗚</span><span class="push-ipdatetime"> 12/20 01:18
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">bottony20</span><span class="f3 push-content">: 都化學調的 爭什麼爭 參在一起做撒尿牛丸</span><span class="push-ipdatetime"> 12/20 01:18
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">drigo</span><span class="f3 push-content">: 可以問兔本哪一個好吃</span><span class="push-ipdatetime"> 12/20 01:20
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">qize1428</span><span class="f3 push-content">: 梅子雞啦幹</span><span class="push-ipdatetime"> 12/20 01:20
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 薑母鴨為什麼排單身?我一直會點一甕 胃口好一人吃完</span><span class="push-ipdatetime"> 12/20 01:20
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 胃口不好吃剩外帶 進可攻退可守</span><span class="push-ipdatetime"> 12/20 01:20
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: 真假,我沒辦法一個人吃掉一份orz</span><span class="push-ipdatetime"> 12/20 01:21
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 不過自從知道麻油都是假的以後 對薑母鴨食慾大減</span><span class="push-ipdatetime"> 12/20 01:21
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: 可是看到身邊都三五好友一桌 熱鬧的對比感覺哀傷阿…</span><span class="push-ipdatetime"> 12/20 01:22
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">shin30</span><span class="f3 push-content">: 我愛燒酒雞</span><span class="push-ipdatetime"> 12/20 01:22
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 我看身體狀況 大概三次有一次當場吃完</span><span class="push-ipdatetime"> 12/20 01:22
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 不會啊 再叫兩瓶米酒 一瓶加甕裡燉 一瓶慢慢加湯裡</span><span class="push-ipdatetime"> 12/20 01:23
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 看身邊那些幸福的一桌一桌 都覺得很想祝福他們 一個人也</span><span class="push-ipdatetime"> 12/20 01:23
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">WizZ</span><span class="f3 push-content">: 一起吃最討厭那種帶酒硬灌的 根本破壞味道</span><span class="push-ipdatetime"> 12/20 01:23
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">dan5120</span><span class="f3 push-content">: 薑母鴨超好ㄘ 可惜吃太多副作用ㄎㄎ</span><span class="push-ipdatetime"> 12/20 01:24
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 科科地吃吃笑笑</span><span class="push-ipdatetime"> 12/20 01:24
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 改天帶你去吃好吃的羊肉爐啦</span><span class="push-ipdatetime"> 12/20 01:24
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">pipiispipi</span><span class="f3 push-content">: aggressorX 你真的頗ㄏ</span><span class="push-ipdatetime"> 12/20 01:24
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: OAQ乾脆找你們陪吃好了 我是怕孤獨的小鳥胃魯魯</span><span class="push-ipdatetime"> 12/20 01:26
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">miyuki0222</span><span class="f3 push-content">: 薑母鴨吃膩了改吃別的</span><span class="push-ipdatetime"> 12/20 01:28
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: 樓上陪我吃::>_<::</span><span class="push-ipdatetime"> 12/20 01:29
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 一起去吃羊肉爐吧 在木柵</span><span class="push-ipdatetime"> 12/20 01:31
</span></div>這個我們偷偷來
<span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:32:12
</span><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">bruce8104</span><span class="f3 push-content">: 薑母羊排骨</span><span class="push-ipdatetime"> 12/20 01:33
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">as88885201</span><span class="f3 push-content">: 去打個炮整個都熱起來惹</span><span class="push-ipdatetime"> 12/20 01:33
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">miyuki0222</span><span class="f3 push-content">: 好一起吃 >/////<</span><span class="push-ipdatetime"> 12/20 01:34
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: 木柵有好吃的羊肉爐嗎</span><span class="push-ipdatetime"> 12/20 01:34
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">miyuki0222</span><span class="f3 push-content">: 咦 按到推了.</span><span class="push-ipdatetime"> 12/20 01:34
</span></div>欸欸....
<div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: M大>﹏<</span><span class="push-ipdatetime"> 12/20 01:34
</span></div><span class="f2">※ 編輯: gtrist0301 (123.194.134.217), 12/20/2014 01:35:53
</span><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">miyuki0222</span><span class="f3 push-content">: 我要補回來.</span><span class="push-ipdatetime"> 12/20 01:38
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">skunklin</span><span class="f3 push-content">: 先噓小弟妹三字</span><span class="push-ipdatetime"> 12/20 01:39
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 如果你是miyuki0223 就是同好 這樣不揪了</span><span class="push-ipdatetime"> 12/20 01:40
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: 0223是啥</span><span class="push-ipdatetime"> 12/20 01:41
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">miyuki0222</span><span class="f3 push-content">: 為什麼要0223 222不好嗎</span><span class="push-ipdatetime"> 12/20 01:42
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 我親戚家開的羊肉爐在木柵 好吃</span><span class="push-ipdatetime"> 12/20 01:44
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 沒事 就是 是否同好的指標 同好可聊的就多了</span><span class="push-ipdatetime"> 12/20 01:48
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">RockDOBE</span><span class="f3 push-content">: 麻油汪汪鍋</span><span class="push-ipdatetime"> 12/20 01:48
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">miyuki0222</span><span class="f3 push-content">: 哦......我很難聊得別擔心</span><span class="push-ipdatetime"> 12/20 01:48
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 我準備一個人出發去吃薑母鴨了 唉 明天8:30上班</span><span class="push-ipdatetime"> 12/20 01:48
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">pto635</span><span class="f3 push-content">: 我怕冷啊</span><span class="push-ipdatetime"> 12/20 01:53
</span></div><div class="push"><span class="f1 hl push-tag">→ </span><span class="f3 hl push-userid">seon520</span><span class="f3 push-content">: 燒酒雞</span><span class="push-ipdatetime"> 12/20 02:06
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">dodoorca</span><span class="f3 push-content">: 嘟嘟嚕</span><span class="push-ipdatetime"> 12/20 02:36
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">potbkbo</span><span class="f3 push-content">: 你把燒酒雞放在哪裡?</span><span class="push-ipdatetime"> 12/20 02:55
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">BRANFORD</span><span class="f3 push-content">: 我回來了 我好飽 我真的好飽</span><span class="push-ipdatetime"> 12/20 03:00
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">SimonAllen</span><span class="f3 push-content">: 沙鍋魚頭 阿嘶~</span><span class="push-ipdatetime"> 12/20 03:45
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">honeyney1120</span><span class="f3 push-content">: 應該是木炭吧</span><span class="push-ipdatetime"> 12/20 04:59
</span></div><div class="push"><span class="f1 hl push-tag">噓 </span><span class="f3 hl push-userid">whoisanky</span><span class="f3 push-content">: b大為什麼拋棄我</span><span class="push-ipdatetime"> 12/20 08:55
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">ingrid6565</span><span class="f3 push-content">: 當然是羊肉爐</span><span class="push-ipdatetime"> 12/20 09:51
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">polomarco</span><span class="f3 push-content">: 藥燉排骨 無誤,溫補不傷身</span><span class="push-ipdatetime"> 12/20 11:52
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">rinsoukan</span><span class="f3 push-content">: 羊肉爐</span><span class="push-ipdatetime"> 12/20 14:05
</span></div><div class="push"><span class="hl push-tag">推 </span><span class="f3 hl push-userid">INNBUG</span><span class="f3 push-content">: 火鍋才是霸主</span><span class="push-ipdatetime"> 12/20 18:48
</span></div></div>
<div id="article-polling" data-pollurl="/poll/Gossiping/M.1419007970.A.1C8.html?cacheKey=2052-1348370486&offset=14093&offset-sig=bf675ced77338c53f69cc0cb9322b1feabc36b45" data-longpollurl="/v1/longpoll?id=66378ca79630aa7eccb0d3fc06611009d3aac247" data-offset="14093">推文自動更新已關閉</div>
<div class="bbs-screen bbs-footer-message">本網站已依台灣網站內容分級規定處理。此區域為限制級,未滿十八歲者不得瀏覽。</div>
</div>
</body></html> | iultimatez/PTTScraper | result/M.1419007970.A.1C8.html | HTML | mit | 35,225 |
WikiLinkGraphs is a dataset of the network of internal Wikipedia links for 9 language editions: <strong>de, en, es, fr, it, nl, pl, ru, sv</strong>. This dataset spans over 17 years, from the creation of Wikipedia in 2001 to March 2018. The dataset has been produced by processing Wikimedia's <a href="https://dumps.wikimedia.org/">history dumps</a>.
| CristianCantoro/webpage | datasets/_wikilinkgraphs/descriptions/wikilinkgraphs.html | HTML | mit | 352 |
{{define "navbar"}}
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Simply Template</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="collapse navbar-collapse">
{{ if .Global.User }}
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{.Global.User.String}}<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="/settings">Settings</a></li>
<li class="divider"></li>
<li><a href="/logout">Logout</a></li>
</ul>
</li>
</ul>
{{ else }}
<ul class="nav navbar-nav navbar-right">
<li><a href="/login">Login</a></li>
</ul>
{{ end }}
</div><!--/.nav-collapse -->
</div><!--/.nav-collapse -->
</div>
</div><!--/.navbar -->
{{ end }} | simplymeasured/simply-go-appengine | views/layout/navbar.html | HTML | mit | 1,664 |
<!doctype html>
<html>
<head>
<title>Sam</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<article>
<header id="transcript"><i>“Play Tear You Down”</i></header>
<h2>Player</h2>
<div id="player"></div>
</article>
<footer>
<hr>
<a href="http://soundcloud.com/"><img src="img/soundcloud.png"></a>
<button id="restart-button">Restart speech recognizer</button>
</footer>
<script src="//connect.soundcloud.com/sdk.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"></script>
<script src="js/main.js"></script>
<script>
var player = new MusicPlayer('{{soundcloudClientId}}',
'{{soundcloudRedirectUri}}');
var playerActions = {
search: {
callback: function (query) {
player.search(query, function (tracks) {
// TODO: render a table of tracks
});
},
minLength: 1,
interim: false
},
play: {
callback: function (query) {
var recognizer = this;
player.search(query, function (tracks) {
var track = tracks.filter(function (track) {
return track.streamable;
})[0];
player.stream(track, function (sound) {
var $player = document.getElementById('player');
recognizer.actions.pause = {
callback: function () { sound.pause(); },
minLength: 0,
interim: true,
similar: ['paws', 'pos']
};
recognizer.actions.resume = {
callback: function () { sound.resume(); },
minLength: 0,
interim: true
};
recognizer.actions.stop = {
callback: function () { sound.stop(); $player.innerHTML = ''; },
minLength: 0,
interim: true
};
$player.innerHTML = player.renderTrack(track);
sound.play();
});
});
},
minLength: 1,
interim: false
},
embed: {
callback: function (query) {
player.search(query, function (tracks) {
player.embed(tracks.filter(function (track) {
return track.embeddable_by == 'all';
})[0], document.getElementById('player'));
});
// TODO: add actions for pause, resume
},
minLength: 1,
interim: false
}
};
var recognizer = new SpeechRecognizer(playerActions, function (transcript) {
document.getElementById('transcript').innerHTML = transcript;
});
recognizer.start();
document.getElementById('restart-button').addEventListener('click', function () {
recognizer.restart();
});
</script>
</body>
</html>
| tomshen/sam | views/index.html | HTML | mit | 2,932 |
<!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, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="theme-color" content="#f8f5ec" />
<meta name="msapplication-navbutton-color" content="#f8f5ec">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec">
<meta name="description" content="Python Cheat Sheet"/>
<meta name="keywords" content="Python, NehzUx" />
<link rel="alternate" href="/default" title="NehzUx">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=2.6.0" />
<link rel="canonical" href="http://yoursite.com/2017/03/01/Python-Cheat-Sheet/"/>
<link rel="stylesheet" type="text/css" href="/css/style.css?v=2.6.0" />
<script id="baidu_push">
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<title> Python Cheat Sheet - NehzUx </title>
</head>
<body><div id="mobile-navbar" class="mobile-navbar">
<div class="mobile-header-logo">
<a href="/." class="logo">NehzUx</a>
</div>
<div class="mobile-navbar-icon">
<span></span>
<span></span>
<span></span>
</div>
</div>
<nav id="mobile-menu" class="mobile-menu slideout-menu">
<ul class="mobile-menu-list">
<a href="/">
<li class="mobile-menu-item">
Home
</li>
</a>
<a href="/archives/">
<li class="mobile-menu-item">
Archives
</li>
</a>
</ul>
</nav>
<div class="container" id="mobile-panel">
<header id="header" class="header"><div class="logo-wrapper">
<a href="/." class="logo">NehzUx</a>
</div>
<nav class="site-navbar">
<ul id="menu" class="menu">
<li class="menu-item">
<a class="menu-item-link" href="/">
Home
</a>
</li>
<li class="menu-item">
<a class="menu-item-link" href="/archives/">
Archives
</a>
</li>
</ul>
</nav>
</header>
<main id="main" class="main">
<div class="content-wrapper">
<div id="content" class="content">
<article class="post">
<header class="post-header">
<h1 class="post-title">
Python Cheat Sheet
</h1>
<div class="post-meta">
<span class="post-time">
2017-03-01
</span>
</div>
</header>
<div class="post-content">
<ol>
<li><p>输出<br><code>print (strA, strB, strC)</code> 打印三个字符串之间间隔一个空格</p>
</li>
<li><p>输入<br><code>name = input('please enter your name: ')</code> 读入一个输入</p>
</li>
<li><p>Python是大小写敏感的</p>
</li>
<li><p>数据类型</p>
<ul>
<li>整数:1,100, 0xff00</li>
<li>浮点数:3.14,-9.01,1.23e9,1.2e-5</li>
<li>字符串:’’或””皆可,注意转义字符如果有需要的话</li>
<li>布尔值:True/False,注意大写,布尔运算使用:and or not</li>
<li>空值:None,特殊定义</li>
</ul>
</li>
<li><p><code>a = 'ABC'</code>执行过程:先在内存中创建一个字符串’ABC’,再创建一个变量a并指向字符串。这样也就可以理解为什么</p>
<figure class="highlight python"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div><div class="line">3</div><div class="line">4</div></pre></td><td class="code"><pre><div class="line">a = <span class="string">'ABC'</span></div><div class="line">b = a</div><div class="line">a = <span class="string">'XYZ'</span></div><div class="line">print(b)</div></pre></td></tr></table></figure>
<p> 输出是’ABC’而不是’XYZ’,因为第三行只是重新创建了一个字符串,并将a指向它,并不会改变b</p>
</li>
<li><p>字符串和字符编码:暂略</p>
</li>
<li><p>格式化输出:’Hello, %s’ % (‘world’)<br>其中 %d:整数, %f:浮点数, %s:字符串</p>
</li>
<li><p>条件判断: if … elif … else …</p>
</li>
<li><p>整数序列:range()</p>
</li>
<li><p>list</p>
<ul>
<li>创建: <code>classmates = ['Michael', 'Bob', 'Tracy']</code></li>
<li>len()可以获得长度</li>
<li>索引从0开始到len(xxx)-1, 越界会报IndexError错误</li>
<li><code>classmates.append(element)</code>追加元素到列表尾</li>
<li><code>classmates.insert(1, 'Jack')</code>插入元素到1号位置,即classmates[1]变成了’Jack’</li>
<li><code>classmates.pop(i)</code>可以删除最后第i个元素,没有i就是最后一个</li>
<li><code>classmates[1]='John'</code>可以直接修改元素</li>
</ul>
</li>
<li><p>tuple</p>
<ul>
<li>创建: <code>classmates = ('Michael', 'Bob', 'Tracy')</code></li>
<li>tuple不可以修改</li>
</ul>
</li>
<li><p>dict: key-value结构,Hash查找,速度极快,无序存储</p>
<ul>
<li>创建: <code>d = {'Michael': 95, 'Bob': 75, 'Tracy': 85}</code></li>
<li>索引: <code>d['Michael']</code></li>
<li>添加/修改: <code>d['Adam'] = 67</code></li>
<li>检验存在性: <code>'cat' in d</code></li>
<li>另一种检验存在性: <code>d.get('Thomas', -1)</code>,如果不存在就返回-1</li>
<li>删除元素: <code>del d['Adam']</code>或者<code>pop(key)</code></li>
<li>遍历: <code>for name, score in d.iteritems():</code></li>
</ul>
</li>
<li><p>set: 类似数学上的集合</p>
<ul>
<li>创建: <code>s = set([1, 2, 3])</code>,无序存储</li>
<li>添加元素: <code>add(key)</code></li>
<li>删除元素: <code>remove(key)</code></li>
<li>检验存在性: <code>key in s</code></li>
<li>数学集合操作: <code>s1 & s2</code>集合交,<code>s1 | s2</code>集合并</li>
<li>set中不可以有可变对象,类似dict</li>
</ul>
</li>
<li><p>函数</p>
<ul>
<li>函数可以返回多个值, <code>return x, y</code>,事实上是返回了一个tuple,再把tuple赋给多个变量</li>
<li>函数可以使用isinstance来检查传入参数的类型是否符合要求</li>
<li>可以有默认参数、可变参数、关键字参数等</li>
</ul>
</li>
<li><p>面向对象:</p>
<ul>
<li>创建: <code>class Student(object):</code>, 定义初始化方法<figure class="highlight python"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line">2</div><div class="line">3</div></pre></td><td class="code"><pre><div class="line"><span class="function"><span class="keyword">def</span> <span class="title">__init__</span><span class="params">(self, name, score)</span>:</span></div><div class="line"> self.name = name</div><div class="line"> self.score = score</div></pre></td></tr></table></figure>
</li>
</ul>
</li>
</ol>
</div>
<div class="post-copyright">
<p class="copyright-item">
<span>Author: </span>
<a href="http://yoursite.com">Zhen XU</a>
</p>
<p class="copyright-item">
<span>Link: </span>
<a href="http://yoursite.com/2017/03/01/Python-Cheat-Sheet/">http://yoursite.com/2017/03/01/Python-Cheat-Sheet/</a>
</p>
<p class="copyright-item">
<span>License: </span>
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/" target="_blank">知识共享署名-非商业性使用 4.0 国际许可协议</a>
</p>
</div>
<footer class="post-footer">
<div class="post-tags">
<a href="/tags/Python/">Python</a>
</div>
<nav class="post-nav">
<a class="prev" href="/2017/03/01/Python-Numerical-Analysis-Cheat-Sheet/">
<i class="iconfont icon-left"></i>
<span class="prev-text nav-default">Python Numerical Analysis Cheat Sheet</span>
<span class="prev-text nav-mobile">Prev</span>
</a>
<a class="next" href="/2016/10/16/Societe-Generale-15年练手编程题小结/">
<span class="next-text nav-default">Société Générale 15年练手编程题小结</span>
<span class="prev-text nav-mobile">Next</span>
<i class="iconfont icon-right"></i>
</a>
</nav>
</footer>
</article>
</div>
<div class="comments" id="comments">
</div>
</div>
</main>
<footer id="footer" class="footer">
<div class="social-links">
<a href="mailto:[email protected]" class="iconfont icon-email" title="email"></a>
<a href="/atom.xml" class="iconfont icon-rss" title="rss"></a>
</div>
<div class="copyright">
<span class="power-by">
Powered by <a class="hexo-link" href="https://hexo.io/">Hexo</a>
</span>
<span class="division">|</span>
<span class="theme-info">
Theme -
<a class="theme-link" href="https://github.com/ahonn/hexo-theme-even">Even</a>
</span>
<span class="copyright-year">
©
2015 -
2018
<span class="heart">
<i class="iconfont icon-heart"></i>
</span>
<span class="author">Zhen XU</span>
</span>
</div>
</footer>
<div class="back-to-top" id="back-to-top">
<i class="iconfont icon-up"></i>
</div>
</div>
<script type="text/javascript" src="/lib/jquery/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="/lib/slideout/slideout.js"></script>
<script type="text/javascript" src="/js/src/even.js?v=2.6.0"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=2.6.0"></script>
</body>
</html>
| NehzUx/NehzUx.github.io | 2017/03/01/Python-Cheat-Sheet/index.html | HTML | mit | 10,668 |
<!DOCTYPE html>
<html>
<head>
<title>Polo Arqueológico de Viseu - PAV360 - Casa do Miradouro</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<style> @-ms-viewport { width: device-width; } </style>
<link rel="stylesheet" href="vendor/reset.min.css">
<link rel="stylesheet" href="stylealt.css">
<link rel="stylesheet" href="plugin/leaflet/dist/leaflet.css" />
<script src="plugin/leaflet/dist/leaflet.js"></script>
<link rel="stylesheet" href="modal/jquery.modal.min.css" />
<link rel="stylesheet" href="lightbox/simple-lightbox.min.css" />
<link rel="stylesheet" href="pav.css">
<link rel="stylesheet" href="jccidade.css">
</head>
<body class="multiple-scenes view-control-buttons">
<div id="pano"></div>
<div id="sceneList">
<ul class="scenes">
<a href="../index.html" class="scene pav-title" data-id="">
<li class="text">PAV360</li>
</a>
<a href='#' class='scene' data-id='0-fachada-principal'><li class='text'>Fachada principal</li></a>
<a href='#' class='scene' data-id='1-jardim-1'><li class='text'>Jardim 1</li></a>
<a href='#' class='scene' data-id='2-fachada-lateral'><li class='text'>Fachada Lateral</li></a>
<a href='#' class='scene' data-id='3-fachada-posterior'><li class='text'>Fachada Posterior</li></a>
<a href='#' class='scene' data-id='4-jardim-2'><li class='text'>Jardim 2</li></a>
<a href='#' class='scene' data-id='5-jardim-3'><li class='text'>Jardim 3</li></a>
<a href='#' class='scene' data-id='6-jardim-4'><li class='text'>Jardim 4</li></a>
<a href='#' class='scene' data-id='7-jardim-5'><li class='text'>Jardim 5</li></a>
</ul>
</div>
<div id="titleBar">
<div class="sceneName"></div>
</div>
<div id="floorBar">
<div id="mapid"></div>
</div>
<div id="mapToggle" onclick="toggleFloor()" class="modal_right modali">
<img class="icon" src="img/map.svg">
</div>
<a href="javascript:void(0)" id="autorotateToggle">
<img class="icon off" src="img/play.png">
<img class="icon on" src="img/pause.png">
</a>
<a href="javascript:void(0)" id="fullscreenToggle">
<img class="icon off" src="img/fullscreen.png">
<img class="icon on" src="img/windowed.png">
</a>
<a href="javascript:void(0)" id="sceneListToggle">
<img class="icon off" src="img/expand.png">
<img class="icon on" src="img/collapse.png">
</a>
<a href="javascript:void(0)" id="viewUp" class="viewControlButton viewControlButton-1">
<img class="icon" src="img/up.png">
</a>
<a href="javascript:void(0)" id="viewDown" class="viewControlButton viewControlButton-2">
<img class="icon" src="img/down.png">
</a>
<a href="javascript:void(0)" id="viewLeft" class="viewControlButton viewControlButton-3">
<img class="icon" src="img/left.png">
</a>
<a href="javascript:void(0)" id="viewRight" class="viewControlButton viewControlButton-4">
<img class="icon" src="img/right.png">
</a>
<a href="javascript:void(0)" id="viewIn" class="viewControlButton viewControlButton-5">
<img class="icon" src="img/plus.png">
</a>
<a href="javascript:void(0)" id="viewOut" class="viewControlButton viewControlButton-6">
<img class="icon" src="img/minus.png">
</a>
<div id="historia_da_casa" class="modal">
<div class="modal_content_main">
<div class="fullmodal">
<iframe width="560" height="315" src="https://www.youtube.com/embed/WcWalAiFEjQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<div id="oficinas" class="modal">
<div class="modal_content_main">
<div class="modal_content_left-50">
<div class="gallery">
<a href="fotos/oficinas.jpg"><img src="fotos/oficinas.jpg" class="responsive-image" alt="" title=""/></a>
</div>
</div>
<div class="modal_content_right-50">
<h1><span class="modal_titulo">O sentido da vida</span></h1>
<p>Durante o ano, o Polo Arqueológico de Viseu dinamiza oficinas, para os mais pequenos e famílias, dedicadas a explorar a Arqueologia, incluindo experiências simuladas de escavações arqueológicas.</p>
<p> Para mais informações:</p>
<p> 232 425 388 </p>
<p>[email protected]</p>
</div>
</div>
</div>
<a href="#ficha" class="modal_left modali" rel="modal:open"><img class="icon" src="img/settings-24px.svg"></a>
<div id="ficha" class="modal">
<div class="modal_content_main">
<div class="modal_content_left-50">
<h1><span class="modal_titulo">Apresentação</span></h1>
<p>A Casa do Miradouro é um edifício localizado no Centro Histórico de Viseu, com construção original datada do século XVI. Casa de habitação de famílias abastadas, é desde 2019, sede do Polo Arqueológico de Viseu, serviço que agrega os recursos municipais para a área da Arqueologia.</p>
<h2 class="modal_subtitulo">Contactos</h2>
<p>Casa do Miradouro<br>
Largo António José Pereira<br>
Viseu 3500-080 Portugal</p>
<p>Telefone 232 425 388<br>
Email [email protected]</p>
</div>
</div>
<div class="modal_content_right-50">
<h1><span class="modal_titulo">Créditos</span></h1>
<p>Conceção, conteúdo e implementação pela equipa PAV. </p>
<p>No desenvolvimento deste projeto foi utilizado, exclusivamente, Software Livre e Open Source.</p>
<h2 class="modal_subtitulo">Créditos adicionais</h2>
<p>Vídeo: DECIPRE - Divisão de Comunicação Informação Protocolo e Relações Externas, CMV.</p>
</div>
</div>
</div>
<script>
var mymap = L.map('mapid').setView([40.66079, -7.91085], 19);
var OpenStreetMap_Mapnik = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(mymap);
function fmarker0() {
switchScene(scenes[0]);
}
var marker0 = L.marker([40.66066, -7.91074]).addTo(mymap);
marker0.on('click', fmarker0 );
function fmarker1() {
switchScene(scenes[1]);
}
var marker1 = L.marker([40.66059, -7.91081]).addTo(mymap);
marker1.on('click', fmarker1 );
function fmarker2() {
switchScene(scenes[2]);
}
var marker2 = L.marker([40.66069, -7.91105]).addTo(mymap);
marker2.on('click', fmarker2 );
function fmarker3() {
switchScene(scenes[3]);
}
var marker3 = L.marker([40.66093, -7.91088]).addTo(mymap);
marker3.on('click', fmarker3 );
function fmarker4() {
switchScene(scenes[4]);
}
var marker4 = L.marker([40.66058, -7.91095]).addTo(mymap);
marker4.on('click', fmarker4 );
function fmarker5() {
switchScene(scenes[5]);
}
var marker5 = L.marker([40.66052, -7.91111]).addTo(mymap);
marker5.on('click', fmarker5 );
function fmarker6() {
switchScene(scenes[6]);
}
var marker6 = L.marker([40.66052, -7.91093]).addTo(mymap);
marker6.on('click', fmarker6 );
function fmarker7() {
switchScene(scenes[7]);
}
var marker7 = L.marker([40.66045, -7.91111]).addTo(mymap);
marker7.on('click', fmarker7 );
</script>
<script src="mapa/jquery.min.js"></script>
<script src="vendor/es5-shim.js"></script>
<script src="vendor/eventShim.js"></script>
<script src="vendor/classList.js"></script>
<script src="vendor/requestAnimationFrame.js" ></script>
<script src="vendor/screenfull.min.js" ></script>
<script src="vendor/bowser.min.js" ></script>
<script src="vendor/marzipano.js" ></script>
<script src="data.js"></script>
<script src="vtindex.js"></script>
<script src="lightbox/simple-lightbox.min.js"></script>
<script src="modal/jquery.modal.min.js"></script>
<script src="init.js"></script>
<script>
(function() {
var $gallery = new SimpleLightbox('.gallery a', {
nav: false,
captions: false,
showCounter: false,
animationSpeed: 100
});
})();
function toggleFloor() {
var x = document.getElementById("floorBar");
if (x.style.width === "0%") {
x.style.width = "30%";
x.style.opacity = "1.0";
} else {
x.style.opacity = "0.0";
setTimeout(closewidth, 500);
}
}
function closewidth() {
var x = document.getElementById("floorBar");
x.style.width = "0%";
}
</script>
</body>
</html>
| nafergo/nafergo.github.io | images/13408934789347895hewiruh348957s/cm/index.html | HTML | mit | 8,280 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>higman-cf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1 / higman-cf - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
higman-cf
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-16 15:55:17 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-16 15:55:17 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 1 Virtual package relying on perl
coq 8.7.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.08.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.08.1 Official release 4.08.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/higman-cf"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/HigmanCF"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: Higman's lemma"
"keyword: extraction"
"category: Mathematics/Combinatorics and Graph Theory"
"category: Miscellaneous/Extracted Programs/Combinatorics"
]
authors: [
"Stefan Berghofer"
]
bug-reports: "https://github.com/coq-contribs/higman-cf/issues"
dev-repo: "git+https://github.com/coq-contribs/higman-cf.git"
synopsis: "A direct constructive proof of Higman's Lemma"
description: """
This development formalizes in Coq the Coquand-Friedlender proof of
Higman's lemma for a two-letter alphabet.
An efficient program can be extracted from the proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/higman-cf/archive/v8.10.0.tar.gz"
checksum: "md5=27d30246ec18035e8a687c43531a5c23"
}
</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-higman-cf.8.10.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1).
The following dependencies couldn't be met:
- coq-higman-cf -> coq >= 8.10
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-higman-cf.8.10.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.1/higman-cf/8.10.0.html | HTML | mit | 7,021 |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
/* Body style, for the entire document */
body {
background: #F3F3F4;
color: #1E1E1F;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
padding: 0;
margin: 0;
}
/* Header1 style, used for the main title */
h1 {
padding: 10px 0px 10px 10px;
font-size: 21pt;
background-color: #E2E2E2;
border-bottom: 1px #C1C1C2 solid;
color: #201F20;
margin: 0;
font-weight: normal;
}
/* Header2 style, used for "Overview" and other sections */
h2 {
font-size: 18pt;
font-weight: normal;
padding: 15px 0 5px 0;
margin: 0;
}
/* Header3 style, used for sub-sections, such as project name */
h3 {
font-weight: normal;
font-size: 15pt;
margin: 0;
padding: 15px 0 5px 0;
background-color: transparent;
}
h4 {
font-weight: normal;
font-size: 12pt;
margin: 0;
padding: 0 0 0 0;
background-color: transparent;
}
/* Color all hyperlinks one color */
a {
color: #1382CE;
}
/* Paragraph text (for longer informational messages) */
p {
font-size: 10pt;
}
/* Table styles */
table {
border-spacing: 0 0;
border-collapse: collapse;
font-size: 10pt;
}
table th {
background: #E7E7E8;
text-align: left;
text-decoration: none;
font-weight: normal;
padding: 3px 6px 3px 6px;
}
table td {
vertical-align: top;
padding: 3px 6px 5px 5px;
margin: 0px;
border: 1px solid #E7E7E8;
background: #F7F7F8;
}
.NoBreakingChanges {
color: darkgreen;
font-weight:bold;
}
.FewBreakingChanges {
color: orange;
font-weight:bold;
}
.ManyBreakingChanges {
color: red;
font-weight:bold;
}
.BreakDetails {
margin-left: 30px;
}
.CompatMessage {
font-style: italic;
font-size: 10pt;
}
.GoodMessage {
color: darkgreen;
}
/* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */
.localLink {
color: #1E1E1F;
background: #EEEEED;
text-decoration: none;
}
.localLink:hover {
color: #1382CE;
background: #FFFF99;
text-decoration: none;
}
/* Center text, used in the over views cells that contain message level counts */
.textCentered {
text-align: center;
}
/* The message cells in message tables should take up all avaliable space */
.messageCell {
width: 100%;
}
/* Padding around the content after the h1 */
#content {
padding: 0px 12px 12px 12px;
}
/* The overview table expands to width, with a max width of 97% */
#overview table {
width: auto;
max-width: 75%;
}
/* The messages tables are always 97% width */
#messages table {
width: 97%;
}
/* All Icons */
.IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded {
min-width: 18px;
min-height: 18px;
background-repeat: no-repeat;
background-position: center;
}
/* Success icon encoded */
.IconSuccessEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==);
}
/* Information icon encoded */
.IconInfoEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=);
}
/* Warning icon encoded */
.IconWarningEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==);
}
/* Error icon encoded */
.IconErrorEncoded {
/* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */
/* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=);
}
</style>
</head>
<body>
<h1 _locid="PortabilityReport">.NET Portability Report</h1>
<div id="content">
<div id="submissionId" style="font-size:8pt;">
<p>
<i>
Submission Id
fe1af6ea-37b1-42d4-bf68-f4f1791d1e57
</i>
</p>
</div>
<h2 _locid="SummaryTitle">
<a name="Portability Summary"></a>Portability Summary
</h2>
<div id="summary">
<table>
<tbody>
<tr>
<th>Assembly</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
</tr>
<tr>
<td><strong><a href="#OpenResKit.Runtime">OpenResKit.Runtime</a></strong></td>
<td class="text-center">74.42 %</td>
<td class="text-center">74.42 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">74.42 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="OpenResKit.Runtime"><h3>OpenResKit.Runtime</h3></a>
<table>
<tbody>
<tr>
<th>Target type</th>
<th>ASP.NET 5,Version=v1.0</th>
<th>Windows,Version=v8.1</th>
<th>.NET Framework,Version=v4.6</th>
<th>Windows Phone,Version=v8.1</th>
<th>Recommended changes</th>
</tr>
<tr>
<td>System.ComponentModel.Composition.AttributedModelServices</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetContractName(System.Type)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Hosting.AggregateCatalog</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Collections.Generic.IEnumerable{System.ComponentModel.Composition.Primitives.ComposablePartCatalog})</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Hosting.AssemblyCatalog</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.Reflection.Assembly)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Hosting.CompositionBatch</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Hosting.CompositionContainer</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.ComponentModel.Composition.Primitives.ComposablePartCatalog,System.ComponentModel.Composition.Hosting.ExportProvider[])</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Compose(System.ComponentModel.Composition.Hosting.CompositionBatch)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Hosting.DirectoryCatalog</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">#ctor(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Hosting.ExportProvider</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetExportedValue``1(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetExportedValues``1(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Primitives.ComposablePartCatalog</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Parts</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.Primitives.ComposablePartDefinition</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetPartType(System.ComponentModel.Composition.Primitives.ComposablePartDefinition)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Type</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td style="padding-left:2em">get_Assembly</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>.GetTypeInfo().Assembly</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/op/openreskit.runtime.0.1.28/OpenResKit.Runtime-net45.html | HTML | mit | 25,038 |
{% extends "reciprocity/base.html" %}
{% block title %}
Registration Complete
{% endblock %}
{% block content %}
<p>Check your email to finish registration.</p>
{% endblock %}
| TeamReciprocity/reciprocity | reciprocity/reciprocity/templates/registration/registration_complete.html | HTML | mit | 186 |
<h1>Current challenges</h1>
<hr />
<div class="flexibox-row" style="padding:0 18px;">
<md-list class="flex-grow-1">
<h3 md-subheader>Current challenges</h3>
<md-list-item *ngFor="let challenge of challenges">
<a routerLink="/streaming/{{challenge.challengeId}}"><md-icon md-list-avatar>ondemand_video</md-icon></a>
<md-icon md-list-avatar>folder</md-icon>
<h4 md-line>{{challenge.challengeId}}</h4>
<p md-line> {{challenge.timestamp | date}} </p>
</md-list-item>
<md-divider></md-divider>
<h3 md-subheader>Recently finished</h3>
<!--<md-list-item *ngFor="let note of notes">
<md-icon md-list-avatar>note</md-icon>
<h4 md-line>{{note.name}}</h4>
<p md-line> {{note.updated | date}} </p>
</md-list-item>-->
</md-list>
</div>
<div class="md-fav-bottom">
<button md-fab (click)="reload()"><md-icon>autorenew</md-icon></button>
</div>
| semagarcia/javascript-kata-player | src/app/current-challenge-list/current-challenge-list.component.html | HTML | mit | 904 |
<!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>
<title>John Meisburg - contact</title>
<meta charset="utf-8" />
<meta name="description" content="Portfolio of John Meisburg - Front End Developer">
<meta name="keywords" content="web designer, web design, web developer, web development, front end developer, front end development, html, css, jquery">
<meta name="author" content="John Meisburg">
<meta property="og:title" content="John Meisburg's Facebook Page">
<meta property="og:type" content="Website">
<meta property="og:url" content="http://www.johnmeisburg.com">
<meta name="viewport" content="width=device-width" />
<meta property="og:image" content="http://www.johnmeisburg.com/img/john.jpg">
<meta property="og:image:width" content="590">
<meta property="og:image:height" content="481">
<meta property="fb:app_id" content="462812130493211">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300, 700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="stylesheets/app.css">
<link rel="stylesheet" href="stylesheets/general.css">
<link rel="stylesheet" href="stylesheets/contact.css">
<script src="javascripts/vendor/custom.modernizr.js"></script>
</head>
<body>
<header>
<div class="row">
<div class="small-12 large-12 columns">
<a href="http://johnmeisburg.com"><img class="logo" src="img/logo.svg" alt=""></a>
<div class="icon" id="mobile_icon" aria-hidden="true" data-icon=""></div>
<ul class="social">
<li class="facebook"><a href="https://www.facebook.com/pages/John-Meisburg/162796213906332" <span aria-hidden="true" data-icon="" title="Like me on Facebook" target="_blank"></a></li>
<li class="twitter"><a href="http://www.twitter.com/johnmeisburg" aria-hidden="true" data-icon="" title="Follow me on Twitter" target="_blank"></a></li>
<li class="linkedin"><a href="http://www.linkedin.com/in/johnmeisburg/" aria-hidden="true" data-icon="" title="Connect with me on Linkedin" target="_blank"></a></li>
</ul>
<nav class="nav">
<ul>
<li><a href="about.html">about</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="/blog">blog</a></li>
<li><a class="selected" href="contact.html">contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<section class="row contact-top">
<div class="contact-item">
<div class="contact-text">
<h1>contact</h1>
<p class="intro">Let's make something together.</p>
<ul class="social-contact">
<li><a href="https://www.facebook.com/pages/John-Meisburg/162796213906332" target="_blank" class="facebook-contact">Like me on Facebook</a></li>
<li><a href="http://www.twitter.com/johnmeisburg" target="_blank" class="twitter-contact">Follow me on Twitter</a></li>
<li><a href="http://www.linkedin.com/in/johnmeisburg/" class="linkedin-contact" target="_blank">Connect with me on Linkedin</a></li>
</ul>
</div>
<div class="contact-pic-cont">
<img class="contact-pic" src="img/contact.jpg" alt="John Meisburg Picture">
</div>
</div>
</section>
<section class="contact-btm dark">
<form method="post" action="send_form_email.php">
<div class="row">
<div class="large-12 columns">
<h2>Send me an email</h2>
</div>
<div class="large-12 columns">
<div class="form-1 small-12 large-6 columns">
<label for="name">Your name:</label>
<input name="name" type="text" required>
<label for="email">Your email:</label>
<input name="email" type="text" required>
</div>
<div class="form-2 small-12 large-6 columns">
<label for="comments">Your message:</label>
<textarea name="comments" required></textarea>
</div>
<div class="center form-2 small-12 medium-3 large-3 columns">
<button type="submit" value="submit" class="large">Send your email</button></div>
</div>
</div>
</form>
</section>
<footer class="footer">
<div class="row">
<div class="footer small-12 large-12 columns">
<div class="arrowcontainer">
<a href="#top" class="top"></a>
</div>
<div class="left">
<p>© 2013 John Meisburg</p>
</div>
<div class="right">
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FJohn-Meisburg%2F162796213906332&width=100&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false&appId=462812130493211" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
<a href="https://twitter.com/johnmeisburg" class="twitter-follow-button" data-show-count="false">Follow @johnmeisburg</a>
</div>
</div>
</div>
</footer>
<script src="javascripts/vendor/jquery-1.10.2.min.js"></script>
<script src="javascripts/vendor/script.js"></script>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'javascripts/vendor/zepto' : 'javascripts/vendor/jquery') +
'.js><\/script>')
</script>
<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>
<script src="javascripts/foundation/foundation.min.js"></script>
<script>
$(document).foundation();
</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-43421528-1', 'johnmeisburg.com');
ga('send', 'pageview');
</script>
</body>
</html>
| jmeisburg/homepage | contact.html | HTML | mit | 6,381 |
<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">ㄕ<sup class="subfont">ˊ</sup> ㄙ<sup class="subfont">ˇ</sup> | ㄕㄥ</td></tr>
<tr><th class="ztd1"><b>漢語拼音 </b></th><td class="ztd2"><font class="english_word">shí sǐ yī shēng</font></td></tr>
<tr><th class="ztd1"><b>釋義 </b></th><td class="ztd2"> 義參「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000448%22.%26v%3D-1" class="clink" target=_blank>九死一生</a>」。見「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000448%22.%26v%3D-1" class="clink" target=_blank>九死一生</a>」條。</font></td></tr>
<tr><th class="ztd1"><b><style>.tableoutfmt2 .std1{width:3%;}</style></b></th><td class="ztd2"><table class="fmt16_table"><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>參考詞語︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000448%22.%26v%3D-1" class="clink" target=_blank>九死一生</a></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>注音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" >ㄐ|ㄡ<sup class="subfont">ˇ</sup> ㄙ<sup class="subfont">ˇ</sup> | ㄕㄥ</td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>漢語拼音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><font class="english_word">jiǔ sǐ yī shēng</font></td></tr></table><br><br></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/1000-1999/1918-34.html | HTML | mit | 2,214 |
@(message: String)
@layout {
} {
<h1>Error</h1>
<p>@message</p>
} | julienrf/closely | src/main/twirl/closely/clientError.scala.html | HTML | mit | 70 |
---
redirect_from: /docs/1.0.0-alpha.5/classes/url.urlmatcher.html
---
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UrlMatcher | UI-Router</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/typedoctheme.css">
<script src="../assets/js/modernizr.js"></script>
</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.js" 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">UI-Router</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/url.html">url</a>
</li>
<li>
<a href="url.urlmatcher.html">UrlMatcher</a>
</li>
</ul>
<h1>Class UrlMatcher</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">
<dl class="tsd-comment-tags">
<dt>ngdoc</dt>
<dd><p>object</p>
</dd>
<dt>name</dt>
<dd><p>ui.router.util.type:UrlMatcher</p>
</dd>
<dt>description</dt>
<dd><p>Matches URLs against patterns and extracts named parameters from the path or the search
part of the URL. A URL pattern consists of a path pattern, optionally followed by '?' and a list
of search parameters. Multiple search parameter names are separated by '&'. Search parameters
do not influence whether or not a URL is matched, but their values are passed through into
the matched parameters returned by {@link ui.router.util.type:UrlMatcher#methods_exec exec}.</p>
<p>Path parameter placeholders can be specified using simple colon/catch-all syntax or curly brace
syntax, which optionally allows a regular expression for the parameter to be specified:</p>
<ul>
<li><code>':'</code> name - colon placeholder</li>
<li><code>'*'</code> name - catch-all placeholder</li>
<li><code>'{' name '}'</code> - curly placeholder</li>
<li><code>'{' name ':' regexp|type '}'</code> - curly placeholder with regexp or type name. Should the
regexp itself contain curly braces, they must be in matched pairs or escaped with a backslash.</li>
</ul>
<p>Parameter names may contain only word characters (latin letters, digits, and underscore) and
must be unique within the pattern (across both path and search parameters). For colon
placeholders or curly placeholders without an explicit regexp, a path parameter matches any
number of characters other than '/'. For catch-all placeholders the path parameter matches
any number of characters.</p>
<p>Examples:</p>
<ul>
<li><code>'/hello/'</code> - Matches only if the path is exactly '/hello/'. There is no special treatment for
trailing slashes, and patterns have to match the entire path, not just a prefix.</li>
<li><code>'/user/:id'</code> - Matches '/user/bob' or '/user/1234!!!' or even '/user/' but not '/user' or
'/user/bob/details'. The second path segment will be captured as the parameter 'id'.</li>
<li><code>'/user/{id}'</code> - Same as the previous example, but using curly brace syntax.</li>
<li><code>'/user/{id:[^/]*}'</code> - Same as the previous example.</li>
<li><code>'/user/{id:[0-9a-fA-F]{1,8}}'</code> - Similar to the previous example, but only matches if the id
parameter consists of 1 to 8 hex digits.</li>
<li><code>'/files/{path:.*}'</code> - Matches any URL starting with '/files/' and captures the rest of the
path into the parameter 'path'.</li>
<li><code>'/files/*path'</code> - ditto.</li>
<li><code>'/calendar/{start:date}'</code> - Matches "/calendar/2014-11-12" (because the pattern defined
in the built-in <code>date</code> Type matches <code>2014-11-12</code>) and provides a Date object in $stateParams.start</li>
</ul>
</dd>
<dt>param</dt>
<dd><p>The pattern to compile into a matcher.</p>
</dd>
<dt>param</dt>
<dd><p>A configuration object hash</p>
<ul>
<li><code>caseInsensitive</code> - <code>true</code> if URL matching should be case insensitive, otherwise <code>false</code>, the default value (for backward compatibility) is <code>false</code>.</li>
<li><code>strict</code> - <code>false</code> if matching against a URL with a trailing slash should be treated as equivalent to a URL without a trailing slash, the default value is <code>true</code>.</li>
</ul>
</dd>
<dt>property</dt>
<dd><p>{string} prefix A static prefix of this pattern. The matcher guarantees that any
URL matching this matcher (i.e. any string for which {@link ui.router.util.type:UrlMatcher#methods_exec exec()} returns
non-null) will start with this prefix.</p>
</dd>
<dt>property</dt>
<dd><p>{string} pattern The pattern that was passed into the constructor</p>
</dd>
<dt>returns</dt>
<dd><p>New <code>UrlMatcher</code> object</p>
</dd>
</dl>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">UrlMatcher</span>
</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 ">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="url.urlmatcher.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="url.urlmatcher.html#_children" class="tsd-kind-icon">_children</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="url.urlmatcher.html#_compiled" class="tsd-kind-icon">_compiled</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="url.urlmatcher.html#_params" class="tsd-kind-icon">_params</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><a href="url.urlmatcher.html#_segments" class="tsd-kind-icon">_segments</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="url.urlmatcher.html#config" class="tsd-kind-icon">config</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="url.urlmatcher.html#pattern" class="tsd-kind-icon">pattern</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="url.urlmatcher.html#prefix" class="tsd-kind-icon">prefix</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><a href="url.urlmatcher.html#namevalidator" class="tsd-kind-icon">name<wbr>Validator</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#append" class="tsd-kind-icon">append</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#exec" class="tsd-kind-icon">exec</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#format" class="tsd-kind-icon">format</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#isroot" class="tsd-kind-icon">is<wbr>Root</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#parameter" class="tsd-kind-icon">parameter</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#parameters" class="tsd-kind-icon">parameters</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#tostring" class="tsd-kind-icon">to<wbr>String</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="url.urlmatcher.html#validates" class="tsd-kind-icon">validates</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="url.urlmatcher.html#encodedashes" class="tsd-kind-icon">encode<wbr>Dashes</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="url.urlmatcher.html#pathsegmentsandparams" class="tsd-kind-icon">path<wbr>Segments<wbr>And<wbr>Params</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="url.urlmatcher.html#queryparams" class="tsd-kind-icon">query<wbr>Params</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-private tsd-is-private-protected">
<h3>Object literals</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-object-literal tsd-parent-kind-class tsd-is-private"><a href="url.urlmatcher.html#_cache" class="tsd-kind-icon">_cache</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
<a name="constructor" class="tsd-anchor"></a>
<!---->
<!--<h3>constructor</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">new <wbr>Url<wbr>Matcher<span class="tsd-signature-symbol">(</span>pattern<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, config<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>pattern: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5>config: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L102">url/urlMatcher.ts:102</a></li>
</ul>
</aside> </li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="_children" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagPrivate">Private</span> _children</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">_children<span class="tsd-signature-symbol">:</span> <a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L97">url/urlMatcher.ts:97</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="_compiled" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagPrivate">Private</span> _compiled</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">_compiled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L100">url/urlMatcher.ts:100</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="_params" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagPrivate">Private</span> _params</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">_params<span class="tsd-signature-symbol">:</span> <a href="params.param.html" class="tsd-signature-type">Param</a><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L98">url/urlMatcher.ts:98</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a name="_segments" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagPrivate">Private</span> _segments</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">_segments<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L99">url/urlMatcher.ts:99</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="config" class="tsd-anchor"></a>
<!---->
<!--<h3>config</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L104">url/urlMatcher.ts:104</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="pattern" class="tsd-anchor"></a>
<!---->
<!--<h3>pattern</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">pattern<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L104">url/urlMatcher.ts:104</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="prefix" class="tsd-anchor"></a>
<!---->
<!--<h3>prefix</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">prefix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L102">url/urlMatcher.ts:102</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a name="namevalidator" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagStatic">Static</span> name<wbr>Validator</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">name<wbr>Validator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">RegExp</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L94">url/urlMatcher.ts:94</a></li>
</ul>
</aside>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="append" class="tsd-anchor"></a>
<!---->
<!--<h3>append</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">append<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>ngdoc</dt>
<dd><p>function</p>
</dd>
<dt>name</dt>
<dd><p>ui.router.util.type:UrlMatcher#append</p>
</dd>
<dt>methodof</dt>
<dd><p>ui.router.util.type:UrlMatcher</p>
</dd>
<dt>description</dt>
<dd></dd>
<dt>todo</dt>
<dd></dd>
<dt>example</dt>
<dd></dd>
<dt>todo</dt>
<dd></dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>url: <a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a></h5>
: <div class="tsd-comment tsd-typography">
<p>A <code>UrlMatcher</code> instance to append as a child of the current <code>UrlMatcher</code>.</p>
</div>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L208">url/urlMatcher.ts:208</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="exec" class="tsd-anchor"></a>
<!---->
<!--<h3>exec</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">exec<span class="tsd-signature-symbol">(</span>path<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, search<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span>, hash<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>ngdoc</dt>
<dd><p>function</p>
</dd>
<dt>name</dt>
<dd><p>ui.router.util.type:UrlMatcher#exec</p>
</dd>
<dt>methodof</dt>
<dd><p>ui.router.util.type:UrlMatcher</p>
</dd>
<dt>description</dt>
<dd><p>Tests the specified path against this matcher, and returns an object containing the captured
parameter values, or null if the path does not match. The returned object contains the values
of any search parameters that are mentioned in the pattern, but their value may be null if
they are not present in <code>search</code>. This means that search parameters are always treated
as optional.</p>
</dd>
<dt>example</dt>
<dd><pre>
new UrlMatcher('/user/{id}?q&r').exec('/user/bob', {
x: '1', q: 'hello'
});
// returns { id: 'bob', q: 'hello', r: null }
</pre>
</dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>path: <span class="tsd-signature-type">string</span></h5>
: <div class="tsd-comment tsd-typography">
<p>The URL path to match, e.g. <code>$location.path()</code>.</p>
</div>
</li>
<li>
<h5>search <span class="tsd-flag ts-flagDefault value">Default value</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = {}</span></h5>
: <div class="tsd-comment tsd-typography">
<p>URL search parameters, e.g. <code>$location.search()</code>.</p>
</div>
</li>
<li>
<h5>hash <span class="tsd-flag ts-flagOptional">Optional</span>: <span class="tsd-signature-type">string</span></h5>
: <div class="tsd-comment tsd-typography">
<p>URL hash e.g. <code>$location.hash()</code>.</p>
</div>
</li>
<li>
<h5>options <span class="tsd-flag ts-flagDefault value">Default value</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = {}</span></h5>
:
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">object</span></h4>
: <p>The captured parameter values.</p>
<ul class="tsd-parameters">
</ul>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L249">url/urlMatcher.ts:249</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="format" class="tsd-anchor"></a>
<!---->
<!--<h3>format</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">(</span>values<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>ngdoc</dt>
<dd><p>function</p>
</dd>
<dt>name</dt>
<dd><p>ui.router.util.type:UrlMatcher#format</p>
</dd>
<dt>methodof</dt>
<dd><p>ui.router.util.type:UrlMatcher</p>
</dd>
<dt>description</dt>
<dd><p>Creates a URL that matches this pattern by substituting the specified values
for the path and search parameters. Null values for path parameters are
treated as empty strings.</p>
</dd>
<dt>example</dt>
<dd><pre>
new UrlMatcher('/user/{id}?q').format({ id:'bob', q:'yes' });
// returns '/user/bob?q=yes'
</pre>
</dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>values <span class="tsd-flag ts-flagDefault value">Default value</span>: <span class="tsd-signature-type">object</span><span class="tsd-signature-symbol"> = {}</span></h5>
: <div class="tsd-comment tsd-typography">
<p>the values to substitute for the parameters in this pattern.</p>
</div>
<ul class="tsd-parameters">
</ul>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
: <p>the formatted URL (path and optionally search part).</p>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L369">url/urlMatcher.ts:369</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="isroot" class="tsd-anchor"></a>
<!---->
<!--<h3>is<wbr>Root</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">is<wbr>Root<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L215">url/urlMatcher.ts:215</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="parameter" class="tsd-anchor"></a>
<!---->
<!--<h3>parameter</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">parameter<span class="tsd-signature-symbol">(</span>id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, opts<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="params.param.html" class="tsd-signature-type">Param</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>id: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5>opts <span class="tsd-flag ts-flagDefault value">Default value</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = {}</span></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <a href="params.param.html" class="tsd-signature-type">Param</a></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L323">url/urlMatcher.ts:323</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="parameters" class="tsd-anchor"></a>
<!---->
<!--<h3>parameters</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">parameters<span class="tsd-signature-symbol">(</span>opts<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="params.param.html" class="tsd-signature-type">Param</a><span class="tsd-signature-symbol">[]</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>ngdoc</dt>
<dd><p>function</p>
</dd>
<dt>name</dt>
<dd><p>ui.router.util.type:UrlMatcher#parameters</p>
</dd>
<dt>methodof</dt>
<dd><p>ui.router.util.type:UrlMatcher</p>
</dd>
<dt>description</dt>
<dd><p>Returns the names of all path and search parameters of this pattern in order of appearance.</p>
</dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>opts <span class="tsd-flag ts-flagDefault value">Default value</span>: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> = {}</span></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <a href="params.param.html" class="tsd-signature-type">Param</a><span class="tsd-signature-symbol">[]</span></h4>
: <p>An array of <a href="params.param.html">Param</a> objects. Must be treated as read-only. If the
pattern has no parameters, an empty array is returned.</p>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L318">url/urlMatcher.ts:318</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="tostring" class="tsd-anchor"></a>
<!---->
<!--<h3>to<wbr>String</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">to<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L219">url/urlMatcher.ts:219</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="validates" class="tsd-anchor"></a>
<!---->
<!--<h3>validates</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">validates<span class="tsd-signature-symbol">(</span>params<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>ngdoc</dt>
<dd><p>function</p>
</dd>
<dt>name</dt>
<dd><p>ui.router.util.type:UrlMatcher#validates</p>
</dd>
<dt>methodof</dt>
<dd><p>ui.router.util.type:UrlMatcher</p>
</dd>
<dt>description</dt>
<dd><p>Checks an object hash of parameters to validate their correctness according to the parameter
types of this <code>UrlMatcher</code>.</p>
</dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>params: <span class="tsd-signature-type">any</span></h5>
: <div class="tsd-comment tsd-typography">
<p>The object hash of parameters to validate.</p>
</div>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
: <p>Returns <code>true</code> if <code>params</code> validates, otherwise <code>false</code>.</p>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L345">url/urlMatcher.ts:345</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="encodedashes" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagStatic">Static</span> encode<wbr>Dashes</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">encode<wbr>Dashes<span class="tsd-signature-symbol">(</span>str<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>str: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L437">url/urlMatcher.ts:437</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="pathsegmentsandparams" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagStatic">Static</span> path<wbr>Segments<wbr>And<wbr>Params</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">path<wbr>Segments<wbr>And<wbr>Params<span class="tsd-signature-symbol">(</span>matcher<span class="tsd-signature-symbol">: </span><a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
<li class="tsd-header">
<p> Given a matcher, return an array with the matcher's path segments and path params, in order </p>
</li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Given a matcher, return an array with the matcher's path segments and path params, in order</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>matcher: <a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L442">url/urlMatcher.ts:442</a></li>
</ul>
</aside> </li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="queryparams" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagStatic">Static</span> query<wbr>Params</h3>-->
<!---->
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">query<wbr>Params<span class="tsd-signature-symbol">(</span>matcher<span class="tsd-signature-symbol">: </span><a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="params.param.html" class="tsd-signature-type">Param</a><span class="tsd-signature-symbol">[]</span></li>
<li class="tsd-header">
<p> Given a matcher, return an array with the matcher's query params </p>
</li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Given a matcher, return an array with the matcher's query params</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>matcher: <a href="url.urlmatcher.html" class="tsd-signature-type">UrlMatcher</a></h5>
</li>
</ul>
<div class="tsd-returns">
<h4 class="tsd-returns-title">Returns <a href="params.param.html" class="tsd-signature-type">Param</a><span class="tsd-signature-symbol">[]</span></h4>
</div>
<hr>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L449">url/urlMatcher.ts:449</a></li>
</ul>
</aside> </li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-private tsd-is-private-protected">
<h2>Object literals</h2>
<section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-class tsd-is-private">
<a name="_cache" class="tsd-anchor"></a>
<!---->
<!--<h3><span class="tsd-flag ts-flagPrivate">Private</span> _cache</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">_cache<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L96">url/urlMatcher.ts:96</a></li>
</ul>
</aside>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="_cache.path" class="tsd-anchor"></a>
<!---->
<!--<h3>path</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L96">url/urlMatcher.ts:96</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal">
<a name="_cache.pattern-1" class="tsd-anchor"></a>
<!---->
<!--<h3>pattern</h3>-->
<!---->
<div class="tsd-signature tsd-kind-icon">pattern<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span></div>
<div class="tsd-declaration">
</div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/angular-ui/ui-router/blob/HEAD/src/url/urlMatcher.ts#L96">url/urlMatcher.ts:96</a></li>
</ul>
</aside>
</section>
</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=" tsd-kind-external-module">
<a href="../modules/_ng2_componentutil_.html">"ng2/component<wbr>Util"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/_ng2_location_.html">"ng2/location"</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common.html">common</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common_hof.html">common_<wbr>hof</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common_predicates.html">common_<wbr>predicates</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/common_strings.html">common_<wbr>strings</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/core.html">core</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/justjs.html">justjs</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1.html">ng1</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1_directives.html">ng1_<wbr>directives</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng1_state_events.html">ng1_<wbr>state_<wbr>events</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng2.html">ng2</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/ng2_directives.html">ng2_<wbr>directives</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/params.html">params</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/path.html">path</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/resolve.html">resolve</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/state.html">state</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/trace.html">trace</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/transition.html">transition</a>
</li>
<li class="current tsd-kind-external-module">
<a href="../modules/url.html">url</a>
</li>
<li class=" tsd-kind-external-module">
<a href="../modules/view.html">view</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="url.matcherconfig.html" class="tsd-kind-icon">Matcher<wbr>Config</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-external-module">
<a href="url.urlmatcher.html" class="tsd-kind-icon">Url<wbr>Matcher</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<a href="url.urlmatcher.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="url.urlmatcher.html#_children" class="tsd-kind-icon">_children</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="url.urlmatcher.html#_compiled" class="tsd-kind-icon">_compiled</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="url.urlmatcher.html#_params" class="tsd-kind-icon">_params</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-private">
<a href="url.urlmatcher.html#_segments" class="tsd-kind-icon">_segments</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="url.urlmatcher.html#config" class="tsd-kind-icon">config</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="url.urlmatcher.html#pattern" class="tsd-kind-icon">pattern</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="url.urlmatcher.html#prefix" class="tsd-kind-icon">prefix</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-static">
<a href="url.urlmatcher.html#namevalidator" class="tsd-kind-icon">name<wbr>Validator</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#append" class="tsd-kind-icon">append</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#exec" class="tsd-kind-icon">exec</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#format" class="tsd-kind-icon">format</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#isroot" class="tsd-kind-icon">is<wbr>Root</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#parameter" class="tsd-kind-icon">parameter</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#parameters" class="tsd-kind-icon">parameters</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#tostring" class="tsd-kind-icon">to<wbr>String</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="url.urlmatcher.html#validates" class="tsd-kind-icon">validates</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="url.urlmatcher.html#encodedashes" class="tsd-kind-icon">encode<wbr>Dashes</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="url.urlmatcher.html#pathsegmentsandparams" class="tsd-kind-icon">path<wbr>Segments<wbr>And<wbr>Params</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a href="url.urlmatcher.html#queryparams" class="tsd-kind-icon">query<wbr>Params</a>
</li>
<li class=" tsd-kind-object-literal tsd-parent-kind-class tsd-is-private">
<a href="url.urlmatcher.html#_cache" class="tsd-kind-icon">_cache</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="url.urlmatcherfactory.html" class="tsd-kind-icon">Url<wbr>Matcher<wbr>Factory</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="url.urlrouter.html" class="tsd-kind-icon">Url<wbr>Router</a>
</li>
<li class=" tsd-kind-class tsd-parent-kind-external-module">
<a href="url.urlrouterprovider.html" class="tsd-kind-icon">Url<wbr>Router<wbr>Provider</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../interfaces/url.paramdetails.html" class="tsd-kind-icon">Param<wbr>Details</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../interfaces/url.params.html" class="tsd-kind-icon">params</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#_location" class="tsd-kind-icon">$location</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-external-module">
<a href="../modules/url.html#matcherconfig-1" class="tsd-kind-icon">matcher<wbr>Config</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#appendbasepath" class="tsd-kind-icon">append<wbr>Base<wbr>Path</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#getdefaultconfig" class="tsd-kind-icon">get<wbr>Default<wbr>Config</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#handleifmatch" class="tsd-kind-icon">handle<wbr>IfMatch</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#interpolate" class="tsd-kind-icon">interpolate</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#memoizeto" class="tsd-kind-icon">memoize<wbr>To</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#quoteregexp" class="tsd-kind-icon">quote<wbr>Reg<wbr>Exp</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#regexpprefix" class="tsd-kind-icon">reg<wbr>Exp<wbr>Prefix</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported">
<a href="../modules/url.html#update" class="tsd-kind-icon">update</a>
</li>
</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-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | ui-router/ui-router.github.io | _ng1_docs/1.0.0-alpha.5/classes/url.urlmatcher.html | HTML | mit | 56,399 |
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="img/favicon.png">
<title>LoftSchool - тестовое задание</title>
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="container">
<div class="header__logo"><a href="#" class="logo"><img src="img/logo.png" alt="LoftSchool" class="logo_img"></a></div>
<div class="header__social">
<ul class="social__list">
<li class="list__item"><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-vk fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list__item"><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-twitter fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list__item"><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-facebook fa-stack-1x fa-inverse"></i></span></a></li>
<li class="list__item"><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-github fa-stack-1x fa-inverse"></i></span></a></li>
</ul>
</div>
</div>
</header>
<section class="main">
<div class="container">
<div class="sidebar">
<ul class="menu__list">
<li class="menu__item menu__item_active"><a href="index.html" class="item__link">Обо мне</a></li>
<li class="menu__item"><a href="works.html" class="item__link">Мои работы</a></li>
<li class="menu__item"><a href="contacts.html" class="item__link">Связаться со мной</a></li>
</ul>
<div class="contacts">
<ul class="contact__list">
<li class="contact__item contact__header">Контакты</li>
<li class="contact__item"><a href="mailto:[email protected]" class="item__link link__mail"><i aria-hidden="true" class="fa fa-envelope-o"></i> [email protected]</a></li>
<li class="contact__item"><a href="tel:+546855785" class="item__link link__tel"><i aria-hidden="true" class="fa fa-phone"></i> +546855785</a></li>
<li class="contact__item"><a href="skype:nickname" class="item__link link__skype"><i aria-hidden="true" class="fa fa-skype"></i> nickname</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="block">
<div class="block__header">Основная информация</div>
<div class="block__user-pic"><img src="img/user.jpg" alt="Моё фото"></div>
<div class="block__user-info">
<ul class="user-info__list">
<li class="list__item"> <span class="item__name">Меня зовут:</span> Иванов Андрей Степанович</li>
<li class="list__item"> <span class="item__name">Мой возраст:</span> 25 лет</li>
<li class="list__item"> <span class="item__name">Мой город:</span> Санкт-Петерург, Россия</li>
<li class="list__item"> <span class="item__name">Моя специализация:</span> FRONTEND разработчик</li>
<li class="list__item"> <span class="item__name">Ключевые навыки:</span><span class="skill">html</span><span class="skill">javascript</span><span class="skill">gulp</span><span class="skill">git</span></li>
</ul>
</div>
</div>
<div class="block">
<div class="block__header">Опыт работы</div>
<ul class="work__list">
<li class="list__item"><i aria-hidden="true" class="fa fa-briefcase fa-fw fa-3x"></i><span class="work-place">"ИП Боровицкий" - Продавец дисков</span><span class="work-date">Сентябрь 2005 - Август 2008</span></li>
<li class="list__item"><i aria-hidden="true" class="fa fa-briefcase fa-fw fa-3x"></i><span class="work-place">"ИП Боровицкий" - Продавец дисков</span><span class="work-date">Сентябрь 2005 - Август 2008</span></li>
</ul>
</div>
<div class="block">
<div class="block__header">Образование</div>
<ul class="work__list">
<li class="list__item"><i aria-hidden="true" class="fa fa-graduation-cap fa-fw fa-3x"></i><span class="work-place">Незаконченное высшее. СПБГУ ИТМО</span><span class="work-date">Октябрь 2012 - по настоящее время</span></li>
<li class="list__item"><i aria-hidden="true" class="fa fa-list-alt fa-fw fa-3x"></i><span class="work-place">Курсы Loftschool.ru</span><span class="work-date">Ноябрь 2014 - по настоящее время</span></li>
</ul>
</div>
</div>
</div>
</section>
<div class="empty"></div>
</div>
<footer class="footer">
<div class="container">
<div class="footer__login"><a href="#" class="login__link"></a></div>
<div class="footer__copyright">© 2015. Это мой сайт, пожалуйста, не копируйте и не воруйте его</div>
</div>
</footer>
<script src="js/vendor.js"></script>
<script src="js/main.js"></script>
</body>
</html> | dshved/loftschool | dist/index.html | HTML | mit | 5,749 |
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="HTML, CSS, JS, JavaScript, framework, bootstrap, front-end, frontend, web development, showcase, expo">
<meta name="author" content="Mark Otto, Nicole Bartelt">
<title>
Women and Tech · Bootstrap Expo
</title>
<link href="/css_copy/bootstrap-expo.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://0.0.0.0:4000/js/vendor/html5shiv.min.js"></script>
<script src="http://0.0.0.0:4000/js/vendor/respond.min.js"></script>
<![endif]-->
<!-- RSS Feed -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/ico/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/ico/favicon.ico" type="image/x-icon">
<!-- Twitter Cards -->
<meta name="twitter:card" content="photo">
<meta name="twitter:site" content="@twbootstrap">
<meta name="twitter:author" content="@mdo">
<meta name="twitter:title" content="Women and Tech">
<meta name="twitter:image:src" content="http://0.0.0.0:4000//screenshots/womenandtech.jpg">
<meta name="twitter:image:width" content="1200">
<meta name="twitter:image:height" content="900">
</head>
<body>
<div class="masthead">
<h1 class="masthead-title">
<a href="/">http://0.0.0.0:4000/</a>
</h1>
<p class="masthead-lead">
Beautiful and inspiring uses of <a href="">Bootstrap</a>, curated by <a href="https://twitter.com/mdo">@mdo</a>.
</p>
<hr class="masthead-hr">
<ul class="masthead-nav">
<li class="nav-item">
<a class="nav-link" href="/">Index</a>
</li>
</ul>
<hr class="masthead-hr">
<ul class="masthead-nav">
<li class="nav-item">
<a class="nav-link" href="/about#suggestions">Suggest a site</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/atom.xml" target="_blank">RSS feed</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/twbootstrap" target="_blank">Twitter</a>
</li>
</ul>
<hr class="masthead-hr">
</div>
<div class="listing">
<div class="entry">
<a class="entry-thumb" href="http://womenandtech.com" title="Visit Women and Tech">
<img src="/screenshots/womenandtech.jpg">
<span class="icon icon-forward entry-icon"></span>
</a>
<div class="entry-content">
<h2 class="entry-title">
<a href="/expo/womenandtech.html">Women and Tech</a>
</h2>
<p class="entry-date">March 4 2013</p>
</div>
<div class="related">
<h3 class="related-title">More from the Expo</h3>
<div class="row">
<div class="col-sm-4">
<div class="entry">
<a class="entry-thumb" href="/expo/nick-dimatteo.html" title="Visit Nick DiMatteo">
<img src="/screenshots/nick-dimatteo.jpg">
</a>
<div class="entry-content">
<h4 class="entry-title">
<a href="/expo/nick-dimatteo.html">Nick DiMatteo</a>
</h4>
<p class="entry-date">March 7, 2014</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="entry">
<a class="entry-thumb" href="/expo/20jeans.html" title="Visit 20jeans">
<img src="/screenshots/20jeans.jpg">
</a>
<div class="entry-content">
<h4 class="entry-title">
<a href="/expo/20jeans.html">20jeans</a>
</h4>
<p class="entry-date">March 7, 2014</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="entry">
<a class="entry-thumb" href="/expo/unrollme.html" title="Visit Unroll.Me">
<img src="/screenshots/unrollme.jpg">
</a>
<div class="entry-content">
<h4 class="entry-title">
<a href="/expo/unrollme.html">Unroll.Me</a>
</h4>
<p class="entry-date">February 26, 2014</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Analytics -->
<!--<script>
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '51341359613f5d301800006c');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
(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-146052-14', 'getbootstrap.com');
ga('send', 'pageview');
</script>-->
</body>
</html>
| Ali-Baba-Tajine/Ali-Baba-Tajine-Jekyll01 | mamp/expo/womenandtech.html | HTML | mit | 6,833 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>flocq: 11 m 50 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / flocq - 3.4.2</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
flocq
<small>
3.4.2
<span class="label label-success">11 m 50 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-27 01:18:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 01:18:40 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.7.1+2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://flocq.gitlabpages.inria.fr/"
dev-repo: "git+https://gitlab.inria.fr/flocq/flocq.git"
bug-reports: "https://gitlab.inria.fr/flocq/flocq/issues"
license: "LGPL-3.0-or-later"
build: [
["autoconf"] {dev}
["./configure"]
["./remake" "-j%{jobs}%"]
]
install: ["./remake" "install"]
depends: [
"coq" {>= "8.7" & < "8.15~"}
"conf-autoconf" {build & dev}
("conf-g++" {build} | "conf-clang" {build})
]
tags: [
"keyword:floating-point arithmetic"
"logpath:Flocq"
"date:2021-06-18"
]
authors: [
"Sylvie Boldo <[email protected]>"
"Guillaume Melquiond <[email protected]>"
]
synopsis: "A formalization of floating-point arithmetic for the Coq system"
url {
src: "https://flocq.gitlabpages.inria.fr/releases/flocq-3.4.2.tar.gz"
checksum: "sha512=eceeebbeb3d42a6e1d279839e6d98ec453ea4ce60b55e3310e5ca44ff10ad992435fbde2c321c884ad4aa3d075a08c84c1b1a49e5160f6789a4b74f21bfcff12"
}
</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-flocq.3.4.2 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-flocq.3.4.2 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-flocq.3.4.2 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 m 50 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 15 M</p>
<ul>
<li>8 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Pff/Pff.vo</code></li>
<li>1 M <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Pff/Pff.v</code></li>
<li>552 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.vo</code></li>
<li>548 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/Binary.vo</code></li>
<li>532 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Double_rounding.vo</code></li>
<li>325 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.vo</code></li>
<li>237 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Ulp.vo</code></li>
<li>186 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Generic_fmt.vo</code></li>
<li>181 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Raux.vo</code></li>
<li>161 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.vo</code></li>
<li>154 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Double_rounding.v</code></li>
<li>152 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Round_odd.vo</code></li>
<li>142 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Round.vo</code></li>
<li>138 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/Bits.vo</code></li>
<li>122 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Round_pred.vo</code></li>
<li>119 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Relative.vo</code></li>
<li>119 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Digits.vo</code></li>
<li>118 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.vo</code></li>
<li>104 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Zaux.vo</code></li>
<li>103 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/BinarySingleNaN.v</code></li>
<li>101 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Bracket.vo</code></li>
<li>95 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/Binary.v</code></li>
<li>94 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FLT.vo</code></li>
<li>90 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Plus_error.vo</code></li>
<li>88 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Round_NE.vo</code></li>
<li>85 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.v</code></li>
<li>78 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FLX.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCopy.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Mult_error.vo</code></li>
<li>71 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Float_prop.vo</code></li>
<li>69 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FTZ.vo</code></li>
<li>68 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Ulp.v</code></li>
<li>64 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Div.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Sqrt.vo</code></li>
<li>55 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Operations.vo</code></li>
<li>53 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Generic_fmt.v</code></li>
<li>53 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Sterbenz.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Raux.v</code></li>
<li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FIX.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Defs.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Core.vo</code></li>
<li>35 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Round_pred.v</code></li>
<li>32 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Round_odd.v</code></li>
<li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Round.v</code></li>
<li>30 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Div_sqrt_error.v</code></li>
<li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Relative.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Digits.v</code></li>
<li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCompat.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Version.vo</code></li>
<li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/Bits.v</code></li>
<li>19 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Zaux.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Bracket.v</code></li>
<li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Plus_error.v</code></li>
<li>14 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Round_NE.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FLT.v</code></li>
<li>13 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCopy.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Float_prop.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Mult_error.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FLX.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FTZ.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Sqrt.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Div.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Prop/Sterbenz.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Calc/Operations.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Defs.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/FIX.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Version.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/Core/Core.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Flocq/IEEE754/SpecFloatCompat.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-flocq.3.4.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1+2/flocq/3.4.2.html | HTML | mit | 14,851 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CommandLib: 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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">CommandLib
</div>
<div id="projectbrief">Classes that simplify coordination of asynchronous and synchronous activities</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespace_command_lib.html">CommandLib</a></li><li class="navelem"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandDispatcher</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CommandLib::CommandDispatcher Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html#ade1b36f9203de1426d7dff4f83808bec">Abort</a>()</td><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html#a324fd9debb368929cbc5357440bd8111">AbortAndWait</a>()</td><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html#a2995e97c734165b7d0b3491d606c547b">AddMonitor</a>(CommandMonitor *monitor)</td><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html#a9ef89de55c915fbd5f2e61784d67d8a0">CommandDispatcher</a>(size_t maxConcurrent)</td><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html#a2a1db45e830c48a4085bb2b86e47c692">Dispatch</a>(Command::Ptr command)</td><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html#ad5f8cae272c637ac628977c1556171c6">Wait</a>()</td><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~CommandDispatcher</b>() (defined in <a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a>)</td><td class="entry"><a class="el" href="class_command_lib_1_1_command_dispatcher.html">CommandLib::CommandDispatcher</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>
| efieleke/CommandLibForCPP | Documentation/html/class_command_lib_1_1_command_dispatcher-members.html | HTML | mit | 5,776 |
<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>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,100,100italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ "/node_modules/bootstrap/dist/css/bootstrap.min.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/node_modules/font-awesome/css/font-awesome.min.css" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
</head>
| ti3r/ti3r.github.io | _includes/head.html | HTML | mit | 1,145 |
<!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.10.8 - v0.10.10: v8::Testing 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.10.8 - v0.10.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_testing.html">Testing</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_testing-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Testing Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:a436a1a521a0bc070cc0b46ad7a658575"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a436a1a521a0bc070cc0b46ad7a658575"></a>enum  </td><td class="memItemRight" valign="bottom"><b>StressType</b> { <b>kStressTypeOpt</b>,
<b>kStressTypeDeopt</b>
}</td></tr>
<tr class="separator:a436a1a521a0bc070cc0b46ad7a658575"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:aafa5a4917998aa64134aa750ce5c4b2e"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_testing.html#aafa5a4917998aa64134aa750ce5c4b2e">SetStressRunType</a> (StressType type)</td></tr>
<tr class="separator:aafa5a4917998aa64134aa750ce5c4b2e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adc876063b1e07462b8d9544dd8efab36"><td class="memItemLeft" align="right" valign="top">static int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_testing.html#adc876063b1e07462b8d9544dd8efab36">GetStressRuns</a> ()</td></tr>
<tr class="separator:adc876063b1e07462b8d9544dd8efab36"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab9da044b18b9d05770b655bed27ed7f4"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_testing.html#ab9da044b18b9d05770b655bed27ed7f4">PrepareStressRun</a> (int run)</td></tr>
<tr class="separator:ab9da044b18b9d05770b655bed27ed7f4"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae541bd8d75667db1d83c8aef7f8c1cf3"><td class="memItemLeft" align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_testing.html#ae541bd8d75667db1d83c8aef7f8c1cf3">DeoptimizeAll</a> ()</td></tr>
<tr class="separator:ae541bd8d75667db1d83c8aef7f8c1cf3"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ae541bd8d75667db1d83c8aef7f8c1cf3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Testing::DeoptimizeAll </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Force deoptimization of all functions. </p>
</div>
</div>
<a class="anchor" id="adc876063b1e07462b8d9544dd8efab36"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static int v8::Testing::GetStressRuns </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Get the number of runs of a given test that is required to get the full stress coverage. </p>
</div>
</div>
<a class="anchor" id="ab9da044b18b9d05770b655bed27ed7f4"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Testing::PrepareStressRun </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"><em>run</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Indicate the number of the run which is about to start. The value of run should be between 0 and one less than the result from <a class="el" href="classv8_1_1_testing.html#adc876063b1e07462b8d9544dd8efab36">GetStressRuns()</a> </p>
</div>
</div>
<a class="anchor" id="aafa5a4917998aa64134aa750ce5c4b2e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">static void v8::Testing::SetStressRunType </td>
<td>(</td>
<td class="paramtype">StressType </td>
<td class="paramname"><em>type</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Set the type of stressing to do. The default if not set is kStressTypeOpt. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8-testing_8h_source.html">v8-testing.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:44:57 for V8 API Reference Guide for node.js v0.10.8 - v0.10.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>
| v8-dox/v8-dox.github.io | e238583/html/classv8_1_1_testing.html | HTML | mit | 9,954 |
<!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_40) on Thu Jan 19 13:15:12 EST 2017 -->
<title>org.hibernate.boot.registry.internal (Hibernate JavaDocs)</title>
<meta name="date" content="2017-01-19">
<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="../../../../../org/hibernate/boot/registry/internal/package-summary.html" target="classFrame">org.hibernate.boot.registry.internal</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="BootstrapServiceRegistryImpl.html" title="class in org.hibernate.boot.registry.internal" target="classFrame">BootstrapServiceRegistryImpl</a></li>
<li><a href="StandardServiceRegistryImpl.html" title="class in org.hibernate.boot.registry.internal" target="classFrame">StandardServiceRegistryImpl</a></li>
</ul>
</div>
</body>
</html>
| thefreebird777/StockMarketGame | Resources/hibernate-release-5.0.12.Final/documentation/orm/5.0/javadocs/org/hibernate/boot/registry/internal/package-frame.html | HTML | mit | 1,103 |
<div class="edit-donor" *ngIf="isLoading">
<p></p>
<md-progress-bar mode="indeterminate"></md-progress-bar>
<p></p>
</div>
<bdfy-new-donor [useDonor]="donor" [address]="address" [coords]="coords" [show]="showNewDonorPopup"></bdfy-new-donor>
| gund/bloodify | src/app/donor/edit-donor.html | HTML | mit | 247 |
<!DOCTYPE html>
<html lang="en"><meta charset="utf-8" />
<title>scripting - Reflections</title>
<meta name="description" content="Default Page Description" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="http://blog.shiv.me/css/latex.css" />
<link rel="stylesheet" href="http://blog.shiv.me/css/main.css" />
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<meta name="generator" content="Hugo 0.75.1" /><body>
<header>
<nav class="navbar">
<div class="nav">
<ul class="nav-links">
</ul>
</div>
</nav>
<div class="intro-header">
<div class="container">
<div class="tags-heading">
<h1>scripting</h1>
</div>
</div>
</div>
</header>
<div id="content">
<div class="container" role="main">
<div class="posts-list">
<article class="post-preview">
<a href="http://blog.shiv.me/2011/08/28/life-in-the-bash-universe/">
<h2 class="post-title">Life in the BASH universe</h2>
</a>
<div class="postmeta">
<span class="meta-post">
<i class="fa fa-calendar-alt"></i>Aug 28, 2011
</span>
</div>
<div class="post-entry">
<p>If you write a lot of scripts to automate tasks, you probably already know this. However, if you don’t, and you are still reading, you are probably a programmer, in which case, you really should be learning how to script in BASH!
A couple of pointers for you:
1. Using a -x, in the shebang line “echo"s every line before executing. This turns out to be quite useful for debugging shell scripts</p>
<a href="http://blog.shiv.me/2011/08/28/life-in-the-bash-universe/" class="post-read-more">Read More</a>
</div>
</article>
</div>
</div>
</div><footer>
<div class="container">
<p class="credits copyright">
<p class="credits theme-by">
Powered By <a href="https://gohugo.io">Hugo</a> / Theme <a href="https://github.com/7ma7X/HugoTeX">HugoTeX</a>
<br>
<a href="http://blog.shiv.me/about">Shiva Velmurugan</a>
©
2016
</p>
</div>
</footer></body>
</html>
| shiva/shiva.github.io | tags/scripting/index.html | HTML | mit | 2,353 |
<html>
<head>
<title>My JavaScript Page</title>
<script type="text/javascript" src="http://yourserver.com/js/script.js"></script>
</head>
<body>
<h1>
<script type="text/javascript">
document.write("Hello World");
alert("It Worked!");
</script>
</h1>
</body>
</html>
| paul-burtness/webdevmojo | HowDoYouPlay.html | HTML | mit | 326 |
<div class="grid_elections-module">
<!--<div class="e2014-marquee e2014-font uppercase grid_elections-module">-->
<!--<div class="container-gutter">-->
<!--<div class="container">-->
<!--<a href='/politics/elections/2014/us/senate-overview' class="e2014-marquee_item col-sm-6 col-lg-4">
<div class="e2014-marquee_item-container">
<div class="e2014-marquee_balance-bar-chart-container pull-left">
<div class="e2014-marquee_header">
senate balance
</div>
<ul class="e2014-marquee_balance-bar-chart list-zero-out">
<li class="Democratic first pull-left"
style="width:44%"></li>
<li class="undecided pull-left" style="width:1%"></li>
<li class="independent pull-left"
style="width:2%"></li>
<li class="Republican second pull-left"
style="width:53%"></li>
</ul>
</div>
<div class="e2014-module_balance-values-container pull-left">
<ul class="e2014-module_balance-values list-zero-out">
<li class="align-right">democrats <span
class="value">44</span>
</li>
<li class="align-right">republicans <span
class="value">53</span>
</li>
</ul>
</div>
</div>
</a>
-->
<!--<a href='/politics/elections/2014/us/house-overview' class="e2014-marquee_item col-sm-6 col-lg-4">
<div class="e2014-marquee_item-container">
<div class="e2014-marquee_balance-bar-chart-container pull-left">
<div class="e2014-marquee_header">
house balance
</div>
<ul class="e2014-marquee_balance-bar-chart list-zero-out">
<li class="Democratic first pull-left"
style="width:43.2183908045977%"></li>
<li class="undecided pull-left" style="width:0.6896551724137931%"></li>
<li class="independent pull-left"
style="width:0%"></li>
<li class="Republican second pull-left"
style="width:56.09195402298851%"></li>
</ul>
</div>
<div class="e2014-module_balance-values-container inline-block pull-left">
<ul class="e2014-module_balance-values list-zero-out">
<li class="align-right">democrats <span
class="value">188</span>
</li>
<li class="align-right">republicans <span
class="value">244</span>
</li>
</ul>
</div>
</div>
</a>-->
<!--<a href='/politics/elections/2014/us/governor' target='_top' class="e2014-marquee_item extra col-sm-1">
<div class="e2014-marquee_item-container">
<div class="e2014-marquee_header align-center">
governor races
</div>
</div>
</a>
-->
<!--<a href='/politics/elections/2014/us/races-to-watch' target='_top' class="e2014-marquee_item races-to-watch extra
col-sm-2
col-lg-1">
<div class="e2014-marquee_item-container">
<div class="e2014-marquee_header align-center">
races to watch
</div>
</div>
</a>
-->
<!--</div>-->
<!--</div>-->
<!--</div>--> <div class="ad-container align-center ad-hide">
<div class="ad-label ad-hide">
<a href="http://www.nbcnews.com/id/31066137/media-kit/" target="_blank">advertisement</a>
</div> <div class="ad-content ad-xs ad-sm ad-md ad-lg topbanner ad-content_row" data-placement="topbanner"></div>
</div>
<div class="ad-container ad-hide">
<div class="ad-content ad-lg ad-min rails ad-content_row" data-placement="rails"></div>
</div>
<div class="ad-container ad-hide">
<div class="ad-label ad-hide">
<a href="http://www.nbcnews.com/id/31066137/media-kit/" target="_blank">advertisement</a>
</div> <div class="ad-content ad-lg ad-min interstitial ad-content_row" data-placement="interstitial"></div>
</div>
<div class="e2014-nav uppercase">
<div class="grid_elections-module">
<div class="container-gutter">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="panel-group_header desktop national">
<div class="row">
<div class="col-xs-12">
<ul class="item-heading item-heading_group item-heading_group-lg list-zero-out e2014-font">
<li class="e2014-nav_logo"><a class="" href="/politics/elections/2014/">Decision<img class="img-responsive svg-fallback" src="http://nodeassets.nbcnews.com/images/non-rev/logo-star.svg" alt="NBC News"/><span class="blue">20</span><span class="red">14</span></a>
</li>
<li class="e2014-nav_item inline-block">
<a href="/politics/elections/2014/us/senate-overview">Senate</a>
</li>
<li class="e2014-nav_item inline-block">
<a href="/politics/elections/2014/us/house-overview">House</a>
</li>
<li class="e2014-nav_item inline-block">
<a href="/politics/elections/2014/us/governor-overview">Governor</a>
</li>
<li class="e2014-nav_item inline-block">
<a href="/politics/elections/2014/us/races-to-watch">Races to Watch</a>
</li>
<li class="e2014-nav_item inline-block">
<a href="/politics/elections/2014/us/exit-polls">Exit polls</a>
</li>
<li class="e2014-nav_item js-nav-dropdown-toggle inline-block">State Results <i class="fa fa-chevron-down"></i>
</li>
<li class="e2014-nav_item video-link inline-block">
<a href="/politics/elections/2014#video">video</a>
</li>
</ul>
</div>
</div>
</div>
<div class="panel-group_header mobile">
<div class="row">
<div class="col-xs-12">
<h1 class="e2014-nav_logo item-heading item-heading_group item-heading_group-lg e2014-font js-nav-dropdown-toggle">
Decision<img class="img-responsive svg-fallback" src="http://nodeassets.nbcnews.com/images/non-rev/logo-star.svg" alt="NBC News"/><span class="blue">20</span><span class="red">14</span> <i class="fa fa-chevron-down"></i>
</h1>
</div>
</div>
</div>
<div class="row e2014-nav-dropdown-container e2014-font list-zero-out">
<div class="nav-dropdown">
<div class="nav-dropdown-national">
<ul class="col-xs-6 list-zero-out">
<li><a href="/politics/elections/2014/">overview</a></li>
<li><a href="/politics/elections/2014/us/senate-overview">senate</a></li>
<li><a href="/politics/elections/2014/us/house-overview">house</a></li>
<li><a href="/politics/elections/2014/us/governor">governor</a></li>
</ul>
<ul class="col-xs-6 list-zero-out">
<li><a href="/politics/elections/2014/us/races-to-watch">races to watch</a></li>
<li><a href="/politics/elections/2014/us/exit-polls">exit polls</a></li>
<li><a class="video-link" href="/politics/elections/2014/">video</a></li>
</ul>
<ul class="col-sm-3 list-zero-out">
<li><a href="/politics/elections/2014/">overview</a></li>
<li class="tab"><a href="/politics/elections/2014/us/senate">senate</a></li>
</ul>
<ul class="col-sm-3 list-zero-out">
<li><a href="/politics/elections/2014/us/governor">governor</a></li>
<li><a href="/politics/elections/2014/us/house">house</a></li>
</ul>
<ul class="col-sm-3 list-zero-out">
<li><a href="/politics/elections/2014/us/races-to-watch">races to watch</a></li>
<li><a href="/politics/elections/2014/us/exit-polls">exit polls</a></li>
</ul>
</div>
<div class="nav-main active col-xs-12">state results</div>
<ul class="col-xs-6 list-zero-out">
<li><a href="/politics/elections/2014/al/">Alabama</a></li>
<li><a href="/politics/elections/2014/ak/">Alaska</a></li>
<li><a href="/politics/elections/2014/az/">Arizona</a></li>
<li><a href="/politics/elections/2014/ar/">Arkansas</a></li>
<li><a href="/politics/elections/2014/ca/">California</a></li>
<li><a href="/politics/elections/2014/co/">Colorado</a></li>
<li><a href="/politics/elections/2014/ct/">Connecticut</a></li>
<li><a href="/politics/elections/2014/de/">Delaware</a></li>
<li><a href="/politics/elections/2014/fl/">Florida</a></li>
<li><a href="/politics/elections/2014/ga/">Georgia</a></li>
<li><a href="/politics/elections/2014/hi/">Hawaii</a></li>
<li><a href="/politics/elections/2014/id/">Idaho</a></li>
<li><a href="/politics/elections/2014/il/">Illinois</a></li>
<li><a href="/politics/elections/2014/in/">Indiana</a></li>
<li><a href="/politics/elections/2014/ia/">Iowa</a></li>
<li><a href="/politics/elections/2014/ks/">Kansas</a></li>
<li><a href="/politics/elections/2014/ky/">Kentucky</a></li>
<li><a href="/politics/elections/2014/la/">Louisiana</a></li>
<li><a href="/politics/elections/2014/me/">Maine</a></li>
<li><a href="/politics/elections/2014/md/">Maryland</a></li>
<li><a href="/politics/elections/2014/ma/">Massachusetts</a></li>
<li><a href="/politics/elections/2014/mi/">Michigan</a></li>
<li><a href="/politics/elections/2014/mn/">Minnesota</a></li>
<li><a href="/politics/elections/2014/ms/">Mississippi</a></li>
<li><a href="/politics/elections/2014/mo/">Missouri</a></li>
</ul>
<ul class="col-xs-6 list-zero-out">
<li><a href="/politics/elections/2014/mt/">Montana</a></li>
<li><a href="/politics/elections/2014/ne/">Nebraska</a></li>
<li><a href="/politics/elections/2014/nv/">Nevada</a></li>
<li><a href="/politics/elections/2014/nh/">N. Hampshire</a></li>
<li><a href="/politics/elections/2014/nj/">New Jersey</a></li>
<li><a href="/politics/elections/2014/nm/">New Mexico</a></li>
<li><a href="/politics/elections/2014/ny/">New York</a></li>
<li><a href="/politics/elections/2014/nc/">N. Carolina</a></li>
<li><a href="/politics/elections/2014/nd/">N. Dakota</a></li>
<li><a href="/politics/elections/2014/oh/">Ohio</a></li>
<li><a href="/politics/elections/2014/ok/">Oklahoma</a></li>
<li><a href="/politics/elections/2014/or/">Oregon</a></li>
<li><a href="/politics/elections/2014/pa/">Pennsylvania</a></li>
<li><a href="/politics/elections/2014/ri/">Rhode Island</a></li>
<li><a href="/politics/elections/2014/sc/">S. Carolina</a></li>
<li><a href="/politics/elections/2014/sd/">S. Dakota</a></li>
<li><a href="/politics/elections/2014/tn/">Tennessee</a></li>
<li><a href="/politics/elections/2014/tx/">Texas</a></li>
<li><a href="/politics/elections/2014/ut/">Utah</a></li>
<li><a href="/politics/elections/2014/vt/">Vermont</a></li>
<li><a href="/politics/elections/2014/va/">Virginia</a></li>
<li><a href="/politics/elections/2014/wa/">Washington</a></li>
<li><a href="/politics/elections/2014/wv/">W. Virginia</a></li>
<li><a href="/politics/elections/2014/wi/">Wisconsin</a></li>
<li><a href="/politics/elections/2014/wy/">Wyoming</a></li>
</ul>
<ul class="col-sm-3 list-zero-out">
<li><a href="/politics/elections/2014/al/">Alabama</a></li>
<li><a href="/politics/elections/2014/ak/">Alaska</a></li>
<li><a href="/politics/elections/2014/az/">Arizona</a></li>
<li><a href="/politics/elections/2014/ar/">Arkansas</a></li>
<li><a href="/politics/elections/2014/ca/">California</a></li>
<li><a href="/politics/elections/2014/co/">Colorado</a></li>
<li><a href="/politics/elections/2014/ct/">Connecticut</a></li>
<li><a href="/politics/elections/2014/de/">Delaware</a></li>
<li><a href="/politics/elections/2014/fl/">Florida</a></li>
<li><a href="/politics/elections/2014/ga/">Georgia</a></li>
<li><a href="/politics/elections/2014/hi/">Hawaii</a></li>
<li><a href="/politics/elections/2014/id/">Idaho</a></li>
<li><a href="/politics/elections/2014/il/">Illinois</a></li>
</ul>
<ul class="col-sm-3 list-zero-out">
<li><a href="/politics/elections/2014/in/">Indiana</a></li>
<li><a href="/politics/elections/2014/ia/">Iowa</a></li>
<li><a href="/politics/elections/2014/ks/">Kansas</a></li>
<li><a href="/politics/elections/2014/ky/">Kentucky</a></li>
<li><a href="/politics/elections/2014/la/">Louisiana</a></li>
<li><a href="/politics/elections/2014/me/">Maine</a></li>
<li><a href="/politics/elections/2014/md/">Maryland</a></li>
<li><a href="/politics/elections/2014/ma/">Massachusetts</a></li>
<li><a href="/politics/elections/2014/mi/">Michigan</a></li>
<li><a href="/politics/elections/2014/mn/">Minnesota</a></li>
<li><a href="/politics/elections/2014/ms/">Mississippi</a></li>
<li><a href="/politics/elections/2014/mo/">Missouri</a></li>
<li><a href="/politics/elections/2014/mt/">Montana</a></li>
</ul>
<ul class="col-sm-3 list-zero-out">
<li><a href="/politics/elections/2014/ne/">Nebraska</a></li>
<li><a href="/politics/elections/2014/nv/">Nevada</a></li>
<li><a href="/politics/elections/2014/nh/">New Hampshire</a></li>
<li><a href="/politics/elections/2014/nj/">New Jersey</a></li>
<li><a href="/politics/elections/2014/nm/">New Mexico</a></li>
<li><a href="/politics/elections/2014/ny/">New York</a></li>
<li><a href="/politics/elections/2014/nc/">North Carolina</a></li>
<li><a href="/politics/elections/2014/nd/">North Dakota</a></li>
<li><a href="/politics/elections/2014/oh/">Ohio</a></li>
<li><a href="/politics/elections/2014/ok/">Oklahoma</a></li>
<li><a href="/politics/elections/2014/or/">Oregon</a></li>
<li><a href="/politics/elections/2014/pa/">Pennsylvania</a></li>
<li><a href="/politics/elections/2014/ri/">Rhode Island</a></li>
</ul>
<ul class="col-sm-3 list-zero-out">
<li><a href="/politics/elections/2014/sc/">South Carolina</a></li>
<li><a href="/politics/elections/2014/sd/">South Dakota</a></li>
<li><a href="/politics/elections/2014/tn/">Tennessee</a></li>
<li><a href="/politics/elections/2014/tx/">Texas</a></li>
<li><a href="/politics/elections/2014/ut/">Utah</a></li>
<li><a href="/politics/elections/2014/vt/">Vermont</a></li>
<li><a href="/politics/elections/2014/va/">Virginia</a></li>
<li><a href="/politics/elections/2014/wa/">Washington</a></li>
<li><a href="/politics/elections/2014/wv/">West Virginia</a></li>
<li><a href="/politics/elections/2014/wi/">Wisconsin</a></li>
<li><a href="/politics/elections/2014/wy/">Wyoming</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-gutter">
<div class="container">
<div class="e2014-module-container e2014-module-polls-results uppercase no-js">
<div class="row">
<div class="col-sm-12">
<div class="panel-group">
<div class="panel-group_header e2014-font">
<div class="row">
<div class="col-sm-8 col-md-9">
<a class="breadcrumb"
href="/politics/elections/2014/TX">Texas</a>
<i class="fa fa-angle-right"></i>
<h1 class="item-heading item-heading_group item-heading_group-lg e2014-font">
Governor </h1>
</div>
<div class="col-sm-4 col-md-3">
<ul class="js-sharethis social-list social-list_sharethis">
<li><span class="item-heading item-heading_xsm item-heading_title">Share</span></li>
<li><a target='_blank' href="https://www.facebook.com/sharer/sharer.php?u=http://www.nbcnews.com/politics/elections/2014/TX/governor/exitpoll">
<i class="fa fa-lg fa-facebook" aria-hidden="true"></i><span class="screen-reader-txt">Facebook</span>
</a></li>
<li><a target='_blank' href="https://twitter.com/share?text=Texas Governor Elections - 2014 Midterm Elections News & Results - NBC News&url=http://www.nbcnews.com/politics/elections/2014/TX/governor/exitpoll&via=nbcnews">
<i class="fa fa-lg fa-twitter" aria-hidden="true"></i><span class="screen-reader-txt">Twitter</span>
</a></li>
<li><a target='_blank' href="https://plus.google.com/share?url=http://www.nbcnews.com/politics/elections/2014/TX/governor/exitpoll" rel="publisher">
<i class="fa fa-lg fa-google-plus" aria-hidden="true"></i><span class="screen-reader-txt">Google Plus</span>
</a></li>
</ul>
</div>
</div>
</div>
<h4 class="e2014-font poll-questions">Gender
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Male</td>
<td>49%</td>
<td>32%</td>
<td>66%</td>
</tr>
<tr>
<td>Female</td>
<td>51%</td>
<td>45%</td>
<td>54%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">In which age group are you?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>18-29</td>
<td>14%</td>
<td>49%</td>
<td>49%</td>
</tr>
<tr>
<td>30-44</td>
<td>27%</td>
<td>49%</td>
<td>47%</td>
</tr>
<tr>
<td>45-64</td>
<td>41%</td>
<td>32%</td>
<td>67%</td>
</tr>
<tr>
<td>65 or over</td>
<td>19%</td>
<td>29%</td>
<td>69%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">In which age group are you?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>18-24</td>
<td>6%</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>25-29</td>
<td>8%</td>
<td>43%</td>
<td>57%</td>
</tr>
<tr>
<td>30-39</td>
<td>17%</td>
<td>53%</td>
<td>45%</td>
</tr>
<tr>
<td>40-49</td>
<td>19%</td>
<td>40%</td>
<td>57%</td>
</tr>
<tr>
<td>50-64</td>
<td>32%</td>
<td>31%</td>
<td>68%</td>
</tr>
<tr>
<td>65 or over</td>
<td>19%</td>
<td>29%</td>
<td>69%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Race
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>White</td>
<td>66%</td>
<td>25%</td>
<td>72%</td>
</tr>
<tr>
<td>Black</td>
<td>12%</td>
<td>92%</td>
<td>7%</td>
</tr>
<tr>
<td>Hispanic or Latino</td>
<td>17%</td>
<td>55%</td>
<td>44%</td>
</tr>
<tr>
<td>Asian</td>
<td>2%</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>Other</td>
<td>3%</td>
<td>-</td>
<td>-</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Race by gender
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>White men</td>
<td>33%</td>
<td>18%</td>
<td>79%</td>
</tr>
<tr>
<td>White women</td>
<td>33%</td>
<td>31%</td>
<td>66%</td>
</tr>
<tr>
<td>Black men</td>
<td>5%</td>
<td>89%</td>
<td>11%</td>
</tr>
<tr>
<td>Black women</td>
<td>7%</td>
<td>94%</td>
<td>5%</td>
</tr>
<tr>
<td>Latino men</td>
<td>8%</td>
<td>48%</td>
<td>49%</td>
</tr>
<tr>
<td>Latino women</td>
<td>9%</td>
<td>61%</td>
<td>39%</td>
</tr>
<tr>
<td>All other races</td>
<td>5%</td>
<td>-</td>
<td>-</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">On most political matters, do you consider yourself:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Liberal</td>
<td>18%</td>
<td>83%</td>
<td>17%</td>
</tr>
<tr>
<td>Moderate</td>
<td>38%</td>
<td>48%</td>
<td>49%</td>
</tr>
<tr>
<td>Conservative</td>
<td>44%</td>
<td>11%</td>
<td>87%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">No matter how you voted today, do you usually think of yourself as a:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Democrat</td>
<td>27%</td>
<td>92%</td>
<td>7%</td>
</tr>
<tr>
<td>Republican</td>
<td>38%</td>
<td>3%</td>
<td>96%</td>
</tr>
<tr>
<td>Independent or something else</td>
<td>35%</td>
<td>33%</td>
<td>62%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Party by gender
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Democratic men</td>
<td>10%</td>
<td>89%</td>
<td>11%</td>
</tr>
<tr>
<td>Democratic women</td>
<td>18%</td>
<td>94%</td>
<td>5%</td>
</tr>
<tr>
<td>Republican men</td>
<td>18%</td>
<td>2%</td>
<td>97%</td>
</tr>
<tr>
<td>Republican women</td>
<td>19%</td>
<td>4%</td>
<td>95%</td>
</tr>
<tr>
<td>Independent men</td>
<td>21%</td>
<td>31%</td>
<td>64%</td>
</tr>
<tr>
<td>Independent women</td>
<td>14%</td>
<td>37%</td>
<td>57%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">What was the last grade of school you completed?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>No high school diploma</td>
<td>2%</td>
<td>-</td>
<td>-</td>
</tr>
<tr>
<td>High school graduate</td>
<td>12%</td>
<td>45%</td>
<td>54%</td>
</tr>
<tr>
<td>Some college or assoc. degree</td>
<td>29%</td>
<td>40%</td>
<td>58%</td>
</tr>
<tr>
<td>College graduate</td>
<td>38%</td>
<td>34%</td>
<td>64%</td>
</tr>
<tr>
<td>Postgraduate study</td>
<td>19%</td>
<td>40%</td>
<td>58%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">What was the last grade of school you completed?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>College graduate</td>
<td>57%</td>
<td>36%</td>
<td>62%</td>
</tr>
<tr>
<td>No college degree</td>
<td>43%</td>
<td>42%</td>
<td>56%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">What was the last grade of school you completed?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>More than high school graduate</td>
<td>86%</td>
<td>37%</td>
<td>60%</td>
</tr>
<tr>
<td>High school graduate or less</td>
<td>14%</td>
<td>45%</td>
<td>54%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Race by education
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>White college graduates</td>
<td>40%</td>
<td>27%</td>
<td>70%</td>
</tr>
<tr>
<td>White non-college graduates</td>
<td>27%</td>
<td>22%</td>
<td>76%</td>
</tr>
<tr>
<td>Non-white college graduates</td>
<td>16%</td>
<td>60%</td>
<td>39%</td>
</tr>
<tr>
<td>Non-white non-college graduates</td>
<td>17%</td>
<td>72%</td>
<td>27%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">2013 total family income:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Under $30,000</td>
<td>14%</td>
<td>51%</td>
<td>47%</td>
</tr>
<tr>
<td>$30,000 - $49,999</td>
<td>18%</td>
<td>48%</td>
<td>51%</td>
</tr>
<tr>
<td>$50,000 - $99,999</td>
<td>32%</td>
<td>39%</td>
<td>60%</td>
</tr>
<tr>
<td>$100,000 - $199,999</td>
<td>28%</td>
<td>34%</td>
<td>63%</td>
</tr>
<tr>
<td>$200,000 or more</td>
<td>9%</td>
<td>27%</td>
<td>70%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">2013 total family income:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Under $50,000</td>
<td>32%</td>
<td>49%</td>
<td>49%</td>
</tr>
<tr>
<td>$50,000-$99,999</td>
<td>32%</td>
<td>39%</td>
<td>60%</td>
</tr>
<tr>
<td>$100,000 or more</td>
<td>36%</td>
<td>32%</td>
<td>65%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">2013 total family income:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Under $50,000</td>
<td>32%</td>
<td>49%</td>
<td>49%</td>
</tr>
<tr>
<td>$50,000 or more</td>
<td>68%</td>
<td>36%</td>
<td>63%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">2013 total family income:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Under $100,000</td>
<td>64%</td>
<td>44%</td>
<td>55%</td>
</tr>
<tr>
<td>$100,000 or more</td>
<td>36%</td>
<td>32%</td>
<td>65%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">White evangelical/born-again Christians
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>White evangelical/born-again Christian</td>
<td>32%</td>
<td>13%</td>
<td>84%</td>
</tr>
<tr>
<td>All others</td>
<td>68%</td>
<td>50%</td>
<td>48%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Which comes closest to your position? Abortion should be:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Legal in all cases</td>
<td>18%</td>
<td>75%</td>
<td>23%</td>
</tr>
<tr>
<td>Legal in most cases</td>
<td>31%</td>
<td>51%</td>
<td>44%</td>
</tr>
<tr>
<td>Illegal in most cases</td>
<td>32%</td>
<td>14%</td>
<td>86%</td>
</tr>
<tr>
<td>Illegal in all cases</td>
<td>14%</td>
<td>23%</td>
<td>72%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Which comes closest to your position? Abortion should be:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Legal</td>
<td>49%</td>
<td>60%</td>
<td>36%</td>
</tr>
<tr>
<td>Illegal</td>
<td>46%</td>
<td>17%</td>
<td>81%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Do you think things in this country today are:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Generally going in the right direction</td>
<td>29%</td>
<td>79%</td>
<td>21%</td>
</tr>
<tr>
<td>Seriously off on the wrong track</td>
<td>67%</td>
<td>21%</td>
<td>76%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Which is closer to your view:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Government should do more to solve problems</td>
<td>35%</td>
<td>77%</td>
<td>22%</td>
</tr>
<tr>
<td>Government is doing too many things better left to businesses and individuals</td>
<td>60%</td>
<td>15%</td>
<td>81%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">How worried are you about the direction of the nation's economy in the next year?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Very worried</td>
<td>41%</td>
<td>16%</td>
<td>81%</td>
</tr>
<tr>
<td>Somewhat worried</td>
<td>34%</td>
<td>39%</td>
<td>60%</td>
</tr>
<tr>
<td>Not too worried</td>
<td>20%</td>
<td>73%</td>
<td>26%</td>
</tr>
<tr>
<td>Not at all worried</td>
<td>4%</td>
<td>-</td>
<td>-</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">How worried are you about the direction of the nation's economy in the next year?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Very/somewhat worried</td>
<td>75%</td>
<td>26%</td>
<td>71%</td>
</tr>
<tr>
<td>Not too/not at all worried</td>
<td>24%</td>
<td>73%</td>
<td>26%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Do you approve or disapprove of the way Barack Obama is handling his job as president?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Strongly approve</td>
<td>16%</td>
<td>94%</td>
<td>6%</td>
</tr>
<tr>
<td>Somewhat approve</td>
<td>20%</td>
<td>83%</td>
<td>17%</td>
</tr>
<tr>
<td>Somewhat disapprove</td>
<td>13%</td>
<td>33%</td>
<td>67%</td>
</tr>
<tr>
<td>Strongly disapprove</td>
<td>50%</td>
<td>4%</td>
<td>92%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Do you approve or disapprove of the way Barack Obama is handling his job as president?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Approve</td>
<td>35%</td>
<td>88%</td>
<td>12%</td>
</tr>
<tr>
<td>Disapprove</td>
<td>64%</td>
<td>10%</td>
<td>87%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Is your opinion of the Democratic Party:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Favorable</td>
<td>38%</td>
<td>85%</td>
<td>15%</td>
</tr>
<tr>
<td>Unfavorable</td>
<td>59%</td>
<td>9%</td>
<td>87%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Is your opinion of the Republican Party:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Favorable</td>
<td>47%</td>
<td>9%</td>
<td>91%</td>
</tr>
<tr>
<td>Unfavorable</td>
<td>49%</td>
<td>70%</td>
<td>27%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Do you think the 2010 federal health care law:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Did not go far enough</td>
<td>19%</td>
<td>85%</td>
<td>14%</td>
</tr>
<tr>
<td>Was about right</td>
<td>19%</td>
<td>79%</td>
<td>21%</td>
</tr>
<tr>
<td>Went too far</td>
<td>56%</td>
<td>9%</td>
<td>88%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Are you currently married?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Yes</td>
<td>65%</td>
<td>32%</td>
<td>65%</td>
</tr>
<tr>
<td>No</td>
<td>35%</td>
<td>50%</td>
<td>47%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Marital status by gender
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Married men</td>
<td>32%</td>
<td>29%</td>
<td>68%</td>
</tr>
<tr>
<td>Married women</td>
<td>33%</td>
<td>36%</td>
<td>62%</td>
</tr>
<tr>
<td>Non-married men</td>
<td>16%</td>
<td>43%</td>
<td>54%</td>
</tr>
<tr>
<td>Non-married women</td>
<td>19%</td>
<td>57%</td>
<td>42%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Do you think Ted Cruz would make a good president?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Yes</td>
<td>34%</td>
<td>11%</td>
<td>88%</td>
</tr>
<tr>
<td>No</td>
<td>50%</td>
<td>59%</td>
<td>39%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Do you think Rick Perry would make a good president?
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Yes</td>
<td>33%</td>
<td>6%</td>
<td>94%</td>
</tr>
<tr>
<td>No</td>
<td>60%</td>
<td>57%</td>
<td>40%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">In today's election for U.S. Senate, did you just vote for:</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>David Alameel</td>
<td>34%</td>
<td>97%</td>
<td>3%</td>
</tr>
<tr>
<td>John Cornyn</td>
<td>62%</td>
<td>6%</td>
<td>94%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">In today's election for lieutenant governor, did you just vote for:
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>Leticia Van de Putte</td>
<td>38%</td>
<td>91%</td>
<td>8%</td>
</tr>
<tr>
<td>Dan Patrick</td>
<td>58%</td>
<td>4%</td>
<td>95%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Geographic area</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>East</td>
<td>12%</td>
<td>24%</td>
<td>76%</td>
</tr>
<tr>
<td>Dallas/Ft. Worth</td>
<td>24%</td>
<td>44%</td>
<td>55%</td>
</tr>
<tr>
<td>Houston Area</td>
<td>23%</td>
<td>44%</td>
<td>55%</td>
</tr>
<tr>
<td>South Central</td>
<td>17%</td>
<td>45%</td>
<td>48%</td>
</tr>
<tr>
<td>West</td>
<td>11%</td>
<td>19%</td>
<td>77%</td>
</tr>
<tr>
<td>Latino SW</td>
<td>13%</td>
<td>40%</td>
<td>59%</td>
</tr>
</tbody>
</table>
<h4 class="e2014-font poll-questions">Population of area
</h4>
<table class="table table_striped table_hover table_responsive table_align">
<thead>
<tr>
<th>Category</th>
<th>Total</th>
<th>Davis</th>
<th>Abbott</th>
</tr>
</thead>
<tbody>
<tr>
<td>City over 50,000</td>
<td>53%</td>
<td>42%</td>
<td>55%</td>
</tr>
<tr>
<td>Suburbs</td>
<td>38%</td>
<td>36%</td>
<td>62%</td>
</tr>
<tr>
<td>Small city and rural</td>
<td>9%</td>
<td>23%</td>
<td>77%</td>
</tr>
</tbody>
</table>
<div class="col-xs-12 uppercase align-center back-to-top">
<a href="#" class="e2014-module_btn-details e2014-font">back to top</a>
</div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
| bradoyler/bradoyler.github.io | elections/exitpolls/TX-governor.html | HTML | mit | 105,169 |
<template name="notes">
<div id="dayNotes" class="modal" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<!-- <button type="button" class="close" data-dismiss="modal">×</button> -->
<h4 class="modal-title" id="dayNotesTitle"></h4>
</div>
<div class="modal-body">
<div class="notes" id="dayNotesContent"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success close-notes" data-op="save">Save</button>
<button type="button" class="btn btn-default close-notes" data-op="cancel">Cancel</button>
</div>
</div>
</div>
</div>
</template> | catness/kaizen-challenge | client/html/notes.html | HTML | mit | 705 |
<!DOCTYPE HTML>
<html>
<head>
<title>Couponia - Lightbox</title>
<!-- meta info -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="keywords" content="Koupon HTML5 Template" />
<meta name="description" content="Koupon - Premiun HTML5 Template for Coupons Website">
<meta name="author" content="Tsoy">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300' rel='stylesheet' type='text/css'>
<!-- Bootstrap styles -->
<link rel="stylesheet" href="css/boostrap.css">
<!-- Font Awesome styles (icons) -->
<link rel="stylesheet" href="css/font_awesome.css">
<!-- Main Template styles -->
<link rel="stylesheet" href="css/styles.css">
<!-- IE 8 Fallback -->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie.css" />
<![endif]-->
<!-- Your custom styles (blank file) -->
<link rel="stylesheet" href="css/mystyles.css">
</head>
<body>
<div class="global-wrap">
<!-- //////////////////////////////////
//////////////MAIN HEADER/////////////
////////////////////////////////////-->
<div class="top-main-area text-center">
<div class="container">
<a href="index.html" class="logo mt5">
<img src="img/logo-small-dark.png" alt="Image Alternative text" title="Image Title" />
</a>
</div>
</div>
<header class="main">
<div class="container">
<div class="row">
<div class="col-md-6">
<!-- MAIN NAVIGATION -->
<div class="flexnav-menu-button" id="flexnav-menu-button">Menu</div>
<nav>
<ul class="nav nav-pills flexnav" id="flexnav" data-breakpoint="800">
<li><a href="index.html">Home</a>
<ul>
<li><a href="index-shop-layout-1.html">Shop Layout</a>
<ul>
<li><a href="index-shop-layout-1.html">Layout 1</a>
</li>
<li><a href="index-shop-layout-2.html">Layout 2</a>
</li>
<li><a href="index-shop-layout-3.html">Layout 3</a>
</li>
<li><a href="index-shop-layout-4.html">Layout 4</a>
</li>
<li><a href="index-shop-layout-5.html">Layout 5</a>
</li>
</ul>
</li>
<li><a href="index-coupon-layout-1.html">Coupon Layout</a>
<ul>
<li><a href="index-coupon-layout-1.html">Layout 1</a>
</li>
<li><a href="index-coupon-layout-2.html">Layout 2</a>
</li>
<li><a href="index-coupon-layout-3.html">Layout 3</a>
</li>
<li><a href="index.html">Layout 4</a>
</li>
<li><a href="index-coupon-layout-5.html">Layout 5</a>
</li>
<li><a href="index-coupon-layout-6.html">Layout 6</a>
</li>
</ul>
</li>
<li><a href="index-header-layout-1.html">Headers</a>
<ul>
<li><a href="index-header-layout-1.html">Layout 1</a>
</li>
<li><a href="index-header-layout-2.html">Layout 2</a>
</li>
<li><a href="index-header-layout-3.html">Layout 3</a>
</li>
<li><a href="index-header-layout-4.html">Layout 4</a>
</li>
<li><a href="index-header-layout-5.html">Layout 5</a>
</li>
<li><a href="index-header-logged-user.html">Logged User</a>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="category-page-shop.html">Category</a>
<ul>
<li><a href="category-page-shop.html">Shop</a>
</li>
<li><a href="category-page-coupon.html">Coupon</a>
</li>
<li><a href="category-page-thumbnails-shop-layout-1.html">Thumbnails</a>
<ul>
<li><a href="category-page-thumbnails-shop-layout-1.html">Shop</a>
<ul>
<li><a href="category-page-thumbnails-shop-layout-1.html">Layout 1</a>
</li>
<li><a href="category-page-thumbnails-shop-layout-2.html">Layout 2</a>
</li>
<li><a href="category-page-thumbnails-shop-layout-3.html">Layout 3</a>
</li>
<li><a href="category-page-thumbnails-shop-layout-4.html">layout 4</a>
</li>
<li><a href="category-page-thumbnails-shop-layout-5.html">Layout 5</a>
</li>
<li><a href="category-page-thumbnails-shop-layout-6.html">Layout 6</a>
</li>
<li><a href="category-page-thumbnails-shop-horizontal.html">Horizontal</a>
</li>
</ul>
</li>
<li><a href="category-page-thumbnails-coupon-layout-1.html">Coupon</a>
<ul>
<li><a href="category-page-thumbnails-coupon-layout-1.html">Layout 1</a>
</li>
<li><a href="category-page-thumbnails-coupon-layout-2.html">Layout 2</a>
</li>
<li><a href="category-page-thumbnails-coupon-layout-3.html">Layout 3</a>
</li>
<li><a href="category-page-thumbnails-coupon-layout-4.html">Layout 4</a>
</li>
<li><a href="category-page-thumbnails-coupon-layout-5.html">Layout 5</a>
</li>
<li><a href="category-page-thumbnails-coupon-layout-6.html">Layout 6</a>
</li>
<li><a href="category-page-thumbnails-coupon-layout-7.html">Layout 7</a>
</li>
<li><a href="category-page-thumbnails-coupon-layout-8.html">Layout 8</a>
</li>
<li><a href="category-page-thumbnails-coupon-horizontal.html">Horizontal</a>
</li>
</ul>
</li>
<li><a href="category-page-thumbnails-breadcrumbs.html">Breadcrumbs</a>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="product-shop-sidebar.html">Product </a>
<ul>
<li><a href="product-shop-sidebar.html">Shop</a>
<ul>
<li><a href="product-shop-sidebar.html">Sidebar</a>
</li>
<li><a href="product-shop-sidebar-left.html">Sidebar Left</a>
</li>
<li><a href="product-shop-centered.html">Centered</a>
</li>
</ul>
</li>
<li><a href="product-coupon-default.html">Coupon</a>
<ul>
<li><a href="product-coupon-default.html">Default</a>
</li>
<li><a href="product-coupon-meta-right.html">Meta right</a>
</li>
<li><a href="product-coupon-gallery.html">Gallery</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="active"><a href="features-typography.html">Features</a>
<ul>
<li><a href="features-typography.html">Typography</a>
</li>
<li><a href="features-elements.html">Elements</a>
</li>
<li><a href="features-grid.html">Grid</a>
</li>
<li><a href="features-icons.html">Icons</a>
</li>
<li><a href="features-image-hover.html">Image Hovers</a>
</li>
<li><a href="features-sliders.html">Sliders</a>
</li>
<li><a href="features-media.html">Media</a>
</li>
<li class="active"><a href="features-lightbox.html">Lightbox</a>
</li>
</ul>
</li>
<li><a href="blog-sidebar-right.html">Blog</a>
<ul>
<li><a href="blog-sidebar-right.html">Sidebar Right</a>
</li>
<li><a href="blog-sidebar-left.html">Sidebar Left</a>
</li>
<li><a href="blog-full-width.html">Full Width</a>
</li>
<li><a href="post-sidebar-right.html">Post</a>
<ul>
<li><a href="post-sidebar-right.html">Sidebar Right</a>
</li>
<li><a href="post-sidebar-left.html">Sidebar Left</a>
</li>
<li><a href="post-full-width.html">Full Width</a>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="page-full-width.html">Pages</a>
<ul>
<li><a href="page-my-account-settings.html">My Account</a>
<ul>
<li><a href="page-my-account-settings.html">Settings</a>
</li>
<li><a href="page-my-account-addresses.html">Address Book</a>
</li>
<li><a href="page-my-account-orders.html">Orders History</a>
</li>
<li><a href="page-my-account-wishlist.html">Wishlist</a>
</li>
</ul>
</li>
<li><a href="page-full-width.html">Full Width</a>
</li>
<li><a href="page-sidebar-right.html">Sidebar Right</a>
</li>
<li><a href="page-sidebar-left.html">Sidebar Left</a>
</li>
<li><a href="page-faq.html">Faq</a>
</li>
<li><a href="page-about-us.html">About us</a>
</li>
<li><a href="page-team.html">Team</a>
</li>
<li><a href="page-cart.html">Shopping Cart</a>
</li>
<li><a href="page-checkout.html">Checkout</a>
</li>
<li><a href="page-404.html">404</a>
</li>
<li><a href="page-search.html">Search</a>
<ul>
<li><a href="page-search-black.html">Black</a>
</li>
<li><a href="page-search-white.html">White</a>
</li>
<li><a href="page-search-sticky.html">Sticky</a>
</li>
<li><a href="page-search-no-search.html">No Search</a>
</li>
</ul>
</li>
<li><a href="page-contact.html">Contact</a>
</li>
</ul>
</li>
</ul>
</nav>
<!-- END MAIN NAVIGATION -->
</div>
<div class="col-md-6">
<!-- LOGIN REGISTER LINKS -->
<ul class="login-register">
<li class="shopping-cart"><a href="page-cart.html"><i class="fa fa-shopping-cart"></i>My Cart</a>
<div class="shopping-cart-box">
<ul class="shopping-cart-items">
<li>
<a href="product-shop-sidebar.html">
<img src="img/70x70.png" alt="Image Alternative text" title="AMaze" />
<h5>New Glass Collection</h5><span class="shopping-cart-item-price">$150</span>
</a>
</li>
<li>
<a href="product-shop-sidebar.html">
<img src="img/70x70.png" alt="Image Alternative text" title="Gamer Chick" />
<h5>Playstation Accessories</h5><span class="shopping-cart-item-price">$170</span>
</a>
</li>
</ul>
<ul class="list-inline text-center">
<li><a href="page-cart.html"><i class="fa fa-shopping-cart"></i> View Cart</a>
</li>
<li><a href="page-checkout.html"><i class="fa fa-check-square"></i> Checkout</a>
</li>
</ul>
</div>
</li>
<li><a class="popup-text" href="#login-dialog" data-effect="mfp-move-from-top"><i class="fa fa-sign-in"></i>Sign in</a>
</li>
<li><a class="popup-text" href="#register-dialog" data-effect="mfp-move-from-top"><i class="fa fa-edit"></i>Sign up</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- LOGIN REGISTER LINKS CONTENT -->
<div id="login-dialog" class="mfp-with-anim mfp-hide mfp-dialog clearfix">
<i class="fa fa-sign-in dialog-icon"></i>
<h3>Member Login</h3>
<h5>Welcome back, friend. Login to get started</h5>
<form class="dialog-form">
<div class="form-group">
<label>E-mail</label>
<input type="text" placeholder="[email protected]" class="form-control">
</div>
<div class="form-group">
<label>Password</label>
<input type="password" placeholder="My secret password" class="form-control">
</div>
<div class="checkbox">
<label>
<input type="checkbox">Remember me
</label>
</div>
<input type="submit" value="Sign in" class="btn btn-primary">
</form>
<ul class="dialog-alt-links">
<li><a class="popup-text" href="#register-dialog" data-effect="mfp-zoom-out">Not member yet</a>
</li>
<li><a class="popup-text" href="#password-recover-dialog" data-effect="mfp-zoom-out">Forgot password</a>
</li>
</ul>
</div>
<div id="register-dialog" class="mfp-with-anim mfp-hide mfp-dialog clearfix">
<i class="fa fa-edit dialog-icon"></i>
<h3>Member Register</h3>
<h5>Ready to get best offers? Let's get started!</h5>
<form class="dialog-form">
<div class="form-group">
<label>E-mail</label>
<input type="text" placeholder="[email protected]" class="form-control">
</div>
<div class="form-group">
<label>Password</label>
<input type="password" placeholder="My secret password" class="form-control">
</div>
<div class="form-group">
<label>Repeat Password</label>
<input type="password" placeholder="Type your password again" class="form-control">
</div>
<div class="row">
<div class="col-md-8">
<div class="form-group">
<label>Your Area</label>
<input type="password" placeholder="Boston" class="form-control">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<label>Postal/Zip</label>
<input type="password" placeholder="12345" class="form-control">
</div>
</div>
</div>
<div class="checkbox">
<label>
<input type="checkbox">Get hot offers via e-mail
</label>
</div>
<input type="submit" value="Sign up" class="btn btn-primary">
</form>
<ul class="dialog-alt-links">
<li><a class="popup-text" href="#login-dialog" data-effect="mfp-zoom-out">Already member</a>
</li>
</ul>
</div>
<div id="password-recover-dialog" class="mfp-with-anim mfp-hide mfp-dialog clearfix">
<i class="icon-retweet dialog-icon"></i>
<h3>Password Recovery</h3>
<h5>Fortgot your password? Don't worry we can deal with it</h5>
<form class="dialog-form">
<label>E-mail</label>
<input type="text" placeholder="[email protected]" class="span12">
<input type="submit" value="Request new password" class="btn btn-primary">
</form>
</div>
<!-- END LOGIN REGISTER LINKS CONTENT -->
<!-- PAGE TITLE -->
<!-- <div class="top-title-area">
<div class="container">
<h1 class="title-page"></h1>
</div>
</div> -->
<!-- END PAGE TITLE -->
<!-- SEARCH AREA -->
<form class="search-area form-group">
<div class="container">
<div class="row">
<div class="col-md-8 clearfix">
<label><i class="fa fa-search"></i><span>I am searching for</span>
</label>
<div class="search-area-division search-area-division-input">
<input class="form-control" type="text" placeholder="Travel Vacation" />
</div>
</div>
<div class="col-md-3 clearfix">
<label><i class="fa fa-map-marker"></i><span>In</span>
</label>
<div class="search-area-division search-area-division-location">
<input class="form-control" type="text" placeholder="Boston" />
</div>
</div>
<div class="col-md-1">
<button class="btn btn-block btn-white search-btn" type="submit">Search</button>
</div>
</div>
</div>
</form>
<!-- END SEARCH AREA -->
<div class="gap"></div>
<!-- //////////////////////////////////
//////////////END MAIN HEADER//////////
////////////////////////////////////-->
<!-- //////////////////////////////////
//////////////PAGE CONTENT/////////////
////////////////////////////////////-->
<div class="container">
<div class="row">
<div class="col-md-3">
<aside class="sidebar-left">
<ul class="nav nav-pills nav-stacked nav-arrow">
<li><a href="features-typography.html">Typography</a>
</li>
<li><a href="features-elements.html">Elements</a>
</li>
<li><a href="features-grid.html">Grid</a>
</li>
<li><a href="features-icons.html">Icons</a>
</li>
<li><a href="features-image-hover.html">Image Hovers</a>
</li>
<li><a href="features-sliders.html">Sliders</a>
</li>
<li><a href="features-media.html">Media</a>
</li>
<li class="active"><a href="features-lightbox.html">Lightbox</a>
</li>
</ul>
</aside>
</div>
<div class="col-md-9">
<div class="row">
<div class="col-md-3">
<h5>Default lightbox</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png">
<img src="img/800x600.png" alt="Image Alternative text" title="Our Coffee miss u" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
</div>
<div class="gap"></div>
<h3>Animation effects</h3>
<div class="row">
<div class="col-md-3">
<h5>Zoom out</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png" data-effect="mfp-zoom-out">
<img src="img/800x600.png" alt="Image Alternative text" title="iPhone 5 iPad mini iPad 3" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<h5>Fade</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png" data-effect="mfp-fade">
<img src="img/800x600.png" alt="Image Alternative text" title="Ana 29" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<h5>Move horizontal</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png" data-effect="mfp-move-horizontal">
<img src="img/800x600.png" alt="Image Alternative text" title="Hot mixer" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<h5>Move from top</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png" data-effect="mfp-move-from-top">
<img src="img/800x600.png" alt="Image Alternative text" title="cascada" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
</div>
<div class="gap gap-small"></div>
<div class="row">
<div class="col-md-3">
<h5>Zoom in</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png" data-effect="mfp-zoom-in">
<img src="img/800x600.png" alt="Image Alternative text" title="The Hidden Power of the Heart" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<h5>Newspaper</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png" data-effect="mfp-newspaper">
<img src="img/800x600.png" alt="Image Alternative text" title="The Violin" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<h5>3D unfold</h5>
<!-- HOVER IMAGE -->
<a class="hover-img popup-image" href="img/800x600.png" data-effect="mfp-3d-unfold">
<img src="img/800x600.png" alt="Image Alternative text" title="the best mode of transport here in maldives" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
</div>
<div class="gap"></div>
<h3>Gallery</h3>
<div class="row" id="popup-gallery">
<div class="col-md-3">
<!-- HOVER IMAGE -->
<a class="hover-img popup-gallery-image" href="img/800x600.png" data-effect="mfp-zoom-out">
<img src="img/800x600.png" alt="Image Alternative text" title="My Ice Cream and Your Ice Cream Spoons" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<!-- HOVER IMAGE -->
<a class="hover-img popup-gallery-image" href="img/800x600.png" data-effect="mfp-zoom-out">
<img src="img/800x600.png" alt="Image Alternative text" title="Aspen Lounge Chair" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<!-- HOVER IMAGE -->
<a class="hover-img popup-gallery-image" href="img/800x600.png" data-effect="mfp-zoom-out">
<img src="img/800x600.png" alt="Image Alternative text" title="a turn" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
<div class="col-md-3">
<!-- HOVER IMAGE -->
<a class="hover-img popup-gallery-image" href="img/800x600.png" data-effect="mfp-zoom-out">
<img src="img/800x600.png" alt="Image Alternative text" title="Gamer Chick" /><i class="fa fa-resize-full hover-icon"></i>
</a>
</div>
</div>
<div class="gap"></div>
<h3>Non Image Content</h3>
<a class="popup-text" href="#small-dialog" data-effect="mfp-zoom-out">Modal HTML block</a>
<div id="small-dialog" class="mfp-with-anim mfp-hide mfp-dialog">
<h4>Dialog example</h4>
<p>This is dummy copy. It is not meant to be read. It has been placed here solely to demonstrate the look and feel of finished, typeset text. Only for show. He who searches for meaning here will be sorely disappointed.</p>
</div>
<br>
<br>
<h4>Iframe Content</h4>
<!-- LIGHTBOX --><a class="popup-iframe" href="https://vimeo.com/45830194" data-effect="mfp-fade">Vimeo video</a>
<br>
<!-- LIGHTBOX --><a class="popup-iframe" href="http://www.youtube.com/watch?v=0O2aH4XLbto" data-effect="mfp-fade">Youtube Video</a>
<br>
<!-- LIGHTBOX --><a class="popup-iframe" href="https://maps.google.com/maps?q=221B+Baker+Street,+London,+United+Kingdom&hl=en&t=v&hnear=221B+Baker+St,+London+NW1+6XE,+United+Kingdom" data-effect="mfp-fade">Google Map</a>
<div class="gap"></div>
</div>
</div>
</div>
<!-- //////////////////////////////////
//////////////END PAGE CONTENT/////////
////////////////////////////////////-->
<!-- //////////////////////////////////
//////////////MAIN FOOTER//////////////
////////////////////////////////////-->
<footer class="main">
<div class="footer-top-area">
<div class="container">
<div class="row row-wrap">
<div class="col-md-3">
<a href="index.html">
<img src="img/logo.png" alt="logo" title="logo" class="logo">
</a>
<ul class="list list-social">
<li>
<a class="fa fa-facebook box-icon" href="#" data-toggle="tooltip" title="Facebook"></a>
</li>
<li>
<a class="fa fa-twitter box-icon" href="#" data-toggle="tooltip" title="Twitter"></a>
</li>
<li>
<a class="fa fa-flickr box-icon" href="#" data-toggle="tooltip" title="Flickr"></a>
</li>
<li>
<a class="fa fa-linkedin box-icon" href="#" data-toggle="tooltip" title="LinkedIn"></a>
</li>
<li>
<a class="fa fa-tumblr box-icon" href="#" data-toggle="tooltip" title="Tumblr"></a>
</li>
</ul>
<p>In varius viverra justo interdum vulputate commodo ut neque pretium eleifend scelerisque ad fusce elementum vestibulum facilisis mus libero ultrices</p>
</div>
<div class="col-md-3">
<h4>Sign Up to the Newsletter</h4>
<div class="box">
<form>
<div class="form-group mb10">
<label>E-mail</label>
<input type="text" class="form-control" />
</div>
<p class="mb10">Litora ut aenean varius sociosqu montes ridiculus</p>
<input type="submit" class="btn btn-primary" value="Sign Up" />
</form>
</div>
</div>
<div class="col-md-3">
<h4>Couponia on Twitter</h4>
<!-- START TWITTER -->
<div class="twitter-ticker" id="twitter-ticker"></div>
<!-- END TWITTER -->
</div>
<div class="col-md-3">
<h4>Recent News</h4>
<ul class="thumb-list">
<li>
<a href="#">
<img src="img/70x70.png" alt="Image Alternative text" title="Urbex Esch/Lux with Laney and Laaaaag" />
</a>
<div class="thumb-list-item-caption">
<p class="thumb-list-item-meta">Jul 18, 2014</p>
<h5 class="thumb-list-item-title"><a href="#">Pellentesque volutpat</a></h5>
<p class="thumb-list-item-desciption">Egestas porttitor vivamus placerat pulvinar</p>
</div>
</li>
<li>
<a href="#">
<img src="img/70x70.png" alt="Image Alternative text" title="AMaze" />
</a>
<div class="thumb-list-item-caption">
<p class="thumb-list-item-meta">Jul 18, 2014</p>
<h5 class="thumb-list-item-title"><a href="#">Augue integer</a></h5>
<p class="thumb-list-item-desciption">Eleifend praesent luctus adipiscing suspendisse</p>
</div>
</li>
<li>
<a href="#">
<img src="img/70x70.png" alt="Image Alternative text" title="The Hidden Power of the Heart" />
</a>
<div class="thumb-list-item-caption">
<p class="thumb-list-item-meta">Jul 18, 2014</p>
<h5 class="thumb-list-item-title"><a href="#">A tempus</a></h5>
<p class="thumb-list-item-desciption">Lacinia etiam ultricies quam potenti</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-md-4">
<p>Copyright © 2014, Your Store, All Rights Reserved</p>
</div>
<div class="col-md-6 col-md-offset-2">
<div class="pull-right">
<ul class="list-inline list-payment">
<li>
<img src="img/payment/american-express-curved-32px.png" alt="Image Alternative text" title="Image Title" />
</li>
<li>
<img src="img/payment/cirrus-curved-32px.png" alt="Image Alternative text" title="Image Title" />
</li>
<li>
<img src="img/payment/discover-curved-32px.png" alt="Image Alternative text" title="Image Title" />
</li>
<li>
<img src="img/payment/ebay-curved-32px.png" alt="Image Alternative text" title="Image Title" />
</li>
<li>
<img src="img/payment/maestro-curved-32px.png" alt="Image Alternative text" title="Image Title" />
</li>
<li>
<img src="img/payment/mastercard-curved-32px.png" alt="Image Alternative text" title="Image Title" />
</li>
<li>
<img src="img/payment/visa-curved-32px.png" alt="Image Alternative text" title="Image Title" />
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- //////////////////////////////////
//////////////END MAIN FOOTER/////////
////////////////////////////////////-->
<!-- Scripts queries -->
<script src="js/jquery.js"></script>
<script src="js/boostrap.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/flexnav.min.js"></script>
<script src="js/magnific.js"></script>
<script src="js/tweet.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="js/fitvids.min.js"></script>
<script src="js/mail.min.js"></script>
<script src="js/ionrangeslider.js"></script>
<script src="js/icheck.js"></script>
<script src="js/fotorama.js"></script>
<script src="js/card-payment.js"></script>
<script src="js/owl-carousel.js"></script>
<script src="js/masonry.js"></script>
<script src="js/nicescroll.js"></script>
<!-- Custom scripts -->
<script src="js/custom.js"></script>
</div>
</body>
</html>
| pacogarat/miscodigos | src/PG/Mcd/FrontendBundle/Resources/views/html/template/features-lightbox.html | HTML | mit | 43,508 |
{% extends 'base.html' %}
{% block body %}
{% load bootstrap %}
<div class="container">
<div class="container" style="font-size:140%;">
<ul class="nav nav-tabs">
<li class="#" id="home"><a href="{% url 'index' %}">Autumn</a></li>
<li class="pull-right"><a href="{% url 'about' %}">About</a></li>
<li class="pull-right"><a href="{% url 'register' %}">Sign up</a></li>
<li class="pull-right"><a href="{% url 'login' %}">Log in</a></li>
</ul>
</div>
<div class="row">
<div class="col-lg-8">
<div class="panel panel-info" style="margin-top:50px; margin-left:40px;">
<div class="panel-heading">
<h4>{{ blog.title }}</h4>
<p class="text-muted">{{ blog.pub_date }} by <span class="text-primary"><a href="{% url 'author' author.id %}">{{ author.name }}</a></span></p>
</div>
<div class="panel-body" style="height:auto; min-height:600px;">
<pre><p style="font-size:120%;">{{ blog.sub_title }}</p>{{ blog.content }}</pre>
</div>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default" style="margin-left:40px;"><span class="glyphicon glyphicon-tags"></span> Tags:</button>
<a type="button" class="btn btn-default text-muted">...</a>
<a type="button" class="btn btn-default text-muted">...</a>
</div>
<hr style="margin-left:40px;"/>
<div class="panel panel-default" style="margin-top:50px; margin-left:40px;">
<div class="panel-heading">Comments:</div>
<div class="panel-body">
<form role="form" class="form ajax" action="{% url 'comment' %}" method="post">
<div class="form-group">
<input class="form-control" type="text" id='comment_id' name="comment_content" placeholder="Login first to give comments"/><br/>
<a class="btn btn-default disabled" type="submit" id="addbutton" name="addbutton">Commit</a>
<hr/>
</div>
</form>
{% if comments|length %}
{% for comment in comments %}
<p class="text-primary"><a href="{% url 'author' comment.author.id %}">{{ comment.author.name }}</a>:</p>
<p>{{ comment.content }}</p><hr/>
{% endfor %}
{% endif %}
{% if not comments %}
<p>No comment yet!</p>
{% endif %}
</div>
</div>
</div>
<div class="col-lg-4" style="margin-top:50px;">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10" style="margin-top:40px;">
<h5>Author Information:</h5><hr/>
<p><span class="glyphicon glyphicon-user"></span> <a class="text-info" href="{% url 'author' author.id %}">{{ author.name }}</a></p>
<p><span class="glyphicon glyphicon-envelope"></span> {{ author.user.email }}</p>
<br/>
<p>The author said:</p><p>{{ author.sig }}</p>
<br/><br/>
<br/>
<h5>Other posts of {{ author.name }}:</h5><hr/>
{% if blogs_au|length %}
<ul>
{% for blog in blogs_au %}
<li><a href"{% url 'blog' blog.id %}">{{ blog.title|truncatechars:38 }}</a></li>
{% endfor %}
</ul>
{% endif %}
{% if not blogs_au|length %}
<p>No more blogs</p>
{% endif %}
</div>
<div class="col-md-1"></div>
</div>
</div>
</div>
</div> <!-- /container -->
</body>
</html>
{% endblock %}
| Yu-Yan/autumn | autumn/autumn/templates/blog_tr.html | HTML | mit | 4,110 |
<div class='container'>
<h2 class='text-orange'>{{'LOST_PWD.TITLE2' | translate}}</h2>
<h4>{{'LOST_PWD.NOTE2' | translate}}</h4>
<form name='eventForm' class='form-horizontal' novalidate ng-submit='updatePwd(userName, token, pwd)'>
<div class='form-group' ng-class='{ "has-error": eventForm.userName.$invalid }'>
<label for='userName' class='control-label col-sm-2'>{{'LOST_PWD.LABEL_USERNAME2' | translate}}</label>
<div class='col-sm-10'>
<input name='userName' type='text' ng-model='userName' class='form-control' required></input>
</div>
</div>
<div class='form-group' ng-class='{ "has-error": eventForm.token.$invalid }'>
<label for='token' class='control-label col-sm-2'>{{'LOST_PWD.LABEL_SECURITY_CODE2' | translate}}</label>
<div class='col-sm-10'>
<input name='token' type='text' ng-model='token' class='form-control' required></input>
</div>
</div>
<div class='form-group' ng-class='{ "has-error": eventForm.pwd.$invalid }'>
<label for='pwd' class='control-label col-sm-2'>{{'LOST_PWD.LABEL_PASSWORD2' | translate}}</label>
<div class='col-sm-10'>
<input name='pwd' type='password' ng-model='pwd' class='form-control' required></input>
</div>
</div>
<div class='col-sm-offset-2 col-sm-10'>
<input id='newUser_submit' class='btn btn-warning bnt-lg btn-block' type='submit' translate-attr="{value: 'LOST_PWD.BUTTON_SUBMIT2'}" ng-disabled='eventForm.$invalid'>
</div>
</form>
</div>
| appztreme/JugendsommerOrig | public/templates/userUpdatePwd.html | HTML | mit | 1,418 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body onload="if (top.frames['componentsframe'] == undefined) { s = window.location.toString(); window.location = 'index.html?p=' + s.substring(s.lastIndexOf('/')+1); }">
<h2 class="comptitle">NED File <i>src/networks/simple_mdns_privacy_example/package.ned</i></h2>
<h3 class="subtitle">Source code:</h3>
<pre class="src"><span style="color: #800000; font-weight: bold; ">package</span><span style="color: #000000; "> </span><span style="color: #000000; ">inet_dns_extension</span><span style="color: #000000; ">.</span><span style="color: #000000; ">networks</span><span style="color: #000000; ">.</span><span style="color: #000000; ">simple_mdns_privacy_example</span><span style="color: #000000; ">;
</span><span style="color: #000000; font-weight: bold; ">@license</span><span style="color: #000000; ">(</span><span style="color: #000000; ">LGPL</span><span style="color: #000000; ">);
</span></pre>
<hr><p class="footer"><a href="http://creativecommons.org/licenses/by-sa/3.0" target="_top"><img src="by-sa.png"></a> This documentation is released under the <a href="http://creativecommons.org/licenses/by-sa/3.0" target="_top">Creative Commons license</a></p>
</body>
</html>
| saenridanra/inet-dns-extension | doc/neddoc/src-networks-simple_mdns_privacy_example-package.ned.html | HTML | mit | 1,373 |
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>reveal.js - The HTML Presentation Framework</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/solarized.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section data-markdown
data-separator="\n---\n$"
data-vertical="\n--\n">
<script type="text/template">
## はじめての
## Windowsストア・アプリ
<br>
### tsutsu@FA3G
---
## きっかけ
最近やっとWindows 8.1のPCを買いました♪
<br><br>
#### そこで
せっかくなんでストア・アプリでもやってみますか:-)
--
## ところで
この秋に予定されていたWindows 8.2が見送りにorz
<br>
やっとスタートメニューが復活する予定だったのに...
<br><br>
2015年と噂されているWindows 9からの実装??
---
## Windowsストア・アプリ?
---
## タブレットに最適♪
Windowsストア・アプリは,指で操作するタブレットに最適
<br><br>

<br><br>
※マウスやキーボードでの操作もそれなりに対応が必要
--
## イマーシブでファスト&フルイド
「没入型のアプリで,素早く滑らかに動く」という意味
<br><br>
* イマーシブ<br>
メニューやタイトル・バーなどの「飾り物」は普段は表示しない<br><br>
* ファスト&フルイド<br>
アプリはユーザー操作に素早く反応し,滑らかに動く
--
## 全画面を占有
メニューやタイトル・バーなどの「飾り物」は表示しない
<br><br>

--
## アプリ・バー
上端または下端からスワイプするとメニューが出てくる
<br><br>

--
## チャーム
右端からスワイプするとチャームが出てくる
<br><br>

---
## 開発者視点から見る!
---
## UXの検討
<br>
### 「コンテンツ・ファースト」
**何をユーザーに見せたいか!**
<br><br>
#### (これまでの業務アプリなどでは...)
<br>
### 「ファンクション・ファースト」
何をユーザーにさせたいか!
--
## ファスト&フルイド
非同期処理とアニメーション処理<br><br>
* ファスト<br>
時間のかかる処理を非同期に実行<br>
**開発者が非同期処理に習熟する必要がある!!**
<br><br>
* フルイド<br>
アニメーション処理により滑らかな画面描画<br>
基本は開発環境がデフォルトで提供してくれる
---
## アーキテクチャ
---
## デバイス&サービス
タブレット側だけで完結しているアプリもあるだろうが<br>
アーキテクチャの考え方としてはクラウドサービスを<br>
利用するデバイス側のフロントエンドとなる
<br><br>

--
## APIの制限
ストア・アプリから利用できるAPIは厳しく制限されている<br>
例えばデータベースへアクセスするための<br>
ADO.NETが用意されていない<br>
<br>
### 逆に言えば
このようなアーキテクチャを想定しているからこそ<br>
APIの利用を厳しく制限することができる
--
## ローミング(roaming)
「roam」とは「歩き回る,放浪する」といった意味で<br>
保存したファイルは自動的に他のPCに複製される<br><br>
ローミングされるのは同じユーザーアカウントで実行される<br>
同じアプリの間だけに限られる
<br>
---
## セキュリティー
---
## Windowsストア・アプリ配布
ストア・アプリは「Windowsストア」だけで配布される<br>
マイクロソフトの審査に合格したアプリだけが掲載される<br>
<br>
### だから
**ユーザは安心してインストールできる!!**
<br><br><br>
※ただしストアを経由せずに社内LANのみへの配布も可能<br>
(サイドローディング)
--
## プラットフォームの制限
ユーザーの安全と安心を脅かすために使えそうなAPIが<br>
**ことごとく排除されている**<br><br>
* プロセス間通信は禁止
* ファイルの自由な読み書きは禁止
* Windows RTはストア・アプリしかインストールできない<br>
「ジェイル・ブレイク」も困難とされている
---
## Windowsストア・アプリ開発
## で使う技術
---
## 利用できるAPI
<br>
* .NET Frameworkのクラス・ライブラリ(一部)
* Windowsランタイムのクラス・ライブラリ
* Win32 API(一部,COMやDirectXも含む)
* JavaScript用Windowsライブラリ(WinJS)<br>
DOM API(JavaScript専用)
--
## 実行関連ファイル
<br>
* アプリ(.exe)<br>
エクスプローラなどからは直接実行できない
* クラス・ライブラリ(.dll)<br>
アプリ本体や他のライブラリから呼び出せるライブラリ
* WinRTコンポーネント(.winmd)<br>
JavaScriptからも利用できるライブラリや,バックグラウンド・
タスク用の実行ファイルなどを実装する
* PCL(.dll)<br>
ポータブル・クラス・ライブラリ.<br>
利用するAPIを制限した特殊なクラス・ライブラリ
--
## 開発言語
<br>
* C#,VB.NET(XAML)<br>
WinRT,.NET Framework <br>
<br>
* C++/CX(XAML)<br>
WinRT,.NET Framework,Win32 API<br>
<br>
* JavaScript(HTML,CSS)<br>
WinJS,DOM API,WinRT
--
## 開発環境
<br>
## Windows 8.1
+
## Visual Studio 2013
---
# Thank U for Reading
<br>
### BY tsutsu
</script>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>
| y-tsutsu/reveal.js-LT_WindowsStorApplication | index.html | HTML | mit | 8,360 |
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>Category: articles | Node.js 한국 커뮤니티</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Node.js 한국 커뮤니티">
<meta property="og:url" content="https://nodejs.github.io/nodejs-ko/categories/articles/page/10/index.html">
<meta property="og:site_name" content="Node.js 한국 커뮤니티">
<meta property="og:locale">
<meta property="article:author" content="Node.js 한국어 번역팀">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@nodejs_ko">
<link rel="alternate" href="/nodejs-ko/atom.xml" title="Node.js 한국 커뮤니티" type="application/atom+xml">
<link rel="icon" href="/nodejs-ko/favicon.png">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/nodejs-ko/css/style.css">
<meta name="generator" content="Hexo 5.3.0"></head>
<body>
<div id="container">
<div id="wrap">
<header id="header">
<div id="banner"></div>
<div id="header-outer" class="outer">
<div id="header-title" class="inner">
<h1 id="logo-wrap">
<a href="/nodejs-ko/" id="logo">Node.js 한국 커뮤니티</a>
</h1>
</div>
<div id="header-inner" class="inner">
<nav id="main-nav">
<a id="main-nav-toggle" class="nav-icon"></a>
<a class="main-nav-link" href="/nodejs-ko/">Home</a>
<a class="main-nav-link" href="/nodejs-ko/archives">Archives</a>
</nav>
<nav id="sub-nav">
<a id="nav-rss-link" class="nav-icon" href="/nodejs-ko/atom.xml" title="RSS Feed"></a>
<a id="nav-search-btn" class="nav-icon" title="Search"></a>
</nav>
<div id="search-form-wrap">
<form action="//google.com/search" method="get" accept-charset="UTF-8" class="search-form"><input type="search" name="q" class="search-form-input" placeholder="Search"><button type="submit" class="search-form-submit"></button><input type="hidden" name="sitesearch" value="https://nodejs.github.io/nodejs-ko"></form>
</div>
</div>
</div>
</header>
<div class="outer">
<section id="main">
<section class="archives-wrap">
<div class="archive-year-wrap">
<a href="/nodejs-ko/archives/2019" class="archive-year">2019</a>
</div>
<div class="archives">
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/10/22/release-v13.0.0/" class="archive-article-date">
<time datetime="2019-10-22T00:00:00.000Z" itemprop="datePublished">Oct 22</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/10/22/release-v13.0.0/">Node v13.0.0(현재 버전)</a>
</h1>
<ul>
<li>작성자: <strong>Bethany Nicolle Griggs</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v13.0.0" taret="_blank">
Node v13.0.0 (Current)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/Fleta">Fleta</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/10/21/release-v12.13.0/" class="archive-article-date">
<time datetime="2019-10-21T00:00:00.000Z" itemprop="datePublished">Oct 21</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/10/21/release-v12.13.0/">Node v12.13.0(LTS)</a>
</h1>
<ul>
<li>작성자: <strong>Michaël Zasso</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v12.13.0" taret="_blank">
Node v12.13.0 (LTS)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/10/11/release-v12.12.0/" class="archive-article-date">
<time datetime="2019-10-11T00:00:00.000Z" itemprop="datePublished">Oct 11</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/10/11/release-v12.12.0/">Node v12.12.0(현재 버전)</a>
</h1>
<ul>
<li>작성자: <strong>Ruben Bridgewater</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v12.12.0" taret="_blank">
Node v12.12.0 (Current)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/10/09/release-v8.16.2/" class="archive-article-date">
<time datetime="2019-10-09T00:00:00.000Z" itemprop="datePublished">Oct 9</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/10/09/release-v8.16.2/">Node v8.16.2(LTS)</a>
</h1>
<ul>
<li>작성자: <strong>Bethany Nicolle Griggs</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v8.16.2" taret="_blank">
Node v8.16.2 (LTS)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/Fleta">Fleta</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/10/01/release-v12.11.1/" class="archive-article-date">
<time datetime="2019-10-01T00:00:00.000Z" itemprop="datePublished">Oct 1</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/10/01/release-v12.11.1/">Node v12.11.1(현재 버전)</a>
</h1>
<ul>
<li>작성자: <strong>Michaël Zasso</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v12.11.1" taret="_blank">
Node v12.11.1 (Current)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/yous">yous</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/09/25/release-v12.11.0/" class="archive-article-date">
<time datetime="2019-09-25T00:00:00.000Z" itemprop="datePublished">Sep 25</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/09/25/release-v12.11.0/">Node v12.11.0(현재 버전)</a>
</h1>
<ul>
<li>작성자: <strong>Ruben Bridgewater</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v12.11.0" taret="_blank">
Node v12.11.0 (Current)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/marocchino">marocchino</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/09/12/vulnerability-september-2019-openssl-no-updates/" class="archive-article-date">
<time datetime="2019-09-12T00:00:00.000Z" itemprop="datePublished">Sep 12</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/09/12/vulnerability-september-2019-openssl-no-updates/">OpenSSL 보안 릴리스는 Node.js 보안 릴리스를 필요로 하지 않습니다.</a>
</h1>
<ul>
<li>작성자: <strong>Sam Roberts</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/vulnerability/september-2019-openssl-no-updates" taret="_blank">
OpenSSL security releases do not require Node.js security releases
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/Fleta">Fleta</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/09/05/vulnerability-september-2019-openssl-updates/" class="archive-article-date">
<time datetime="2019-09-05T00:00:00.000Z" itemprop="datePublished">Sep 5</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/09/05/vulnerability-september-2019-openssl-updates/">OpenSSL 보안 릴리스로 Node.js 보안 릴리스가 필요할 수 있습니다</a>
</h1>
<ul>
<li>작성자: <strong>Sam Roberts</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/vulnerability/september-2019-openssl-updates" taret="_blank">
OpenSSL security releases may require Node.js security releases
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/09/04/release-v12.10.0/" class="archive-article-date">
<time datetime="2019-09-04T00:00:00.000Z" itemprop="datePublished">Sep 4</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/09/04/release-v12.10.0/">Node v12.10.0(현재 버전)</a>
</h1>
<ul>
<li>작성자: <strong>Ruben Bridgewater</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v12.10.0" taret="_blank">
Node v12.10.0 (Current)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong>
</li>
</ul>
</header>
</div>
</article>
<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="/nodejs-ko/articles/2019/08/26/release-v12.9.1/" class="archive-article-date">
<time datetime="2019-08-26T00:00:00.000Z" itemprop="datePublished">Aug 26</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="/nodejs-ko/articles/2019/08/26/release-v12.9.1/">Node v12.9.1(현재 버전)</a>
</h1>
<ul>
<li>작성자: <strong>Michaël Zasso</strong></li>
<li>
원문: <strong><a target="_blank" rel="noopener" href="https://nodejs.org/en/blog/release/v12.9.1" taret="_blank">
Node v12.9.1 (Current)
</a></strong>
</li>
<li>
번역:
<strong><a target="_blank" rel="noopener" href="https://github.com/outsideris">outsideris</a></strong>
</li>
</ul>
</header>
</div>
</article>
</div></section>
<nav id="page-nav">
<a class="extend prev" rel="prev" href="/nodejs-ko/categories/articles/page/9/">&laquo; Prev</a><a class="page-number" href="/nodejs-ko/categories/articles/">1</a><span class="space">…</span><a class="page-number" href="/nodejs-ko/categories/articles/page/8/">8</a><a class="page-number" href="/nodejs-ko/categories/articles/page/9/">9</a><span class="page-number current">10</span><a class="page-number" href="/nodejs-ko/categories/articles/page/11/">11</a><a class="page-number" href="/nodejs-ko/categories/articles/page/12/">12</a><span class="space">…</span><a class="page-number" href="/nodejs-ko/categories/articles/page/42/">42</a><a class="extend next" rel="next" href="/nodejs-ko/categories/articles/page/11/">Next &raquo;</a>
</nav>
</section>
<aside id="sidebar">
<div class="widget-wrap">
<h3 class="widget-title">Menu</h3>
<div class="widget">
<ul class="category-list">
<li class="category-list-item">
<a href="/nodejs-ko/">Home</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/CONTRIBUTING.html">번역 참여 가이드</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/about.html">소개</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/categories/articles">글 모음</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/categories/weekly">주간 뉴스</a>
</li>
<li class="category-list-item">
<a href="/nodejs-ko/archives">보관함</a>
</li>
<li class="category-list-item">
<a href="https://github.com/nodejs/nodejs-ko" target="_blank">GitHub project</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
© 2021 Node.js 한국어 번역팀<br>
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>
</div>
</div>
</footer>
</div>
<nav id="mobile-nav">
<a href="/nodejs-ko/" class="mobile-nav-link">Home</a>
<a href="/nodejs-ko/archives" class="mobile-nav-link">Archives</a>
</nav>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<link rel="stylesheet" href="/nodejs-ko/fancybox/jquery.fancybox.css">
<script src="/nodejs-ko/fancybox/jquery.fancybox.pack.js"></script>
<script src="/nodejs-ko/js/script.js"></script>
</div>
</body>
</html> | nodejs/iojs-ko | categories/articles/page/10/index.html | HTML | mit | 15,150 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer-tactics: 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 / hammer-tactics - 1.2+8.11</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer-tactics
<small>
1.2+8.11
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2020-07-31 23:28:00 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-31 23:28:00 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.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
synopsis: "Reconstruction tactics for the hammer for Coq"
description: """
Collection of tactics that are used by the hammer for Coq
to reconstruct proofs found by automated theorem provers. When the hammer
has been successfully applied to a project, only this package needs
to be installed; the hammer plugin is not required.
"""
build: [make "-j%{jobs}%" {ocaml:version >= "4.06.1"} "tactics"]
install: [
[make "install-tactics"]
[make "test-tactics"] {with-test}
]
depends: [
"ocaml"
"coq" {>= "8.11" & < "8.12~"}
]
conflicts: [
"coq-hammer" {!= version}
]
tags: [
"keyword:automation"
"keyword:hammer"
"keyword:tactics"
"logpath:Hammer"
"date:2020-04-25"
]
authors: [
"Lukasz Czajka <[email protected]>"
]
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.2-coq8.11.tar.gz"
checksum: "sha512=f533eeb42fcad00447c174839dbc1c7882e14167e87275121c9a0ccc7dba7f25da4589caf53e26d816e8e06cc3de2d91b0a2ef9133b6371a8318ac037c4a0792"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-hammer-tactics.1.2+8.11 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-hammer-tactics -> coq >= 8.11
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-hammer-tactics.1.2+8.11</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/extra-dev/8.10.0/hammer-tactics/1.2+8.11.html | HTML | mit | 7,193 |
<html><body>
<h4>Windows 10 x64 (18362.113)</h4><br>
<h2>FEATURE_STATE_CHANGE_SUBSCRIPTION__</h2>
<font face="arial"> +0x000 unused : Int4B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.113)/FEATURE_STATE_CHANGE_SUBSCRIPTION__.html | HTML | mit | 177 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Form</title>
</head>
<body>
<section>
<form method="get" action="form.aspx">
<label for="Member">Member name:</label>
<input type="text" id="Member" name="Member name" required="required"/>*req<br />
<label for="Email">Email :</label>
<input type="email" id="Email" name="Email" required="required" pattern="^[a-zA-Z0-9._]+@[a-zA-Z0-9]+.[a-zA-Z0-9]+"/>*req<br />
<label for="School">School :</label>
<input type="text" id="School" name="School" required="required" pattern=""[a-zA-Z]+""/>*req<br />
<input type="image" src="\Pictures\submit.jpg" />
</form>
</section>
</body>
</html>
| Ico093/TelerikAcademy | HTML/Homeworks/02.HTMLTables/HTML.Table/HTML.Table/03.Member.html | HTML | mit | 784 |
<!-- HTML header for doxygen 1.8.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">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<title>CubbyFlow: API/Python/Solver/Hybrid/FLIP Directory Reference</title>
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
<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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href="jquery.smartmenus.bootstrap.css" rel="stylesheet">
<script type="text/javascript" src="jquery.smartmenus.js"></script>
<!-- SmartMenus jQuery Bootstrap Addon -->
<script type="text/javascript" src="jquery.smartmenus.bootstrap.js"></script>
<!-- SmartMenus jQuery plugin -->
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">CubbyFlow v0.71</a>
</div>
</div>
</nav>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div class="content" id="content">
<div class="container">
<div class="row">
<div class="col-sm-12 panel " style="padding-bottom: 15px;">
<div style="margin-bottom: 15px;">
<!-- end header part --><!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- 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="dir_19ea4dbfe8f0e4681f60b9b97f7b5d11.html">API</a></li><li class="navelem"><a class="el" href="dir_64f1ee62b3de5469433693db05eb8ed9.html">Python</a></li><li class="navelem"><a class="el" href="dir_418feff566689691014113c22fb06f3a.html">Solver</a></li><li class="navelem"><a class="el" href="dir_c5c74f970799b1bcdd9f489914bf2c30.html">Hybrid</a></li><li class="navelem"><a class="el" href="dir_83c5e3602bc36d70118f020faafd0485.html">FLIP</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">FLIP Directory Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:_f_l_i_p_solver_8hpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="_f_l_i_p_solver_8hpp.html">FLIPSolver.hpp</a> <a href="_f_l_i_p_solver_8hpp_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
</div>
</div>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 15 2021 02:18:16 for CubbyFlow by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
<script type="text/javascript" src="doxy-boot.js"></script>
</html>
| utilForever/CubbyFlow | dir_83c5e3602bc36d70118f020faafd0485.html | HTML | mit | 5,074 |
<html>
<head>
<title>SF Movie Locator</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script src="http://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script type="text/javascript" src="js/gmap3.min.js"></script>
<script type="text/javascript" src="js/jquery-autocomplete.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery-autocomplete.css"/>
<style>
h2 {
text-align:center;
font-size: 40px;
padding-top: 1%;
}
*{
font-family: verdana;
font-size: 15px;
}
body{
text-align:left;
padding-left: 5%;
padding-right: 5%;
}
.gmap3{
border: 2px dashed #C0C0C0;
width: 40%;
height: 80%;
float: right;
padding-right: 20%;
}
.ui-menu .ui-menu-item {
text-align: left;
font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-hover{
background: #FFBFBF;
color: black;
font-weight:bold;
}
#movie {
padding-top: 1%;
}
</style>
<script type="text/javascript">
// note: autocomplete require on / off function so at least jQuery 1.7
$(function(){
$("#map").gmap3({
map:{
address: "San Francisco, CA, USA",
options: {
center: [37.7833, 122.4167],
zoom: 12
}
}
});
$("#search").autocomplete({
source: function(request, response) {
$.ajax({
url: "/autocomplete/" + $("#search").val(),
type: "GET",
success: function(data) {
var pata = JSON.parse(data);
$("#search").autocomplete("display", pata, false);
}
});
},
cb:{
select: function(item) {
var updated_info = false;
$.ajax({
url: "/movie",
type: "POST",
data: {
title: item
},
success: function(results) {
var data = JSON.parse(results);
$("#map").gmap3({
clear: "marker",
});
var movie_item = data[0]; // info for one movie
update_movie_info(movie_item);
$(data).each(function(i, item) {
geocode = item["geocode"];
$("#map").gmap3({
marker: {
latLng: geocode.geometry.location
}
});
});
}
});
}
}
})
.focus();
var update_movie_info = function(movie_item) {
$(".movie_info").remove();
var title = movie_item["title"];
$("#movie_name").after('<td class = "movie_info">' + title + "</td>");
var year = movie_item["release_year"];
$("#movie_year").after('<td class = "movie_info">' + year + "</td>");
var actors = movie_item["actor_1"] + ", "+ movie_item["actor_2"];
$("#movie_actor").after('<td class = "movie_info">' + actors + "</td>");
var director = movie_item["director"];
$("#movie_director").after('<td class = "movie_info">' + director + "</td>");
var production_company = movie_item["production_company"];
$("#movie_company").after('<td class = "movie_info">' + production_company + "</td>");
}
});
</script>
<h2>Find the movies you like in San Francisco</h2>
<body>
<p>Please enter a movie title you know(Case Sensitive):</p>
<div id = "search_input"></div>
<input type="text" id="search" size="60">
<div class="row">
<div id="movie" class="col-sm-6">
<table class="table table-striped table-bordered">
<tr>
<td id="movie_name">Movie Title</td>
</tr>
<tr>
<td id="movie_year">Release Year</td>
</tr>
<tr>
<td id="movie_actor">Actors</td>
</tr>
<tr>
<td id="movie_director">Director</td>
</tr>
<tr>
<td id="movie_company">Production Company</td>
</tr>
</table>
</div>
<div id="map" class="gmap3" class="col-sm-6"></div>
</div>
</body>
</html>
| oliviazhang0809/sf | src/main/resources/web/index.html | HTML | mit | 5,643 |
<footer class="site-footer">
<div class="wrapper">
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>Part of <strong><a href="http://ict4g.org/appfactory">The App Factory project</a></strong></li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>
<div class="footer-col footer-col-2">
<ul class="social-media-list">
{% if site.github_username %}
<li>
<a href="https://github.com/{{ site.github_username }}">
<span class="icon icon--github">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/>
</svg>
</span>
<span class="username">{{ site.github_username }}</span>
</a>
</li>
{% endif %}
{% if site.twitter_username %}
<li>
<a href="https://twitter.com/{{ site.twitter_username }}">
<span class="icon icon--twitter">
<svg viewBox="0 0 16 16">
<path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/>
</svg>
</span>
<span class="username">{{ site.twitter_username }}</span>
</a>
</li>
{% endif %}
</ul>
</div>
<div class="footer-col footer-col-3">
<p class="text">{{ site.description }}</p>
</div>
</div>
</div>
</footer>
| ict4g/appfactory-ror-dw | _includes/footer.html | HTML | mit | 3,173 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html id="htmlId">
<head>
<title>Coverage Report :: Pagination</title>
<style type="text/css">
@import "../../.css/coverage.css";
</style>
</head>
<body>
<div class="header"></div>
<div class="content">
<div class="breadCrumbs">
[ <a href="../../index.html">all classes</a> ]
[ <a href="../index.html">net.sf.jabref.logic.importer.fileformat.medline</a> ]
</div>
<h1>Coverage Summary for Class: Pagination (net.sf.jabref.logic.importer.fileformat.medline)</h1>
<table class="coverageStats">
<tr>
<th class="name">Class</th>
<th class="coverageStat
">
Class, %
</th>
<th class="coverageStat
">
Method, %
</th>
<th class="coverageStat
">
Line, %
</th>
</tr>
<tr>
<td class="name">Pagination</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 1)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 2)
</span>
</td>
<td class="coverageStat">
<span class="percent">
0%
</span>
<span class="absValue">
(0/ 4)
</span>
</td>
</tr>
</table>
<br/>
<br/>
<div class="sourceCode"><i>1</i> //
<i>2</i> // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4
<i>3</i> // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
<i>4</i> // Any modifications to this file will be lost upon recompilation of the source schema.
<i>5</i> // Generated on: 2017.07.12 at 07:52:43 PM BRT
<i>6</i> //
<i>7</i>
<i>8</i>
<i>9</i> package net.sf.jabref.logic.importer.fileformat.medline;
<i>10</i>
<i>11</i> import java.util.ArrayList;
<i>12</i> import java.util.List;
<i>13</i> import javax.xml.bind.JAXBElement;
<i>14</i> import javax.xml.bind.annotation.XmlAccessType;
<i>15</i> import javax.xml.bind.annotation.XmlAccessorType;
<i>16</i> import javax.xml.bind.annotation.XmlElementRef;
<i>17</i> import javax.xml.bind.annotation.XmlElementRefs;
<i>18</i> import javax.xml.bind.annotation.XmlRootElement;
<i>19</i> import javax.xml.bind.annotation.XmlType;
<i>20</i>
<i>21</i>
<i>22</i> /**
<i>23</i> * <p>Java class for anonymous complex type.
<i>24</i> *
<i>25</i> * <p>The following schema fragment specifies the expected content contained within this class.
<i>26</i> *
<i>27</i> * <pre>
<i>28</i> * &lt;complexType>
<i>29</i> * &lt;complexContent>
<i>30</i> * &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<i>31</i> * &lt;choice>
<i>32</i> * &lt;sequence>
<i>33</i> * &lt;element ref="{}StartPage"/>
<i>34</i> * &lt;element ref="{}EndPage" minOccurs="0"/>
<i>35</i> * &lt;element ref="{}MedlinePgn" minOccurs="0"/>
<i>36</i> * &lt;/sequence>
<i>37</i> * &lt;element ref="{}MedlinePgn"/>
<i>38</i> * &lt;/choice>
<i>39</i> * &lt;/restriction>
<i>40</i> * &lt;/complexContent>
<i>41</i> * &lt;/complexType>
<i>42</i> * </pre>
<i>43</i> *
<i>44</i> *
<i>45</i> */
<i>46</i> @XmlAccessorType(XmlAccessType.FIELD)
<i>47</i> @XmlType(name = "", propOrder = {
<i>48</i> "content"
<i>49</i> })
<i>50</i> @XmlRootElement(name = "Pagination")
<b class="nc"><i>51</i> public class Pagination {</b>
<i>52</i>
<i>53</i> @XmlElementRefs({
<i>54</i> @XmlElementRef(name = "StartPage", type = JAXBElement.class, required = false),
<i>55</i> @XmlElementRef(name = "MedlinePgn", type = JAXBElement.class, required = false),
<i>56</i> @XmlElementRef(name = "EndPage", type = JAXBElement.class, required = false)
<i>57</i> })
<i>58</i> protected List<JAXBElement<String>> content;
<i>59</i>
<i>60</i> /**
<i>61</i> * Gets the rest of the content model.
<i>62</i> *
<i>63</i> * <p>
<i>64</i> * You are getting this "catch-all" property because of the following reason:
<i>65</i> * The field name "MedlinePgn" is used by two different parts of a schema. See:
<i>66</i> * line 752 of file:/home/guerra/JabRef_ES2/src/main/resources/xjc/medline/nlmmedlinecitationset_160101.xsd
<i>67</i> * line 750 of file:/home/guerra/JabRef_ES2/src/main/resources/xjc/medline/nlmmedlinecitationset_160101.xsd
<i>68</i> * <p>
<i>69</i> * To get rid of this property, apply a property customization to one
<i>70</i> * of both of the following declarations to change their names:
<i>71</i> * Gets the value of the content property.
<i>72</i> *
<i>73</i> * <p>
<i>74</i> * This accessor method returns a reference to the live list,
<i>75</i> * not a snapshot. Therefore any modification you make to the
<i>76</i> * returned list will be present inside the JAXB object.
<i>77</i> * This is why there is not a <CODE>set</CODE> method for the content property.
<i>78</i> *
<i>79</i> * <p>
<i>80</i> * For example, to add a new item, do as follows:
<i>81</i> * <pre>
<i>82</i> * getContent().add(newItem);
<i>83</i> * </pre>
<i>84</i> *
<i>85</i> *
<i>86</i> * <p>
<i>87</i> * Objects of the following type(s) are allowed in the list
<i>88</i> * {@link JAXBElement }{@code <}{@link String }{@code >}
<i>89</i> * {@link JAXBElement }{@code <}{@link String }{@code >}
<i>90</i> * {@link JAXBElement }{@code <}{@link String }{@code >}
<i>91</i> *
<i>92</i> *
<i>93</i> */
<i>94</i> public List<JAXBElement<String>> getContent() {
<b class="nc"><i>95</i> if (content == null) {</b>
<b class="nc"><i>96</i> content = new ArrayList<JAXBElement<String>>();</b>
<i>97</i> }
<b class="nc"><i>98</i> return this.content;</b>
<i>99</i> }
<i>100</i>
<i>101</i> }
</div>
</div>
<div class="footer">
<div style="float:right;">generated on 2017-07-15 00:44</div>
</div>
</body>
</html>
| JessicaDias/JabRef_ES2 | ReportImportTests/net.sf.jabref.logic.importer.fileformat.medline/.classes/Pagination.html | HTML | mit | 6,908 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Gerry's Auto Service -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492288311928&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=19328&V_SEARCH.docsStart=19327&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=19326&V_DOCUMENT.docRank=19327&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492288318866&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567060372&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=19328&V_DOCUMENT.docRank=19329&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492288318866&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567036705&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Gerry's Auto Service
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Gerry's Auto Service</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.gerrysautoservice.com"
target="_blank" title="Website URL">http://www.gerrysautoservice.com</a></p>
<p><a href="mailto:[email protected]" title="[email protected]">[email protected]</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
5359 Malden Rd<br/>
WINDSOR,
Ontario<br/>
N9E 3V6
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
5359 Malden Rd<br/>
WINDSOR,
Ontario<br/>
N9E 3V6
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(519) 972-7773
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> The leading automotive repair shop in Windsor, Ontario.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gerry's Auto
Service
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
811111 - General Automotive Repair
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Automotive Repair - Products and Services<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
2 and 4 Wheel Alignments
<br>
Brakes
<br>
Exhaust and Electrical
<br>
Full Repair and Maintenance Service
<br>
Suspension
<br>
Transmissions
<br>
Tune-ups
<br>
<br>
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Gerry's Auto
Service
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
[email protected]
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
811111 - General Automotive Repair
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Automotive Repair - Products and Services<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
2 and 4 Wheel Alignments
<br>
Brakes
<br>
Exhaust and Electrical
<br>
Full Repair and Maintenance Service
<br>
Suspension
<br>
Transmissions
<br>
Tune-ups
<br>
<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-05-11
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567155635.html | HTML | mit | 30,831 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>make 8-bit art!</title>
<link rel="preload" href="/assets/fonts/8bit-Art-Sans-subset.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/assets/fonts/VT323-Regular-subset.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="build/make8bitart.min.css" />
<link rel="icon" href="/assets/favicon.png" />
<script src="build/app.min.js" defer></script>
</head>
<!--
____
___ .-~. /_"-._
`-._~-. / /_ "~o\ :Y
\ \ / : \~x. ` ')
] Y / | Y< ~-.__j -------------------------
/ ! _.--~T : l l< /.-~ / \
/ / ____.--~ . ` l /~\ \<|Y -----\ JENN SCHIFFER MADE THIS |
/ / .-~~" /| . ',-~\ \L| \ WOWOWOWOWOWOWOWOW /
/ / / .^ \ Y~Y \.^>/l_ "--' \________________________/
/ Y .-"( . l__ j_j l_/ /~_.-~ .
Y l / \ ) ~~~." / `/"~ / \.__/l_
| \ _.-" ~-{__ l : l._Z~-.___.--~
| ~---~ / ~~"---\_ ' __[>
l . _.^ ___ _>-y~
\ \ . .-~ .-~ ~>--" /
\ ~---" / ./ _.-'
"-.,_____.,_ _.--~\ _.-~
~~ ( _}
`. ~(
) \
/,`--'~\--'
-->
<body id="gravity-and-time-are-social-constructs">
<!--
.--.__
.~ (@) ~~~---_
{ `-_~,,,,,,)
{ (_ ', ---- haha nope
~ . = _',
~- '. =-'
~ :
. _,.-~ ('');
'. .-~ \ \ ;
':-_ _.--~ \ \; _-=,.
~-:-.__ _.-~ { '---- _'-=,.
~-._~--._ __.-~ ~---------=,.`
~~-._~~-----~~~~~~ .+++~~~~~~~~-__ /
~-.,____ { - + } _/
~~-.______{_ _ -=\ / /_.~
: ~--~ // / ..-
: / / // / ((
: / / { `-------,. ))
: / ''=--------. }o
.=._________,' ) ))
) _________ -'' ~~
/ / _ _
(_.-.'O'-'. HEADER INFO -->
<header class="draggy" role="banner">
<div class="controls">
<button role="button" class="ui-dragger">
<img src="assets/draggybits/dragger.png" alt="move controls window">
</button>
</div>
<h1>make 8-bit art!</h1>
<ul id="minimized-tools-list" role="navigation"></ul>
</header>
<!--
_..--+~/@-~--.
_-=~ ( . '
_-~ _.--=.\ \'''' --- BOOTY HAD ME LIKE...
_~ _- \ \_\
= _= '--'
' = .
: : ____ '=_. ___
___ | ; ____ '~--.~.
; ; _____ } |
___= \ ___ __ __..-...__ ___/__/__
: =_ _.-~~ ~~--.__
_____ \ ~-+-~ ___~=_______
~@#~~ == ...______ __ ___ _--~~--_ SOCIAL LINKS
-->
<section id="what" class="draggy" title="what is this?" data-title="what">
<div class="controls">
<button role="button" class="ui-dragger">
<img src="assets/draggybits/dragger.png" alt="move controls window">
</button>
<button role="button" class="ui-hider">
<img src="assets/draggybits/hider.png" alt="move controls window">
</button>
</div>
<h2>what is this?</h2>
<p>this is an <a href="https://glitch.com/edit/#!/make8bitart" title="link to make8bitart repo on glitch" target="_blank">open source</a> pixel art drawing tool by <a href="https://jennmoney.biz" title="official website of" target="_blank">jennmoneydollars</a>, now on <a href="https://glitch.com">glitch.com</a>!</p>
<p>if you make something cool, i wanna see it – tweet me at <a href="https://twitter.com/jennschiffer" target="_blank">@jennschiffer</a> or email [email protected]!</p>
<p>if you really enjoy this and want to support it, you can do so indirectly by <a href="http://www.blackgirlscode.com/" target="_blank">donating to black girls code</a>!</p>
</section>
<!--
. .
/ `. .' \
.---. < > < > .---.
| \ \ - ~ ~ - / / |
~-..-~ ~-..-~
\~~~\.' `./~~~/
\__/ \__/
/ .- . \
_._ _.- .-~ ~-. / } \/~~~/
_.-'q }~ / } { ; \__/
butts --- {'__, / ( / { / `. ,~~| . .
`''''='~~-.__( /_ | /- _ `..-' \\ //
/ \ =/ ~~--~~{ ./| ~-. `-..__\\_//_.-'
{ \ +\ \ =\ ( ~ - . _ _ _..---~
| | { } \ \_\
'---.o___,' .o___, TOOLBOX -->
<section id="toolbox" class="draggy" title="canvas/brush tools" data-title="tools">
<div class="controls">
<button role="button" class="ui-dragger">
<img src="assets/draggybits/dragger.png" alt="move controls window">
</button>
<button role="button" class="ui-hider">
<img src="assets/draggybits/hider.png" alt="move controls window">
</button>
</div>
<div id="instruments" class="inner">
<h2>instruments</h2>
<ul role="toolbar">
<li>
<button id="pencil" role="button" class="current-tool icon-button">
<img src="assets/pencil.png" alt="draw" />
</button>
</li>
<li>
<button id="paint" role="button" class="icon-button">
<img src="assets/paint.png" alt="paint/fill" />
</button>
</li>
</ul>
</div>
<div id="editing" class="inner">
<h2>editing</h2>
<ul role="toolbar">
<li>
<button id="cut" role="button" class="icon-button">
<img src="assets/cut.png" alt="cut" />
</button>
</li>
<li>
<button id="copy" role="button" class="icon-button">
<img src="assets/copy.png" alt="copy" />
</button>
</li>
<li>
<button id="paste" role="button" class="icon-button">
<img src="assets/paste.png" alt="paste" />
</button>
</li>
</ul>
<ul class="instructions paste">
<li>click on the canvas where you want the top left corner of your copied clip to be pasted.</li>
</ul>
<button role="button" class="text-button" id="undo" disabled="disabled">undo</button>
<button role="button" class="text-button" id="redo" disabled="disabled">redo</button>
<button role="button" class="text-button" id="new-canvas">new canvas</button>
</div>
<div id="size" class="inner">
<h2>brush size</h2>
<input id="pixel-size" class="pixel-size-input" type="number" min="2" max="100" step="1" value="15" />
<input id="pixel-size-slider" class="pixel-size-input" type="range" min="2" max="100" step="1" value="15" />
<div id="pixel-size-demo" class="color-demo"> </div>
</div>
</section>
<!--
_..-=~=-._
_.-~' ~.
__..---~~~~~ ~.
_.-~~ _.._ ~.
_ -~_ / \ ;
( ` '@) { | :
/ | | :
/ /} ( ) | | .- --- farting on
/ //-=-~-_-_ | | \ ; .' the h8rs
/ // | =._-| }/ / / /_.==\ ; _.' *
( oo //| = ) ~| /.__..-='| \ :' **
====||*| / / + ) \ |_.-~`\ : |**
|*| * / / / / \ | ([ ]) /|||(
* |* /_/ / / ( ] `/ \' /|||_
**(* | (((| /_/ __/_/__ -| |-- _|_|__
*|\| (((| ----- __|_|__
_/(h8rs)|__ ''' -----
_||_|__ FILE BOX -->
<section id="filebox" class="draggy" title="import/save" data-title="import-save">
<div class="controls">
<button role="button" class="ui-dragger">
<img src="assets/draggybits/dragger.png" alt="move controls window">
</button>
<button role="button" class="ui-hider">
<img src="assets/draggybits/hider.png" alt="move controls window">
</button>
</div>
<div id="import" class="inner">
<h2>import art</h2>
<label for="open-local" class="local" id="open-local-form">
from local storage:
<button role="button" class="text-button" id="open-local">import local art</button>
</label>
<label for="import-pxon" class="pxon" id="import-pxon-form">
import <a href="https://jennmoney.biz/pxon">pxon</a>:
<input type="file" id="import-pxon" name="import-pxon" />
</label>
</div>
<div id="export">
<h2>export art</h2>
<label for="save-png" class="png" id="save-png-form">
to png:<br />
<button role="button" class="text-button" id="save-full">full page</button>
<button role="button" class="text-button" id="save-selection">selection</button>
</label>
<label for="save-local" class="local" id="save-local-form">
to local storage:<br />
<button role="button" class="text-button local" id="save-local">local store</button>
</label>
<label for="export-pxon" class="pxon" id="export-pxon-form">
export <a href="https://jennmoney.biz/pxon">pxon</a>:<br />
<button role="button" class="text-button pxon" id="export-pxon" >export pxon</button>
</label>
</div>
<ul class="instructions save">
<li>click and drag to select the area of the canvas you want to save.</li>
</ul>
</section>
<!--
<\ _
\\ _/{
_ \\ _- -_
/{ / `\ _- - -_
_~ = ( @ \ - - -_
_- - ~-_ \( =\ \ - -_
_~ - ~_ | 1 :\ \ _-~-_ - -_
_- - ~ |V: \ \ _-~ ~-_- -_
_-~ - / | : \ \ ~-_- -_
_-~ - _.._ { | : _-`` ~- _-_
_-~ -__..--~ ~-_ { : \:} --- hi h8rs
=~__.--~~ ~-_\ : /
\ : /__
//`Y'--\\
<+ \\
\\ WWW
MMM COLORBOX -->
<section id="colorbox" class="draggy" title="color tools" data-title="colors">
<div class="controls">
<button role="button" class="ui-dragger">
<img src="assets/draggybits/dragger.png" alt="move controls window">
</button>
<button role="button" class="ui-hider">
<img src="assets/draggybits/hider.png" alt="move controls window">
</button>
</div>
<div class="tabs" role="navigation">
<button role="button" class="pickers active" data-href="#pickers">color pickers</button>
<button role="button" class="palettes" data-href="#custom-palettes">history/custom palettes</button>
</div>
<div id="pickers">
<div id="hex-picker">
<h2>hex value:</h2>
<span class="pound">#</span><input type="text" id="hex-color" value="000000" autocomplete="off" autocorrect="off" spellcheck="false" />
<button role="button" id="color-dropper" class="icon-button">
<img src="assets/dropper.png" alt="color dropper" />
</button>
</div>
<ul class="colors clearfix">
<li><button role="button" class="button color primary cyan" title="cyan" data-color="rgba(0, 255, 255, 1)"> </button></li>
<li><button role="button" class="button color primary magenta" title="magenta" data-color="rgba(255, 0, 255, 1)"> </button></li>
<li><button role="button" class="button color primary yellow" title="yellow" data-color="rgba(255, 255, 0, 1)"> </button></li>
<li><button role="button" class="button color primary black" title="black" data-color="rgba(0, 0, 0, 1)"> </button></li>
<li><button role="button" class="button color primary gray" title="gray" data-color="rgba(128, 128, 128, 1)"> </button></li>
<li><button role="button" class="button color primary white" title="white" data-color="rgba(255, 255, 255, 1)"> </button></li>
<li><button role="button" class="button color transparent" title="erase" data-color="rgba(0, 0, 0, 0)"> </button></li>
</ul>
<div id="eight-bit-picker">
<h2 class="eightbit">click to pick:</h2>
<canvas id="eight-bit-colors" width="195" height="195"></canvas>
<div class="color-demo eightbit"></div>
</div>
</div>
<div id="custom-palettes">
<div id="color-history" class="inner">
<h2 class="color-history-label">history:</h2>
<ul class="color-history-list colors clearfix"></ul>
<div id="color-history-tools">
<button role="button" class="text-button clear">clear history</button>
</div>
</div>
<div id="color-custom" class="palettes inner">
<h2 class="color-upload-label">custom palette:</h2>
<ul class="color-custom-list colors clearfix"></ul>
<div id="color-custom-tools">
<p>Upload file in "name,hex" csv format, like in <a href="assets/example.csv">example.csv</a>!</p>
<input type="file" name="upload-palette" class="import" />
<button role="button" class="text-button clear">clear palette</button>
</div>
</div>
</div>
</section>
<section id="save-modal-container" class="modal hidden">
<div id="save-modal" class="inside-modal">
<div class="controls">
<button role="button" class="ui-hider">
<img src="assets/draggybits/hider.png" alt="move controls window">
</button>
</div>
<h2>you saved your art!</h2>
<a href="#" target="_blank" download="art.png"><img id="finished-art" /></a>
<p>Click or drag your art to your desktop to save!<br />
<button role="button" class="text-button" id="save-imgur">Or upload to imgur.com!</button>
</p>
<p id="link-imgur"></p>
</div>
</section>
<section id="open-modal-container" class="modal hidden">
<div id="open-modal" class="inside-modal">
<div class="controls">
<button role="button" class="ui-hider">
<img src="assets/draggybits/hider.png" alt="move controls window">
</button>
</div>
<h2>you have some locally saved art!</h2>
<h3>wanna open one? click a thumbnail...</h3>
<ul class="gallery"> </ul>
</div>
</section>
<section id="pxon-modal-container" class="modal hidden">
<div id="open-modal-pxon" class="inside-modal">
<div class="controls">
<button role="button" class="ui-hider">
<img src="assets/draggybits/hider.png" alt="move controls window">
</button>
</div>
<h2>export pxon!</h2>
<h3><a href="https://jennmoney.biz/pxon/">what is pxon? read my spec!</a></h3>
<p>the gist of it is that pxon is pixel art represented in JSON. the current session of your drawing should be represented in the textarea below - paste into a .json file or app that supports pxon for good fun!</p>
<textarea></textarea>
<p><strong>note: pxon is a draft proposal and a fake idea by me (jenn, creator of make8bitart.com) that's being updated sporadically and sometimes doesn't work. please let me know if it's broken!</strong></p>
</div>
</section>
<script type="text/javascript">
if('serviceWorker' in navigator) {
navigator.serviceWorker
.register('service-worker.js')
.then(function(reg) {
console.log('service worker registered --- ' + reg.scope + ' should work offline now :)');
}).catch(function(err) {
console.log('service worker failed --- ' + err);
});
}
</script>
<script src="https://pmetrics.performancing.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(15102); }catch(e){}</script>
<noscript><p><img alt="Performancing Metrics" width="1" height="1" src="//pmetrics.performancing.com/15102ns.gif" /></p></noscript>
</body>
</html>
| jennschiffer/make8bitart | index.html | HTML | mit | 18,102 |
<h1>出错了</h1>
<p>
{{message}}
</p> | francoisrai/quickweb-mvc | example/template/error.html | HTML | mit | 41 |
<div class='content-wrapper' ng-init="app.settings.pagetitle = 'Add a Category ';">
<div class="col-lg-12 col-md-12 col-xs-12 col-sm-12">
<section class="box ">
<header class="panel_header">
<h2 class="title pull-left">Category Basic Info</h2>
<div class="actions panel_actions pull-right">
<i class="box_toggle material-icons">expand_more</i>
<i class="box_setting material-icons" ng-click="section_modal()">mode_edit</i>
<i class="box_close material-icons">close</i>
</div>
</header>
<div class="content-body padding-bottom-0">
<div class="row">
<form action ="#" method="post">
<div class="col-lg-8 col-md-8 col-sm-9 col-xs-12">
<div class="form-group">
<label class="form-label" for="field-1">Category Name</label>
<span class="desc"></span>
<div class="controls">
<input type="text" value="" class="form-control" id="field-1">
</div>
</div>
<div class="form-group">
<label class="form-label" for="field-1">Category Slug</label>
<span class="desc"></span>
<div class="controls">
<input type="text" value="" class="form-control" id="field-3">
</div>
</div>
<div class="form-group">
<label class="form-label" for="field-6">Description</label>
<span class="desc">e.g. "Enter any size of text description here"</span>
<div class="controls">
<textarea class="form-control" cols="5" id="field-6"></textarea>
</div>
</div>
</div>
<div class="col-lg-8 col-md-8 col-sm-9 col-xs-12 padding-bottom-30">
<div class="text-left">
<button type="button" class="btn btn-primary">Save</button>
<button type="button" class="btn">Cancel</button>
</div>
</div>
</form>
</div>
</div>
</section>
</div>
</div> | wdeveloper16/music-dashboard | app/partials/blo-category-add.html | HTML | mit | 2,748 |
{% extends base %}
{% load base36 %}
{% load nbsp %}
{% load sequence %}
{% load reversetag %}
{% load cache %}
{% block title %}
{% if tags %}
Tag{{ tags|pluralize }}: {{ tags|join:" + " }} - Archfinch
{% else %}
{% if category %}
{{ category.element_singular|capfirst }} recommendations - Archfinch
{% else %}
Link recommendations - Archfinch
{% endif %}
{% endif %}
{% endblock %}
{% block content_left %}
<h1>
{% if category %}
{{ category.element_plural|capfirst }} you might like
{% else %}
{% if tags %}
Tags: {{ tags|join:", " }}
{% else %}
Things you might like
{% endif %}
{% endif %}
</h1>
{% for link in recommendations %}
{% include "includes/opinionbox.html" with page_id="links_recommend" item=link item_id=link.id yr_big=1 terse_layout=1 item_name=link.name category_singular=link.category_element seq_term=forloop.counter seq_term2=link.id your_rating=link.rating %}
{% empty %}
<div class="big">
<p>Nothing to see here, move along.</p>
</div>
{% endfor %}
{% if followed %}
{% reverse partial "followed" as pagination_url %}
{% else %}
{% if tags %}
{% reverse partial "fresh-tags-paged" tag_names=tag_names|join:"/" as pagination_url %}
{% else %}
{% if usernames_specified %}
{% reverse partial "recommend-for" category_slug=category_slug|default:"" usernames=usernames_joined as pagination_url %}
{% else %}
{% if category_slug %}
{% reverse partial "recommend-slugged-paged" category_slug=category_slug as pagination_url %}
{% else %}
{% reverse partial "recommend-paged" as pagination_url %}
{% endif %}
{% endif %}
{% endif %}
{% endif %}
{% include "includes/pagination.html" %}
{% endblock %}
{% block content_right %}
{% if tags %}
<h2>Selected tags</h2>
{% for tag in tags %}
<p><span class="tag"><a class="taglink" href="{% url fresh-tags tag.name %}" tag_name="{{ tag.name }}">{{ tag.name }}</a>{% if tags|length > 1 %} <a class="blocktag" href="#" onClick="remove_tag('{{ tag.name }}');return false">x</a>{% endif %}</span></p>
{% endfor %}
<form style="display: inline" onSubmit="enter_tag(this.tag.value);return false"><input class="tag_autocomplete" type="text" value="Type another tag..." name="tag" onClick='if (this.value=="Type another tag...") this.value=""'></form><br /><br />
{% endif %}
<h2>Share a
{% if category %}
{{ category.element_singular }}
{% else %}
link
{% endif %}
</h2>
<p>Know of something awesome?<br /><a href="{% url submit %}" id="submitit"><b><u>Submit it!</b></u></a></p>
<h2>Like Archfinch?</h2>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<div style="padding-bottom: 1em">
<fb:like href="http://archfinch.com/" show_faces="true" width="225" font="verdana"></fb:like>
</div>
{% if followed %}
<h2>Followed tags</h2>
<p>
{% for follow in user.tagfollow_set.all %}
<span class="tag"><a class="taglink" href="{% url fresh-tags follow.tag.name %}" tag_name="{{ follow.tag.name }}">{{ follow.tag.name }}</a></span><br />
{% endfor %}
</p>
{% if user.tagblock_set.exists %}
<h2>Blocked tags</h2>
<p>
{% for tagblock in user.tagblock_set.all %}
<span class="tag blocked_tag"><a class="taglink" href="{% url fresh-tags tagblock.tag.name %}" tag_name="{{ tagblock.tag.name }}">{{ tagblock.tag.name }}</a></span><br />
{% endfor %}
</p>
{% endif %}
{% endif %}
{% if related_tags %}
{% if tag_names %}
<h2>Related tags</h2>
{% else %}
<h2>Popular tags</h2>
{% endif %}
<p>
{% for tag in related_tags|slice:":30" %}
{% if not tag.hide_tag %}
<span class="tag"><a class="taglink" href="{% if tag_names %}{% url fresh-tags tag_names|join:"/"|add:"/"|add:tag.name %}{% else %}{% url fresh-tags tag.name %}{% endif %}" tag_name="{{ tag.name }}">{{ tag.name }}</a></span> <span style='font-size: 10px'>{{ tag.count }}</span></span><br />
{% endif %}
{% endfor %}
</p>
{% if related_tags|length > 30 %}
<p><a href="{% url explore-tags %}">explore more tags »</a></p>
{% endif %}
{% endif %}
{% if tags %}
<p>
<a href="{% url fresh-tags-rss tag_names|join:"/" %}"><img src="/media/images/feed-icon-14x14.png"></a>
<link rel="alternate" type="application/rss+xml" title="RSS" href="{% url fresh-tags-rss tag_names|join:"/" %}">
</p>
{% endif %}
{% endblock %}
{% block media %}
{% include "includes/generate_lists_tip.html" %}
{% if tags %}
<script>
function enter_tag(tag_name) {
window.location.replace('{% url fresh-tags tag_names|join:"/" %}/'+tag_name);
}
function remove_tag(tag_name) {
loc = window.location.href;
window.location.replace(loc.replace('/'+tag_name, ''));
}
</script>
{% endif %}
{% endblock %}
| drx/archfinch | templates/links/recommend.html | HTML | mit | 5,268 |
<!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">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T434179143627177984 </title>
<link href="/assets/css/style.css" rel="stylesheet">
<link href="/assets/css/highlight.css" rel="stylesheet">
<link rel="stylesheet" href="/custom.css">
<link rel="shortcut icon" href="https://micro.blog/craigmcclellan/favicon.png" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="Craig McClellan" href="http://craigmcclellan.com/feed.xml" />
<link rel="alternate" type="application/json" title="Craig McClellan" href="http://craigmcclellan.com/feed.json" />
<link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" />
<link rel="me" href="https://micro.blog/craigmcclellan" />
<link rel="me" href="https://twitter.com/craigmcclellan" />
<link rel="me" href="https://github.com/craigwmcclellan" />
<link rel="authorization_endpoint" href="https://micro.blog/indieauth/auth" />
<link rel="token_endpoint" href="https://micro.blog/indieauth/token" />
<link rel="micropub" href="https://micro.blog/micropub" />
<link rel="webmention" href="https://micro.blog/webmention" />
<link rel="subscribe" href="https://micro.blog/users/follow" />
</head>
<body>
<nav class="main-nav">
<a class="normal" href="/"> <span class="arrow">←</span> Home</a>
<a href="/about/">About</a>
<a href="/tools-of-choice/">Tools of Choice</a>
<a class="cta" href="https://micro.blog/craigmcclellan" rel="me">Also on Micro.blog</a>
</nav>
<section id="wrapper">
<article class="h-entry post">
<header>
<h2 class="headline">
<time class="dt-published" datetime="2014-02-13 22:15:49 -0600">
<a class="u-url dates" href="/2014/02/13/t434179143627177984.html">February 13, 2014</a>
</time>
</h2>
</header>
<section class="e-content post-body">
<p>Video: Here’s a video of our last song of the night. We threw it back to middle school for me with… <a href="http://t.co/cBRqmLgkv5">t.co/cBRqmLgkv…</a></p>
</section>
</article>
<section id="post-meta" class="clearfix">
<a href="/">
<img class="u-photo avatar" src="https://micro.blog/craigmcclellan/avatar.jpg">
<div>
<span class="p-author h-card dark">Craig McClellan</span>
<span><a href="https://micro.blog/craigmcclellan">@craigmcclellan</a></span>
</div>
</a>
</section>
</section>
<footer id="footer">
<section id="wrapper">
<ul>
<li><a href="/feed.xml">RSS</a></li>
<li><a href="/feed.json">JSON Feed</a></li>
<li><a href="https://micro.blog/craigmcclellan" rel="me">Micro.blog</a></li>
<!-- <li><a class="u-email" href="mailto:" rel="me">Email</a></li> -->
</ul>
<form method="get" id="search" action="https://duckduckgo.com/">
<input type="hidden" name="sites" value="http://craigmcclellan.com"/>
<input type="hidden" name="k8" value="#444444"/>
<input type="hidden" name="k9" value="#ee4792"/>
<input type="hidden" name="kt" value="h"/>
<input class="field" type="text" name="q" maxlength="255" placeholder="To search, type and hit Enter…"/>
<input type="submit" value="Search" style="display: none;" />
</form>
</section>
</footer>
<a href="https://xn--sr8hvo.ws/🚮/previous">←</a>
An IndieWeb Webring 🕸💍
<a href="https://xn--sr8hvo.ws/🚮/next">→</a>
</body>
</html>
| craigwmcclellan/craigwmcclellan.github.io | _site/2014/02/13/t434179143627177984.html | HTML | mit | 5,003 |
<!DOCTYPE html>
<html>
<head>
<title>Butte Bus App</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<style>
#map {
position: absolute;
width: 100%;
height: 100%;
}
p {
color: black;
}
html, body {
color: black;
}
.ui-panel-inner {
padding:0px;
}
.ui-controlgroup {
margin:0;
}
#header {
height:54px;
}
#bars-button {
margin:7px;
}
.ui-bar {
border: none !important;
}
</style>
<link rel="stylesheet" type="text/css" href="jquery.mobile-1.4.5.min.css"/>
<link rel="stylesheet" href="http://demos.jquerymobile.com/1.4.5/theme-classic/theme-classic.css" />
<script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="jquery.ui.map.full.min.js"></script>
<script type="text/javascript" src="jquery.mobile-1.4.5.min.js"></script>
<script type="text/javascript">
// Initialize the map object because we're not neanderthals
var map;
function initialize() {
var mapOptions = {
center: new google.maps.LatLng(39.7400, -121.8356), //(27-Apr-2015 Lawson) This is Chico's LatLong. Funny easter egg: remove the negative from the second number and it takes you to North Korea. Ha!
zoom: 5,
mapTypeId: google.maps.MapTypeId.ROADMAP,
//(27-Apr-2015 Lawson) Initialize the map variables
mapTypeControl: true,
panControl: true,
panControlOptions: {
position: google.maps.ControlPosition.TOP_RIGHT
},
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.LARGE,
position: google.maps.ControlPosition.LEFT_TOP
},
streetViewControl: true,
streetViewControlOptions: {
position: google.maps.ControlPosition.LEFT_TOP
}
};
// (27-Apr-2015 Lawson) Create the map object from our map options
map = new google.maps.Map(document.getElementById("map"),
mapOptions);
// (27-Apr-2015 Lawson) Load a list of map markers from a json string
$.getJSON( 'http://lawsonry.com/projects/busapp-json.json', function(data) {
$.each( data.markers, function(i, marker) {
$('#map').gmap('addMarker', {
'position': new google.maps.LatLng(marker.latitude, marker.longitude),
'bounds': true
}).click(function() {
$('#map').gmap('openInfoWindow', { 'content': marker.content }, this);
});
});
});
// Give me some clickability
google.maps.event.addListener(map, 'click', function(event) {
marker = new google.maps.Marker({position: event.latLng, map: map, icon: 'aaron.png'});
console.log("Missile launched! Destination: "+event.latLng.lat()+", "+event.latLng.lng());
});
}
// Do not run this code!
/*
var nuclearcodes = whitehouse.GetNuclearCodes(true);
nuclearcodes.SetTarget(rand(), rand());
nuclearcodes.Fire(NUCLEAR_SILO_ALL);
*/
// Customize the resizing of the map because we want to deploy this on mobile
google.maps.event.addDomListener(window, 'load', initialize);
google.maps.event.addDomListener(window, 'resize', function() {
// On resize we need to recenter the map, so let's figure out where the hell we were
var center = map.getCenter();
// Here we can literally resize the map
google.maps.event.trigger(map, 'resize');
// Now let's reset our center
map.setCenter(center);
});
// Slide menu stuff and things
var header = $('[data-role=header]').outerHeight();
var panel = $('.ui-panel').height();
var panelheight = panel - header;
$('.ui-panel').css({
'top': header,
'min-height': panelheight
});
</script>
</head>
<body>
<div data-role="page" id="home" data-theme="a">
<div data-role="panel" id="navpanel" data-theme="a" data-display="overlay" data-position="right">
<div data-role="controlgroup" data-corners="false"> <a href="#" data-role="button">Route Updates</a>
<a href="#" data-role="button">Starbucks Rewards</a>
<a href="#" data-role="button">Butte Website</a>
</div>
</div>
<div id="header" data-role="header" data-theme="a"> <a id="bars-button" data-icon="bars" class="ui-btn-right" style="margin-top:10px;" href="#navpanel">Menu</a>
</div>
<div id="map" style="position: absolute; height:100%; width:100%;"></div>
<!-- footer -->
<div data-role="footer" data-position="fixed" data-theme="a" class="ui-bar">
<a href="#about" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-transition="flip" data-icon="info" data-theme="e">About</a>
<a href="#jerry" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-transition="flip" data-icon="info" data-theme="e">Jerry</a>
</div>
<!-- Jerry Popup -->
<div data-role="popup" id="jerry" data-overlay-theme="a" data-theme="a" data-dismissible="false" style="max-width:300px;" class="ui-corner-all">
<div data-role="header" class="ui-header ui-bar-a"> <a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
<h1>The Webmasta</h1>
</div>
<div data-role="content" data-theme="a" class="ui-corner-bottom ui-content">
<img src="http://www.mendelsonarchives.com/Photos/Jerry-Garcia.jpg" style="width:100%; height:auto"/>
<p align="center">*Note: This is not Jerry Garcia.</p>
</div>
</div>
<!-- /Jerry -->
<!-- About Author Popup -->
<div data-role="popup" id="about" data-overlay-theme="a" data-theme="a" data-dismissible="false" style="max-width:300px;" class="ui-corner-all">
<div data-role="header" class="ui-header ui-bar-a"> <a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
<h1>Who? What?</h1>
</div>
<div data-role="content" data-theme="a" class="ui-corner-bottom ui-content">
<p><center><img src="http://lawsonry.com/projects/aaron.png"/></center></p>
<p>Intelligently engineered<br/>
by<br/>
<a href="http://lawsonry.com">Jesse Lawson</a>.</p>
</div>
</div>
<!-- /About -->
</div>
</body>
</html>
| lawsonry/lawsonry.github.io | projects/busapp/index.html | HTML | mit | 6,712 |
<nav class="pagination" role="pagination">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a class="newer-posts" href="/" title="Previous Page">« Newer Posts</a>
{% else %}
<a class="newer-posts" href="/page{{ paginator.previous_page }}/" title="Previous Page">« Newer Posts</a>
{% endif %}
{% endif %}
<span class="page-number"> Página {{paginator.page}} de {{paginator.total_pages}} </span>
{% if paginator.next_page %}
<a class="older-posts" href="/page{{ paginator.next_page }}/" title="Next Page">Older Posts »</a>
{% endif %}
</nav> | alansslva/alansslva.github.io | _includes/pagination.html | HTML | mit | 657 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>百姓金-信息披露</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="loginbar gray-bg">
<div class="container">
<div class="pull-left logreg">
<a href="#">登陆</a> <a href="#">注册</a>
<!--<a href="#" class="brown"><img src="images/default_avatar.png" alt="" /> 进入帐户中心</a>-->
</div>
<div class="pull-right">
<img src="images/icon_tel.png" alt="" style="margin-top:-3px;"/> 全国客服电话: 0411-66896333 (9:00-21:00)
</div>
</div>
</div>
<div class="container">
<div class="nav-bar">
<a href="index.html" class="logo">
<img src="images/logo.png" alt="" class="pull-left"/>
</a>
<nav class="nav-collapse">
<div id="triangle"></div>
<ul class="main">
<li>
<img src="images/avatar_detalut.png" alt="" />
<p class="mt5">gq_1339848</p>
<!--<p class="mt5"><a href="#" class="btn-brown">进入账户中心</a></p>-->
<p class="mt5"><a href="#">登录</a> / <a href="#">注册</a></p>
</li>
<li><a href="index.html">首页</a></li>
<li><a href="lend.html">出借</a></li>
<li><a href="news.html" class="active">新闻资讯</a></li>
<li><a href="company.html">信息披露</a></li>
<li><a href="contactus.html" class="noborder">联系我们</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div class="clearfix"></div>
<div id="main">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="info-panel">
<p>
<img src="images/banner-4.jpg" alt="" />
</p>
<div style="padding:20px;">
<h3 class="text-center f20">中拥 塞纳城携手大连 百姓金 2017乘凉晚会</h3>
<div class="s-line"></div>
<p class="f16 text-center mt5">发表时间:2017-08-13 11:00</p>
<br/>
<p>尊敬的各位领导、各位来宾!</p>
<p>尊敬的中拥 塞纳城的业主朋友们!</p>
<p>尊敬的百姓金的家人们!</p>
<p>大家晚上好!</p>
<p>百姓金 一家亲 手拉手心连心 关爱百姓生活 共建文明社区 2017乘凉晚会即将盛大启幕:</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/ed8b83b0c13b4bd6b0c77fc257cb706f.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvZWQ4YjgzYjBjMTNiNGJkNmIwYzc3ZmMyNTdjYjcwNmYuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>瓦房店电视台、瓦房店报社现场采访远东轴承副总经理金和平。</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/9e2a657dde7544c59b611cac144d5ad9.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvOWUyYTY1N2RkZTc1NDRjNTliNjExY2FjMTQ0ZDVhZDkuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>电视台采访中拥 塞纳城业主 于刚</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/fa43f39d5d1240029b82db9d52d4cc1f.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvZmE0M2YzOWQ1ZDEyNDAwMjliODJkYjlkNTJkNGNjMWYuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>业主 于刚接受电视台记者采访。</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/5e59d0c007c04db985bb89bb3ce4768f.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvNWU1OWQwYzAwN2MwNGRiOTg1YmI4OWJiM2NlNDc2OGYuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>晚上18点晚会准时开始,小提琴开场。感谢张波老师的激情演绎。</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/9dbbe6cde2da4daeae354e7c8cf34883.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvOWRiYmU2Y2RlMmRhNGRhZWFlMzU0ZTdjOGNmMzQ4ODMuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80"/></p>
<p>晚会由瓦房店广播电台《帮忙热线》主播德源主持。</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/58ac856132d8483098f14499ad0f9908.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvNThhYzg1NjEzMmQ4NDgzMDk4ZjE0NDk5YWQwZjk5MDguanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>我们也荣幸的邀请到中拥塞纳城物业公司的于经理、远东轴承党支部书记王克义、远东轴承副总经理 金和平、瓦轴医院总务主任 杨万红、大连百姓金城市经理曲总、刘总、行政经理藤嘉杰、百姓金金州分公司经理 徐成鹏、百姓金旅顺分公司经理 臧鹏等</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/3601b469076946dea7ddbe105d5949c2.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvMzYwMWI0NjkwNzY5NDZkZWE3ZGRiZTEwNWQ1OTQ5YzIuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" /></p>
<p>大连百姓金管理咨询有限公司 城市经理 曲总为大家解读百姓金公司的安全和收益情况,并且感谢各位嘉宾的到来、感谢演职人员的辛苦排练、感谢中拥 塞纳城物业的支持!并预祝晚会圆满成功!</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/2ed224e60c02496ab492d1b63d61733f.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvMmVkMjI0ZTYwYzAyNDk2YWI0OTJkMWI2M2Q2MTczM2YuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>张晶等5人表演肚皮舞《印度风情》</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/2cd65b7d1e6e4c0b98483f4b268a9ab1.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvMmNkNjViN2QxZTZlNGMwYjk4NDgzZjRiMjY4YTlhYjEuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" /></p>
<p>金嫂演唱《山路十八弯》</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/4a159f3d8023472287eb3f1cf1508517.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvNGExNTlmM2Q4MDIzNDcyMjg3ZWIzZjFjZjE1MDg1MTcuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" /></p>
<p>左儿等14人旗袍秀《荷花颂》</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/5c6375435ba74ec9adf148bf781bbbe4.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvNWM2Mzc1NDM1YmE3NGVjOWFkZjE0OGJmNzgxYmJiZTQuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>小朋友二胡合奏《赛马》</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/61ecb79cac8d423d81f0c146fa923087.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvNjFlY2I3OWNhYzhkNDIzZDgxZjBjMTQ2ZmE5MjMwODcuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" /></p>
<p>秦永格 女生独唱《圆梦》后,全体演职人员上台,大连百姓金管理咨询有限公司为大家颁发纪念品。</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/a8092ee09a064087adbb854219e9e098.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvYTgwOTJlZTA5YTA2NDA4N2FkYmI4NTQyMTllOWUwOTguanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" alt="" /></p>
<p>大连百姓金资产管理有限公司瓦房店分公司团队经理姜红 宣读特殊贡献奖,大连百姓金刘总、百姓金瓦房店分公司经理于广兴共同为大家颁奖。</p>
<p class="text-center"><img src="http://static2.ivwen.com/users/13518074/a8db11cfcd564367b0cb76ab2b5c613b.jpg?meipian-watermark/bucket/ivwen/key/dXNlcnMvMTM1MTgwNzQvYThkYjExY2ZjZDU2NDM2N2IwY2I3NmFiMmI1YzYxM2IuanBn/nickname/5LqO6Z-p5bel5L2c5a6k/userid/MTM1MTgwNzQ=/sign/3a52a26b0d8d3eecc067d2228bb67bf5%7cimageView2/2/w/750/h/1400/interlace/0/q/80" /></p>
<p>
瓦房店中拥塞纳城与大连百姓携手举办☞百姓金 一家亲 手拉手 心连心 关爱百姓生活 共建文明社区 2017乘凉晚会圆满结束!
感谢全体演职人员的辛勤付出!
感谢百姓金家人们的积极参与!
感谢中拥塞纳城陈家会总经理的积极配合!
</p>
</div>
</div>
<div class="subtitle">
<p>
上一篇:<span>P2P网贷利率逐渐下降,原因有哪些...</span>
</p>
<p>
下一篇:<span>P2P已成为大众主流投资理财方式...</span>
</p>
</div>
</div>
</div>
</div>
</div>
<footer class="gray-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="images/weixinchat.png" alt="" class="wx"/>
<div class="lx">
<p><img src="images/icon_wx.png" alt="" /> 微信服务号:大连百姓金管理咨询有限公司</p>
<p><img src="images/icon_tel.png" alt="" /> 全国客服电话: 0411-66896333 (9:00-21:00)</p>
</div>
</div>
</div>
</div>
<div class="black-bg">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
辽ICP备17015706号-1 | Copyright © 2015-2017 百姓金 All Rights Reserved.
</div>
</div>
</div>
</div>
</footer>
<script src="js/responsive-nav.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.rotate.min.js"></script>
<script src="js/custom.js"></script>
<script type="text/javascript">
var navigation = responsiveNav(".nav-collapse", { // Selector: The ID of the wrapper
animate: true, // Boolean: 是否启动CSS过渡效果(transitions), true 或 false
transition: 300, // Integer: 过渡效果的执行速度,以毫秒(millisecond)为单位
label: "Menu", // String: Label for the navigation toggle
insert: "before", // String: Insert the toggle before or after the navigation
customToggle: "", // Selector: Specify the ID of a custom toggle
openPos: "relative", // String: Position of the opened nav, relative or static
jsClass: "js", // String: 'JS enabled' class which is added to <html> el
debug: false, // Boolean: Log debug messages to console, true 或 false
init: function(){}, // Function: Init callback
open: function(){$(".nav-toggle").rotate({animateTo:90});}, // Function: Open callback
close: function(){$(".nav-toggle").rotate({animateTo:0});} // Function: Close callback
});
</script>
</body>
</html> | 44189483/baixingjin | html/newsdetail-1.html | HTML | mit | 13,050 |
<html>
<head>
<title>SELECT Element Population</title>
</head>
<body>
<script>
function fill_select1() {
for(var i=0; i < 100; i++) {
select1.options[i] = new Option('text'+i,'value'+i);
}
}
function fill_select2() {
var sOpts = "<select>";
for (var i = 0; i < 100; i++) {
sOpts += '<option value="' + i + '">' + i + '</option>';
}
select2.outerHTML = sOpts + "</select>";
}
function fill_select3() {
for(var i=0; i < 100; i++) {
var oOption = document.createElement("OPTION");
oOption.text="Option: " + i;
oOption.value=i;
select3.add(oOption)
}
}
function fill_select4() {
var sOpts = "";
for (var i = 0; i < 100; i++) {
sOpts += '<option value="' + i + '">' + i + '</option>';
}
select4.innerHTML = sOpts ;
}
</script>
<h2>SELECT Element Population</h2>
<select id="select1" name="select1"></select>
<input type="button" value="Populate with options list" id="button1" name="button1" onclick="fill_select1();"><br/><br/>
<select id="select2" name="select2"></select>
<input type="button" value="Populate with outerHTML" id="button2" name="button2" onclick="fill_select2();"><br/><br/>
<select id="select3" name="select3"></select>
<input type="button" value="Populate with using createElement" id="button3" name="button3" onclick="fill_select3();"><br/><br/>
<select id="select4" name="select4"></select>
<input type="button" value="Populate with innerHTML" id="button4" name="button4" onclick="fill_select4();">The wrong way on IE6-9
</body>
</html> | bung87/ie-sucks | SELECT_element_population/SELECT_element_population.html | HTML | mit | 1,593 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jordan-curve-theorem: 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 / jordan-curve-theorem - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
jordan-curve-theorem
<small>
8.7.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-24 17:47:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 17:47:06 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.12 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.9.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/jordan-curve-theorem"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/JordanCurveTheorem"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: combinatorial hypermaps" "keyword: genus" "keyword: planarity" "keyword: Euler formula" "keyword: Discrete Jordan Curve Theorem" "category: Mathematics/Geometry/General" "date: 2008" ]
authors: [ "Jean-François Dufourd <[email protected]> [http://dpt-info.u-strasbg.fr/~jfd/]" ]
bug-reports: "https://github.com/coq-contribs/jordan-curve-theorem/issues"
dev-repo: "git+https://github.com/coq-contribs/jordan-curve-theorem.git"
synopsis: "Hypermaps, planarity and discrete Jordan curve theorem"
description: """
http://dpt-info.u-strasbg.fr/~jfd/Downloads/JORDAN_Contrib_Coq.tar.gz
Constructive formalization of the combinatorial hypermaps, characterization of the planarity, genus theorem, Euler formula, ring of faces, discrete Jordan curve theorem"""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/jordan-curve-theorem/archive/v8.7.0.tar.gz"
checksum: "md5=0e9554497c2fbaa4bf3006c96b921d09"
}
</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-jordan-curve-theorem.8.7.0 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-jordan-curve-theorem -> coq < 8.8~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-jordan-curve-theorem.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.1/jordan-curve-theorem/8.7.0.html | HTML | mit | 7,472 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"querystring" | picturepark-sdk-v1-pickers API</title>
<meta name="description" content="Documentation for picturepark-sdk-v1-pickers API">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">picturepark-sdk-v1-pickers API</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="_querystring_.html">"querystring"</a>
</li>
</ul>
<h1>Module "querystring"</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Interfaces</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-interface tsd-parent-kind-module tsd-is-external"><a href="../interfaces/_querystring_.parseoptions.html" class="tsd-kind-icon">Parse<wbr>Options</a></li>
<li class="tsd-kind-interface tsd-parent-kind-module tsd-is-external"><a href="../interfaces/_querystring_.parsedurlquery.html" class="tsd-kind-icon">Parsed<wbr>Url<wbr>Query</a></li>
<li class="tsd-kind-interface tsd-parent-kind-module tsd-is-external"><a href="../interfaces/_querystring_.parsedurlqueryinput.html" class="tsd-kind-icon">Parsed<wbr>Url<wbr>Query<wbr>Input</a></li>
<li class="tsd-kind-interface tsd-parent-kind-module tsd-is-external"><a href="../interfaces/_querystring_.stringifyoptions.html" class="tsd-kind-icon">Stringify<wbr>Options</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-external">
<h3>Variables</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-variable tsd-parent-kind-module tsd-is-external"><a href="_querystring_.html#decode" class="tsd-kind-icon">decode</a></li>
<li class="tsd-kind-variable tsd-parent-kind-module tsd-is-external"><a href="_querystring_.html#encode" class="tsd-kind-icon">encode</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-external">
<h3>Functions</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-function tsd-parent-kind-module tsd-is-external"><a href="_querystring_.html#escape" class="tsd-kind-icon">escape</a></li>
<li class="tsd-kind-function tsd-parent-kind-module tsd-is-external"><a href="_querystring_.html#parse" class="tsd-kind-icon">parse</a></li>
<li class="tsd-kind-function tsd-parent-kind-module tsd-is-external"><a href="_querystring_.html#stringify" class="tsd-kind-icon">stringify</a></li>
<li class="tsd-kind-function tsd-parent-kind-module tsd-is-external"><a href="_querystring_.html#unescape" class="tsd-kind-icon">unescape</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Variables</h2>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module tsd-is-external">
<a name="decode" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagConst">Const</span> decode</h3>
<div class="tsd-signature tsd-kind-icon">decode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="_querystring_.html#parse" class="tsd-signature-type">parse</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/querystring.d.ts:25</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The querystring.decode() function is an alias for querystring.parse().</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module tsd-is-external">
<a name="encode" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagConst">Const</span> encode</h3>
<div class="tsd-signature tsd-kind-icon">encode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">typeof </span><a href="_querystring_.html#stringify" class="tsd-signature-type">stringify</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/querystring.d.ts:21</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>The querystring.encode() function is an alias for querystring.stringify().</p>
</div>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Functions</h2>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a name="escape" class="tsd-anchor"></a>
<h3>escape</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module tsd-is-external">
<li class="tsd-signature tsd-kind-icon">escape<span class="tsd-signature-symbol">(</span>str<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/querystring.d.ts:26</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>str: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a name="parse" class="tsd-anchor"></a>
<h3>parse</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module tsd-is-external">
<li class="tsd-signature tsd-kind-icon">parse<span class="tsd-signature-symbol">(</span>str<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, sep<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, eq<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/_querystring_.parseoptions.html" class="tsd-signature-type">ParseOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/_querystring_.parsedurlquery.html" class="tsd-signature-type">ParsedUrlQuery</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/querystring.d.ts:17</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>str: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sep: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> eq: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/_querystring_.parseoptions.html" class="tsd-signature-type">ParseOptions</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="../interfaces/_querystring_.parsedurlquery.html" class="tsd-signature-type">ParsedUrlQuery</a></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a name="stringify" class="tsd-anchor"></a>
<h3>stringify</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module tsd-is-external">
<li class="tsd-signature tsd-kind-icon">stringify<span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">?: </span><a href="../interfaces/_querystring_.parsedurlqueryinput.html" class="tsd-signature-type">ParsedUrlQueryInput</a>, sep<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, eq<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">?: </span><a href="../interfaces/_querystring_.stringifyoptions.html" class="tsd-signature-type">StringifyOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/querystring.d.ts:16</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> obj: <a href="../interfaces/_querystring_.parsedurlqueryinput.html" class="tsd-signature-type">ParsedUrlQueryInput</a></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> sep: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> eq: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="../interfaces/_querystring_.stringifyoptions.html" class="tsd-signature-type">StringifyOptions</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a name="unescape" class="tsd-anchor"></a>
<h3>unescape</h3>
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module tsd-is-external">
<li class="tsd-signature tsd-kind-icon">unescape<span class="tsd-signature-symbol">(</span>str<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in node_modules/@types/node/querystring.d.ts:27</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>str: <span class="tsd-signature-type">string</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</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 tsd-is-external">
<a href="_querystring_.html">"querystring"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_querystring_.parseoptions.html" class="tsd-kind-icon">Parse<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_querystring_.parsedurlquery.html" class="tsd-kind-icon">Parsed<wbr>Url<wbr>Query</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_querystring_.parsedurlqueryinput.html" class="tsd-kind-icon">Parsed<wbr>Url<wbr>Query<wbr>Input</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="../interfaces/_querystring_.stringifyoptions.html" class="tsd-kind-icon">Stringify<wbr>Options</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-external">
<a href="_querystring_.html#decode" class="tsd-kind-icon">decode</a>
</li>
<li class=" tsd-kind-variable tsd-parent-kind-module tsd-is-external">
<a href="_querystring_.html#encode" class="tsd-kind-icon">encode</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="_querystring_.html#escape" class="tsd-kind-icon">escape</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="_querystring_.html#parse" class="tsd-kind-icon">parse</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="_querystring_.html#stringify" class="tsd-kind-icon">stringify</a>
</li>
<li class=" tsd-kind-function tsd-parent-kind-module tsd-is-external">
<a href="_querystring_.html#unescape" class="tsd-kind-icon">unescape</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</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> | Picturepark/Picturepark.SDK.TypeScript | docs/picturepark-sdk-v1-pickers/api/modules/_querystring_.html | HTML | mit | 16,234 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Odd or Even Number</title>
<link href="js-console.min.css" rel="stylesheet" />
</head>
<body>
<!--Write an expression that checks if given integer is odd or even.-->
<div id="js-console" >
<label for="number-input">Input integer number and press Enter: </label>
<input type="text" id="number-input" onkeydown="enterKeyPressed(event)" />
<br />
</div>
<script src="scripts/js-console.js"></script>
<script src="scripts/01.OddOrEven.js"></script>
</body>
</html> | kalinalazarova1/TelerikAcademy | Web/JavaScriptFundamentals/01.OperatorsAndExpressions/01.OperatorsAndExpressions/01.OddOrEven.html | HTML | mit | 589 |
---
title: zwyuan
layout: page
description:
---
<main class="main main--interior">
<section class="faded-image">
<div class="faded-image__main-container">
<div class="faded-image__main-image">
<picture>
<source srcset="{{ site.url }}/assets/img/bio_bg.jpg" media="(max-width: 39.9375em)" />
<img src="{{ site.url }}/assets/img/bio_bg.jpg" alt="" />
</picture>
</div>
<div class="faded-image__overlay" >
<div class="faded-image__content fadeInInit transparent">
<h2>袁增伟</h2>
<div class="divider divider--faded-image"><span></span></div>
<p>主要从事环境规划与管理研究,在产业生态学、清洁生产与循环经济等领域取得一定创新成果。主持国家自然科学基金5项、国家社会科学基金1项、国家环保公益性行业科研专项1项,国家863子课题和国家科技支撑计划子课题等其它课题30余项。发表学术期刊论文101篇,其中在PNAS, ES&T, SCI TOTAL ENVIRON等SCI期刊上发表52篇,出版专著/教材4部。
</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<section class="scientific-achievements">
<div class="scientific-achievements__content clearfix">
<ul>
<li>
<div class="scientific-achievements__content-item transparent js-animate-fadeInOnScroll">
<h3>学习工作经历</h3>
<a class="btn btn--grey"
href="career/index.html"
title="View">
<span>View</span>
</a>
</div>
</li>
<li>
<div class="scientific-achievements__content-item transparent js-animate-fadeInOnScroll">
<h3>获奖与荣誉</h3>
<a class="btn btn--grey"
href="awards-honors/index.html"
title="View">
<span>View</span>
</a>
</div>
</li>
<li>
<div class="scientific-achievements__content-item transparent js-animate-fadeInOnScroll">
<h3>学术兼职</h3>
<a class="btn btn--grey"
href="scientific-consultant/index.html"
title="View">
<span>View</span>
</a>
</div>
</li>
<li>
<div class="scientific-achievements__content-item transparent js-animate-fadeInOnScroll">
<h3>受邀讲座</h3>
<a class="btn btn--grey"
href="invited-talks/index.html"
title="View">
<span>View</span>
</a>
</div>
</li>
</ul>
</div>
<div class="scientific-achievements__right-sidebar">
<svg class="transparent js-animate-fadeInOnScroll">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-speachbox"></use>
</svg>
<h2 class="transparent js-animate-fadeInOnScroll">物质循环及其资源环境效应</h2>
<div class="divider divider--achivments transparent js-animate-fadeInOnScroll"><span></span></div>
<p class="transparent js-animate-fadeInOnScroll">旨在阐释P/N等营养物质的生物地球化学过程机理和多尺度时空格局演变规律,研发含磷废物(畜禽粪便、餐余垃圾等)资源化技术,并定量评估P/N循环生命周期过程的资源环境效应,为P/N可持续利用提供决策依据。</p>
</div>
</section>
</main>
| Nowhitestar/kHz | zwyuan/index.html | HTML | mit | 3,557 |
{% extends "layout.html" %} {% block page_title %} Savings {% endblock %} {% block content %}
<main id="content" role="main">
{% include "../includes/phase_banner_beta.html" %}
<form action="other-money" method="#" class="form">
<div class="grid-row">
<div class="column-two-thirds">
<a class="link-back" href="savings-property">Back</a>
<header>
<h1 class="form-title heading-large">
Shares
</h1>
</header>
<div class="form-group" id="no-savings">
<fieldset class="inline form-group">
<legend class="form-label-bold" for="shares">Do you have any shares?</legend>
<label class="block-label" data-target="list-shares" for="shares-3">
<input id="shares-3" type="radio" name="shares" value="Yes"> Yes
</label>
<label class="block-label" for="shares-4">
<input id="shares-4" type="radio" name="shares" value="No"> No
</label>
</fieldset>
<div class="panel panel-border-narrow js-hidden" id="list-shares">
<div class="" id="partner-yes">
<h2 class="heading-small">Shares 1</h2>
<div class="form-group">
<label class="form-label" for="shares01a">Name of shares</label>
<input class="form-control" id="shares01a" type="text" name="shares">
</div>
<div class="form-group" style="border-bottom: 1px solid #bfc1c3; padding-bottom: 30px;">
<label class="form-label" for="shares01b">How many</label>
<input class="form-control form-control-1-4" id="shares01b" type="text" name="shares">
</div>
<h2 class="heading-small">Shares 2</h2>
<div class="form-group">
<label class="form-label" for="shares02a">Name of shares</label>
<input class="form-control" id="shares02a" type="text" name="shares">
</div>
<div class="form-group" style="border-bottom: 1px solid #bfc1c3; padding-bottom: 30px;">
<label class="form-label" for="shares02b">How many</label>
<input class="form-control form-control-1-4" id="shares02b" type="text" name="shares">
</div>
<h2 class="heading-small">Shares 3</h2>
<div class="form-group">
<label class="form-label" for="shares03a">Name of shares</label>
<input class="form-control" id="shares03a" type="text" name="shares">
</div>
<div class="form-group" style="border-bottom: 1px solid #bfc1c3; padding-bottom: 30px;">
<label class="form-label" for="shares03b">How many</label>
<input class="form-control form-control-1-4" id="shares03b" type="text" name="shares">
</div>
<p><a href="#" id="show-payment2" class="add-another secondary-button">Add more shares</a></p>
</div>
</div>
<!-- Primary buttons, secondary links -->
<div class="form-group">
<input type="submit" class="button" value="Continue">
</div>
</div>
</div>
<div class="column-one-third">
{% include "../includes/help.html" %}
</div>
</div>
</form>
</main>
{% endblock %} | ballzy/apply-for-esa | app/views/beta05/savings-shares.html | HTML | mit | 4,072 |
<!--
The MIT License (MIT)
Copyright (c) 2015 Los Andes University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<header>
<toolbar name="model.name" display-name="model.displayName" actions='actions'></toolbar>
</header>
<form name="tripForm" role="form">
<fieldset>
<crud-form fields='model.fields' record='currentRecord' lists-of-values="references"></crud-form>
</fieldset>
</form>
| Uniandes-MISO4203/turism-201620-2 | turism-api/src/main/webapp/src/modules/trip/instance/edit/trip.edit.tpl.html | HTML | mit | 1,388 |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal website of Prashant Bhat">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/css/website.min.css">
<link rel="stylesheet" type="text/css" href="/css/custom.css">
<script src="/js/fontawesome.min.js"></script>
<script src="/js/website-icons.min.js"></script>
<script src="/js/bulma.js"></script>
<title>Prashant Bhat's Website</title>
</head>
<body class="has-navbar-fixed-top">
<nav class="navbar has-shadow is-fixed-top" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/images/navbar-logo.png" width="28" height="28">
</a>
<a class="navbar-item is-paddingless" href="/">
<strong class="is-size-4 has-text-link">Prashant Bhat</strong>
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarMenu">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-start">
<div class="navbar-item is-hidden-touch"></div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="/projects">Projects</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="/projects/pustike-inject">Pustike Inject</a>
<a class="navbar-item" href="/projects/pustike-eventbus">Pustike EventBus</a>
<a class="navbar-item" href="/projects/pustike-persist">Pustike Persist</a>
<a class="navbar-item" href="/projects/pustike-json">Pustike JSON</a>
<a class="navbar-item" href="/projects/pustike-web">Pustike Web</a>
<hr class="navbar-divider">
<a class="navbar-item" href="/projects/pustike-maven-parent">Pustike Maven Parent</a>
<a class="navbar-item" href="/projects/website">Website using Hugo</a>
</div>
</div>
<a class="navbar-item" href="/blog">Blog</a>
<a class="navbar-item" href="/about">About</a>
</div>
</div>
</div>
</nav>
<div class="mx-2 my-2">
<div class="container">
<div>
<div class="content has-text-justified">
<h2 id="pustike-persist">Pustike Persist</h2>
<p><a href="https://github.com/pustike/pustike-persist">Pustike Persist</a> is an object based persistence library. Using a simple configuration and annotation based entity mapping, it provides features like schema generation, sql query api to insert / update / delete objects and a fluent data finder api.</p>
<p>Using <a href="https://en.wikipedia.org/wiki/Java_Persistence_API">Java Persistence API</a> is the standard approach to object persistence in Java based applications. And it is a comprehensive and complex API to implement and use. Using a JPA implementation for persistence can add lot of overhead to small/medium sized applications. So, Pustike Persist provides a simple api to perform common SQL queries using object metadata built using JPA like annotations.</p>
<p>Following are some of its key features:</p>
<ul>
<li>Repository configuration using dataSource and schema metadata</li>
<li>Entity mapping to database table and fields to columns using annotations</li>
<li>Database schema generation with index, foreign keys, constraints, etc using the mapping tool</li>
<li>Allows field group definitions per entity to fetch or update only the required data</li>
<li>Insert single/list of objects into database in batch and support update on conflict using excluded rows</li>
<li>Update single/multiple objects in the database using the specified field group</li>
<li>Select row data as object with the given identity and option to select them for update with lock</li>
<li>Delete single/multiple objects</li>
<li>A fluent Finder API to construct sql queries and fetch result data as objects</li>
<li>Supported databases: PostgreSQL</li>
<li>Requires Java 11 and has no external dependencies (~60kB in size)</li>
</ul>
<p><strong>Documentation:</strong></p>
<ul>
<li>User Guide is included in the project’s <a href="https://github.com/pustike/pustike-persist">README.md</a> file.</li>
<li>Latest API docs are accessible <a href="https://javadoc.io/doc/io.github.pustike/pustike-persist">here</a>.</li>
</ul>
<p><strong>Download:</strong></p>
<p>The most recent release is v0.9.2 (2021-01-25), and it is available from Maven central repository.</p>
<p>To add it as a dependency in Maven builds, use the following:</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"><span style="color:#f92672"><dependency></span>
<span style="color:#f92672"><groupId></span>io.github.pustike<span style="color:#f92672"></groupId></span>
<span style="color:#f92672"><artifactId></span>pustike-persist<span style="color:#f92672"></artifactId></span>
<span style="color:#f92672"><version></span>0.9.2<span style="color:#f92672"></version></span>
<span style="color:#f92672"></dependency></span>
</code></pre></div><p>Or, download the latest JAR(~60kB) from <a href="https://search.maven.org/remote_content?g=io.github.pustike&a=pustike-persist&v=LATEST">Maven Central</a>.</p>
<p><a href="https://maven-badges.herokuapp.com/maven-central/io.github.pustike/pustike-persist"><img src="https://maven-badges.herokuapp.com/maven-central/io.github.pustike/pustike-persist/badge.svg" alt=""></a> <a href="https://javadoc.io/doc/io.github.pustike/pustike-persist"><img src="https://javadoc.io/badge/io.github.pustike/pustike-persist.svg" alt=""></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-blue.svg" alt=""></a></p>
<p><strong>License:</strong>
This library is published under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p>
</div>
</div>
</div>
</div>
<footer class="footer is-paddingless">
<div>
<br/>
<p class="buttons is-centered">
<a class="button" href="https://github.com/prashantbhat/prashantbhat.github.io" target="_blank" title="Code repository">
<span class="icon is-small"><i class="fab fa-github"></i></span>
</a>
<a class="button" href="https://twitter.com/prashantbhat" target="_blank" title="Follow me @prashantbhat">
<span class="icon is-small has-text-info"><i class="fab fa-twitter"></i></span>
</a>
<a class="button" href="/blog/index.xml" target="_blank" title="Subscribe to RSS">
<span class="icon is-small has-text-danger"><i class="fas fa-rss"></i></span>
</a>
</p>
<p class="has-text-centered">Copyright 2016-2021 © Prashant Bhat.<br/>
The website content is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" >CC BY NC SA 4.0</a>.
</p>
<br/>
</div>
</footer>
</body>
</html>
| prashantbhat/prashantbhat.github.io | projects/pustike-persist/index.html | HTML | mit | 7,528 |
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6 oldie"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7 oldie"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8 oldie"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if gt IE 9 ]><!--><html lang="en" class="no-js no-ie"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Swiss Styleguide</title>
<!-- Styleguide CSS -->
<link rel="stylesheet" href="./theme-build/css/vendors.min.css">
<link rel="stylesheet" href="./theme-build/css/admin-theme.min.css">
<!-- Source CSS -->
<link rel="stylesheet" href="css/vendors.css">
<link rel="stylesheet" href="css/admin.css">
<link rel="stylesheet" href="css/print.css">
<!-- Favicons -->
<link rel="shortcut icon" href="img/ico/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="img/ico/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/ico/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/ico/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/ico/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/ico/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/ico/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/ico/apple-touch-icon-76x76.png">
<link rel="icon" type="image/png" href="img/ico/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="img/ico/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/ico/favicon-32x32.png" sizes="32x32">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/ico/mstile-144x144.png">
<meta name="msapplication-config" content="img/ico/browserconfig.xml">
<!--[if lt IE 9]>
<script src="js/polyfills.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#styleguide-inside-nav">
<div class="container container-main">
<header>
<div class="clearfix">
<section class="nav-services clearfix">
<h2>Styleguide</h2>
<nav class="pull-right">
<ul class="download-link">
<li>
<a class="btn btn-secondary" href="https://github.com/swiss/styleguide/releases/latest">Styleguide version 2.5.5
</a>
</li>
</ul>
</nav>
</section>
</div>
<a href="index.html" class="brand hidden-xs">
<img src="img/logo-CH.svg" onerror="this.onerror=null; this.src='img/logo-CH.png'" alt="The Federal Authorities of the Swiss Confederation, www.admin.ch" />
<h1>Swiss Confederation Web Guidelines</h1>
</a>
</header>
<nav class="nav-main yamm navbar" role="navigation">
<section class="nav-mobile">
<div class="table-row">
<div class="nav-mobile-header">
<div class="table-row">
<span class="nav-mobile-logo">
<img src="img/swiss.svg" onerror="this.onerror=null; this.src='img/swiss.png'" alt="Confederatio Helvetica" />
</span>
<h1><a href="#">Swiss Styleguide</a></h1>
</div>
</div>
<div class="table-cell dropdown">
<a href="#" class="nav-mobile-menu dropdown-toggle" data-toggle="dropdown"><span class="icon icon--menu"></span></a>
<div class="drilldown dropdown-menu" role="menu">
<div class="drilldown-container">
<nav class="nav-page-list">
<ul>
<li class="list-sub">
<a href="#">Design Principles</a>
<ul class="drilldown-sub">
<a href="#" class="icon icon--before icon--less drilldown-back">Back</a>
<li>
<a href="design_principles_-_guidelines.html">Guidelines</a>
</li>
<li>
<a href="design_principles_-_cd_elements.html">CD Elements</a>
</li>
<li>
<a href="design_principles_-_basic_grid_and_page_types.html">Basic Grid and Page Types</a>
</li>
<li>
<a href="design_principles_-_sample_pages.html">Sample Pages</a>
</li>
<li>
<a href="design_principles_-_header_and_footer.html">Header and Footer</a>
</li>
<li>
<a href="design_principles_-_output_across_a_range_of_end_devices.html">Output across a Range of End Devices</a>
</li>
<li>
<a href="design_principles_-_barrier-free_accessibility.html">Barrier-free Accessibility</a>
</li>
<li>
<a href="design_principles_-_glossary.html">Glossary</a>
</li>
</ul>
</li>
<li class="list-sub">
<a href="#">Base Layout</a>
<ul class="drilldown-sub">
<a href="#" class="icon icon--before icon--less drilldown-back">Back</a>
<li>
<a href="base_layout_-_forms_elements.html">Forms Elements</a>
</li>
<li>
<a href="base_layout_-_general.html">General</a>
</li>
<li>
<a href="base_layout_-_tables.html">Tables</a>
</li>
<li>
<a href="base_layout_-_typography.html">Typography</a>
</li>
</ul>
</li>
<li class="list-sub">
<a href="#">Navigation modules</a>
<ul class="drilldown-sub">
<a href="#" class="icon icon--before icon--less drilldown-back">Back</a>
<li>
<a href="navigation_modules_-_hierarchical_navigation.html">Hierarchical Navigation</a>
</li>
<li>
<a href="navigation_modules_-_header.html">Header</a>
</li>
<li>
<a href="navigation_modules_-_content_navigation.html">Content Navigation</a>
</li>
<li>
<a href="navigation_modules_-_footer.html">Footer</a>
</li>
</ul>
</li>
<li class="list-sub">
<a href="#">Content Modules</a>
<ul class="drilldown-sub">
<a href="#" class="icon icon--before icon--less drilldown-back">Back</a>
<li>
<a href="content_modules_-_widgets.html">Widgets</a>
</li>
<li>
<a href="content_modules_-_content_containers.html">Content Containers</a>
</li>
<li>
<a href="content_modules_-_teaser.html">Teaser</a>
</li>
<li>
<a href="content_modules_-_ordering_and_check-out.html">Ordering and Check-out</a>
</li>
<li>
<a href="content_modules_-_standard_elements.html">Standard elements</a>
</li>
<li>
<a href="content_modules_-_multimedia.html">Multimedia</a>
</li>
<li>
<a href="content_modules_-_functions.html">Functions</a>
</li>
<li>
<a href="content_modules_-_search.html">Search</a>
</li>
</ul>
</li>
<li class="list-sub">
<a href="#">Example Pages</a>
<ul class="drilldown-sub">
<a href="#" class="icon icon--before icon--less drilldown-back">Back</a>
<li>
<a href="pages/homepage-global-nav.html">Homepage with Global navigation</a>
</li>
<li>
<a href="pages/home-without-nav.html">Homepage without Global navigation</a>
</li>
<li>
<a href="pages/subpage.html">Subpage</a>
</li>
<li>
<a href="pages/preview-without-nav.html">Overview page without navigation</a>
</li>
<li>
<a href="pages/preview.html">Overview page</a>
</li>
<li>
<a href="pages/publications.html">Publications page</a>
</li>
<li>
<a href="pages/detail.html">Details page</a>
</li>
<li>
<a href="pages/forms.html">Forms page</a>
</li>
<li>
<a href="pages/results.html">Search result page</a>
</li>
</ul>
</li>
</ul>
</nav>
</div>
<a href="#" class="yamm-close-bottom"><span class="icon icon--top"></span></a>
</div>
</div>
<div class="table-cell dropdown">
<a href="#" class="nav-mobile-menu dropdown-toggle" data-toggle="dropdown"><span class="icon icon--search"></span></a>
<div class="dropdown-menu" role="menu">
<form class="form" role="form">
<input id="search-field-mobile" class="form-control" type="text" placeholder="Search">
<span class="icon icon--search"></span>
</form>
</div>
</div>
</div>
</section>
<ul class="nav navbar-nav">
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Design Principles</a>
<ul class="dropdown-menu" role="menu">
<li>
<div class="yamm-content container-fluid">
<div class="row">
<div class="col-sm-12"><a href="#" class="yamm-close icon icon--after icon--close pull-right">Close</a></div>
</div>
<div class="row">
<div class="col-sm-3">
<h4><a href="design_principles_-_guidelines.html">Guidelines</a></h4>
<ul>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="design_principles_-_cd_elements.html">CD Elements</a></h4>
<ul>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="design_principles_-_basic_grid_and_page_types.html">Basic Grid and Page Types</a></h4>
<ul>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="design_principles_-_sample_pages.html">Sample Pages</a></h4>
<ul>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="design_principles_-_header_and_footer.html">Header and Footer</a></h4>
<ul>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="design_principles_-_output_across_a_range_of_end_devices.html">Output across a Range of End Devices</a></h4>
<ul>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="design_principles_-_barrier-free_accessibility.html">Barrier-free Accessibility</a></h4>
<ul>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="design_principles_-_glossary.html">Glossary</a></h4>
<ul>
</ul>
</div>
</div>
<br><br><br>
<a href="#" class="yamm-close-bottom"><span class="icon icon--top"></span></a>
</div>
</li>
</ul>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Base Layout</a>
<ul class="dropdown-menu" role="menu">
<li>
<div class="yamm-content container-fluid">
<div class="row">
<div class="col-sm-12"><a href="#" class="yamm-close icon icon--after icon--close pull-right">Close</a></div>
</div>
<div class="row">
<div class="col-sm-3">
<h4><a href="base_layout_-_forms_elements.html">Forms Elements</a></h4>
<ul>
<li><a href="base_layout_-_forms_elements.html#a-fieldsets">Fieldsets</a></li>
<li><a href="base_layout_-_forms_elements.html#b-forms">Forms</a></li>
<li><a href="base_layout_-_forms_elements.html#c-selects">Selects</a></li>
<li><a href="base_layout_-_forms_elements.html#d-checkboxes">Checkboxes</a></li>
<li><a href="base_layout_-_forms_elements.html#e-radios">Radios</a></li>
<li><a href="base_layout_-_forms_elements.html#f-buttons">Buttons</a></li>
<li><a href="base_layout_-_forms_elements.html#g-buttongroups">Button groups</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="base_layout_-_general.html">General</a></h4>
<ul>
<li><a href="base_layout_-_general.html#a-logo">Logo</a></li>
<li><a href="base_layout_-_general.html#b-colors">Colors</a></li>
<li><a href="base_layout_-_general.html#c-background">Background</a></li>
<li><a href="base_layout_-_general.html#d-images">Images</a></li>
<li><a href="base_layout_-_general.html#a-standard-image">Standard image</a></li>
<li><a href="base_layout_-_general.html#b-captioned-image">Captioned image</a></li>
<li><a href="base_layout_-_general.html#c-image-format">Image format</a></li>
<li><a href="base_layout_-_general.html#e-icons">Icons</a></li>
<li><a href="base_layout_-_general.html#form-icons">Form icons</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="base_layout_-_tables.html">Tables</a></h4>
<ul>
<li><a href="base_layout_-_tables.html#a-standard-table">Standard table</a></li>
<li><a href="base_layout_-_tables.html#a-standard-cycle-table-single">Cycle table (single)</a></li>
<li><a href="base_layout_-_tables.html#b-standard-cycle-table-pairs">Cycle table (pairs)</a></li>
<li><a href="base_layout_-_tables.html#c-standard-table-with-caption">Table with Caption</a></li>
<li><a href="base_layout_-_tables.html#b-zebra-table">Table with Zebra Striping</a></li>
<li><a href="base_layout_-_tables.html#a-zebra-cycle-table-single">Cycle table (single)</a></li>
<li><a href="base_layout_-_tables.html#b-zebra-cycle-table-pairs">Cycle table (pairs)</a></li>
<li><a href="base_layout_-_tables.html#c-zebra-table-with-caption">Table with Caption</a></li>
<li><a href="base_layout_-_tables.html#c-highlight-table">Table with Highlighting</a></li>
<li><a href="base_layout_-_tables.html#a-cycle-table-single">Cycle table (single)</a></li>
<li><a href="base_layout_-_tables.html#b-cycle-table-pairs">Cycle table (pairs)</a></li>
<li><a href="base_layout_-_tables.html#c-table-with-caption">Table with Caption</a></li>
<li><a href="base_layout_-_tables.html#d-sortable-table">Sortable table</a></li>
<li><a href="base_layout_-_tables.html#e-expandable-table">Table with Expandable Rows</a></li>
<li><a href="base_layout_-_tables.html#f-ruled-table">Ruled Table</a></li>
<li><a href="base_layout_-_tables.html#g-unruled-table">Unruled Table</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="base_layout_-_typography.html">Typography</a></h4>
<ul>
<li><a href="base_layout_-_typography.html#a-titles">Titles</a></li>
<li><a href="base_layout_-_typography.html#b-paragraphs">Paragraphs</a></li>
<li><a href="base_layout_-_typography.html#c-text-elements">Text elements</a></li>
<li><a href="base_layout_-_typography.html#d-blockquote">Blockquote</a></li>
<li><a href="base_layout_-_typography.html#e-lists">Lists</a></li>
<li><a href="base_layout_-_typography.html#f-links">Links</a></li>
</ul>
</div>
</div>
<br><br><br>
<a href="#" class="yamm-close-bottom"><span class="icon icon--top"></span></a>
</div>
</li>
</ul>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Navigation modules</a>
<ul class="dropdown-menu" role="menu">
<li>
<div class="yamm-content container-fluid">
<div class="row">
<div class="col-sm-12"><a href="#" class="yamm-close icon icon--after icon--close pull-right">Close</a></div>
</div>
<div class="row">
<div class="col-sm-3">
<h4><a href="navigation_modules_-_hierarchical_navigation.html">Hierarchical Navigation</a></h4>
<ul>
<li><a href="navigation_modules_-_hierarchical_navigation.html#a-globalnavigation">Global Navigation</a></li>
<li><a href="navigation_modules_-_hierarchical_navigation.html#b-breadcrumb">Breadcrumb</a></li>
<li><a href="navigation_modules_-_hierarchical_navigation.html#c-back-to-overview">Back to Overview</a></li>
<li><a href="navigation_modules_-_hierarchical_navigation.html#d-page-nav-list">Page Navigation List (Left Sidebar Navigation)</a></li>
<li><a href="navigation_modules_-_hierarchical_navigation.html#e-facete-page-nav">Faceted Page Navigation</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="navigation_modules_-_header.html">Header</a></h4>
<ul>
<li><a href="navigation_modules_-_header.html#a-header-logo">Logo with Link to Home Page</a></li>
<li><a href="navigation_modules_-_header.html#aa-access-nav">Accessibility navigation</a></li>
<li><a href="navigation_modules_-_header.html#b-service-navigation">Service Navigation</a></li>
<li><a href="navigation_modules_-_header.html#c-site-search">Site Search</a></li>
<li><a href="navigation_modules_-_header.html#d-lang-navigation-list">Language Selection via a Link List</a></li>
<li><a href="navigation_modules_-_header.html#e-topics">Topics A-Z</a></li>
<li><a href="navigation_modules_-_header.html#g-treecrumb-federal-administration">Treecrumb Federal Administration</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="navigation_modules_-_content_navigation.html">Content Navigation</a></h4>
<ul>
<li><a href="navigation_modules_-_content_navigation.html#a-pagination">Pagination</a></li>
<li><a href="navigation_modules_-_content_navigation.html#b-anchorlinks">Anchor links</a></li>
<li><a href="navigation_modules_-_content_navigation.html#c-process-navigation">Process navigation</a></li>
<li><a href="navigation_modules_-_content_navigation.html#d-tab-nav">Tab Navigation</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="navigation_modules_-_footer.html">Footer</a></h4>
<ul>
<li><a href="navigation_modules_-_footer.html#a-site-map">Site Map and Partners</a></li>
<li><a href="navigation_modules_-_footer.html#b-social-media">Social Media</a></li>
<li><a href="navigation_modules_-_footer.html#c-footbar">Footbar</a></li>
</ul>
</div>
</div>
<br><br><br>
<a href="#" class="yamm-close-bottom"><span class="icon icon--top"></span></a>
</div>
</li>
</ul>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Content Modules</a>
<ul class="dropdown-menu" role="menu">
<li>
<div class="yamm-content container-fluid">
<div class="row">
<div class="col-sm-12"><a href="#" class="yamm-close icon icon--after icon--close pull-right">Close</a></div>
</div>
<div class="row">
<div class="col-sm-3">
<h4><a href="content_modules_-_widgets.html">Widgets</a></h4>
<ul>
<li><a href="content_modules_-_widgets.html#a-alerts">Alerts</a></li>
<li><a href="content_modules_-_widgets.html#a-emergency">Emergency</a></li>
<li><a href="content_modules_-_widgets.html#b-contactbox">Contact Box</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="content_modules_-_content_containers.html">Content Containers</a></h4>
<ul>
<li><a href="content_modules_-_content_containers.html#a-elements-list">Elements List</a></li>
<li><a href="content_modules_-_content_containers.html#b-further-info">Further Information</a></li>
<li><a href="content_modules_-_content_containers.html#c-dropdown-box">Collapsible Panel</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="content_modules_-_teaser.html">Teaser</a></h4>
<ul>
<li><a href="content_modules_-_teaser.html#a-focus">Focus</a></li>
<li><a href="content_modules_-_teaser.html#b-news">News</a></li>
<li><a href="content_modules_-_teaser.html#c-title-headlines">Title Line for Headlines</a></li>
<li><a href="content_modules_-_teaser.html#d-carousel">Carousel</a></li>
<li><a href="content_modules_-_teaser.html#d-slideshow">Slideshow</a></li>
<li><a href="content_modules_-_teaser.html#d-text-teaser">Text Teaser</a></li>
<li><a href="content_modules_-_teaser.html#e-dossier-teaser">Dossier Teaser</a></li>
<li><a href="content_modules_-_teaser.html#f-person-teaser">Person Teaser</a></li>
<li><a href="content_modules_-_teaser.html#g-publications-preview">Publications Preview</a></li>
<li><a href="content_modules_-_teaser.html#h-news-feed">News Feed</a></li>
<li><a href="content_modules_-_teaser.html#j-rssfeed">RSS Feed</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="content_modules_-_ordering_and_check-out.html">Ordering and Check-out</a></h4>
<ul>
<li><a href="content_modules_-_ordering_and_check-out.html#a-onelineorderform">One-line Order Form</a></li>
<li><a href="content_modules_-_ordering_and_check-out.html#b-shoppingcart">Shopping Cart</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="content_modules_-_standard_elements.html">Standard elements</a></h4>
<ul>
<li><a href="content_modules_-_standard_elements.html#a-page-title">Page Title</a></li>
<li><a href="content_modules_-_standard_elements.html#b-image-text">Image & Text</a></li>
<li><a href="content_modules_-_standard_elements.html#c-info-box">Info box</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="content_modules_-_multimedia.html">Multimedia</a></h4>
<ul>
<li><a href="content_modules_-_multimedia.html#a-photo-gallery-overview">Photo Gallery Overview</a></li>
<li><a href="content_modules_-_multimedia.html#b-photo-gallery-single">Photo Gallery Single View Mode</a></li>
<li><a href="content_modules_-_multimedia.html#c-lightbox">Lightbox</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="content_modules_-_functions.html">Functions</a></h4>
<ul>
<li><a href="content_modules_-_functions.html#a-print">Print</a></li>
<li><a href="content_modules_-_functions.html#b-social-sharing">Social Sharing</a></li>
<li><a href="content_modules_-_functions.html#c-download-file">Downloading Files</a></li>
</ul>
</div>
<div class="col-sm-3">
<h4><a href="content_modules_-_search.html">Search</a></h4>
<ul>
<li><a href="content_modules_-_search.html#a-searchbox">Search Box</a></li>
<li><a href="content_modules_-_search.html#b-searchresults">Search Results</a></li>
</ul>
</div>
</div>
<br><br><br>
<a href="#" class="yamm-close-bottom"><span class="icon icon--top"></span></a>
</div>
</li>
</ul>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Example pages</a>
<ul class="dropdown-menu" role="menu">
<li>
<div class="yamm-content container-fluid">
<div class="row">
<div class="col-sm-12"><a href="#" class="yamm-close icon icon--after icon--close pull-right">Close</a></div>
</div>
<div class="row">
<div class="col-sm-3">
<h4><a href="pages/homepage-global-nav.html">Homepage with Global navigation</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/home-without-nav.html">Homepage without Global navigation</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/subpage.html">Subpage</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/preview-without-nav.html">Overview page without navigation</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/preview.html">Overview page</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/publications.html">Publications page</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/detail.html">Details page</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/forms.html">Forms page</a></h4>
</div>
<div class="col-sm-3">
<h4><a href="pages/results.html">Search result page</a></h4>
</div>
</div>
<br><br><br>
<a href="#" class="yamm-close-bottom"><span class="icon icon--top"></span></a>
</div>
</li>
</ul>
</li>
</ul>
</nav>
<div class="row">
<div class="col-sm-12">
<div class="container-fluid">
<h1 id="a-print">Print</h1>
<p><span class="label label-admin">FLEX</span></p>
<p>The "Print" icon, with a link to the print version, can be integrated into every page (except the home page). It is positioned at the top right of the content column. A click on the icon opens the print dialog window.</p>
<p>You can target a specific element to isolate and print by adding a <code>data-print="ID"</code> on the wrapper and setting <code>onclick="$.printPreview.printPreview(ID)"</code> on the print button. If a <code>data-title</code> attribute is set on the wrapper, it will be displayed as the title of the printed page.</p>
<p><br>
<div class="alert alert-warning">
<strong>2.5.3:</strong></p>
<ul>
<li>change the <code>onclick="window.print()"</code> by <code>onclick="$.printPreview.printPreview()"</code></li>
<li>add an optional target to the printPreview function: <code>onclick="$.printPreview.printPreview('target id')"</code></li>
</ul>
<p><br>
<strong>2.5.4:</strong></p>
<ul>
<li>place a title like <code><h3 class="visible-print-block">Contact</h3></code> at the top of your <code>.tab-pane</code> elements to display only when printing
</div></li>
</ul>
<div class="codeExample"><div class="exampleOutput"><a href="#" onclick="$.printPreview.printPreview()" class="icon icon--before icon--print"></a>
<br><br>
</div><div class="codeBlock"><div class="highlight"><pre><span class="nt"><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">onclick=</span><span class="s">"$.printPreview.printPreview()"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--print"</span><span class="nt">></a></span>
<span class="nt"><br><br></span>
</pre></div></div></div>
<p>With a specific target:</p>
<div class="codeExample"><div class="exampleOutput"><div class="example" data-print="example-print" data-title="Big pretty Title">
<h4>We only want to print this</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos labore non cum eligendi cumque, ipsa, repudiandae consequatur aut ducimus, molestiae nesciunt consectetur laborum pariatur accusamus in aspernatur quod quae possimus!</p>
</div>
<a href="#" onclick="$.printPreview.printPreview('example-print')" class="icon icon--before icon--print"></a>
<br><br>
</div><div class="codeBlock"><div class="highlight"><pre><span class="nt"><div</span> <span class="na">class=</span><span class="s">"example"</span> <span class="na">data-print=</span><span class="s">"example-print"</span> <span class="na">data-title=</span><span class="s">"Big pretty Title"</span><span class="nt">></span>
<span class="nt"><h4></span>We only want to print this<span class="nt"></h4></span>
<span class="nt"><p></span>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos labore non cum eligendi cumque, ipsa, repudiandae consequatur aut ducimus, molestiae nesciunt consectetur laborum pariatur accusamus in aspernatur quod quae possimus!<span class="nt"></p></span>
<span class="nt"></div></span>
<span class="nt"><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">onclick=</span><span class="s">"$.printPreview.printPreview('example-print')"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--print"</span><span class="nt">></a></span>
<span class="nt"><br><br></span>
</pre></div></div></div>
<h1 id="b-social-sharing">Social Sharing</h1>
<p><span class="label label-admin">FIX</span></p>
<p>With the social sharing function, contents can be shared on social networks. In order to protect the privacy of the users, the function contains an activation mechanism. The user first has to activate the service before being able to share contents via his or her social network.</p>
<p>At the moment, Facebook, Twitter, and Google Plus are supported. Just add the correct <a href="http://ogp.me/">Open Graph</a> meta tags to get the preview images and descriptions.</p>
<p><br>
<div class="alert alert-warning">
<strong>2.1.1:</strong></p>
<ul>
<li><p>added the <code>.social-sharing</code> class to the <code>#social-sharing</code> element
<strong>2.1.7</strong></p></li>
<li><p><span class="label label-danger">DEPRECATED</span> The <code><div class="social-sharing" id="social-sharing"></div></code> is now deprecated. Please update with the new way to display social links.
</div></p></li>
</ul>
<div class="codeExample"><div class="exampleOutput"> <div class="social-sharing">
<a href="#" aria-label="Facebook"
onclick="
window.open(
'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
'facebook-share-dialog',
'width=626,height=436');
return false;">
<img src="img/FB-f-Logo__blue_29.png" width="16px" height="16px" alt="Share on Facebook">
</a>
<a href="#" aria-label="Twitter"
onclick="
window.open(
'http://twitter.com/share?text=You text here.&url='+encodeURIComponent(location.href),
'facebook-share-dialog',
'width=626,height=436');
return false;">
<img src="img/Twitter_logo_blue.png" width="16px" height="16px" alt="Share on Twitter">
</a>
<a href="#"
onclick="
window.open(
'https://plus.google.com/share?url=encodeURIComponent(location.href)',
'',
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');
return false;">
<img src="https://www.gstatic.com/images/icons/gplus-16.png" alt="Share on Google+"/></a>
</div>
</div><div class="codeBlock"><div class="highlight"><pre> <span class="nt"><div</span> <span class="na">class=</span><span class="s">"social-sharing"</span><span class="nt">></span>
<span class="nt"><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">aria-label=</span><span class="s">"Facebook"</span>
<span class="na">onclick=</span><span class="s">"
window.open(
'https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href),
'facebook-share-dialog',
'width=626,height=436');
return false;"</span><span class="nt">></span>
<span class="nt"><img</span> <span class="na">src=</span><span class="s">"img/FB-f-Logo__blue_29.png"</span> <span class="na">width=</span><span class="s">"16px"</span> <span class="na">height=</span><span class="s">"16px"</span> <span class="na">alt=</span><span class="s">"Share on Facebook"</span><span class="nt">></span>
<span class="nt"></a></span>
<span class="nt"><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">aria-label=</span><span class="s">"Twitter"</span>
<span class="na">onclick=</span><span class="s">"
window.open(
'http://twitter.com/share?text=You text here.&url='+encodeURIComponent(location.href),
'facebook-share-dialog',
'width=626,height=436');
return false;"</span><span class="nt">></span>
<span class="nt"><img</span> <span class="na">src=</span><span class="s">"img/Twitter_logo_blue.png"</span> <span class="na">width=</span><span class="s">"16px"</span> <span class="na">height=</span><span class="s">"16px"</span> <span class="na">alt=</span><span class="s">"Share on Twitter"</span><span class="nt">></span>
<span class="nt"></a></span>
<span class="nt"><a</span> <span class="na">href=</span><span class="s">"#"</span>
<span class="na">onclick=</span><span class="s">"
window.open(
'https://plus.google.com/share?url=encodeURIComponent(location.href)',
'',
'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');
return false;"</span><span class="nt">></span>
<span class="nt"><img</span> <span class="na">src=</span><span class="s">"https://www.gstatic.com/images/icons/gplus-16.png"</span> <span class="na">alt=</span><span class="s">"Share on Google+"</span><span class="nt">/></a></span>
<span class="nt"></div></span>
</pre></div></div></div>
<h1 id="c-download-file">Downloading Files</h1>
<p><span class="label label-admin">FLEX</span></p>
<p>Links with which a file can be downloaded are always preceded by a document icon.</p>
<div class="codeExample"><div class="exampleOutput"><div class="row">
<div class="col-sm-5">
<h3>Download list (PDF)</h3>
<ul class="list-unstyled">
<li><a href="#" class="icon icon--before icon--pdf">Document 1 <span class="text-dimmed">(PDF, 43 pages, 2Mb, English)</span></a></li>
<li><a href="#" class="icon icon--before icon--pdf">Document 2 <span class="text-dimmed">(PDF, 43 pages, 2Mb, English)</span></a></li>
<li><a href="#" class="icon icon--before icon--pdf">Document 3 <span class="text-dimmed">(PDF, 43 pages, 2Mb, English)</span></a></li>
</ul>
<br>
<h3>Download list (General document)</h3>
<ul class="list-unstyled">
<li><a href="#" class="icon icon--before icon--doc">list item mit viel Text zum testen wohin welcher Browser das Icon platziert <span class="text-dimmed">(docx, 43 pages, 2Mb, English)</span></a></li>
<li><a href="#" class="icon icon--before icon--doc">list item mit viel Text zum testen wohin welcher Browser das Icon platziert <span class="text-dimmed">(docx, 43 pages, 2Mb, English)</span></a></li>
<li><a href="#" class="icon icon--before icon--doc">list item mit viel Text zum testen wohin welcher Browser das Icon platziert <span class="text-dimmed">(docx, 43 pages, 2Mb, English)</span></a></li>
</ul>
</div>
</div>
</div><div class="codeBlock"><div class="highlight"><pre><span class="nt"><div</span> <span class="na">class=</span><span class="s">"row"</span><span class="nt">></span>
<span class="nt"><div</span> <span class="na">class=</span><span class="s">"col-sm-5"</span><span class="nt">></span>
<span class="nt"><h3></span>Download list (PDF)<span class="nt"></h3></span>
<span class="nt"><ul</span> <span class="na">class=</span><span class="s">"list-unstyled"</span><span class="nt">></span>
<span class="nt"><li><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--pdf"</span><span class="nt">></span>Document 1 <span class="nt"><span</span> <span class="na">class=</span><span class="s">"text-dimmed"</span><span class="nt">></span>(PDF, 43 pages, 2Mb, English)<span class="nt"></span></a></li></span>
<span class="nt"><li><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--pdf"</span><span class="nt">></span>Document 2 <span class="nt"><span</span> <span class="na">class=</span><span class="s">"text-dimmed"</span><span class="nt">></span>(PDF, 43 pages, 2Mb, English)<span class="nt"></span></a></li></span>
<span class="nt"><li><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--pdf"</span><span class="nt">></span>Document 3 <span class="nt"><span</span> <span class="na">class=</span><span class="s">"text-dimmed"</span><span class="nt">></span>(PDF, 43 pages, 2Mb, English)<span class="nt"></span></a></li></span>
<span class="nt"></ul></span>
<span class="nt"><br></span>
<span class="nt"><h3></span>Download list (General document)<span class="nt"></h3></span>
<span class="nt"><ul</span> <span class="na">class=</span><span class="s">"list-unstyled"</span><span class="nt">></span>
<span class="nt"><li><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--doc"</span><span class="nt">></span>list item mit viel Text zum testen wohin welcher Browser das Icon platziert <span class="nt"><span</span> <span class="na">class=</span><span class="s">"text-dimmed"</span><span class="nt">></span>(docx, 43 pages, 2Mb, English)<span class="nt"></span></a></li></span>
<span class="nt"><li><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--doc"</span><span class="nt">></span>list item mit viel Text zum testen wohin welcher Browser das Icon platziert <span class="nt"><span</span> <span class="na">class=</span><span class="s">"text-dimmed"</span><span class="nt">></span>(docx, 43 pages, 2Mb, English)<span class="nt"></span></a></li></span>
<span class="nt"><li><a</span> <span class="na">href=</span><span class="s">"#"</span> <span class="na">class=</span><span class="s">"icon icon--before icon--doc"</span><span class="nt">></span>list item mit viel Text zum testen wohin welcher Browser das Icon platziert <span class="nt"><span</span> <span class="na">class=</span><span class="s">"text-dimmed"</span><span class="nt">></span>(docx, 43 pages, 2Mb, English)<span class="nt"></span></a></li></span>
<span class="nt"></ul></span>
<span class="nt"></div></span>
<span class="nt"></div></span>
</pre></div></div></div> </div>
</div>
</div>
<footer>
<address>
<div class="container-fluid">
©2014 Federal Chancellery of Switzerland
</div>
</address>
</footer>
</div>
<!-- Styleguide JS -->
<script src="theme-build/js/vendors.min.js"></script>
<script type="text/javascript">
// avoid conflict with potential other jQuery loaded on the styleguide
var jQuery_no_conflict = $.noConflict(true);
</script>
<script src="theme-build/js/main.js"></script>
<script>
var adminSearchData =
[
{
"title": "Alerts",
"breadcrumb": "Content Modules - Widgets > Alerts",
"path": "content_modules_-_widgets.html#a-alerts",
"tokens": ["Content Modules - Widgets","Alerts"]
},
{
"title": "Emergency",
"breadcrumb": "Content Modules - Widgets > Emergency",
"path": "content_modules_-_widgets.html#a-emergency",
"tokens": ["Content Modules - Widgets","Emergency"]
},
{
"title": "Contact Box",
"breadcrumb": "Content Modules - Widgets > Contact Box",
"path": "content_modules_-_widgets.html#b-contactbox",
"tokens": ["Content Modules - Widgets","Contact Box"]
},
{
"title": "Elements List",
"breadcrumb": "Content Modules - Content Containers > Elements List",
"path": "content_modules_-_content_containers.html#a-elements-list",
"tokens": ["Content Modules - Content Containers","Elements List"]
},
{
"title": "Further Information",
"breadcrumb": "Content Modules - Content Containers > Further Information",
"path": "content_modules_-_content_containers.html#b-further-info",
"tokens": ["Content Modules - Content Containers","Further Information"]
},
{
"title": "Collapsible Panel",
"breadcrumb": "Content Modules - Content Containers > Collapsible Panel",
"path": "content_modules_-_content_containers.html#c-dropdown-box",
"tokens": ["Content Modules - Content Containers","Collapsible Panel"]
},
{
"title": "Fieldsets",
"breadcrumb": "Base Layout - Forms Elements > Fieldsets",
"path": "base_layout_-_forms_elements.html#a-fieldsets",
"tokens": ["Base Layout - Forms Elements","Fieldsets"]
},
{
"title": "Forms",
"breadcrumb": "Base Layout - Forms Elements > Forms",
"path": "base_layout_-_forms_elements.html#b-forms",
"tokens": ["Base Layout - Forms Elements","Forms"]
},
{
"title": "Selects",
"breadcrumb": "Base Layout - Forms Elements > Selects",
"path": "base_layout_-_forms_elements.html#c-selects",
"tokens": ["Base Layout - Forms Elements","Selects"]
},
{
"title": "Checkboxes",
"breadcrumb": "Base Layout - Forms Elements > Checkboxes",
"path": "base_layout_-_forms_elements.html#d-checkboxes",
"tokens": ["Base Layout - Forms Elements","Checkboxes"]
},
{
"title": "Radios",
"breadcrumb": "Base Layout - Forms Elements > Radios",
"path": "base_layout_-_forms_elements.html#e-radios",
"tokens": ["Base Layout - Forms Elements","Radios"]
},
{
"title": "Buttons",
"breadcrumb": "Base Layout - Forms Elements > Buttons",
"path": "base_layout_-_forms_elements.html#f-buttons",
"tokens": ["Base Layout - Forms Elements","Buttons"]
},
{
"title": "Button groups",
"breadcrumb": "Base Layout - Forms Elements > Button groups",
"path": "base_layout_-_forms_elements.html#g-buttongroups",
"tokens": ["Base Layout - Forms Elements","Button groups"]
},
{
"title": "Focus",
"breadcrumb": "Content Modules - Teaser > Focus",
"path": "content_modules_-_teaser.html#a-focus",
"tokens": ["Content Modules - Teaser","Focus"]
},
{
"title": "News",
"breadcrumb": "Content Modules - Teaser > News",
"path": "content_modules_-_teaser.html#b-news",
"tokens": ["Content Modules - Teaser","News"]
},
{
"title": "Title Line for Headlines",
"breadcrumb": "Content Modules - Teaser > Title Line for Headlines",
"path": "content_modules_-_teaser.html#c-title-headlines",
"tokens": ["Content Modules - Teaser","Title Line for Headlines"]
},
{
"title": "Carousel",
"breadcrumb": "Content Modules - Teaser > Carousel",
"path": "content_modules_-_teaser.html#d-carousel",
"tokens": ["Content Modules - Teaser","Carousel"]
},
{
"title": "Slideshow",
"breadcrumb": "Content Modules - Teaser > Slideshow",
"path": "content_modules_-_teaser.html#d-slideshow",
"tokens": ["Content Modules - Teaser","Slideshow"]
},
{
"title": "Text Teaser",
"breadcrumb": "Content Modules - Teaser > Text Teaser",
"path": "content_modules_-_teaser.html#d-text-teaser",
"tokens": ["Content Modules - Teaser","Text Teaser"]
},
{
"title": "Dossier Teaser",
"breadcrumb": "Content Modules - Teaser > Dossier Teaser",
"path": "content_modules_-_teaser.html#e-dossier-teaser",
"tokens": ["Content Modules - Teaser","Dossier Teaser"]
},
{
"title": "Person Teaser",
"breadcrumb": "Content Modules - Teaser > Person Teaser",
"path": "content_modules_-_teaser.html#f-person-teaser",
"tokens": ["Content Modules - Teaser","Person Teaser"]
},
{
"title": "Publications Preview",
"breadcrumb": "Content Modules - Teaser > Publications Preview",
"path": "content_modules_-_teaser.html#g-publications-preview",
"tokens": ["Content Modules - Teaser","Publications Preview"]
},
{
"title": "News Feed",
"breadcrumb": "Content Modules - Teaser > News Feed",
"path": "content_modules_-_teaser.html#h-news-feed",
"tokens": ["Content Modules - Teaser","News Feed"]
},
{
"title": "RSS Feed",
"breadcrumb": "Content Modules - Teaser > RSS Feed",
"path": "content_modules_-_teaser.html#j-rssfeed",
"tokens": ["Content Modules - Teaser","RSS Feed"]
},
{
"title": "Global Navigation",
"breadcrumb": "Navigation modules - Hierarchical Navigation > Global Navigation",
"path": "navigation_modules_-_hierarchical_navigation.html#a-globalnavigation",
"tokens": ["Navigation modules - Hierarchical Navigation","Global Navigation"]
},
{
"title": "Breadcrumb",
"breadcrumb": "Navigation modules - Hierarchical Navigation > Breadcrumb",
"path": "navigation_modules_-_hierarchical_navigation.html#b-breadcrumb",
"tokens": ["Navigation modules - Hierarchical Navigation","Breadcrumb"]
},
{
"title": "Back to Overview",
"breadcrumb": "Navigation modules - Hierarchical Navigation > Back to Overview",
"path": "navigation_modules_-_hierarchical_navigation.html#c-back-to-overview",
"tokens": ["Navigation modules - Hierarchical Navigation","Back to Overview"]
},
{
"title": "Page Navigation List (Left Sidebar Navigation)",
"breadcrumb": "Navigation modules - Hierarchical Navigation > Page Navigation List (Left Sidebar Navigation)",
"path": "navigation_modules_-_hierarchical_navigation.html#d-page-nav-list",
"tokens": ["Navigation modules - Hierarchical Navigation","Page Navigation List (Left Sidebar Navigation)"]
},
{
"title": "Faceted Page Navigation",
"breadcrumb": "Navigation modules - Hierarchical Navigation > Faceted Page Navigation",
"path": "navigation_modules_-_hierarchical_navigation.html#e-facete-page-nav",
"tokens": ["Navigation modules - Hierarchical Navigation","Faceted Page Navigation"]
},
{
"title": "Guidelines",
"breadcrumb": "Design Principles - Guidelines > Guidelines",
"path": "design_principles_-_guidelines.html#a-guidelines",
"tokens": ["Design Principles - Guidelines","Guidelines"]
},
{
"title": "Logo with Link to Home Page",
"breadcrumb": "Navigation modules - Header > Logo with Link to Home Page",
"path": "navigation_modules_-_header.html#a-header-logo",
"tokens": ["Navigation modules - Header","Logo with Link to Home Page"]
},
{
"title": "Accessibility navigation",
"breadcrumb": "Navigation modules - Header > Accessibility navigation",
"path": "navigation_modules_-_header.html#aa-access-nav",
"tokens": ["Navigation modules - Header","Accessibility navigation"]
},
{
"title": "Service Navigation",
"breadcrumb": "Navigation modules - Header > Service Navigation",
"path": "navigation_modules_-_header.html#b-service-navigation",
"tokens": ["Navigation modules - Header","Service Navigation"]
},
{
"title": "Site Search",
"breadcrumb": "Navigation modules - Header > Site Search",
"path": "navigation_modules_-_header.html#c-site-search",
"tokens": ["Navigation modules - Header","Site Search"]
},
{
"title": "Language Selection via a Link List",
"breadcrumb": "Navigation modules - Header > Language Selection via a Link List",
"path": "navigation_modules_-_header.html#d-lang-navigation-list",
"tokens": ["Navigation modules - Header","Language Selection via a Link List"]
},
{
"title": "Topics A-Z",
"breadcrumb": "Navigation modules - Header > Topics A-Z",
"path": "navigation_modules_-_header.html#e-topics",
"tokens": ["Navigation modules - Header","Topics A-Z"]
},
{
"title": "Treecrumb Federal Administration",
"breadcrumb": "Navigation modules - Header > Treecrumb Federal Administration",
"path": "navigation_modules_-_header.html#g-treecrumb-federal-administration",
"tokens": ["Navigation modules - Header","Treecrumb Federal Administration"]
},
{
"title": "Logo",
"breadcrumb": "Base Layout - General > Logo",
"path": "base_layout_-_general.html#a-logo",
"tokens": ["Base Layout - General","Logo"]
},
{
"title": "Colors",
"breadcrumb": "Base Layout - General > Colors",
"path": "base_layout_-_general.html#b-colors",
"tokens": ["Base Layout - General","Colors"]
},
{
"title": "Background",
"breadcrumb": "Base Layout - General > Background",
"path": "base_layout_-_general.html#c-background",
"tokens": ["Base Layout - General","Background"]
},
{
"title": "Images",
"breadcrumb": "Base Layout - General > Images",
"path": "base_layout_-_general.html#d-images",
"tokens": ["Base Layout - General","Images"]
},
{
"title": "Standard image",
"breadcrumb": "Base Layout - General > Standard image",
"path": "base_layout_-_general.html#a-standard-image",
"tokens": ["Base Layout - General","Standard image"]
},
{
"title": "Captioned image",
"breadcrumb": "Base Layout - General > Captioned image",
"path": "base_layout_-_general.html#b-captioned-image",
"tokens": ["Base Layout - General","Captioned image"]
},
{
"title": "Image format",
"breadcrumb": "Base Layout - General > Image format",
"path": "base_layout_-_general.html#c-image-format",
"tokens": ["Base Layout - General","Image format"]
},
{
"title": "Icons",
"breadcrumb": "Base Layout - General > Icons",
"path": "base_layout_-_general.html#e-icons",
"tokens": ["Base Layout - General","Icons"]
},
{
"title": "Form icons",
"breadcrumb": "Base Layout - General > Form icons",
"path": "base_layout_-_general.html#form-icons",
"tokens": ["Base Layout - General","Form icons"]
},
{
"title": "One-line Order Form",
"breadcrumb": "Content Modules - Ordering and Check-out > One-line Order Form",
"path": "content_modules_-_ordering_and_check-out.html#a-onelineorderform",
"tokens": ["Content Modules - Ordering and Check-out","One-line Order Form"]
},
{
"title": "Shopping Cart",
"breadcrumb": "Content Modules - Ordering and Check-out > Shopping Cart",
"path": "content_modules_-_ordering_and_check-out.html#b-shoppingcart",
"tokens": ["Content Modules - Ordering and Check-out","Shopping Cart"]
},
{
"title": "Page Title",
"breadcrumb": "Content Modules - Standard elements > Page Title",
"path": "content_modules_-_standard_elements.html#a-page-title",
"tokens": ["Content Modules - Standard elements","Page Title"]
},
{
"title": "Image & Text",
"breadcrumb": "Content Modules - Standard elements > Image & Text",
"path": "content_modules_-_standard_elements.html#b-image-text",
"tokens": ["Content Modules - Standard elements","Image & Text"]
},
{
"title": "Info box",
"breadcrumb": "Content Modules - Standard elements > Info box",
"path": "content_modules_-_standard_elements.html#c-info-box",
"tokens": ["Content Modules - Standard elements","Info box"]
},
{
"title": "Pagination",
"breadcrumb": "Navigation modules - Content Navigation > Pagination",
"path": "navigation_modules_-_content_navigation.html#a-pagination",
"tokens": ["Navigation modules - Content Navigation","Pagination"]
},
{
"title": "Anchor links",
"breadcrumb": "Navigation modules - Content Navigation > Anchor links",
"path": "navigation_modules_-_content_navigation.html#b-anchorlinks",
"tokens": ["Navigation modules - Content Navigation","Anchor links"]
},
{
"title": "Process navigation",
"breadcrumb": "Navigation modules - Content Navigation > Process navigation",
"path": "navigation_modules_-_content_navigation.html#c-process-navigation",
"tokens": ["Navigation modules - Content Navigation","Process navigation"]
},
{
"title": "Tab Navigation",
"breadcrumb": "Navigation modules - Content Navigation > Tab Navigation",
"path": "navigation_modules_-_content_navigation.html#d-tab-nav",
"tokens": ["Navigation modules - Content Navigation","Tab Navigation"]
},
{
"title": "Photo Gallery Overview",
"breadcrumb": "Content Modules - Multimedia > Photo Gallery Overview",
"path": "content_modules_-_multimedia.html#a-photo-gallery-overview",
"tokens": ["Content Modules - Multimedia","Photo Gallery Overview"]
},
{
"title": "Photo Gallery Single View Mode",
"breadcrumb": "Content Modules - Multimedia > Photo Gallery Single View Mode",
"path": "content_modules_-_multimedia.html#b-photo-gallery-single",
"tokens": ["Content Modules - Multimedia","Photo Gallery Single View Mode"]
},
{
"title": "Lightbox",
"breadcrumb": "Content Modules - Multimedia > Lightbox",
"path": "content_modules_-_multimedia.html#c-lightbox",
"tokens": ["Content Modules - Multimedia","Lightbox"]
},
{
"title": "Print",
"breadcrumb": "Content Modules - Functions > Print",
"path": "content_modules_-_functions.html#a-print",
"tokens": ["Content Modules - Functions","Print"]
},
{
"title": "Social Sharing",
"breadcrumb": "Content Modules - Functions > Social Sharing",
"path": "content_modules_-_functions.html#b-social-sharing",
"tokens": ["Content Modules - Functions","Social Sharing"]
},
{
"title": "Downloading Files",
"breadcrumb": "Content Modules - Functions > Downloading Files",
"path": "content_modules_-_functions.html#c-download-file",
"tokens": ["Content Modules - Functions","Downloading Files"]
},
{
"title": "Search Box",
"breadcrumb": "Content Modules - Search > Search Box",
"path": "content_modules_-_search.html#a-searchbox",
"tokens": ["Content Modules - Search","Search Box"]
},
{
"title": "Search Results",
"breadcrumb": "Content Modules - Search > Search Results",
"path": "content_modules_-_search.html#b-searchresults",
"tokens": ["Content Modules - Search","Search Results"]
},
{
"title": "Site Map and Partners",
"breadcrumb": "Navigation modules - Footer > Site Map and Partners",
"path": "navigation_modules_-_footer.html#a-site-map",
"tokens": ["Navigation modules - Footer","Site Map and Partners"]
},
{
"title": "Social Media",
"breadcrumb": "Navigation modules - Footer > Social Media",
"path": "navigation_modules_-_footer.html#b-social-media",
"tokens": ["Navigation modules - Footer","Social Media"]
},
{
"title": "Footbar",
"breadcrumb": "Navigation modules - Footer > Footbar",
"path": "navigation_modules_-_footer.html#c-footbar",
"tokens": ["Navigation modules - Footer","Footbar"]
},
{
"title": "Standard table",
"breadcrumb": "Base Layout - Tables > Standard table",
"path": "base_layout_-_tables.html#a-standard-table",
"tokens": ["Base Layout - Tables","Standard table"]
},
{
"title": "Cycle table (single)",
"breadcrumb": "Base Layout - Tables > Cycle table (single)",
"path": "base_layout_-_tables.html#a-standard-cycle-table-single",
"tokens": ["Base Layout - Tables","Cycle table (single)"]
},
{
"title": "Cycle table (pairs)",
"breadcrumb": "Base Layout - Tables > Cycle table (pairs)",
"path": "base_layout_-_tables.html#b-standard-cycle-table-pairs",
"tokens": ["Base Layout - Tables","Cycle table (pairs)"]
},
{
"title": "Table with Caption",
"breadcrumb": "Base Layout - Tables > Table with Caption",
"path": "base_layout_-_tables.html#c-standard-table-with-caption",
"tokens": ["Base Layout - Tables","Table with Caption"]
},
{
"title": "Table with Zebra Striping",
"breadcrumb": "Base Layout - Tables > Table with Zebra Striping",
"path": "base_layout_-_tables.html#b-zebra-table",
"tokens": ["Base Layout - Tables","Table with Zebra Striping"]
},
{
"title": "Cycle table (single)",
"breadcrumb": "Base Layout - Tables > Cycle table (single)",
"path": "base_layout_-_tables.html#a-zebra-cycle-table-single",
"tokens": ["Base Layout - Tables","Cycle table (single)"]
},
{
"title": "Cycle table (pairs)",
"breadcrumb": "Base Layout - Tables > Cycle table (pairs)",
"path": "base_layout_-_tables.html#b-zebra-cycle-table-pairs",
"tokens": ["Base Layout - Tables","Cycle table (pairs)"]
},
{
"title": "Table with Caption",
"breadcrumb": "Base Layout - Tables > Table with Caption",
"path": "base_layout_-_tables.html#c-zebra-table-with-caption",
"tokens": ["Base Layout - Tables","Table with Caption"]
},
{
"title": "Table with Highlighting",
"breadcrumb": "Base Layout - Tables > Table with Highlighting",
"path": "base_layout_-_tables.html#c-highlight-table",
"tokens": ["Base Layout - Tables","Table with Highlighting"]
},
{
"title": "Cycle table (single)",
"breadcrumb": "Base Layout - Tables > Cycle table (single)",
"path": "base_layout_-_tables.html#a-cycle-table-single",
"tokens": ["Base Layout - Tables","Cycle table (single)"]
},
{
"title": "Cycle table (pairs)",
"breadcrumb": "Base Layout - Tables > Cycle table (pairs)",
"path": "base_layout_-_tables.html#b-cycle-table-pairs",
"tokens": ["Base Layout - Tables","Cycle table (pairs)"]
},
{
"title": "Table with Caption",
"breadcrumb": "Base Layout - Tables > Table with Caption",
"path": "base_layout_-_tables.html#c-table-with-caption",
"tokens": ["Base Layout - Tables","Table with Caption"]
},
{
"title": "Sortable table",
"breadcrumb": "Base Layout - Tables > Sortable table",
"path": "base_layout_-_tables.html#d-sortable-table",
"tokens": ["Base Layout - Tables","Sortable table"]
},
{
"title": "Table with Expandable Rows",
"breadcrumb": "Base Layout - Tables > Table with Expandable Rows",
"path": "base_layout_-_tables.html#e-expandable-table",
"tokens": ["Base Layout - Tables","Table with Expandable Rows"]
},
{
"title": "Ruled Table",
"breadcrumb": "Base Layout - Tables > Ruled Table",
"path": "base_layout_-_tables.html#f-ruled-table",
"tokens": ["Base Layout - Tables","Ruled Table"]
},
{
"title": "Unruled Table",
"breadcrumb": "Base Layout - Tables > Unruled Table",
"path": "base_layout_-_tables.html#g-unruled-table",
"tokens": ["Base Layout - Tables","Unruled Table"]
},
{
"title": "Titles",
"breadcrumb": "Base Layout - Typography > Titles",
"path": "base_layout_-_typography.html#a-titles",
"tokens": ["Base Layout - Typography","Titles"]
},
{
"title": "Paragraphs",
"breadcrumb": "Base Layout - Typography > Paragraphs",
"path": "base_layout_-_typography.html#b-paragraphs",
"tokens": ["Base Layout - Typography","Paragraphs"]
},
{
"title": "Text elements",
"breadcrumb": "Base Layout - Typography > Text elements",
"path": "base_layout_-_typography.html#c-text-elements",
"tokens": ["Base Layout - Typography","Text elements"]
},
{
"title": "Blockquote",
"breadcrumb": "Base Layout - Typography > Blockquote",
"path": "base_layout_-_typography.html#d-blockquote",
"tokens": ["Base Layout - Typography","Blockquote"]
},
{
"title": "Lists",
"breadcrumb": "Base Layout - Typography > Lists",
"path": "base_layout_-_typography.html#e-lists",
"tokens": ["Base Layout - Typography","Lists"]
},
{
"title": "Links",
"breadcrumb": "Base Layout - Typography > Links",
"path": "base_layout_-_typography.html#f-links",
"tokens": ["Base Layout - Typography","Links"]
},
{
"title": "CD Elements",
"breadcrumb": "Design Principles - CD Elements > CD Elements",
"path": "design_principles_-_cd_elements.html#b-cdelements",
"tokens": ["Design Principles - CD Elements","CD Elements"]
},
{
"title": "Basic Grid and Page Types",
"breadcrumb": "Design Principles - Basic Grid and Page Types > Basic Grid and Page Types",
"path": "design_principles_-_basic_grid_and_page_types.html#c-basicgrid",
"tokens": ["Design Principles - Basic Grid and Page Types","Basic Grid and Page Types"]
},
{
"title": "Sample Pages",
"breadcrumb": "Design Principles - Sample Pages > Sample Pages",
"path": "design_principles_-_sample_pages.html#d-samplepages",
"tokens": ["Design Principles - Sample Pages","Sample Pages"]
},
{
"title": "Header and Footer",
"breadcrumb": "Design Principles - Header and Footer > Header and Footer",
"path": "design_principles_-_header_and_footer.html#e-header-footer",
"tokens": ["Design Principles - Header and Footer","Header and Footer"]
},
{
"title": "Output across a Range of End Devices",
"breadcrumb": "Design Principles - Output across a Range of End Devices > Output across a Range of End Devices",
"path": "design_principles_-_output_across_a_range_of_end_devices.html#f-devices",
"tokens": ["Design Principles - Output across a Range of End Devices","Output across a Range of End Devices"]
},
{
"title": "Barrier-free Accessibility",
"breadcrumb": "Design Principles - Barrier-free Accessibility > Barrier-free Accessibility",
"path": "design_principles_-_barrier-free_accessibility.html#g-accessibility",
"tokens": ["Design Principles - Barrier-free Accessibility","Barrier-free Accessibility"]
},
{
"title": "Glossary",
"breadcrumb": "Design Principles - Glossary > Glossary",
"path": "design_principles_-_glossary.html#h-glossary",
"tokens": ["Design Principles - Glossary","Glossary"]
},
{}];
(function($) {
$('#admin-search').typeahead({
name: 'admin_search',
local: adminSearchData,
template: [
'<a href="{{path}}">',
'<p class="admin-search-title">{{title}}</p>',
'<p class="admin-search-path">{{breadcrumb}}</p>',
'</a>'
].join(''),
updater: function () {
/* navigate to the selected item */
alert('ok');
},
engine: Hogan
}).on('typeahead:selected', function(event, data) {
window.location.replace(data.path);
});
$('<span class="icon icon--close" onclick="$(\'#admin-search\').focus().val(\'\');"></span>').insertAfter('#admin-search');
$('.form-search').append('<span class="icon icon--search"></span>');
}) (jQuery_no_conflict);
</script>
<!-- Styleguide JS -->
<script type="text/javascript" src="js/vendors.min.js"></script>
<script type="text/javascript" src="js/main.min.js"></script>
<script>
if ($(window).width() > 767) {
$('[type=date]').each(function(){
// we need to change to type text to be able to write in another format
// Just uncomment the following line:
// $(this).prop('type', 'text');
var picker = new Pikaday({
field: $(this)[0],
format: 'YYYY-MM-DD', // must be a input[type=text] to change this, see above
firstDay: 1, // sets monday as first day
theme: 'admin-theme',
i18n: {
previousMonth : 'Previous Month',
nextMonth : 'Next Month',
months : ['January','February','March','April','May','June','July','August','September','October','November','December'],
weekdays : ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],
weekdaysShort : ['Sun','Mon','Tue','Wed','Thu','Fri','Sat']
}
});
});
}
</script>
</body>
</html>
| RolandStuder/styleguide | styleguide/content_modules_-_functions.html | HTML | mit | 350,345 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_71) on Tue Feb 16 15:23:20 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.analytics.util.valuesource.DateMathFunction (Solr 5.5.0 API)</title>
<meta name="date" content="2016-02-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.analytics.util.valuesource.DateMathFunction (Solr 5.5.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/solr/analytics/util/valuesource/DateMathFunction.html" title="class in org.apache.solr.analytics.util.valuesource">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="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/solr/analytics/util/valuesource/class-use/DateMathFunction.html" target="_top">Frames</a></li>
<li><a href="DateMathFunction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.analytics.util.valuesource.DateMathFunction" class="title">Uses of Class<br>org.apache.solr.analytics.util.valuesource.DateMathFunction</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.analytics.util.valuesource.DateMathFunction</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/apache/solr/analytics/util/valuesource/DateMathFunction.html" title="class in org.apache.solr.analytics.util.valuesource">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="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/solr/analytics/util/valuesource/class-use/DateMathFunction.html" target="_top">Frames</a></li>
<li><a href="DateMathFunction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| koneksys/KLD | middleware/solr/docs/solr-analytics/org/apache/solr/analytics/util/valuesource/class-use/DateMathFunction.html | HTML | mit | 5,215 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="author" content="@italowaxman, @robsongajunior, @jaydson">
<meta name="description" content="A collaborative website about the latest JavaScript features and tools.">
<meta name="keywords" content="javascript, JS, ECMAScript, ES6, Harmonic, front-end">
<meta property="og:description" content="A collaborative website about the latest JavaScript features and tools.">
<meta property="og:image" content="http://jsrocks.org/images/thumb.png">
<meta property="og:site_name" content="JS Rocks">
<meta property="og:title" content="JS Rocks">
<meta property="og:type" content="website">
<meta property="og:url" content="http://jsrocks.org">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="http://jsrocks.org">
<meta name="twitter:creator" content="@es6rocks">
<meta name="twitter:title" content="JS Rocks">
<meta name="twitter:description" content="A collaborative website about the latest JavaScript features and tools.">
<meta name="twitter:image" content="http://jsrocks.org/images/thumb.png">
<link rel="author" href="/humans.txt" />
<link rel="shortcut icon" href="http://jsrocks.org/favicon.ico">
<link rel="apple-touch-icon image_src" href="http://jsrocks.org/favicon.png">
<link rel="stylesheet" href="/css/vendor/prism.css"/>
<link rel="stylesheet" href="/css/vendor/normalize.css">
<link rel="stylesheet" href="/css/vendor/bootstrap.css">
<link rel="stylesheet" href="/css/vendor/bootstrap-theme.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/responsive.css">
<link rel="stylesheet" href="/css/animations.css">
<title>JavaScript iterables and iterators - JS Rocks</title>
</head>
<body>
<div class="wrapper">
<header>
<div class="container">
<div class="row row-down">
<div class="col-sm-2 col-xs-12 flags-list">
<div>
<a class="item-flag" href="/">
<img src="/images/flag-en.png">
</a>
<a class="item-flag" href="/pt-br">
<img src="/images/flag-pt-br.png">
</a>
<a class="item-flag" href="/cn">
<img src="/images/flag-cn.png">
</a>
</div>
</div>
<div class="col-sm-8 col-xs-12 txt-header">
<span>A collaborative website about the latest JavaScript features and tools.</span>
</div>
<div class="col-sm-2 col-xs-12 social-list">
<div class="right">
<a href="https://twitter.com/es6rocks" target="_blank" class="item-social"><img src="/images/icon-twitter-header.png" alt="icon twitter" title="Twitter"></a>
<a href="https://github.com/JSRocksHQ" target="_blank" class="item-social"><img src="/images/icon-github-header.png" alt="icon github" title="Github"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-5 hidden-xs main-menu">
<nav>
<ul class="right">
<li class="item-main-menu">
<div class="thunder">
<svg version="1.1" class="" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="17.191px" height="29.535px" viewBox="0 0 17.191 29.535" enable-background="new 0 0 17.191 29.535" xml:space="preserve">
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FCCF0F" points="17.191,0 1.438,15.457 6.365,15.466 0,29.535
17.166,12.907 11.773,12.661 "/>
</svg>
</div>
<a href="/">Posts</a>
</li>
<li class="item-main-menu">
<div class="thunder">
<svg version="1.1" class="" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="17.191px" height="29.535px" viewBox="0 0 17.191 29.535" enable-background="new 0 0 17.191 29.535" xml:space="preserve">
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FCCF0F" points="17.191,0 1.438,15.457 6.365,15.466 0,29.535
17.166,12.907 11.773,12.661 "/>
</svg>
</div>
<a href="https://github.com/JSRocksHQ/jsrockshq.github.io/issues">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="col-md-2 col-sm-12 col-xs-12 logo">
<a class="logo-jsrocks" href="/" title="jsrocks.com">
<svg version="1.1" class="logo-svg" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="142.177px" height="155.783px" viewBox="0 0 142.177 155.783" enable-background="new 0 0 142.177 155.783"
xml:space="preserve">
<path fill="#FECF0A" d="M69.089,14.633c-26.213-0.08-48.162,10.428-55.916,26.771C6.558,55.34,12.782,82.197,28.31,106.716
c13.359,21.099,29.479,34.229,42.066,34.267l-0.012,3.786l0.021-3.786c13.998,0.037,33.537-16.743,47.514-40.807
c13.439-23.144,17.551-45.979,10.469-58.175C118.763,25.457,95.493,14.714,69.089,14.633z"/>
<path fill="#010101" d="M69.108,7.062C39.517,6.971,15.446,18.891,6.298,38.168c-8.992,18.947,1.346,50.111,15.578,72.59
c14.959,23.62,33.076,37.75,48.471,37.797h0.012c19.461,0.051,41.201-22.357,54.113-44.588c11.76-20.251,20.688-48.16,10.469-65.76
C123.841,19.087,98.614,7.152,69.108,7.062z M117.894,100.176C103.919,124.24,84.38,141.02,70.38,140.983l-0.021,3.786l0.014-3.786
c-12.588-0.038-28.707-13.168-42.068-34.267C12.778,82.197,6.554,55.34,13.167,41.404c7.756-16.342,29.705-26.851,55.916-26.771
c26.406,0.081,49.674,10.823,59.279,27.368C135.444,54.198,131.335,77.033,117.894,100.176z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#010101" points="80.015,23.006 64.261,38.463 69.188,38.473 62.823,52.542
79.989,35.913 74.597,35.667 "/>
<line fill="none" stroke="#010101" stroke-width="0.25" stroke-miterlimit="10" x1="43.396" y1="60.623" x2="99.444" y2="60.623"/>
<g>
<g>
<path fill="#010101" d="M48.709,110.585c0-0.101,0.026-0.179,0.074-0.236c0.051-0.06,0.125-0.089,0.224-0.09h4.399
c0.468,0,0.902,0.092,1.311,0.272c0.412,0.181,0.764,0.427,1.072,0.736c0.302,0.311,0.541,0.673,0.716,1.089
c0.175,0.416,0.263,0.859,0.263,1.329c0,0.32-0.043,0.624-0.123,0.914c-0.088,0.287-0.207,0.559-0.356,0.81
c-0.147,0.251-0.327,0.48-0.533,0.684c-0.207,0.205-0.431,0.38-0.677,0.525l1.749,3.411c0.034,0.065,0.075,0.144,0.123,0.232
c0.048,0.09,0.077,0.167,0.077,0.234c0,0.074-0.026,0.132-0.073,0.171c-0.049,0.04-0.112,0.06-0.194,0.06h-2.336
c-0.077,0-0.144-0.022-0.207-0.07c-0.062-0.047-0.103-0.11-0.118-0.189l-1.655-3.222h-1.102v3.18c0,0.201-0.104,0.302-0.313,0.302
h-2.022c-0.09,0-0.164-0.023-0.218-0.072c-0.054-0.051-0.08-0.126-0.08-0.229V110.585z M54.039,113.714
c0-0.14-0.026-0.282-0.074-0.423c-0.05-0.143-0.122-0.271-0.213-0.389c-0.089-0.116-0.199-0.216-0.326-0.296
c-0.126-0.08-0.27-0.131-0.423-0.155c-0.125-0.009-0.244-0.017-0.358-0.023c-0.11-0.008-0.231-0.012-0.365-0.012h-0.936v2.588
h1.255c0.078,0,0.151-0.002,0.216-0.008c0.063-0.004,0.132-0.011,0.21-0.021c0.157-0.019,0.302-0.067,0.427-0.146
c0.126-0.076,0.237-0.173,0.32-0.289c0.088-0.114,0.153-0.244,0.198-0.387C54.015,114.01,54.039,113.864,54.039,113.714z"/>
<path fill="#010101" d="M56.984,115.505c0-0.499,0.062-0.977,0.183-1.436c0.125-0.458,0.296-0.888,0.525-1.29
c0.228-0.401,0.498-0.766,0.815-1.096c0.315-0.328,0.667-0.609,1.053-0.843c0.386-0.232,0.798-0.412,1.244-0.542
c0.442-0.129,0.902-0.194,1.385-0.194c0.476,0,0.94,0.065,1.381,0.194c0.446,0.13,0.86,0.31,1.248,0.542
c0.386,0.233,0.738,0.515,1.053,0.843c0.321,0.33,0.593,0.694,0.816,1.096c0.224,0.402,0.399,0.832,0.524,1.29
c0.125,0.459,0.19,0.937,0.19,1.436c0,0.498-0.065,0.976-0.19,1.434s-0.3,0.886-0.524,1.283c-0.224,0.396-0.496,0.76-0.816,1.086
c-0.315,0.325-0.667,0.606-1.053,0.842c-0.388,0.236-0.802,0.415-1.248,0.542c-0.441,0.128-0.906,0.191-1.381,0.191
c-0.482,0-0.943-0.063-1.385-0.191c-0.446-0.127-0.858-0.306-1.244-0.542c-0.386-0.235-0.738-0.517-1.053-0.842
c-0.317-0.326-0.587-0.689-0.815-1.086c-0.229-0.397-0.4-0.825-0.525-1.283C57.046,116.481,56.984,116.003,56.984,115.505z
M59.618,115.499c0,0.39,0.065,0.753,0.192,1.092c0.126,0.338,0.304,0.633,0.533,0.884c0.227,0.252,0.5,0.45,0.811,0.593
c0.313,0.144,0.66,0.215,1.035,0.215c0.375,0,0.724-0.071,1.037-0.215c0.313-0.143,0.587-0.341,0.815-0.593
c0.229-0.251,0.408-0.546,0.533-0.884c0.126-0.339,0.19-0.702,0.19-1.092c0-0.386-0.063-0.75-0.19-1.09
c-0.125-0.341-0.304-0.639-0.533-0.892c-0.228-0.252-0.501-0.453-0.815-0.599c-0.313-0.146-0.662-0.221-1.037-0.221
c-0.375,0-0.721,0.075-1.035,0.221c-0.311,0.146-0.583,0.347-0.811,0.599c-0.229,0.253-0.407,0.551-0.533,0.892
C59.684,114.749,59.618,115.113,59.618,115.499z"/>
<path fill="#010101" d="M75.955,111.022c0.074,0.047,0.134,0.108,0.169,0.183c0.037,0.076,0.028,0.165-0.021,0.268l-1.148,1.692
c-0.05,0.08-0.104,0.126-0.162,0.138c-0.056,0.011-0.125-0.008-0.207-0.06c-0.222-0.174-0.466-0.309-0.736-0.403
c-0.265-0.093-0.548-0.14-0.85-0.14c-0.373,0-0.714,0.073-1.025,0.219c-0.315,0.146-0.587,0.347-0.811,0.599
c-0.228,0.253-0.404,0.55-0.531,0.889c-0.127,0.338-0.19,0.699-0.19,1.085c0,0.385,0.063,0.746,0.19,1.081
c0.127,0.338,0.304,0.63,0.531,0.882c0.224,0.252,0.496,0.451,0.811,0.597c0.312,0.146,0.652,0.218,1.025,0.218
c0.302,0,0.587-0.048,0.857-0.145c0.274-0.096,0.519-0.231,0.746-0.405c0.078-0.052,0.148-0.072,0.201-0.064
c0.052,0.011,0.107,0.054,0.164,0.128l1.161,1.733c0.051,0.104,0.058,0.19,0.022,0.262c-0.035,0.07-0.093,0.128-0.17,0.177
c-0.427,0.295-0.887,0.524-1.379,0.687s-1.013,0.243-1.557,0.243c-0.481,0-0.941-0.063-1.386-0.19
c-0.44-0.128-0.852-0.307-1.239-0.543c-0.39-0.235-0.738-0.517-1.052-0.842c-0.317-0.326-0.589-0.689-0.816-1.086
c-0.226-0.397-0.401-0.825-0.522-1.283c-0.123-0.458-0.185-0.936-0.185-1.434c0-0.499,0.062-0.977,0.185-1.436
c0.121-0.458,0.296-0.888,0.522-1.29c0.228-0.401,0.5-0.766,0.816-1.096c0.313-0.328,0.662-0.609,1.052-0.843
c0.388-0.231,0.799-0.412,1.239-0.542c0.444-0.129,0.904-0.194,1.386-0.194c0.544,0,1.061,0.078,1.543,0.236
C75.071,110.499,75.527,110.726,75.955,111.022z"/>
<path fill="#010101" d="M77.002,110.57c0-0.085,0.026-0.157,0.079-0.217c0.054-0.062,0.125-0.094,0.222-0.094h2.008
c0.066,0,0.14,0.029,0.216,0.085c0.073,0.058,0.112,0.133,0.112,0.226v3.842c0.492-0.656,0.979-1.306,1.456-1.944
c0.477-0.64,0.96-1.288,1.45-1.945c0.048-0.081,0.113-0.145,0.191-0.195c0.079-0.048,0.159-0.074,0.233-0.074h2.588
c0.109,0,0.166,0.036,0.166,0.107c0,0.046-0.026,0.103-0.077,0.168l-3.204,4.378l3.544,5.527c0.052,0.079,0.078,0.142,0.078,0.188
c0,0.071-0.054,0.106-0.153,0.106h-2.57c-0.076,0-0.154-0.023-0.228-0.071c-0.078-0.045-0.138-0.11-0.188-0.189
c-0.24-0.338-0.458-0.663-0.656-0.972c-0.199-0.312-0.392-0.62-0.576-0.929c-0.186-0.306-0.374-0.618-0.564-0.934
c-0.19-0.313-0.398-0.646-0.625-0.994l-0.864,1.03v2.748c0,0.207-0.112,0.311-0.328,0.311h-2.003
c-0.203,0-0.306-0.104-0.306-0.311V110.57z"/>
<path fill="#010101" d="M87.878,117.344c0.079,0.066,0.178,0.154,0.297,0.265c0.121,0.111,0.257,0.22,0.412,0.328
c0.229,0.16,0.462,0.285,0.688,0.373c0.228,0.089,0.465,0.134,0.714,0.134c0.233,0,0.428-0.026,0.582-0.08
c0.158-0.055,0.283-0.126,0.373-0.215c0.089-0.091,0.154-0.192,0.191-0.312c0.038-0.116,0.06-0.24,0.06-0.372
c0-0.146-0.056-0.275-0.158-0.391c-0.109-0.115-0.238-0.218-0.394-0.307c-0.154-0.09-0.314-0.166-0.484-0.229
c-0.168-0.064-0.313-0.116-0.435-0.157c-0.546-0.199-1.021-0.411-1.43-0.638c-0.408-0.229-0.749-0.483-1.02-0.763
c-0.272-0.279-0.478-0.586-0.615-0.921c-0.136-0.338-0.203-0.71-0.203-1.124c0-0.437,0.086-0.834,0.257-1.19
c0.17-0.357,0.41-0.663,0.729-0.916c0.312-0.253,0.695-0.449,1.139-0.588c0.443-0.138,0.941-0.209,1.491-0.209
c0.412,0,0.808,0.049,1.186,0.146c0.381,0.097,0.752,0.25,1.119,0.463c0.154,0.093,0.3,0.19,0.439,0.291
c0.14,0.103,0.258,0.199,0.365,0.293c0.104,0.095,0.185,0.184,0.246,0.268c0.063,0.085,0.094,0.158,0.094,0.219
c0,0.062-0.013,0.119-0.043,0.169c-0.03,0.053-0.076,0.11-0.133,0.178l-1.042,1.147c-0.078,0.081-0.154,0.12-0.232,0.12
c-0.063,0-0.121-0.019-0.176-0.057c-0.05-0.037-0.107-0.084-0.171-0.141l-0.063-0.057c-0.088-0.08-0.19-0.162-0.301-0.246
c-0.107-0.085-0.229-0.162-0.354-0.229c-0.131-0.067-0.265-0.125-0.405-0.169c-0.14-0.045-0.283-0.067-0.431-0.067
c-0.15,0-0.287,0.013-0.423,0.039c-0.127,0.026-0.244,0.067-0.341,0.123c-0.103,0.057-0.183,0.131-0.24,0.222
c-0.061,0.094-0.09,0.203-0.09,0.336c0,0.132,0.031,0.245,0.095,0.341c0.063,0.097,0.159,0.187,0.287,0.269
c0.127,0.082,0.283,0.16,0.47,0.231c0.19,0.074,0.408,0.152,0.66,0.237c0.482,0.165,0.925,0.338,1.331,0.519
c0.404,0.18,0.755,0.395,1.052,0.641c0.292,0.245,0.523,0.542,0.689,0.885c0.166,0.344,0.248,0.759,0.248,1.247
c0,0.517-0.101,0.986-0.306,1.408c-0.203,0.419-0.483,0.777-0.841,1.073c-0.358,0.297-0.773,0.526-1.255,0.688
c-0.482,0.161-0.997,0.242-1.553,0.242c-0.522,0-1.034-0.097-1.538-0.29c-0.505-0.193-0.971-0.452-1.409-0.777
c-0.181-0.137-0.336-0.271-0.459-0.402c-0.125-0.132-0.224-0.238-0.296-0.318l-0.021-0.022c-0.006-0.008-0.01-0.015-0.014-0.017
c-0.003-0.002-0.009-0.006-0.015-0.011c-0.004-0.01-0.009-0.016-0.013-0.018c-0.004-0.003-0.01-0.005-0.015-0.011
c-0.104-0.117-0.155-0.213-0.155-0.283c0-0.079,0.051-0.169,0.155-0.269l1.18-1.163c0.093-0.071,0.172-0.104,0.228-0.104
c0.045,0,0.086,0.014,0.132,0.042C87.763,117.246,87.816,117.288,87.878,117.344z"/>
</g>
<g>
<path fill="#010101" d="M67.083,70.823h-6.708c-0.306,0.025-0.41,0.135-0.41,0.466v24.097c0,0.435-0.093,0.848-0.274,1.231
c-0.173,0.37-0.412,0.701-0.705,0.979c-0.292,0.273-0.634,0.494-1.018,0.659c-0.934,0.391-1.936,0.303-2.642-0.062
c-0.371-0.192-0.696-0.407-0.968-0.639l-0.684-0.577c-0.159-0.135-0.267-0.222-0.503-0.096c-0.104,0.053-0.2,0.118-0.296,0.206
l-3.952,3.832c-0.08,0.067-0.214,0.173-0.214,0.555c0,0.056,0,0.1,0.002,0.138c0.473,0.723,1.027,1.371,1.648,1.927
c0.628,0.559,1.316,1.037,2.045,1.421c0.727,0.38,1.508,0.671,2.321,0.867c2.172,0.521,4.51,0.34,6.54-0.541
c1.281-0.556,2.419-1.328,3.389-2.297c0.969-0.971,1.752-2.121,2.321-3.418c0.569-1.296,0.857-2.706,0.857-4.186V71.573
C67.832,71.019,67.636,70.823,67.083,70.823z"/>
<path fill="#010101" d="M93.346,91.202c-0.518-1.077-1.256-2.021-2.19-2.805c-0.948-0.793-2.095-1.492-3.409-2.078
c-1.343-0.597-2.828-1.176-4.413-1.72c-0.843-0.284-1.584-0.55-2.22-0.797c-0.656-0.253-1.22-0.53-1.671-0.823
c-0.475-0.306-0.846-0.654-1.096-1.035c-0.265-0.402-0.397-0.876-0.397-1.406c0-0.531,0.125-0.996,0.371-1.38
c0.24-0.372,0.565-0.674,0.966-0.9c0.375-0.213,0.812-0.369,1.301-0.466c0.94-0.185,2.062-0.219,3.088,0.106
c0.494,0.157,0.975,0.359,1.426,0.601c0.449,0.24,0.872,0.513,1.26,0.809c0.383,0.292,0.731,0.573,1.043,0.849l0.212,0.196
c0.194,0.169,0.371,0.316,0.535,0.435c0.095,0.066,0.192,0.099,0.304,0.099c0.153,0,0.319-0.139,0.433-0.256l3.477-3.835
c0.174-0.195,0.305-0.368,0.387-0.51c0.056-0.098,0.083-0.207,0.083-0.327c0-0.036-0.017-0.174-0.218-0.451
c-0.185-0.255-0.443-0.532-0.766-0.822c-0.336-0.304-0.733-0.623-1.181-0.95c-0.458-0.334-0.941-0.656-1.438-0.958
c-1.174-0.676-2.396-1.18-3.618-1.492c-1.227-0.311-2.526-0.469-3.86-0.469c-1.777,0-3.408,0.227-4.85,0.675
c-1.422,0.443-2.656,1.078-3.663,1.886c-0.991,0.799-1.767,1.775-2.304,2.899c-0.537,1.123-0.807,2.394-0.807,3.781
c0,1.312,0.218,2.519,0.649,3.583c0.429,1.06,1.084,2.047,1.95,2.935c0.874,0.897,1.987,1.727,3.31,2.465
c1.338,0.745,2.925,1.454,4.716,2.102c0.406,0.14,0.897,0.317,1.468,0.532c0.589,0.224,1.155,0.493,1.687,0.802
c0.554,0.318,1.031,0.694,1.421,1.114c0.439,0.471,0.665,1.021,0.665,1.633c0,0.474-0.072,0.942-0.216,1.394
c-0.156,0.472-0.416,0.885-0.773,1.234c-0.351,0.346-0.828,0.626-1.419,0.829c-1.191,0.411-3.113,0.431-4.674-0.184
c-0.784-0.309-1.592-0.747-2.399-1.303c-0.534-0.375-1.016-0.759-1.43-1.139c-0.398-0.365-0.725-0.657-0.979-0.875
c-0.192-0.17-0.353-0.298-0.486-0.38c-0.075-0.046-0.14-0.07-0.183-0.07c-0.006,0-0.144,0.002-0.488,0.259l-3.893,3.852
c-0.358,0.338-0.384,0.515-0.384,0.561c0,0.002,0.003,0.172,0.384,0.605c0.047,0.034,0.086,0.074,0.119,0.118
c0.04,0.035,0.075,0.073,0.104,0.118l0.028,0.027c0.257,0.283,0.585,0.636,1.001,1.074c0.399,0.425,0.896,0.861,1.476,1.297
c1.417,1.058,2.965,1.912,4.604,2.539c3.352,1.287,7.009,1.167,10.021,0.151c1.553-0.523,2.916-1.27,4.055-2.217
c1.136-0.945,2.042-2.104,2.69-3.441c0.648-1.334,0.979-2.85,0.979-4.501C94.131,93.612,93.866,92.277,93.346,91.202z"/>
</g>
</g>
</svg>
</a>
</div>
<div class="col-md-5 hidden-xs search">
<form id="s" method="GET" action="http://www.google.com/search">
<div class="icon-search">
<img class="icon-search-white" src="/images/icon-search-header-hover.png" alt="icon search">
</div>
<input type="text" class="input-search" placeholder="Search" name="q">
<input type="submit" class="button-search" value="OK">
</form>
<div class="popular-tags">
<span>Popular Searches:</span>
<ul class="list-tags"></ul>
</div>
</div>
</div>
<div class="row row-button">
<a href="https://github.com/JSRocksHQ/jsrockshq.github.io#writing-an-article" target="_blank" class="button-post">
<svg version="1.1" class="thunder-hover" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="17.191px" height="29.535px" viewBox="0 0 17.191 29.535" enable-background="new 0 0 17.191 29.535" xml:space="preserve">
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FCCF0F" points="17.191,0 1.438,15.457 6.365,15.466 0,29.535
17.166,12.907 11.773,12.661 "/>
</svg>
<span>Send a Post</span>
</a>
<p class="info-button-post">*using github</p>
</div>
</div>
</header>
<div class="content">
<div class="container">
<div class="row">
<div class="col-xs-12 header-article">
<div class="author-post">
<div class="avatar-author"><img src="https://s.gravatar.com/avatar/326fba1c2980ce0073f6b212acf71ea0" alt="Fabrício S. Matté"></div>
<div class="info-author">
<span>Posted by</span>
<a href="https://twitter.com/Ult_Combo" rel="author" class="author">Fabrício S. Matté</a>
</div>
</div>
<div class="date-post">Tue Sep 15 2015 04:06:02 GMT+0000 (UTC)</div>
<h1 class="title-post">JavaScript iterables and iterators</h1>
<div class="centering">
<ul class="tags-post">
<li class="item-tag-post">
<a class="categoryTag iterables" href="/categories/iterables">iterables</a>
</li>
<li class="item-tag-post">
<a class="categoryTag iterators" href="/categories/iterators"> iterators</a>
</li>
<li class="item-tag-post">
<a class="categoryTag ES2015" href="/categories/es2015"> ES2015</a>
</li>
<li class="item-tag-post">
<a class="categoryTag articles" href="/categories/articles"> articles</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="article-content">
<aside class="share-post">
<a href="#" data-provider="https://www.facebook.com/sharer.php?u=" data-post-url="/2015/09/javascript-iterables-and-iterators" class="share-face share-item" title="Share this post"><img src="/images/icon-face-header.png" alt="icon facebook"></a>
<a href="#" data-provider="https://twitter.com/intent/tweet?text=" data-post-url="/2015/09/javascript-iterables-and-iterators" class="share-twitter share-item" title="Tweet this post"><img src="/images/icon-twitter-header.png" alt="icon twitter"></a>
</aside>
<p>ECMAScript 2015 (ES6) introduces two new distinct, yet closely related, concepts: <strong>iterables</strong> and <strong>iterators</strong>.<br>
Now you will truly learn how important these concepts are and how to make good use of them.
</p>
<h2 id="iterables">Iterables</h2>
<p>Iterable objects are objects that implement the <a href="http://www.ecma-international.org/ecma-262/6.0/index.html#sec-iterable-interface">Iterable interface</a>. That is, iterable objects expose a default iteration method, allowing them to define or customize their iteration behavior.</p>
<p>Let's see some examples:</p>
<pre><code class="lang-javascript">let iterable = [1, 2, 3];
for (let item of iterable) {
console.log(item); // 1, 2, 3
}
let iterable2 = new Set([4, 5, 6]);
for (let item of iterable2) {
console.log(item); // 4, 5, 6
}
let iterable3 = '789';
for (let item of iterable3) {
console.log(item); // '7', '8', '9'
}
</code></pre>
<p>The <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Statements/for...of">for-of</a> statement accepts any iterable object, thus providing an uniform iteration syntax to completely distinct data structures by making use of the Iterable interface they implement.</p>
<h3 id="so-what-exactly-is-this-iterable-interface-you-speak-of-">So what exactly is this Iterable interface you speak of?</h3>
<p>Any object that contains a <code>[Symbol.iterator]</code> method is an iterable object.<br>
In case you are unfamiliar with <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol">symbols</a>, they are objects that can be used as property keys.<br>
<code>Symbol.iterator</code> is a <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol#Well-known_symbols"><em>well-known</em></a> (baked in the language) Symbol, whose primary usage is defining and consuming iterable objects.</p>
<p>In the previous examples, we were implicitly making use of the <code>[Symbol.iterator]</code> method inherited from the given objects' prototypes. Several built-ins such as <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a>, <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Set">Set</a>, <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String">String</a> and <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map">Map</a> define a default iteration behavior, while others such as <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a> do not.</p>
<p>As previously mentioned, the Iterable interface allows defining and customizing objects' iteration order. For a quick example, we can borrow arrays' default iteration behavior (<code>Array.prototype[Symbol.iterator]</code>) to make array-like objects iterable:</p>
<pre><code class="lang-javascript">let iterable = {
0: 'a',
1: 'b',
2: 'c',
length: 3,
[Symbol.iterator]: Array.prototype[Symbol.iterator]
};
for (let item of iterable) {
console.log(item); // 'a', 'b', 'c'
}
</code></pre>
<p>Now you may be wondering: <strong>"How do I implement custom iteration behavior?"</strong><br>
As you already know, adding a <code>[Symbol.iterator]</code> method to a given object makes it iterable, but here is the catch: the <code>[Symbol.iterator]</code> method must return an <em>iterator object</em>, which is actually responsible for the iteration logic. We will cover this in the next section.</p>
<p>Before we move on to iterators, let's recap what the Iterable interface is about:</p>
<ul>
<li>It signals that a given object is iterable to consumers (iterable object: "Hey! I have a <code>[Symbol.iterator]</code> method.");</li>
<li>It provides a standardized way to iterate any iterable object (iterable object: "Call my <code>[Symbol.iterator]</code> method if you want an iterator that implements my default iteration logic").</li>
</ul>
<p>The points above may seem slightly redundant if you are familiar with interfaces (Java, C#), but it is worth being clear as this is a new addition to the JavaScript language.</p>
<p>Note that several built-in functions and language constructs that expect a sequence of values accept iterable objects. For instance, <code>Promise.all()</code> accepts any iterable object as argument, not just plain arrays. The same holds true for destructuring assignments (<code>[a, b] = iterable</code>) and <code>yield* iterable</code>.</p>
<h2 id="iterators">Iterators</h2>
<p>Iterator objects are objects that implement the <a href="http://www.ecma-international.org/ecma-262/6.0/index.html#sec-iterator-interface">Iterator interface</a>. That is, iterator objects must have a <code>next</code> method that returns a result object in the <code>{ value: Any, done: Boolean }</code> format. The first call to the <code>next</code> method returns the result of the first iteration (e.g. the item at 0th index in an array). The <code>done</code> property signals when the iterator has been exhausted and no more values are available.</p>
<p>Here is some code to illustrate iterators:</p>
<pre><code class="lang-javascript">let iterable = ['a', 'b', 'c'];
// Explicit "low-level" iterator consumption:
let iterator = iterable[Symbol.iterator]();
iterator.next(); // { value: 'a', done: false }
iterator.next(); // { value: 'b', done: false }
iterator.next(); // { value: 'c', done: false }
iterator.next(); // { value: undefined, done: true }
// for-of abstracts away iterator instantiation and consumption:
for (let item of iterable) {
console.log(item); // 'a', 'b', 'c'
}
// A crude illustration of for-of's inner workings:
for (let _iterator = iterable[Symbol.iterator](), _result, item; _result = _iterator.next(), item = _result.value, !_result.done;) {
console.log(item); // 'a', 'b', 'c'
}
</code></pre>
<p>Now that we have understanding of iterables and iterators, we can create our own iterable objects and customize their default iteration behavior. Let's implement the iteration behavior for an array-like object from the ground up:</p>
<pre><code class="lang-javascript">let iterable = {
0: 'a',
1: 'b',
2: 'c',
length: 3,
[Symbol.iterator]() {
let index = 0;
return {
next: () => {
let value = this[index];
let done = index >= this.length;
index++;
return { value, done };
}
};
}
};
for (let item of iterable) {
console.log(item); // 'a', 'b', 'c'
}
</code></pre>
<p>I know, at first this may look very complex and messy, but don't panic. Let's walk through it.</p>
<p>We start by creating a plain object using the object literal syntax. It contains a <code>[Symbol.iterator]</code> method, defined using a combination of the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer#Computed_property_names">computed properties</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions">shorthand methods</a> ES2015 object literal extensions. This object has a <code>[Symbol.iterator]</code> method, thus it is considered an iterable object.</p>
<p>The <code>[Symbol.iterator]</code> method implements the default iteration logic for the object, that is, it returns an iterator object and holds the state of the given iterator. The object returned by the <code>[Symbol.iterator]</code> method contains a <code>next</code> method, therefore it is considered an iterator object.</p>
<p>The iterator's <code>next</code> method is implemented using an <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions">arrow function</a>, so the <code>this</code> inside of it references the same object as the <code>this</code> used for the <code>[Symbol.iterator]</code> method invocation (i.e. the iterable data source).</p>
<p>The return value of the iterator's <code>next</code> method contains the <code>value</code> of the iteration and whether the iterator is <code>done</code> (exhausted). The example above defines those using the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer#Property_definitions">shorthand properties</a> syntax, by the way.</p>
<p>From here, you should be able to figure out how everything ties together. The <code>for-of</code> will call the <code>[Symbol.iterator]</code> method on the iterable passed in and iterate over the returned iterator, by calling its <code>next</code> method on every iteration and passing the result's <code>value</code> property to the loop body until the <code>next</code> method's result's <code>done</code> property is <code>true</code>.</p>
<h3 id="is-all-this-complexity-necessary-">Is all this complexity necessary?</h3>
<p>In short, yes. I'll address the most common doubts and misconceptions in QA format below.</p>
<h4 id="q-why-is-symbol-iterator-a-method-that-returns-an-iterator-couldn-t-it-be-an-iterator-">Q. Why is <code>[Symbol.iterator]</code> a method that returns an iterator? Couldn't it be an iterator?</h4>
<p>It is a method that returns an iterator because you may want to iterate over the same data source multiple times, even concurrently:</p>
<pre><code class="lang-javascript">let iterable = [1, 2, 3, 4];
let iterator1 = iterable[Symbol.iterator]();
let iterator2 = iterable[Symbol.iterator]();
iterator1.next(); // { value: 1, done: false }
iterator2.next(); // { value: 1, done: false }
iterator2.next(); // { value: 2, done: false }
iterator2.next(); // { value: 3, done: false }
iterator1.next(); // { value: 2, done: false }
</code></pre>
<p>This is a very contrived example, but in practice it is not uncommon to iterate over the same data source concurrently, applying asynchronous processing to each value between iterations. <a href="http://koajs.com/">Koa</a> and <a href="https://github.com/tj/co">co</a> are good examples of this, although they use generators which return iterators by being called directly (instead of having a <code>[Symbol.iterator]</code> method).</p>
<h4 id="q-why-iterators-next-method-returns-a-data-structure-couldn-t-it-return-just-the-value-">Q. Why iterators' <code>next</code> method returns a data structure? Couldn't it return just the value?</h4>
<p>In the initial iterators design, the <code>next</code> method indeed did only return the value. But then, how would you know when the iterator has been exhausted? It was nothing pretty: the <code>next</code> method would have to throw an error to signal completion. That means all calls to <code>next</code> would have to be wrapped in a <code>try/catch</code> block, which was plainly terrible.</p>
<p>In order to avoid littering iterator consumption code with <code>try/catch</code> everywhere, as well as to avoid a bizarre iterator completion signaling mechanism, we settled with the <code>next</code> method returning an object with <code>value</code> and <code>done</code> properties.</p>
<h4 id="q-why-does-it-seem-that-the-last-iterator-result-value-is-ignored-">Q. Why does it seem that the last iterator result value is ignored?</h4>
<p>When the <code>next</code> method's result has the <code>done</code> property set to <code>true</code>, it means the iterator has been exhausted and can not provide an iteration value. An iterator implementation may set a <code>value</code> property alongside <code>done: true</code> in the iterator result object, but this <code>value</code> then has special meaning: it is treated as a <em>completion</em> value, not an iteration value, and as such is ignored by built-ins that consume iterables such as <code>for-of</code>, <code>Array.from</code>, destructuring and <code>yield*</code>.</p>
<p>Iterators spawned from generators are a clear example of this. The generator's return value is set as the completion <code>value</code> of the iterator result alongside <code>done: true</code>. This completion value is ignored by iterable-consuming built-ins, which only iterate over iteration values (provided via <code>yield</code> inside generators).</p>
<h4 id="q-can-an-iterator-implementation-s-next-method-take-arguments-">Q. Can an iterator implementation's <code>next</code> method take arguments?</h4>
<p>Yes, it can! A prime example of this is passing values to inside generators, but we can make use of this in a vanilla iterator implementation as well:</p>
<pre><code class="lang-javascript">let echoIterator = {
next(value) {
return { value, done: false };
}
};
echoIterator.next(42); // { value: 42, done: false }
</code></pre>
<p>As you can see, there's nothing really special about iterators. But be aware that, so far, there is no way to pass arguments to the <code>next</code> method of an iterator implicitly spawned by iterable-consuming built-ins. That is, <code>for-of</code>, <code>Array.from</code> and such do not provide a way to pass arguments to the <code>next</code> method.</p>
<h4 id="q-are-infinite-iterators-valid-">Q. Are infinite iterators valid?</h4>
<p>Yes, you can manually advance them by explicitly calling their <code>next</code> method when appropriate. However, you will get an infinite loop if you try to exhaust them, obviously.</p>
<h3 id="optional-iterator-methods">Optional iterator methods</h3>
<p>Iterators may also implement optional <code>return</code> and <code>throw</code> methods, which are designed for more advanced use cases.</p>
<p>The <code>return</code> method can be used to dispose of resources that the iterator may be holding when closed early. For instance, if the body of the <code>for-of</code> reaches a <code>break</code> or <code>return</code> statement or throws an uncaught error, the <code>for-of</code> would implicitly call the iterator's <code>return</code> method (if it has such method).<br>
Note that my crude <code>for-of</code> reimplementation earlier in this post is incomplete and only illustrates the basic iteration functionality, you can see the <a href="http://babeljs.io/repl/#?experimental=false&evaluate=true&loose=false&spec=false&playground=true&code=let%20iterable%20%3D%20%5B'a'%2C%20'b'%2C%20'c'%5D%3B%0D%0Afor%20%28let%20item%20of%20iterable%29%20%7B%0D%0A%09console.log%28item%29%3B%20%2F%2F%20'a'%2C%20'b'%2C%20'c'%0D%0A%7D%0D%0A&runtime=true">complexity of a precise for-of reimplementation on Babel</a>.</p>
<p>The <code>throw</code> method can be used to notify the iterator of an error condition.</p>
<h2 id="iterable-iterators">Iterable iterators</h2>
<p>Let's do a quick recap:</p>
<ul>
<li>The Iterable interface requires the implementation of a <code>[Symbol.iterator]</code> method;</li>
<li>The Iterator interface requires the implementation of a <code>next</code> method.</li>
</ul>
<p>You may have noticed that nothing prevents an object from implementing both Iterable and Iterator interfaces. That's what I call Iterable iterators (you may prefer Iterable Iterator objects, but I find that too verbose).</p>
<p>In fact, most iterators implement the Iterable interface. That is, most of them have a <code>[Symbol.iterator]</code> method, but note that iterators' <code>[Symbol.iterator]</code> method usually returns the iterator itself instead of a new iterator:</p>
<pre><code class="lang-javascript">let iterable = [1, 2];
let iterator = iterable[Symbol.iterator]();
iterator[Symbol.iterator]() === iterator; // true
</code></pre>
<p>It is trivial to make an Iterable iterator:</p>
<pre><code class="lang-javascript">let iterableIterator = {
next() {/*...*/},
[Symbol.iterator]() {
return this;
}
};
</code></pre>
<p>And now you may ask, <strong>"How is this useful?"</strong></p>
<p>Well, first consider that <strong>a single data source may have multiple iteration behaviors.</strong><br>
Then, consider that iterables can only expose a single default iteration behavior.<br>
Finally, remember that <code>for-of</code> and other iterable consumers take an iterable object and implicitly call its default iteration behavior (the <code>[Symbol.iterator]</code> method) to get an iterator.</p>
<p>Telling an iterable consumer (e.g. <code>for-of</code>) to use a non-default iterator (an iterator other than the one returned by the <code>[Symbol.iterator]</code> method) for a given data source seems like a complex problem at first, right? Well, if you do the math correctly, Iterable iterators are the solution.</p>
<p>By adding a <code>[Symbol.iterator]</code> method to an iterator that simply returns the iterator itself, you are able to pass the iterator directly to an iterable consumer. When the consumer calls the <code>[Symbol.iterator]</code> method, the iterator itself will be returned and the consumer will iterate over it. Simpler than it seems, right?</p>
<pre><code class="lang-javascript">let arr = ['a', 'b'];
let keysIterator = arr.keys(); // an alternative iterator for the data source
keysIterator[Symbol.iterator]() === keysIterator; // `keysIterator` is an Iterable iterator
// The for-of will implicitly call `keysIterator[Symbol.iterator]()` and get back the `keysIterator`,
// and then iterate over it.
for (let key of keysIterator) {
console.log(key); // 0, 1 (the array indexes)
}
// Another example using the entries iterator, which returns `[key, value]` iteration values.
// We can destructure the entries iterator's iteration values for commodity.
for (let [key, value] of arr.entries()) {
console.log(`${key}: ${value}`); // '0: a', '1: b'
}
</code></pre>
<h2 id="trivia">Trivia</h2>
<ul>
<li><p>You've seen the <code>Array.prototype.keys</code> and <code>Array.prototype.entries</code> methods which return iterators, so you may wondering whether there is an <code>Array.prototype.values</code> method. The ECMAScript 2015 spec. does define an <code>Array.prototype.values</code> method, but browsers are wary of shipping it to the open Web due to potential breakage (<a href="https://code.google.com/p/chromium/issues/detail?id=409858">[1]</a>, <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=875433#c8">[2]</a>). Either way, <code>Array.prototype.values</code> would simply be a reference to <code>Array.prototype[Symbol.iterator]</code>, both would point to the same method so <code>Array.prototype.values</code> is not very important at all.</p>
</li>
<li><p>It is possible to pass a partially consumed Iterable iterator to an iterable consumer to have it finish exhausting it:</p>
<pre><code class="lang-javascript">let iterator = [1, 2, 3, 4][Symbol.iterator]();
iterator.next();
iterator.next();
for (let item of iterator) {
console.log(item); // 3, 4
}
</code></pre>
<p>This happens because the Iterable iterator's <code>[Symbol.iterator]</code> method returns itself instead of a new iterator, as previously mentioned.</p>
</li>
</ul>
<h2 id="rounding-it-up">Rounding it up</h2>
<p>Woah! You've managed to make it this far, congratulations! Now, hopefully you have a better understanding of iterables and iterators.</p>
<p>Let's do a quick recap:</p>
<ul>
<li>The Iterable interface provides a standardized way to iterate any iterable object (a <code>[Symbol.iterator]</code> method that returns an iterator);</li>
<li>The Iterator interface allows objects to implement custom iteration logic (a <code>next</code> method that returns a <code>{ value, done }</code> object, and optional <code>return</code> and <code>throw</code> methods);</li>
<li>Any object can implement the Iterable and/or Iterator interfaces;</li>
<li>Iterators often implement the Iterable interface, which enables them to be fed to iterable consumers;</li>
<li>The iterator completion <code>value</code> (when <code>done: true</code>) is usually ignored by iterable consumers;</li>
<li>Several built-ins that you usually feed arrays to actually accept any iterable object (<code>for-of</code>, <code>Array.from</code>, <code>yield*</code>, <code>[a, b, ...rest] = iterable</code>);</li>
<li>If you maintain an API that accepts arrays as argument, please consider supporting iterables: it is as simple as calling <code>Array.from(arg)</code> to turn any iterable argument into a true array.</li>
</ul>
<p>So, I guess that's finally it. We reached the end of the line. You may be wondering what you will do with your life now, but I'm not sure whether I can answer this question. Perhaps you want to read about <a href="http://www.ecma-international.org/ecma-262/6.0/index.html#sec-generatorfunction-objects">Generators</a> now? :)</p>
<p>And as always, if you can improve this article, please visit the <a href="https://github.com/JSRocksHQ/jsrockshq.github.io">JS Rocks repository</a> and do so. I'll be glad to discuss and review improvements!</p>
<h2 id="video-version">Video version</h2>
<p>Do you prefer to watch instead of reading? No problem!</p>
<p>The Webucator company kindly produced a video version of this blog post. Check it out:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ng3UOE2aFMQ" frameborder="0" allowfullscreen></iframe>
<p>You can watch more Webucator videos in their <a href="https://www.youtube.com/channel/UCRskdIbvjRLK9jzkldMG19Q">YouTube channel</a>, and enroll in their <a href="https://www.webucator.com/webdesign/javascript.cfm">JavaScript training classes</a>.</p>
<h2 id="reference">Reference</h2>
<ul>
<li><a href="http://www.ecma-international.org/ecma-262/6.0/index.html">ECMAScript® 2015 Language Specification - Ecma International</a></li>
<li><a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Statements/for...of">for...of - MDN</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols">Iteration protocols - MDN</a></li>
<li><a href="http://babeljs.io/repl/#?experimental=false&evaluate=true&loose=false&spec=false&playground=true&code=let%20iterable%20%3D%20%5B'a'%2C%20'b'%2C%20'c'%5D%3B%0D%0Afor%20%28let%20item%20of%20iterable%29%20%7B%0D%0A%09console.log%28item%29%3B%20%2F%2F%20'a'%2C%20'b'%2C%20'c'%0D%0A%7D%0D%0A&runtime=true">for-of reimplementation - Babel</a></li>
<li><a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol">Symbol - MDN</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer">Object initializer - MDN</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Method_definitions">Method definitions - MDN</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions">Arrow functions - MDN</a></li>
</ul>
</div>
</div>
</div>
<div class="row row-comments">
<div class="col-md-12 title-testemonials title-comments-article">
<div class="centering">
<img class="icon-comments floating" src="/images/icon-content-comments.png" alt="icon comments">
<h2>Comments</h2>
</div>
</div>
<div class="col-xs-12">
<div class="comments-container">
<div id="disqus_thread"></div>
<noscript>
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a>
</noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
<div class="row row-other-posts">
<div class="col-md-12 title-testemonials title-comments-article">
<div class="centering">
<svg version="1.1" class="thunder" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="17.191px" height="29.535px" viewBox="0 0 17.191 29.535" enable-background="new 0 0 17.191 29.535" xml:space="preserve">
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FCCF0F" points="17.191,0 1.438,15.457 6.365,15.466 0,29.535
17.166,12.907 11.773,12.661 "/>
</svg>
<h2>Other Posts</h2>
</div>
</div>
<div id="otherPosts" class="list-other-posts">
</div>
</div>
<div class="row row-button">
<button id="goToTop" class="button-post button-top">
<img src="/images/icon-button-top.png" alt="icon scroll to top">
<span>Scroll to Top</span>
</button>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12 credits">
<div class="right">
<span class="created">Brought to you by <a href="http://jaydson.org/" target="_blank">Jaydson Gomes</a> and the <a href="https://github.com/JSRocksHQ/jsrockshq.github.io/graphs/contributors" targer="_blank">awesome contributors</a>.</span>
<span class="designed">Designed by <a href="https://www.linkedin.com/in/italowaxman" target="_blank">Ítalo Waxman</a></span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 footer-content">
<div class="info-footer">
<a class="logo-jsrocks" href="/" title="jsrocks.com">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="136.478px" height="149.494px" viewBox="0 0 136.478 149.494" enable-background="new 0 0 136.478 149.494" xml:space="preserve">
<path fill="#010101" d="M66.176,0C36.584-0.095,12.514,12.499,3.365,32.866c-8.992,20.019,1.346,52.944,15.578,76.694
c14.959,24.955,33.076,39.884,48.471,39.934h0.012c19.461,0.054,41.201-23.621,54.113-47.108
c11.76-21.396,20.688-50.884,10.469-69.479C120.908,12.706,95.682,0.096,66.176,0z M114.961,98.38
c-13.975,25.424-33.514,43.153-47.514,43.114l-0.021,4l0.014-4c-12.588-0.04-28.707-13.913-42.068-36.204
C9.846,79.384,3.621,51.008,10.234,36.285C17.99,19.018,39.939,7.916,66.15,8c26.406,0.085,49.674,11.435,59.279,28.915
C132.512,49.802,128.402,73.928,114.961,98.38z"/>
<polygon fill-rule="evenodd" clip-rule="evenodd" fill="#FECF0A" points="77.082,19.945 61.328,35.402 66.256,35.412 59.891,49.48
77.057,32.852 71.664,32.606 "/>
<line fill="none" stroke="#010101" stroke-width="0.25" stroke-miterlimit="10" x1="40.463" y1="57.562" x2="96.512" y2="57.562"/>
<g>
<g>
<path fill="#010101" d="M44.693,108.227c0-0.104,0.027-0.187,0.078-0.247c0.053-0.062,0.131-0.093,0.234-0.094h4.609
c0.49,0,0.945,0.096,1.373,0.285c0.432,0.189,0.801,0.447,1.123,0.771c0.316,0.325,0.566,0.705,0.75,1.141s0.275,0.9,0.275,1.393
c0,0.335-0.045,0.653-0.129,0.957c-0.092,0.302-0.217,0.586-0.373,0.849c-0.154,0.263-0.342,0.503-0.559,0.716
c-0.217,0.215-0.451,0.398-0.709,0.551l1.832,3.574c0.035,0.068,0.078,0.15,0.129,0.243c0.051,0.094,0.08,0.175,0.08,0.245
c0,0.078-0.027,0.139-0.076,0.18c-0.051,0.042-0.117,0.062-0.203,0.062h-2.447c-0.08,0-0.15-0.023-0.217-0.074
c-0.064-0.049-0.107-0.115-0.123-0.198l-1.734-3.375h-1.154v3.331c0,0.211-0.109,0.316-0.328,0.316h-2.119
c-0.094,0-0.172-0.025-0.229-0.076c-0.057-0.053-0.084-0.132-0.084-0.24V108.227z M50.277,111.505
c0-0.146-0.027-0.296-0.078-0.442c-0.053-0.149-0.127-0.284-0.223-0.407c-0.094-0.122-0.209-0.227-0.342-0.311
s-0.283-0.137-0.443-0.162c-0.131-0.01-0.256-0.018-0.375-0.025c-0.115-0.008-0.242-0.012-0.383-0.012h-0.98v2.711h1.314
c0.082,0,0.158-0.002,0.227-0.008c0.066-0.004,0.139-0.012,0.221-0.021c0.164-0.02,0.316-0.07,0.447-0.152
c0.133-0.08,0.248-0.182,0.336-0.303c0.092-0.12,0.16-0.256,0.207-0.405C50.252,111.815,50.277,111.662,50.277,111.505z"/>
<path fill="#010101" d="M53.363,113.382c0-0.523,0.064-1.023,0.191-1.504c0.131-0.48,0.311-0.931,0.551-1.352
c0.238-0.421,0.521-0.803,0.854-1.148c0.33-0.344,0.699-0.639,1.104-0.883c0.404-0.243,0.836-0.432,1.303-0.568
c0.463-0.135,0.945-0.203,1.451-0.203c0.498,0,0.984,0.068,1.447,0.203c0.467,0.137,0.9,0.325,1.307,0.568
c0.404,0.244,0.773,0.539,1.104,0.883c0.336,0.346,0.621,0.728,0.855,1.148s0.418,0.871,0.549,1.352s0.199,0.98,0.199,1.504
c0,0.521-0.068,1.021-0.199,1.502c-0.131,0.479-0.314,0.928-0.549,1.344s-0.52,0.796-0.855,1.138
c-0.33,0.341-0.699,0.636-1.104,0.883c-0.406,0.247-0.84,0.435-1.307,0.567c-0.463,0.134-0.949,0.2-1.447,0.2
c-0.506,0-0.988-0.066-1.451-0.2c-0.467-0.133-0.898-0.32-1.303-0.567s-0.773-0.542-1.104-0.883
c-0.332-0.342-0.615-0.722-0.854-1.138c-0.24-0.416-0.42-0.864-0.551-1.344C53.428,114.403,53.363,113.903,53.363,113.382z
M56.123,113.374c0,0.408,0.068,0.789,0.201,1.145c0.133,0.354,0.318,0.663,0.559,0.926c0.238,0.264,0.523,0.472,0.85,0.621
c0.328,0.15,0.691,0.225,1.084,0.225s0.758-0.074,1.086-0.225c0.328-0.149,0.615-0.357,0.854-0.621
c0.24-0.263,0.428-0.572,0.559-0.926c0.133-0.355,0.199-0.736,0.199-1.145c0-0.404-0.066-0.785-0.199-1.142
c-0.131-0.356-0.318-0.669-0.559-0.934c-0.238-0.265-0.525-0.476-0.854-0.628s-0.693-0.23-1.086-0.23s-0.756,0.078-1.084,0.23
c-0.326,0.152-0.611,0.363-0.85,0.628c-0.24,0.265-0.426,0.577-0.559,0.934S56.123,112.97,56.123,113.374z"/>
<path fill="#010101" d="M73.238,108.685c0.078,0.049,0.141,0.113,0.178,0.191c0.039,0.079,0.029,0.173-0.021,0.28l-1.203,1.772
c-0.053,0.084-0.109,0.133-0.17,0.145c-0.059,0.012-0.131-0.008-0.217-0.062c-0.232-0.182-0.488-0.323-0.771-0.422
c-0.277-0.098-0.574-0.146-0.891-0.146c-0.391,0-0.748,0.076-1.074,0.229c-0.33,0.152-0.615,0.363-0.85,0.628
c-0.238,0.265-0.424,0.575-0.557,0.931c-0.133,0.354-0.199,0.732-0.199,1.137c0,0.403,0.066,0.781,0.199,1.133
c0.133,0.354,0.318,0.66,0.557,0.924c0.234,0.264,0.52,0.473,0.85,0.625c0.326,0.152,0.684,0.229,1.074,0.229
c0.316,0,0.615-0.051,0.898-0.151c0.287-0.101,0.543-0.243,0.781-0.425c0.082-0.055,0.156-0.076,0.211-0.067
c0.055,0.011,0.113,0.056,0.172,0.134l1.217,1.816c0.053,0.108,0.061,0.199,0.023,0.273s-0.098,0.135-0.178,0.186
c-0.447,0.309-0.93,0.549-1.445,0.719s-1.061,0.255-1.631,0.255c-0.504,0-0.986-0.066-1.451-0.199
c-0.461-0.134-0.893-0.321-1.299-0.568c-0.408-0.247-0.773-0.542-1.102-0.883c-0.332-0.342-0.617-0.722-0.855-1.138
c-0.236-0.416-0.42-0.864-0.547-1.344c-0.129-0.48-0.193-0.98-0.193-1.502c0-0.523,0.064-1.023,0.193-1.504
c0.127-0.48,0.311-0.931,0.547-1.352c0.238-0.421,0.523-0.803,0.855-1.148c0.328-0.344,0.693-0.639,1.102-0.883
c0.406-0.242,0.838-0.432,1.299-0.567c0.465-0.136,0.947-0.204,1.451-0.204c0.57,0,1.111,0.082,1.617,0.248
C72.312,108.136,72.791,108.374,73.238,108.685z"/>
<path fill="#010101" d="M74.336,108.211c0-0.089,0.027-0.165,0.082-0.228c0.057-0.064,0.131-0.098,0.232-0.098h2.104
c0.07,0,0.146,0.03,0.227,0.089c0.076,0.06,0.117,0.139,0.117,0.236v4.024c0.516-0.688,1.025-1.367,1.525-2.037
s1.006-1.35,1.52-2.038c0.051-0.085,0.119-0.151,0.201-0.204c0.082-0.051,0.166-0.078,0.244-0.078h2.711
c0.115,0,0.174,0.038,0.174,0.112c0,0.049-0.027,0.108-0.08,0.177l-3.357,4.586l3.713,5.791c0.055,0.083,0.082,0.148,0.082,0.198
c0,0.074-0.057,0.111-0.16,0.111h-2.693c-0.08,0-0.162-0.024-0.238-0.075c-0.082-0.047-0.145-0.115-0.197-0.198
c-0.252-0.354-0.48-0.694-0.688-1.019c-0.209-0.326-0.41-0.649-0.604-0.973c-0.195-0.32-0.393-0.647-0.592-0.978
c-0.199-0.329-0.418-0.677-0.654-1.042l-0.906,1.079v2.88c0,0.217-0.117,0.325-0.344,0.325h-2.098c-0.213,0-0.32-0.108-0.32-0.325
V108.211z"/>
<path fill="#010101" d="M85.73,115.308c0.082,0.07,0.186,0.162,0.311,0.277c0.127,0.117,0.27,0.23,0.432,0.344
c0.24,0.168,0.484,0.299,0.721,0.392c0.238,0.093,0.486,0.14,0.748,0.14c0.244,0,0.447-0.027,0.609-0.084
c0.166-0.057,0.297-0.132,0.391-0.225c0.094-0.096,0.162-0.202,0.201-0.326c0.039-0.122,0.062-0.252,0.062-0.391
c0-0.152-0.059-0.288-0.166-0.409c-0.115-0.12-0.25-0.228-0.412-0.321s-0.33-0.174-0.508-0.239
c-0.176-0.067-0.328-0.122-0.455-0.165c-0.572-0.208-1.07-0.431-1.498-0.668c-0.428-0.239-0.785-0.506-1.068-0.799
c-0.285-0.293-0.5-0.614-0.645-0.965c-0.143-0.354-0.213-0.744-0.213-1.178c0-0.457,0.09-0.873,0.27-1.247
c0.178-0.374,0.43-0.694,0.764-0.96c0.328-0.265,0.729-0.471,1.193-0.615s0.986-0.219,1.562-0.219
c0.432,0,0.846,0.051,1.242,0.152c0.398,0.101,0.787,0.262,1.172,0.484c0.162,0.098,0.314,0.2,0.461,0.305
c0.146,0.107,0.27,0.209,0.383,0.308c0.109,0.099,0.193,0.192,0.258,0.28c0.066,0.089,0.098,0.166,0.098,0.229
c0,0.064-0.014,0.125-0.045,0.178c-0.031,0.055-0.08,0.115-0.139,0.186l-1.092,1.202c-0.082,0.085-0.162,0.126-0.244,0.126
c-0.066,0-0.127-0.02-0.184-0.059c-0.053-0.039-0.113-0.089-0.18-0.147l-0.066-0.06c-0.092-0.084-0.199-0.17-0.314-0.258
c-0.113-0.089-0.24-0.17-0.371-0.24c-0.137-0.071-0.277-0.131-0.424-0.178s-0.297-0.07-0.451-0.07
c-0.158,0-0.301,0.014-0.443,0.041c-0.133,0.027-0.256,0.07-0.357,0.129c-0.107,0.06-0.191,0.137-0.252,0.232
c-0.062,0.098-0.094,0.213-0.094,0.352s0.033,0.257,0.1,0.357c0.066,0.102,0.166,0.195,0.301,0.281
c0.133,0.086,0.297,0.168,0.492,0.242c0.199,0.078,0.428,0.16,0.691,0.249c0.506,0.173,0.969,0.354,1.395,0.543
c0.424,0.188,0.791,0.413,1.102,0.672c0.307,0.257,0.549,0.567,0.723,0.927s0.26,0.795,0.26,1.307c0,0.541-0.105,1.033-0.32,1.475
c-0.213,0.439-0.506,0.814-0.881,1.125s-0.811,0.551-1.314,0.721c-0.506,0.169-1.045,0.254-1.627,0.254
c-0.547,0-1.084-0.101-1.611-0.304c-0.529-0.202-1.018-0.474-1.477-0.814c-0.189-0.144-0.352-0.284-0.48-0.421
c-0.131-0.139-0.234-0.25-0.311-0.334l-0.021-0.023c-0.006-0.009-0.01-0.016-0.014-0.018s-0.01-0.006-0.016-0.012
c-0.004-0.01-0.01-0.016-0.014-0.018c-0.004-0.003-0.01-0.006-0.016-0.012c-0.109-0.123-0.162-0.223-0.162-0.297
c0-0.083,0.053-0.177,0.162-0.281l1.236-1.219c0.098-0.074,0.18-0.109,0.238-0.109c0.047,0,0.09,0.015,0.139,0.044
S85.666,115.249,85.73,115.308z"/>
</g>
<g>
<path fill="#010101" d="M63.943,66.568h-7.027c-0.32,0.027-0.43,0.142-0.43,0.488v25.245c0,0.455-0.098,0.889-0.287,1.29
c-0.182,0.389-0.432,0.735-0.738,1.026c-0.307,0.287-0.664,0.518-1.066,0.69c-0.979,0.409-2.027,0.317-2.768-0.065
c-0.389-0.201-0.729-0.426-1.014-0.669l-0.717-0.604c-0.166-0.142-0.279-0.232-0.527-0.101c-0.109,0.056-0.209,0.124-0.311,0.216
l-4.141,4.016c-0.084,0.07-0.225,0.181-0.225,0.581c0,0.058,0,0.104,0.002,0.144c0.496,0.758,1.076,1.437,1.727,2.019
c0.658,0.586,1.379,1.087,2.143,1.489c0.762,0.397,1.58,0.703,2.432,0.908c2.275,0.546,4.725,0.356,6.852-0.566
c1.342-0.582,2.535-1.392,3.551-2.406c1.016-1.018,1.836-2.223,2.432-3.581s0.898-2.835,0.898-4.386V67.354
C64.729,66.774,64.523,66.568,63.943,66.568z"/>
<path fill="#010101" d="M91.459,87.919c-0.543-1.129-1.316-2.118-2.295-2.938c-0.994-0.831-2.195-1.563-3.572-2.177
c-1.406-0.626-2.963-1.232-4.623-1.802c-0.883-0.298-1.66-0.576-2.326-0.835c-0.688-0.266-1.277-0.556-1.75-0.862
c-0.498-0.32-0.887-0.686-1.148-1.085c-0.277-0.422-0.416-0.918-0.416-1.474c0-0.557,0.131-1.043,0.389-1.445
c0.252-0.39,0.592-0.706,1.012-0.944c0.393-0.223,0.852-0.387,1.363-0.488c0.984-0.193,2.16-0.229,3.234,0.112
c0.518,0.165,1.021,0.376,1.494,0.629c0.471,0.252,0.914,0.537,1.32,0.847c0.4,0.306,0.766,0.601,1.092,0.89l0.223,0.205
c0.203,0.178,0.389,0.332,0.561,0.455c0.1,0.07,0.201,0.104,0.318,0.104c0.16,0,0.334-0.145,0.453-0.268l3.643-4.018
c0.182-0.204,0.318-0.385,0.404-0.534c0.059-0.102,0.088-0.216,0.088-0.343c0-0.038-0.018-0.182-0.229-0.473
c-0.193-0.267-0.465-0.557-0.803-0.861c-0.352-0.318-0.768-0.653-1.236-0.995c-0.48-0.35-0.986-0.687-1.506-1.003
c-1.23-0.708-2.51-1.236-3.791-1.563c-1.285-0.326-2.646-0.491-4.045-0.491c-1.861,0-3.57,0.238-5.08,0.707
c-1.49,0.464-2.783,1.129-3.838,1.976c-1.039,0.837-1.852,1.86-2.414,3.037c-0.562,1.176-0.846,2.508-0.846,3.961
c0,1.375,0.229,2.639,0.68,3.754c0.449,1.11,1.137,2.145,2.043,3.074c0.916,0.94,2.082,1.809,3.467,2.582
c1.402,0.781,3.064,1.523,4.941,2.202c0.426,0.146,0.939,0.333,1.537,0.558c0.617,0.234,1.211,0.517,1.768,0.84
c0.58,0.334,1.08,0.728,1.488,1.168c0.461,0.493,0.697,1.069,0.697,1.71c0,0.496-0.076,0.987-0.227,1.46
c-0.164,0.494-0.436,0.928-0.811,1.294c-0.367,0.362-0.867,0.655-1.486,0.868c-1.248,0.431-3.262,0.451-4.896-0.192
c-0.822-0.323-1.668-0.782-2.514-1.364c-0.561-0.394-1.064-0.795-1.498-1.193c-0.418-0.383-0.76-0.688-1.025-0.917
c-0.201-0.178-0.369-0.312-0.51-0.397c-0.078-0.049-0.146-0.074-0.191-0.074c-0.006,0-0.15,0.002-0.512,0.271l-4.078,4.035
c-0.375,0.354-0.402,0.539-0.402,0.587c0,0.002,0.004,0.181,0.402,0.635c0.049,0.036,0.09,0.077,0.125,0.124
c0.041,0.036,0.078,0.076,0.109,0.123l0.029,0.029c0.27,0.297,0.613,0.666,1.049,1.125c0.418,0.445,0.939,0.902,1.547,1.358
c1.484,1.108,3.105,2.004,4.822,2.661c3.512,1.348,7.344,1.222,10.5,0.158c1.627-0.549,3.055-1.33,4.248-2.322
c1.189-0.991,2.139-2.205,2.818-3.605c0.68-1.398,1.025-2.985,1.025-4.716C92.281,90.444,92.004,89.046,91.459,87.919z"/>
</g>
</g>
</svg>
</a>
<span class="info-copyright">Content licensed under <a href="https://creativecommons.org/" targer="_blank">Creative Commons</a> - Code licensed under <a href="http://opensource.org/licenses/MIT" target="_blank">MIT</a> Static website proudly powered by <a href="https://github.com/JSRocksHQ/harmonic" target="_blank">Harmonic</a></span>
</div>
<aside class="social">
<div class="twitter item-social-footer">
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://jsrocks.org/" data-text="Articles, news, tools and tutorials about #ES6" data-via="es6rocks">Tweet</a>
</div>
<div class="facebook item-social-footer">
<div class="fb-like" data-href="http://jsrocks.org/" data-width="auto" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
</div>
<div class="gplus item-social-footer">
<div class="g-plusone" data-size="medium" data-href="http://jsrocks.org/"></div>
</div>
<div class="github item-social-footer">
<iframe src="http://ghbtns.com/github-btn.html?user=JSRocksHQ&repo=jsrockshq.github.io&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</aside>
<div class="js-footer">
<img src="/images/icon-logo-js.png" alt="JavaScript" title="JavaScript">
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="/harmonic.js"></script>
<script src="/js/vendor/jquery.min.js"></script>
<script src="/js/vendor/prism.js"></script>
<script src="/js/vendor/modernizr-2.6.2.min.js"></script>
<script src="/js/vendor/prefixfree.min.js"></script>
<script src="/js/vendor/respond.min.js"></script>
<script src="/js/vendor/scripts-bootstrap.js"></script>
<script src="/js/socialnetwork.js"></script>
<script src="/js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-51061271-1');ga('send','pageview');
</script>
</body>
</html>
| JSRocksHQ/jsrockshq.github.io | 2015/09/javascript-iterables-and-iterators/index.html | HTML | mit | 70,342 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vuex-demo-counter</title>
</head>
<body>
<app></app>
<!-- built files will be auto injected -->
</body>
</html>
| Ge-yuan-jun/learn-Vue.js | vuex-demo-counter/index.html | HTML | mit | 196 |
<HTML><HEAD>
<TITLE>Review for Disturbing Behavior (1998)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0134619">Disturbing Behavior (1998)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Harvey+S.+Karten">Harvey S. Karten</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>DISTURBING BEHAVIOR</PRE>
<PRE> Reviewed by Harvey Karten, Ph.D.
MGM
Director: David Nutter
Writer: Scott Rosenberg
Cast: James Marsden, Nick Stahl, Katie Holmes, Bruce
Greenwood, William Sadler</PRE>
<P> The men of Stepford, Connecticut (remember?) are
delighted with their new, subservient wives in Bryan Forbes's
dynamite sci-fi picture, "The Stepford Wives." What's more
the wives themselves are ccstatic. That sounded like a
win-win situation until Ross and Prentiss deciphered a
dastardly conspiracy. . </P>
<P> When 43-year-old Peggy Sue goes back to her high-school
class in Francis Coppola's "Peggy Sue Got Married," she is
disgusted that her classmates are such goody-goodies that
they would not even accept a note she tries to pass to them. </P>
<P> What's so bad about being nice, even perfect? Director
David Nutter explains in "Disturbing Behavior," a sci-fi film
which, like "Stepford" and "Peggy Sue" sends up conformity
and suburban bliss and champions individualism and, by
implication, urban living.</P>
<P> While "Disturbing Behavior" is demographically directed to
a high-school and college market, the parents of teenagers
are the ones who should see it. So should doctors who
prescribe Ritalin and even Prozac for kids who are diagnosed
as depressives but who really cannot--and perhaps should
not--fit in with others who are intolerant of those who are not
already members of their clique or, in the case of this picture,
their cult.</P>
<P> To make his point about the harmful effects of mindless
conformity, first-time feature film director David Nutter--
previously known for TV episodes like "The Commish,"
"Booker," "21 Jump Street" and "ER"-- promotes a witty,
sharp-talking student named Gavin (Nick Stahl), a kid who
does not fit into any group in school and stands outside all as
a kind of Greek chorus commenting on the social structure of
the institution situated in the small town of Cradle Bay.
Honing in on the new kid in town who also appears unwilling
to make new friends, he deconstructs the lunchroom by
pointing out the social design in the movie's keenest speech.
He points to the "motorheads" on one side of the room whose
drug of choice is beer; the nerds, who turn on to Apple PCs
and whose drug of choice is Saturday night Jasmine tea;the
skaters who imbibe ecstasy; and the elite Blue Ribbons, a
clean-living lot whose excitement comes from donating car
wash services and arranging cake sales. Now these Blue
Ribbons appear the ideal teens except for a couple of
difficulties: they cannot tolerate, much less socialize with,
those who are beneath them (in one scene one of their
number kicks over the janitor's pail and calls the custodian a
retard); and when certain forbidden, all-too-human desires
(read: lust) struggle to rise to the surface, they go ballistic.
One guy gives in to his passion and kills the girl who excites
him. Nor are the young women exempt: one such lovely in
the throes of lust bangs her head against the mirror and
bloodies herself up real good.</P>
<P> Like the characters in Eugene Ionesco's "Rhinocerus," all
but one of whom eventually turns into a beast, a single lad in
this picture struggles to keep his individuality. Steve (James
Marsden), whose parents unwisely moved him and his sister
out of Chicago into the sticks of Cradle Bay after the suicide
death of their brother, is determined to get to the bottom of
the mystery of the adaptive youth. Together with another rebel
Rachel (Katie Holmes), he discovers the conspiracy to
tame rebellious kids and suppress their natural, adolescent
aches. Scripter Scott Rosenberg is no Ionesco, however. </P>
<P> Some of the scenes are gripping, particularly those
involving chases and a visit to an institution for psychotic
children who apparently failed to turn into Blue Ribbons. The
film, however, takes quite a bit of time to get to the core of
the town's condition, instead hitting us with a series of choppy
vignettes that are simply confusing. One scene involving
surgical implants is remarkably uninvolving and, given the
factor that this sort of business has been done quite a bit
before, "Disturbing Behavior" fails to do an original take on
the theme of compulsive compliance with group norms.
Perhaps, though, its young audience will not have been
through the mill with stories of this nature, especially if they
never got to pore over what was once required reading,
"Catcher in the Rye." For such an audience, there are
valuable lessons, and there are guides as well for the moms
and dads. If you're a kid and your folks say time and again
"We want only what's best for you," watch out: they may really
mean that they want what's best for them.</P>
<PRE>Rated R. Running time: 91 minutes. (C) Harvey Karten
1998</PRE>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/13542.html | HTML | mit | 6,093 |
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/material.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="icon" href="images/logo.png">
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.5.3/firebase.js"></script>
<meta charset="UTF-8">
<title>Hosbitalia</title>
</head>
<style>
body {
background: url("images/medical.jpg") no-repeat fixed center/cover;
}
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.hori {
position: fixed;
left: 50%;
transform: translate(-50%);
}
.trans {
opacity: 0.9;
}
.taller {
height: 100%;
}
</style>
<body>
<div class="mdl-card mdl-shadow--6dp centered trans mdl-cell--6-col mdl-typography--text-center">
<div class="mdl-card__title" style="margin-left: auto;margin-right: auto">
<img src="images/logo.png" style="width: 80px ">
<h3 class="mdl-card__title-text" style="margin-bottom: 10px; font-size: 38px ;margin-top: 20px; color: #E41456">Hosbitalia</h3>
</div>
<div class="mdl-card__supporting-text"style="margin-left: auto;margin-right: auto">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label ">
<input class="mdl-textfield__input" type="email" id="email">
<label class="mdl-textfield__label" for="email">Email</label>
</div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label ">
<input class="mdl-textfield__input" type="password" id="password">
<label class="mdl-textfield__label" for="password">Password</label>
</div>
</div>
<div class="mdl-card__actions mdl-card--border">
<button id="btn" class="mdl-button mdl-js-button mdl-button--colored mdl-js-ripple-effect">Login</button>
</div>
</div>
<dialog class="mdl-dialog" id="err_dialog">
<h4 class="mdl-dialog__title">ERROR</h4>
<div class="mdl-dialog__content">
<p id="err">
</p>
</div>
<div class="mdl-dialog__actions">
<button type="button" id="close" class="mdl-button">Dismiss</button>
</div>
</dialog>
<dialog class="mdl-dialog" id="loading">
<h4 class="mdl-dialog__title">Loading...</h4>
<div class="mdl-dialog__content ">
<div class="mdl-spinner mdl-spinner--single-color mdl-js-spinner is-active"></div>
</div>
</dialog>
<script src="js/firebase_init.js"></script>
<script src="js/login.js"></script>
</body>
</html> | maxmya/CollageProjects | Fall 2016/EHRS/login.html | HTML | mit | 2,718 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Oct 27 12:13:59 EEST 2016 -->
<title>SKRouteAdvice (SKMaps Framework)</title>
<meta name="date" content="2016-10-27">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SKRouteAdvice (SKMaps Framework)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SKRouteAdvice.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-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="../../../../com/skobbler/ngx/routing/SKExtendedRoutePosition.html" title="class in com.skobbler.ngx.routing"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKFunctionalClasification.html" title="enum in com.skobbler.ngx.routing"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/skobbler/ngx/routing/SKRouteAdvice.html" target="_top">Frames</a></li>
<li><a href="SKRouteAdvice.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><a href="#nested_class_summary">Nested</a> | </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">com.skobbler.ngx.routing</div>
<h2 title="Class SKRouteAdvice" class="title">Class SKRouteAdvice</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.skobbler.ngx.routing.SKRouteAdvice</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="strong">SKRouteAdvice</span>
extends java.lang.Object</pre>
<div class="block">Stores information about a route advice.</div>
<dl><dt><span class="strong">Version:</span></dt>
<dd>3.0.2</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKFunctionalClasification.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKFunctionalClasification</a></strong></code>
<div class="block">The functional classification of a road is the class, or group, of roads
that the road belongs to.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKStreetDirection.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKStreetDirection</a></strong></code>
<div class="block">Enum with all the directions of a road.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#SKRouteAdvice(int,%20int,%20int,%20int,%20int,%20int,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20double,%20double,%20java.lang.String[],%20int,%20int,%20int)">SKRouteAdvice</a></strong>(int adviceID,
int timeToDestination,
int distanceToDestination,
int timeToAdvice,
int distanceToAdvice,
int currentStreetType,
java.lang.String streetName,
java.lang.String visualAdviceFile,
java.lang.String adviceInstruction,
double latitude,
double longitude,
java.lang.String[] audioFilePlaylist,
int currentStreetFCClass,
int adviceType,
int direction)</code>
<div class="block">Constructor</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getAdviceID()">getAdviceID</a></strong>()</code>
<div class="block">Returns the unique ID of the advice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getAdviceInstruction()">getAdviceInstruction</a></strong>()</code>
<div class="block">Returns the advice instruction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/skobbler/ngx/SKCoordinate.html" title="class in com.skobbler.ngx">SKCoordinate</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getAdvicePosition()">getAdvicePosition</a></strong>()</code>
<div class="block">Returns the coordinate of the advice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKFunctionalClasification.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKFunctionalClasification</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getCurrentStreetFCClass()">getCurrentStreetFCClass</a></strong>()</code>
<div class="block">Returns the functional class for current street.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/skobbler/ngx/navigation/SKNavigationState.SKStreetType.html" title="enum in com.skobbler.ngx.navigation">SKNavigationState.SKStreetType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getCurrentStreetType()">getCurrentStreetType</a></strong>()</code>
<div class="block">Returns the street type for the current street.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getDistanceToAdvice()">getDistanceToAdvice</a></strong>()</code>
<div class="block">Returns the distance in meters until reaching the maneuver place.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getDistanceToDestination()">getDistanceToDestination</a></strong>()</code>
<div class="block">Returns the distance to destination from this advice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKStreetDirection.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKStreetDirection</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getStreetDirection()">getStreetDirection</a></strong>()</code>
<div class="block">Returns the directions of a road.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getStreetName()">getStreetName</a></strong>()</code>
<div class="block">Returns the street name after the advice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getTimeToAdvice()">getTimeToAdvice</a></strong>()</code>
<div class="block">Returns tthe needed time to get to maneuver place.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getTimeToDestination()">getTimeToDestination</a></strong>()</code>
<div class="block">Returns the time left to reach the destination from this advice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#getVisualAdviceFile()">getVisualAdviceFile</a></strong>()</code>
<div class="block">Returns the full path to the visual advice image.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#setAdviceInstruction(java.lang.String)">setAdviceInstruction</a></strong>(java.lang.String adviceInstruction)</code>
<div class="block">Sets the sentence used for generating the audio advice.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#setCurrentStreetFCClass(com.skobbler.ngx.routing.SKRouteAdvice.SKFunctionalClasification)">setCurrentStreetFCClass</a></strong>(<a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKFunctionalClasification.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKFunctionalClasification</a> currentStreetFCClass)</code>
<div class="block">Sets the functional class for current street.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#setCurrentStreetType(com.skobbler.ngx.navigation.SKNavigationState.SKStreetType)">setCurrentStreetType</a></strong>(<a href="../../../../com/skobbler/ngx/navigation/SKNavigationState.SKStreetType.html" title="enum in com.skobbler.ngx.navigation">SKNavigationState.SKStreetType</a> currentStreetType)</code>
<div class="block">Sets the street type for the current street.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#setStreetDirection(com.skobbler.ngx.routing.SKRouteAdvice.SKStreetDirection)">setStreetDirection</a></strong>(<a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKStreetDirection.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKStreetDirection</a> streetDirection)</code>
<div class="block">Sets the directions of a road.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><strong><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.html#toString()">toString</a></strong>()</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, 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="SKRouteAdvice(int, int, int, int, int, int, java.lang.String, java.lang.String, java.lang.String, double, double, java.lang.String[], int, int, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>SKRouteAdvice</h4>
<pre>public SKRouteAdvice(int adviceID,
int timeToDestination,
int distanceToDestination,
int timeToAdvice,
int distanceToAdvice,
int currentStreetType,
java.lang.String streetName,
java.lang.String visualAdviceFile,
java.lang.String adviceInstruction,
double latitude,
double longitude,
java.lang.String[] audioFilePlaylist,
int currentStreetFCClass,
int adviceType,
int direction)</pre>
<div class="block">Constructor</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>adviceID</code> - </dd><dd><code>timeToDestination</code> - </dd><dd><code>distanceToDestination</code> - </dd><dd><code>timeToAdvice</code> - </dd><dd><code>distanceToAdvice</code> - </dd><dd><code>streetName</code> - </dd><dd><code>visualAdviceFile</code> - </dd><dd><code>adviceInstruction</code> - </dd><dd><code>latitude</code> - </dd><dd><code>longitude</code> - </dd><dd><code>audioFilePlaylist</code> - </dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getCurrentStreetType()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCurrentStreetType</h4>
<pre>public <a href="../../../../com/skobbler/ngx/navigation/SKNavigationState.SKStreetType.html" title="enum in com.skobbler.ngx.navigation">SKNavigationState.SKStreetType</a> getCurrentStreetType()</pre>
<div class="block">Returns the street type for the current street.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the currentStreetType the street type for the current street.</dd></dl>
</li>
</ul>
<a name="setCurrentStreetType(com.skobbler.ngx.navigation.SKNavigationState.SKStreetType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCurrentStreetType</h4>
<pre>public void setCurrentStreetType(<a href="../../../../com/skobbler/ngx/navigation/SKNavigationState.SKStreetType.html" title="enum in com.skobbler.ngx.navigation">SKNavigationState.SKStreetType</a> currentStreetType)</pre>
<div class="block">Sets the street type for the current street.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>currentStreetType</code> - the currentStreetType to set</dd></dl>
</li>
</ul>
<a name="getAdviceID()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdviceID</h4>
<pre>public int getAdviceID()</pre>
<div class="block">Returns the unique ID of the advice.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the unique ID of the advice</dd></dl>
</li>
</ul>
<a name="getTimeToDestination()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTimeToDestination</h4>
<pre>public long getTimeToDestination()</pre>
<div class="block">Returns the time left to reach the destination from this advice.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the time left to reach the destination, in seconds</dd></dl>
</li>
</ul>
<a name="getDistanceToDestination()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDistanceToDestination</h4>
<pre>public int getDistanceToDestination()</pre>
<div class="block">Returns the distance to destination from this advice.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the distance to destination, in meters</dd></dl>
</li>
</ul>
<a name="getTimeToAdvice()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTimeToAdvice</h4>
<pre>public long getTimeToAdvice()</pre>
<div class="block">Returns tthe needed time to get to maneuver place.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the needed time to get to maneuver place</dd></dl>
</li>
</ul>
<a name="getDistanceToAdvice()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDistanceToAdvice</h4>
<pre>public int getDistanceToAdvice()</pre>
<div class="block">Returns the distance in meters until reaching the maneuver place.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the distance in meters until reaching the maneuver place</dd></dl>
</li>
</ul>
<a name="getStreetName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStreetName</h4>
<pre>public java.lang.String getStreetName()</pre>
<div class="block">Returns the street name after the advice.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the street after the advice.</dd></dl>
</li>
</ul>
<a name="getVisualAdviceFile()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVisualAdviceFile</h4>
<pre>public java.lang.String getVisualAdviceFile()</pre>
<div class="block">Returns the full path to the visual advice image.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the path to the visual advice file generated on the disk</dd></dl>
</li>
</ul>
<a name="getAdvicePosition()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdvicePosition</h4>
<pre>public <a href="../../../../com/skobbler/ngx/SKCoordinate.html" title="class in com.skobbler.ngx">SKCoordinate</a> getAdvicePosition()</pre>
<div class="block">Returns the coordinate of the advice.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the advice position</dd></dl>
</li>
</ul>
<a name="getAdviceInstruction()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdviceInstruction</h4>
<pre>public java.lang.String getAdviceInstruction()</pre>
<div class="block">Returns the advice instruction.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the sentence used for generating the audio advice</dd></dl>
</li>
</ul>
<a name="setAdviceInstruction(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setAdviceInstruction</h4>
<pre>protected void setAdviceInstruction(java.lang.String adviceInstruction)</pre>
<div class="block">Sets the sentence used for generating the audio advice.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>adviceInstruction</code> - </dd></dl>
</li>
</ul>
<a name="getCurrentStreetFCClass()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCurrentStreetFCClass</h4>
<pre>public <a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKFunctionalClasification.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKFunctionalClasification</a> getCurrentStreetFCClass()</pre>
<div class="block">Returns the functional class for current street.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the currentStreetFCClass</dd></dl>
</li>
</ul>
<a name="setCurrentStreetFCClass(com.skobbler.ngx.routing.SKRouteAdvice.SKFunctionalClasification)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCurrentStreetFCClass</h4>
<pre>public void setCurrentStreetFCClass(<a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKFunctionalClasification.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKFunctionalClasification</a> currentStreetFCClass)</pre>
<div class="block">Sets the functional class for current street.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>currentStreetFCClass</code> - the currentStreetFCClass to set</dd></dl>
</li>
</ul>
<a name="getStreetDirection()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStreetDirection</h4>
<pre>public <a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKStreetDirection.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKStreetDirection</a> getStreetDirection()</pre>
<div class="block">Returns the directions of a road. The direction is calculated base on the
road angle.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the streetDirection</dd></dl>
</li>
</ul>
<a name="setStreetDirection(com.skobbler.ngx.routing.SKRouteAdvice.SKStreetDirection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStreetDirection</h4>
<pre>public void setStreetDirection(<a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKStreetDirection.html" title="enum in com.skobbler.ngx.routing">SKRouteAdvice.SKStreetDirection</a> streetDirection)</pre>
<div class="block">Sets the directions of a road. The direction is calculated base on the
road angle.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>streetDirection</code> - the streetDirection to set</dd></dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public java.lang.String toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SKRouteAdvice.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-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="../../../../com/skobbler/ngx/routing/SKExtendedRoutePosition.html" title="class in com.skobbler.ngx.routing"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/skobbler/ngx/routing/SKRouteAdvice.SKFunctionalClasification.html" title="enum in com.skobbler.ngx.routing"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/skobbler/ngx/routing/SKRouteAdvice.html" target="_top">Frames</a></li>
<li><a href="SKRouteAdvice.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><a href="#nested_class_summary">Nested</a> | </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 ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2014 skobbler GmbH, Luisenstr. 41, 10117 Berlin, Germany. All rights reserved.</i></small></p>
</body>
</html>
| TrekDev/Xamarin.Android.Skobbler | src/Skobbler.Binding/Jars/docs/com/skobbler/ngx/routing/SKRouteAdvice.html | HTML | mit | 26,159 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.12.3.min.js">
</script>
<script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js">
</script>
<script type="text/javascript" language="javascript" src="../resources/demo.js">
</script>
<title>DataTables examples - Ajax sourced data</title>
</head>
<body class="dt-example">
<div class="container">
<section>
<h1>DataTables example <span>Ajax sourced data</span></h1>
<div class="info">
<p>DataTables can read data from a server via Ajax, while still performing searching, ordering, paging etc on the client-side. This is done through use of the
<a href="//datatables.net/reference/option/ajax"><code class="option" title="DataTables initialisation option">ajax</code></a> option, which has a number of
options to customise how the data is retrieved from the server.</p>
<p>The examples in this section demonstrate the use of Ajax loading data in DataTables, with client-side processing.</p>
</div>
</section>
</div>
<section>
<div class="footer">
<div class="gradient"></div>
<div class="liner">
<div class="toc">
<div class="toc-group">
<h3><a href="./index.html">Ajax</a></h3>
<ul class="toc">
<li>
<a href="./simple.html">Ajax data source (arrays)</a>
</li>
<li>
<a href="./objects.html">Ajax data source (objects)</a>
</li>
<li>
<a href="./deep.html">Nested object data (objects)</a>
</li>
<li>
<a href="./objects_subarrays.html">Nested object data (arrays)</a>
</li>
<li>
<a href="./orthogonal-data.html">Orthogonal data</a>
</li>
<li>
<a href="./null_data_source.html">Generated content for a column</a>
</li>
<li>
<a href="./custom_data_property.html">Custom data source property</a>
</li>
<li>
<a href="./custom_data_flat.html">Flat array data source</a>
</li>
<li>
<a href="./defer_render.html">Deferred rendering for speed</a>
</li>
</ul>
</div>
</div>
<div class="epilogue">
<p>Please refer to the <a href="http://www.datatables.net">DataTables documentation</a> for full information about its API properties and methods.<br>
Additionally, there are a wide range of <a href="http://www.datatables.net/extensions">extensions</a> and <a href=
"http://www.datatables.net/plug-ins">plug-ins</a> which extend the capabilities of DataTables.</p>
<p class="copyright">DataTables designed and created by <a href="http://www.sprymedia.co.uk">SpryMedia Ltd</a> © 2007-2016<br>
DataTables is licensed under the <a href="http://www.datatables.net/mit">MIT license</a>.</p>
</div>
</div>
</div>
</section>
</body>
</html> | dialv/tesisControl | src/tesisControl/tesisBundle/Resources/public/DataTables-1.10.12/examples/ajax/index.html | HTML | mit | 3,296 |
<?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" xml:lang="en" lang="en">
<head>
<title>Class: ActionView::Template::Handlers::Erubis</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href="../../../.././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="classHeader">
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Class</strong></td>
<td class="class-name-in-header">ActionView::Template::Handlers::Erubis</td>
</tr>
<tr class="top-aligned-row">
<td><strong>In:</strong></td>
<td>
<a href="../../../../files/usr/lib/ruby/gems/1_8/gems/actionpack-3_0_0_beta4/lib/action_view/template/handlers/erb_rb.html">
/usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta4/lib/action_view/template/handlers/erb.rb
</a>
<br />
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Parent:</strong></td>
<td>
::Erubis::Eruby
</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
</div>
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
<a href="#M001958">add_expr_escaped</a>
<a href="#M001956">add_expr_literal</a>
<a href="#M001959">add_postamble</a>
<a href="#M001954">add_preamble</a>
<a href="#M001957">add_stmt</a>
<a href="#M001955">add_text</a>
</div>
</div>
</div>
<!-- if includes -->
<div id="section">
<div id="constants-list">
<h3 class="section-bar">Constants</h3>
<div class="name-list">
<table summary="Constants">
<tr class="top-aligned-row context-row">
<td class="context-item-name">BLOCK_EXPR</td>
<td>=</td>
<td class="context-item-value">/\s+(do|\{)(\s*\|[^|]*\|)?\s*\Z/</td>
</tr>
</table>
</div>
</div>
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
<div id="method-M001958" class="method-detail">
<a name="M001958"></a>
<div class="method-heading">
<a href="#M001958" class="method-signature">
<span class="method-name">add_expr_escaped</span><span class="method-args">(src, code)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M001958-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M001958-source">
<pre>
<span class="ruby-comment cmt"># File /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta4/lib/action_view/template/handlers/erb.rb, line 56</span>
56: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_expr_escaped</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">code</span>)
57: <span class="ruby-identifier">src</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">'@output_buffer.append= '</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">escaped_expr</span>(<span class="ruby-identifier">code</span>) <span class="ruby-operator"><<</span> <span class="ruby-value str">';'</span>
58: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M001956" class="method-detail">
<a name="M001956"></a>
<div class="method-heading">
<a href="#M001956" class="method-signature">
<span class="method-name">add_expr_literal</span><span class="method-args">(src, code)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M001956-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M001956-source">
<pre>
<span class="ruby-comment cmt"># File /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta4/lib/action_view/template/handlers/erb.rb, line 40</span>
40: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_expr_literal</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">code</span>)
41: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">code</span> <span class="ruby-operator">=~</span> <span class="ruby-constant">BLOCK_EXPR</span>
42: <span class="ruby-identifier">src</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">'@output_buffer.append= '</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">code</span>
43: <span class="ruby-keyword kw">else</span>
44: <span class="ruby-identifier">src</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">'@output_buffer.append= ('</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">code</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">');'</span>
45: <span class="ruby-keyword kw">end</span>
46: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M001959" class="method-detail">
<a name="M001959"></a>
<div class="method-heading">
<a href="#M001959" class="method-signature">
<span class="method-name">add_postamble</span><span class="method-args">(src)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M001959-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M001959-source">
<pre>
<span class="ruby-comment cmt"># File /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta4/lib/action_view/template/handlers/erb.rb, line 60</span>
60: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_postamble</span>(<span class="ruby-identifier">src</span>)
61: <span class="ruby-identifier">src</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">'@output_buffer.to_s'</span>
62: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M001954" class="method-detail">
<a name="M001954"></a>
<div class="method-heading">
<a href="#M001954" class="method-signature">
<span class="method-name">add_preamble</span><span class="method-args">(src)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M001954-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M001954-source">
<pre>
<span class="ruby-comment cmt"># File /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta4/lib/action_view/template/handlers/erb.rb, line 29</span>
29: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_preamble</span>(<span class="ruby-identifier">src</span>)
30: <span class="ruby-identifier">src</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">"@output_buffer = ActionView::OutputBuffer.new;"</span>
31: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M001957" class="method-detail">
<a name="M001957"></a>
<div class="method-heading">
<a href="#M001957" class="method-signature">
<span class="method-name">add_stmt</span><span class="method-args">(src, code)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M001957-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M001957-source">
<pre>
<span class="ruby-comment cmt"># File /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta4/lib/action_view/template/handlers/erb.rb, line 48</span>
48: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_stmt</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">code</span>)
49: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">code</span> <span class="ruby-operator">=~</span> <span class="ruby-constant">BLOCK_EXPR</span>
50: <span class="ruby-identifier">src</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">'@output_buffer.append_if_string= '</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">code</span>
51: <span class="ruby-keyword kw">else</span>
52: <span class="ruby-keyword kw">super</span>
53: <span class="ruby-keyword kw">end</span>
54: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
<div id="method-M001955" class="method-detail">
<a name="M001955"></a>
<div class="method-heading">
<a href="#M001955" class="method-signature">
<span class="method-name">add_text</span><span class="method-args">(src, text)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
onclick="toggleCode('M001955-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M001955-source">
<pre>
<span class="ruby-comment cmt"># File /usr/lib/ruby/gems/1.8/gems/actionpack-3.0.0.beta4/lib/action_view/template/handlers/erb.rb, line 33</span>
33: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_text</span>(<span class="ruby-identifier">src</span>, <span class="ruby-identifier">text</span>)
34: <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">text</span>.<span class="ruby-identifier">empty?</span>
35: <span class="ruby-identifier">src</span> <span class="ruby-operator"><<</span> <span class="ruby-value str">"@output_buffer.safe_concat('"</span> <span class="ruby-operator"><<</span> <span class="ruby-identifier">escape_text</span>(<span class="ruby-identifier">text</span>) <span class="ruby-operator"><<</span> <span class="ruby-value str">"');"</span>
36: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
</div>
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> | ecoulthard/summitsearch | doc/api/classes/ActionView/Template/Handlers/Erubis.html | HTML | mit | 12,171 |
<!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>cpp-refcounter: C:/codelite/cpp11/cpp-refcount/MyString.h File 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">cpp-refcounter
</div>
<div id="projectbrief">Reference counter string.</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="pages.html"><span>Related Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<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="files.html"><span>File List</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="dir_0bf23be62506f9c0a4f272a08617070a.html">codelite</a></li><li class="navelem"><a class="el" href="dir_c530f8b0dcf43fddce96f04f5ee2c27e.html">cpp11</a></li><li class="navelem"><a class="el" href="dir_100da46529c87401ffb69f894889d017.html">cpp-refcount</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">MyString.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Holds a char* data, with additional reference counter.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include <iostream></code><br />
</div>
<p><a href="_my_string_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_string_value.html">StringValue</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_my_string.html">MyString</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Holds a char* data, with additional reference counter. </p>
<p>Custom String class, which handles a <a class="el" href="class_string_value.html">StringValue</a>.</p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Apr 5 2015 18:22:12 for cpp-refcounter 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>
| szokodiakos/cpp-refcount | docs/html/_my_string_8h.html | HTML | mit | 5,442 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template variance_impl</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp" title="Header <boost/accumulators/statistics_fwd.hpp>">
<link rel="prev" href="lazy_variance_impl.html" title="Struct template lazy_variance_impl">
<link rel="next" href="weighted_covariance_impl.html" title="Struct template weighted_covariance_impl">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
<td align="center"><a href="../../../../../index.html">Home</a></td>
<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="lazy_variance_impl.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="weighted_covariance_impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.accumulators.impl.variance_impl"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template variance_impl</span></h2>
<p>boost::accumulators::impl::variance_impl — Iterative calculation of variance. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp" title="Header <boost/accumulators/statistics_fwd.hpp>">boost/accumulators/statistics_fwd.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Sample<span class="special">,</span> <span class="keyword">typename</span> MeanFeature<span class="special">,</span> <span class="keyword">typename</span> Tag<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="variance_impl.html" title="Struct template variance_impl">variance_impl</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">accumulator_base</span> <span class="special">{</span>
<span class="comment">// <a class="link" href="variance_impl.html#boost.accumulators.impl.variance_implconstruct-copy-destruct">construct/copy/destruct</a></span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Args<span class="special">></span> <a class="link" href="variance_impl.html#idp33731528-bb"><span class="identifier">variance_impl</span></a><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="variance_impl.html#idp33729304-bb">public member functions</a></span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Args<span class="special">></span> <span class="keyword">void</span> <a class="link" href="variance_impl.html#idp33729512-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">result_type</span> <a class="link" href="variance_impl.html#idp33730728-bb"><span class="identifier">result</span></a><span class="special">(</span><span class="identifier">dont_care</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp57991704"></a><h2>Description</h2>
<p>Iterative calculation of sample variance <span class="inlinemediaobject"><img src="../../../images/accumulators//form_75.png"></span> according to the formula </p>
<div class="equation">
<a name="idp57993304"></a><p class="title"><b>Equation 1.23. </b></p>
<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_76.png" align="middle"></div></div>
</div>
<p><br class="equation-break"> where </p>
<div class="equation">
<a name="idp57994920"></a><p class="title"><b>Equation 1.24. </b></p>
<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_74.png" align="middle"></div></div>
</div>
<p><br class="equation-break"> is the estimate of the sample mean and <span class="inlinemediaobject"><img src="../../../images/accumulators//form_60.png"></span> is the number of samples.</p>
<p>Note that the sample variance is not defined for <span class="inlinemediaobject"><img src="../../../images/accumulators//form_77.png"></span>.</p>
<p>A simplification can be obtained by the approximate recursion </p>
<div class="equation">
<a name="idp57999160"></a><p class="title"><b>Equation 1.25. </b></p>
<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_78.png" align="middle"></div></div>
</div>
<p><br class="equation-break"> because the difference </p>
<div class="equation">
<a name="idp58000728"></a><p class="title"><b>Equation 1.26. </b></p>
<div class="equation-contents"><div class="mediaobject" align="center"><img src="../../../images/accumulators//form_79.png" align="middle"></div></div>
</div>
<p><br class="equation-break"> converges to zero as <span class="inlinemediaobject"><img src="../../../images/accumulators//form_80.png"></span>. However, for small <span class="inlinemediaobject"><img src="../../../images/accumulators//form_17.png"></span> the difference can be non-negligible. </p>
<div class="refsect2">
<a name="idp58004808"></a><h3>
<a name="boost.accumulators.impl.variance_implconstruct-copy-destruct"></a><code class="computeroutput">variance_impl</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Args<span class="special">></span> <a name="idp33731528-bb"></a><span class="identifier">variance_impl</span><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&</span> args<span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
<div class="refsect2">
<a name="idp58010024"></a><h3>
<a name="idp33729304-bb"></a><code class="computeroutput">variance_impl</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem"><pre class="literallayout"><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> Args<span class="special">></span> <span class="keyword">void</span> <a name="idp33729512-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">Args</span> <span class="keyword">const</span> <span class="special">&</span> args<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="identifier">result_type</span> <a name="idp33730728-bb"></a><span class="identifier">result</span><span class="special">(</span><span class="identifier">dont_care</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2005, 2006 Eric Niebler<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="lazy_variance_impl.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../accumulators/reference.html#header.boost.accumulators.statistics_fwd_hpp"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="weighted_covariance_impl.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| laborautonomo/poedit | deps/boost/doc/html/boost/accumulators/impl/variance_impl.html | HTML | mit | 10,051 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>multiplier: 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.5.2 / multiplier - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
multiplier
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-22 05:26:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 05:26:13 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.5.2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/multiplier"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Multiplier"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: hardware verification" "keyword: circuit" "category: Computer Science/Architecture" "category: Miscellaneous/Extracted Programs/Hardware" ]
authors: [ "Christine Paulin" ]
bug-reports: "https://github.com/coq-contribs/multiplier/issues"
dev-repo: "git+https://github.com/coq-contribs/multiplier.git"
synopsis: "Proof of a multiplier circuit"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/multiplier/archive/v8.6.0.tar.gz"
checksum: "md5=5f2496fce173169aa55b31104a377874"
}
</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-multiplier.8.6.0 coq.8.5.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.2).
The following dependencies couldn't be met:
- coq-multiplier -> coq >= 8.6 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-multiplier.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.5.2/multiplier/8.6.0.html | HTML | mit | 6,858 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.