code 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 |
|---|---|---|---|---|---|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template bitwise_or_assign</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="../../proto/reference.html#header.boost.proto.traits_hpp" title="Header <boost/proto/traits.hpp>">
<link rel="prev" href="bitwise_and_assign/impl.html" title="Struct template impl">
<link rel="next" href="bitwise_or_assign/impl.html" title="Struct template 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="bitwise_and_assign/impl.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.traits_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="bitwise_or_assign/impl.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.proto.bitwise_or_assign"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template bitwise_or_assign</span></h2>
<p>boost::proto::bitwise_or_assign — A metafunction for generating bitwise-or-assign expression types,
a grammar element for matching bitwise-or-assign expressions, and
a <a class="link" href="../../PrimitiveTransform.html" title="Concept PrimitiveTransform">PrimitiveTransform</a> that dispatches to the
<code class="computeroutput"><a class="link" href="pass_through.html" title="Struct template pass_through">proto::pass_through<></a></code>
transform.</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="../../proto/reference.html#header.boost.proto.traits_hpp" title="Header <boost/proto/traits.hpp>">boost/proto/traits.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">typename</span> U<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="bitwise_or_assign.html" title="Struct template bitwise_or_assign">bitwise_or_assign</a> <span class="special">:</span> <span class="keyword"></span> <a class="link" href="transform.html" title="Struct template transform">proto::transform</a><span class="special"><</span> <span class="identifier">bitwise_or_assign</span><span class="special"><</span><span class="identifier">T</span><span class="special">,</span> <span class="identifier">U</span><span class="special">></span> <span class="special">></span> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <a class="link" href="expr.html" title="Struct template expr">proto::expr</a><span class="special"><</span> <a class="link" href="tag/bitwise_or_assign.html" title="Struct bitwise_or_assign">proto::tag::bitwise_or_assign</a><span class="special">,</span> <a class="link" href="listN.html" title="Struct template listN">proto::list2</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">U</span> <span class="special">></span> <span class="special">></span> <a name="boost.proto.bitwise_or_assign.type"></a><span class="identifier">type</span><span class="special">;</span>
<span class="keyword">typedef</span> <a class="link" href="basic_expr.html" title="Struct template basic_expr">proto::basic_expr</a><span class="special"><</span> <a class="link" href="tag/bitwise_or_assign.html" title="Struct bitwise_or_assign">proto::tag::bitwise_or_assign</a><span class="special">,</span> <a class="link" href="listN.html" title="Struct template listN">proto::list2</a><span class="special"><</span> <span class="identifier">T</span><span class="special">,</span> <span class="identifier">U</span> <span class="special">></span> <span class="special">></span> <a name="boost.proto.bitwise_or_assign.proto_grammar"></a><span class="identifier">proto_grammar</span><span class="special">;</span>
<span class="comment">// member classes/structs/unions</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> <a class="link" href="../../Expr.html" title="Concept Expr">Expr</a><span class="special">,</span> <span class="keyword">typename</span> State<span class="special">,</span> <span class="keyword">typename</span> Data<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="bitwise_or_assign/impl.html" title="Struct template impl">impl</a> <span class="special">:</span>
<span class="keyword"></span> <a class="link" href="pass_through.html" title="Struct template pass_through">proto::pass_through</a><bitwise_or_assign>::template impl<Expr, State, Data>
<span class="special">{</span>
<span class="special">}</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp188007592"></a><h2>Description</h2>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008 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="bitwise_and_assign/impl.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../proto/reference.html#header.boost.proto.traits_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="bitwise_or_assign/impl.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| laborautonomo/poedit | deps/boost/doc/html/boost/proto/bitwise_or_assign.html | HTML | mit | 7,301 |
<!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.2 - v0.10.3: v8::PersistentHandleVisitor 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.2 - v0.10.3
</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_persistent_handle_visitor.html">PersistentHandleVisitor</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_persistent_handle_visitor-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::PersistentHandleVisitor Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a6b625a89352004eaedc46112d6e456e2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6b625a89352004eaedc46112d6e456e2"></a>
virtual void </td><td class="memItemRight" valign="bottom"><b>VisitPersistentHandle</b> (<a class="el" href="classv8_1_1_persistent.html">Persistent</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value, uint16_t class_id)</td></tr>
<tr class="separator:a6b625a89352004eaedc46112d6e456e2"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Interface for iterating through all the persistent handles in the heap. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:45:04 for V8 API Reference Guide for node.js v0.10.2 - v0.10.3 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 | 14417fd/html/classv8_1_1_persistent_handle_visitor.html | HTML | mit | 5,686 |
<!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.7.9: Class Members</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.7.9
</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 class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li class="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_f.html#index_f"><span>f</span></a></li>
<li><a href="functions_g.html#index_g"><span>g</span></a></li>
<li class="current"><a href="functions_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_k.html#index_k"><span>k</span></a></li>
<li><a href="functions_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_~.html#index_~"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
<div class="textblock">Here is a list of all documented class members with links to the class documentation for each member:</div>
<h3><a class="anchor" id="index_h"></a>- h -</h3><ul>
<li>Handle()
: <a class="el" href="classv8_1_1_handle.html#aa7543a3d572565806a66e922634cc2f4">v8::Handle< T ></a>
</li>
<li>HasCaught()
: <a class="el" href="classv8_1_1_try_catch.html#a48f704fbf2b82564b5d2a4ff596e4137">v8::TryCatch</a>
</li>
<li>HasError()
: <a class="el" href="classv8_1_1_script_data.html#ab5cea77b299b7dd73b7024fb114fd7e4">v8::ScriptData</a>
</li>
<li>HasIndexedLookupInterceptor()
: <a class="el" href="classv8_1_1_object.html#afd36ea440a254335bde065a4ceafffb3">v8::Object</a>
</li>
<li>HasInstance()
: <a class="el" href="classv8_1_1_function_template.html#aa883e4ab6643498662f7873506098c98">v8::FunctionTemplate</a>
</li>
<li>HasNamedLookupInterceptor()
: <a class="el" href="classv8_1_1_object.html#ad0791109068a7816d65a06bbc9f6f870">v8::Object</a>
</li>
<li>HasOutOfMemoryException()
: <a class="el" href="classv8_1_1_context.html#aadec400a5da1e79e58a8770fd706b9a0">v8::Context</a>
</li>
<li>HostDispatchHandler
: <a class="el" href="classv8_1_1_debug.html#a442f686afe7d80928b57b3ff8ac3f6e7">v8::Debug</a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:48:16 for V8 API Reference Guide for node.js v0.7.9 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 | 3b95d88/html/functions_h.html | HTML | mit | 7,231 |
<!DOCTYPE html>
<html>
<head>
<title>Remove</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/>
<script src="../../../codebase/dhtmlx.js"></script>
<script>
var myRibbon;
function doOnLoad() {
myRibbon = new dhtmlXRibbon({
parent: "ribbonObj",
icons_path: "../common/",
json: "../common/check_box.json"
});
};
function doOnUnload() {
if (myRibbon) {
myRibbon.unload();
myRibbon = null;
}
};
function _remove(id) {
myRibbon.removeItem(id);
};
function refresh() {
window.onunload();
window.onload();
}
</script>
</head>
<body onload="doOnLoad();" onunload="doOnUnload();">
<div id="ribbonObj"></div>
<div>CheckBox 1 <button onclick="_remove('check_box_1')">remove</button></div>
<div>CheckBox 2 <button onclick="_remove('check_box_2')">remove</button></div>
<div>CheckBox 3 <button onclick="_remove('check_box_3')">remove</button></div>
<button onclick="refresh()">Refresh</button>
</body>
</html> | blale-zhang/codegen | WebContent/component/dhtmlxSuite_v403_std/samples/dhtmlxRibbon/09_check_box/05_remove.html | HTML | mit | 1,071 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Nomis Game</title>
<script src="lib/react.js"></script>
<script src="lib/react-dom.js"></script>
<link rel="stylesheet" href="lib/normalize.css" />
<!--
<link rel="stylesheet/less" type="text/css" href="less/main.less" />
<script src="../node_modules/less/dist/less.js"></script>
-->
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body class="flex-col">
<div id="AppContainer" class="flex-1 flex-col"></div>
<script src="lib/jquery.js"></script>
<script src="lib/velocity.min.js"></script>
<script src="lib/velocity.ui.min.js"></script>
<script src="lib/jquery.blast.min.js"></script>
<script src="lib/howler.js"></script>
<script src="app-bundle-ts.js"></script>
</body>
</html> | bommox/nomis | app/index.html | HTML | mit | 1,005 |
<!DOCTYPE html>
<HTML><head><TITLE>Manpage of CREATEDB</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div>
<div class="site-description">{"type":"documentation"}</div>
</div>
</header>
<div class="page-content"><div class="wrap">
<H1>CREATEDB</H1>
Section: PostgreSQL Client Applications (1)<BR>Updated: 2012-08-14<BR><A HREF="#index">Index</A>
<A HREF="/manpages/index.html">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
createdb - create a new PostgreSQL database
<P>
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<P>
<B>createdb</B> [ <B></B><I>option</I><B></B><I>...</I> ] [ <B></B><I>dbname</I><B></B> ] [ <B></B><I>description</I><B></B> ]
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<P>
<B>createdb</B> creates a new PostgreSQL
database.
<P>
Normally, the database user who executes this command becomes the owner of
the new database.
However a different owner can be specified via the <B>-O</B>
option, if the executing user has appropriate privileges.
<P>
<B>createdb</B> is a wrapper around the
SQL command CREATE DATABASE [<B><A HREF="/manpages/index.html?7+create_database">create_database</A></B>(7)].
There is no effective difference between creating databases via
this utility and via other methods for accessing the server.
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<P>
<B>createdb</B> accepts the following command-line arguments:
<DL COMPACT>
<DT><B></B><I>dbname</I><B></B><DD>
Specifies the name of the database to be created. The name must be
unique among all PostgreSQL databases in this cluster.
The default is to create a database with the same name as the
current system user.
<DT><B></B><I>description</I><B></B><DD>
Specifies a comment to be associated with the newly created
database.
<DT><B>-D </B><I>tablespace</I><B></B><DD>
<DT><B>--tablespace </B><I>tablespace</I><B></B><DD>
Specifies the default tablespace for the database.
<DT><B>-e</B><DD>
<DT><B>--echo</B><DD>
Echo the commands that <B>createdb</B> generates
and sends to the server.
<DT><B>-l </B><I>locale</I><B></B><DD>
<DT><B>--locale </B><I>locale</I><B></B><DD>
Specifies the locale to be used in this database. This is equivalent
to specifying both <B>--lc-collate</B> and <B>--lc-ctype</B>.
<DT><B>--lc-collate </B><I>locale</I><B></B><DD>
Specifies the LC_COLLATE setting to be used in this database.
<DT><B>--lc-ctype </B><I>locale</I><B></B><DD>
Specifies the LC_CTYPE setting to be used in this database.
<DT><B>-E </B><I>encoding</I><B></B><DD>
<DT><B>--encoding </B><I>encoding</I><B></B><DD>
Specifies the character encoding scheme to be used in this
database. The character sets supported by the
PostgreSQL server are described in
in the documentation.
<DT><B>-O </B><I>owner</I><B></B><DD>
<DT><B>--owner </B><I>owner</I><B></B><DD>
Specifies the database user who will own the new database.
<DT><B>-T </B><I>template</I><B></B><DD>
<DT><B>--template </B><I>template</I><B></B><DD>
Specifies the template database from which to build this database.
</DL>
<P>
<P>
The options <B>-D</B>, <B>-E</B>, <B>-l</B>,
<B>-O</B>, and
<B>-T</B> correspond to options of the underlying
SQL command CREATE DATABASE [<B><A HREF="/manpages/index.html?7+create_database">create_database</A></B>(7)]; see there for more information
about them.
<P>
<B>createdb</B> also accepts the following
command-line arguments for connection parameters:
<DL COMPACT>
<DT><B>-h </B><I>host</I><B></B><DD>
<DT><B>--host </B><I>host</I><B></B><DD>
Specifies the host name of the machine on which the
server is running. If the value begins with a slash, it is used
as the directory for the Unix domain socket.
<DT><B>-p </B><I>port</I><B></B><DD>
<DT><B>--port </B><I>port</I><B></B><DD>
Specifies the TCP port or the local Unix domain socket file
extension on which the server is listening for connections.
<DT><B>-U </B><I>username</I><B></B><DD>
<DT><B>--username </B><I>username</I><B></B><DD>
User name to connect as.
<DT><B>-w</B><DD>
<DT><B>--no-password</B><DD>
Never issue a password prompt. If the server requires
password authentication and a password is not available by
other means such as a <I>.pgpass</I> file, the
connection attempt will fail. This option can be useful in
batch jobs and scripts where no user is present to enter a
password.
<DT><B>-W</B><DD>
<DT><B>--password</B><DD>
Force <B>createdb</B> to prompt for a
password before connecting to a database.
<P>
This option is never essential, since
<B>createdb</B> will automatically prompt
for a password if the server demands password authentication.
However, <B>createdb</B> will waste a
connection attempt finding out that the server wants a password.
In some cases it is worth typing <B>-W</B> to avoid the extra
connection attempt.
</DL>
<P>
<A NAME="lbAF"> </A>
<H2>ENVIRONMENT</H2>
<DL COMPACT>
<DT><B>PGDATABASE</B><DD>
If set, the name of the database to create, unless overridden on
the command line.
<DT><B>PGHOST</B><DD>
<DT><B>PGPORT</B><DD>
<DT><B>PGUSER</B><DD>
Default connection parameters. <B>PGUSER</B> also
determines the name of the database to create, if it is not
specified on the command line or by <B>PGDATABASE</B>.
</DL>
<P>
This utility, like most other PostgreSQL utilities,
also uses the environment variables supported by <B>libpq</B>
(see in the documentation).
<P>
<A NAME="lbAG"> </A>
<H2>DIAGNOSTICS</H2>
<P>
In case of difficulty, see CREATE DATABASE [<B><A HREF="/manpages/index.html?7+create_database">create_database</A></B>(7)] and <B><A HREF="http://localhost/cgi-bin/man/man2html?1+psql">psql</A></B>(1) for
discussions of potential problems and error messages.
The database server must be running at the
targeted host. Also, any default connection settings and environment
variables used by the <B>libpq</B> front-end
library will apply.
<A NAME="lbAH"> </A>
<H2>EXAMPLES</H2>
<P>
To create the database demo using the default
database server:
<P>
<PRE>
$ <B>createdb demo</B>
</PRE>
<P>
To create the database demo using the
server on host eden, port 5000, using the
LATIN1 encoding scheme with a look at the
underlying command:
<P>
<PRE>
$ <B>createdb -p 5000 -h eden -E LATIN1 -e demo</B>
CREATE DATABASE demo ENCODING 'LATIN1';
</PRE>
<A NAME="lbAI"> </A>
<H2>SEE ALSO</H2>
<B><A HREF="/manpages/index.html?1+dropdb">dropdb</A></B>(1), CREATE DATABASE [<B><A HREF="http://localhost/cgi-bin/man/man2html?7+create_database">create_database</A></B>(7)]
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">OPTIONS</A><DD>
<DT><A HREF="#lbAF">ENVIRONMENT</A><DD>
<DT><A HREF="#lbAG">DIAGNOSTICS</A><DD>
<DT><A HREF="#lbAH">EXAMPLES</A><DD>
<DT><A HREF="#lbAI">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages/index.html">man2html</A>,
using the manual pages.<BR>
Time: 05:29:02 GMT, December 24, 2015
</div></div>
</body>
</HTML>
| yuweijun/yuweijun.github.io | manpages/man1/createdb.1.html | HTML | mit | 7,153 |
<!DOCTYPE html>
<HTML><HEAD><TITLE>Man page of smbrun</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages-zh/index.html">linux manpages 中文版</a></div>
<div class="site-description">{"type":"documentation"}</div>
</div>
</header>
<div class="page-content"><div class="wrap">
<H1>smbrun</H1>
Section: User Commands (1)<BR>Updated: Samba<BR><A HREF="#index">Index</A>
<A HREF="/manpages-zh/index.html">Return to Main Contents</A><HR>
<P>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
smbrun - smbd和外部程序间的接口程序。
<P>
<A NAME="lbAC"> </A>
<H2>总览 SYNOPSIS</H2>
smbrun shell-command
<P>
<A NAME="lbAD"> </A>
<H2>描述 DESCRIPTION</H2>
此程序是samba套件的一部分。
<P>
smbrun是个非常小的``粘合''程序,用于为smbd守护程序<B><A HREF="/manpages-zh/index.html?8+smbd">smbd</A></B>(8)运行一些shell命令。
<P>
它首先把用户和组身份改成所能达到的最高级别,然后运行<I>system()</I>调用中的命令行。这个程序
可以顺利地允许一些操作系统以非root身份运行外部程序。
<P>
<A NAME="lbAE"> </A>
<H2>选项 OPTIONS</H2>
<I>shell-command</I>
要执行的shell命令。这个命令应该带有全路径。
<P>
<A NAME="lbAF"> </A>
<H2>环境变量 ENVIRONMENT VARIABLES</H2>
如果没有给出完整的路径信息,smbrun所执行时的PATH 环境变量会影响可执行程序的查找位置及运行。
<P>
<A NAME="lbAG"> </A>
<H2>诊断</H2>
如果无法定位<B>smbrun</B>或者不能通过<B>smbd</B>执行命令,我们可以在<B>smbd</B>记录文件中找到一些相应的信息。其它一些诊断信息取决于运行的shell命令。最好让你执行的shell命令来提供有用的诊断信息,用来除错。
<P>
<A NAME="lbAH"> </A>
<H2>版本</H2>
此手册页是针对samba套件版本2.0的。
<P>
<A NAME="lbAI"> </A>
<H2>另见</H2>
<P>
<B>smb.conf</B> (5), <B>smbd</B> (8)
<P>
<A NAME="lbAJ"> </A>
<H2>作者 AUTHOR</H2>
<P>
<P>
samba软件和相关工具最初由Andrew Tridgell创建。samba现在由Samba Team 作为开源软件来发展,类似linux内核的开发方式。
<P>
<P>
最初的samba手册页是 Karl Auer写的。
手册页源码已经转换为YODL格式(另一种很好的开源软件,可以在<A HREF="ftp://ftp.ice.rug.nl/pub/unix找到),由Jeremy">ftp://ftp.ice.rug.nl/pub/unix找到),由Jeremy</A> Sllison 更新到Samba2.0 版本。
Gerald Carter 在Samba2.2中将它转化为DocBook 格式。
Alexander Bokovoy 在Samba 3.0中实现了DocBook XML4.2 格式的转换。
<P>
<A NAME="lbAK"> </A>
<H2>[中文版维护人]</H2>
<B>meaculpa <<A HREF="mailto:meaculpa@21cn.com">meaculpa@21cn.com</A>></B>
<A NAME="lbAL"> </A>
<H2>[中文版最新更新]</H2>
<B>2000/12/08</B>
<A NAME="lbAM"> </A>
<H2>《中国linux论坛man手册页翻译计划》:</H2>
<B><A HREF="http://cmpp.linuxforum.net">http://cmpp.linuxforum.net</A></B>
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">总览 SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">描述 DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">选项 OPTIONS</A><DD>
<DT><A HREF="#lbAF">环境变量 ENVIRONMENT VARIABLES</A><DD>
<DT><A HREF="#lbAG">诊断</A><DD>
<DT><A HREF="#lbAH">版本</A><DD>
<DT><A HREF="#lbAI">另见</A><DD>
<DT><A HREF="#lbAJ">作者 AUTHOR</A><DD>
<DT><A HREF="#lbAK">[中文版维护人]</A><DD>
<DT><A HREF="#lbAL">[中文版最新更新]</A><DD>
<DT><A HREF="#lbAM">《中国linux论坛man手册页翻译计划》:</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/manpages-zh/index.html">man2html</A>,
using the manual pages.<BR>
Time: 13:12:05 GMT, December 24, 2015
</div></div>
</body>
</HTML>
| yuweijun/yuweijun.github.io | manpages-zh/man1/smbrun.1.html | HTML | mit | 3,909 |
{% extends "base_page.html" %}
{% load request_extras %}
{%block stylin %} <link rel="stylesheet" type="text/css" media="screen" href="/media/styles/requests.css" /> {% endblock %}
{%block scriptin%}
<script>
$(function(){
$("#modifier :input[title]").tooltip({
position:"center",
offset: [-2,10],
effect: "fade",
opacity: 0.7
});
});
</script>
{% endblock%}
{%block content %}
<div class="tablewrap">
<table>
<tr class="{% cycle 'darkrow' '' %}" style="font-size:12px;line-height:18px;height:24px;">
<td style="filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;">
{%if entry.server%}
<a href="{% url browseNet.views.deepBrowse 'H' entry.server|hid %}">
<strong>\\{{entry.server}}</strong></a>
{% endif %}
{% if entry.server and entry.name %}
{%if entry.name != 'Anonymous' %}
<strong> - {{entry.name}}</strong>
{% endif %}
{%else%}
{%if entry.name != 'Anonymous' and entry.name != ''%}
<strong> {{entry.name}} </strong>
{%else%}
Anonymous
{%endif%}
{%endif%}
</td>
<td style="filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;" align="right">
{{entry.requestTime|dateSlice}}
<strong>
{%if complete or delete%}<a href="{% url request.views.edit entry.CID %}">Edit</a>{%endif%}
{% if edit or delete %}<a href="{% url request.views.complete entry.CID %}">Complete</a>{%endif%}
{% if complete or edit%}<a href="{% url request.views.delete entry.CID %}">Delete</a>{%endif%}
</strong>
</td>
</tr>
<tr class="{% cycle 'darkrow' '' %}" style="font-size:12px;line-height:18px;height:24px;">
<td class="commentCell" colspan="2"><p>{{entry.request|toHTML}}</p></td>
</tr>
</table>
</div>
{%endblock%}
{{test}}
{% block extraContent %}
<div id="requestForm" class="tablewrap">
<form id="modifier" action='' method="POST">
{% csrf_token %}
{{ form.non_field_errors }}
<table>
{% if edit %}
<input type="hidden" name="completingServer" value="none" id="id_completingServer" />
<tr><td rowspan="4" class="required">
<label>Your correction/addition/notation:<br />
{{ form.request }}
</label>
</div>
</td>
<td>
<label>Your name: <br />
{{ form.name }}
<!--<input type="text" value="{{entry.name|default:''}}" name="name" size="20" placeholder="Anonymous" pattern="([a-zA-Z])*" required="false" />-->
</label>
</td>
</tr>
<tr>
<td>
<label>Your server (optional):<br />
{{form.server}}
<!--<input type="text" name="email" value="{{entry.email|default:''}}" size="20" placeholder="LABRYCE" pattern="([a-zA-Z0-9])*" required="false"/>-->
</label>
</td>
</tr>
<tr>
<td>
<label>Your email (optional):<br />
{{form.email}}
<!--<input type="email" name="contact" value="{{entry.contact|default:''}}" placeholder="your_name@hmc.edu" pattern="([a-zA-Z0-9])*@hmc.edu" required="false"
title="You'll get an email when the request is completed."/>-->
</label>
</td>
</tr>
{%else%}
<div style="display:none;">
{{form.request}}
</div>
<tr>
<td rowspan='3'>
<label>Your comment:<br />
{{ form.completerComment }}
</label>
</td>
<td>
<label>Your name (optional): <br />
{{ form.completingName }}
<!--<input type="text" value="{{entry.name|default:''}}" name="name" size="20" placeholder="Anonymous" pattern="([a-zA-Z])*" required="false" />-->
</label>
</td>
</tr>
<tr>
<td class="required">
<label>Your server:<br />
{{form.completingServer}}
<!--<input type="text" name="email" value="{{entry.email|default:''}}" size="20" placeholder="LABRYCE" pattern="([a-zA-Z0-9])*" required="false"/>-->
</label>
</td>
</tr>
{%endif%}
<tr>
<td><input type="submit" /></td>
</tr>
</table>
</form>
{% if form.errors %}
{{form.errors}}
{%endif%}
</div>
{% endblock %}
| HM2MC/Webfront | m2m/templates/requests/modify.html | HTML | mit | 5,246 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js - Test Markdown</title>
<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="qunit-1.12.0.css">
</head>
<body style="overflow: auto;">
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<div class="reveal" style="display: none;">
<div class="slides">
<!-- <section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section> -->
<!-- Slides are separated by newline + three dashes + newline, vertical slides identical but two dashes -->
<section data-markdown data-separator="^\n---\n$" data-vertical="^\n--\n$">
<script type="text/template">
## Slide 1.1 {_class="fragment fade-out" data-fragment-index="1"}
--
## Slide 1.2 {_class="fragment shrink"}
Paragraph 1 {_class="fragment grow"}
Paragraph 2 {_class="fragment grow"}
- list item 1 {_class="fragment roll-in"}
- list item 2 {_class="fragment roll-in"}
- list item 3 {_class="fragment roll-in"}
---
## Slide 2
Paragraph 1.2
multi-line {_class="fragment highlight-red"}
Paragraph 2.2 {_class="fragment highlight-red"}
Paragraph 2.3 {_class="fragment highlight-red"}
Paragraph 2.4 {_class="fragment highlight-red"}
- list item 1 {_class="fragment highlight-green"}
- list item 2 {_class="fragment highlight-green"}
- list item 3 {_class="fragment highlight-green"}
- list item 4 {_class="fragment highlight-green"}
- list item 5 {_class="fragment highlight-green"}
Test

</script>
</section>
</div>
</div>
<script src="../lib/js/head.min.js"></script>
<script src="../js/reveal.min.js"></script>
<script src="../plugin/markdown/marked.js"></script>
<script src="../plugin/markdown/markdown.js"></script>
<script src="qunit-1.12.0.js"></script>
<script src="test-element-attributes-markdown.js"></script>
</body>
</html>
| bericp1/pop-culture | public/presentation/test/test-element-attributes-markdown.html | HTML | mit | 2,113 |
<!DOCTYPE html>
<html lang="en" class="wide wow-animation">
<!-- Mirrored from chipchipbook.com/template/service_repair2/grid.html by HTTraQt Website Copier/1.x [Karbofos 2012-2015] Вт, 28 фев 2017 06:16:48 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<title>Home</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<link rel="icon" href="images/favicon.html" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/cssab97.css?family=Open+Sans:400,700,400italic,600italic,900">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 10]>
<div style="background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;"><a href="https://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a></div>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page">
<header class="page-head">
<div class="rd-navbar-wrap">
<nav data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-md-layout="rd-navbar-static" data-lg-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-static" data-stick-up-clone="false" data-md-stick-up-offset="199px" data-lg-stick-up-offset="199px" class="rd-navbar rd-navbar-corporate rd-navbar-dark">
<div class="rd-navbar-inner">
<div class="rd-navbar-middle-panel">
<div class="rd-navbar-panel">
<button data-rd-navbar-toggle=".rd-navbar-outer-panel" class="rd-navbar-toggle"><span></span></button>
<a href="index.html" class="rd-navbar-brand">
<div class="rd-navbar-fixed--hidden"><img src="images/logo-light-250x40.png" alt="" width="250" height="40"/> </div>
<div class="rd-navbar-fixed--visible"><img src="images/logo-light-250x40.png" alt="" width="250" height="40"/> </div>
</a> </div>
<div class="rd-navbar-aside">
<div data-rd-navbar-toggle=".rd-navbar-aside" class="rd-navbar-aside-toggle"><span></span></div>
<div class="rd-navbar-aside-content">
<ul class="block-wrap-list">
<li class="block-wrap">
<div class="unit unit-sm-horizontal unit-align-center unit-middle unit-spacing-xxs">
<div class="unit-left"><span class="icon icon-circle-sm icon-sm-variant-1 icon-venice-blue-filled icon-white mdi mdi-map-marker"></span></div>
<div class="unit-body">
<address class="contact-info">
<a href="#"><span>2381 Rosecrans Ave, Suite 200 El Segundo, </span><br>
<span>CA 90245. USA</span></a>
</address>
</div>
</div>
</li>
<li class="block-wrap">
<div class="unit unit-sm-horizontal unit-align-center unit-middle unit-spacing-xxs">
<div class="unit-left"><span class="icon icon-circle-sm icon-sm-variant-1 icon-venice-blue-filled icon-white fa-clock-o"></span></div>
<div class="unit-body">
<address class="contact-info">
<span>Mon-Fri: 9:00am-6:30pm</span><span>Sat-Sun: 10:00am-6:00pm</span>
</address>
</div>
</div>
</li>
<li class="block-wrap">
<div class="unit unit-sm-horizontal unit-align-center unit-middle unit-spacing-xxs">
<div class="unit-left"><span class="icon icon-circle-sm icon-sm-variant-1 icon-venice-blue-filled icon-white mdi mdi-phone"></span></div>
<div class="unit-body">
<address class="contact-info">
<span><a href="callto:#">1-900-8123</a></span><span><a href="callto:#">1-900-8124</a></span>
</address>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="rd-navbar-outer-panel">
<div class="rd-navbar-nav-wrap">
<ul class="rd-navbar-nav">
<li><a href="index.html">Home</a> </li>
<li class="active"><a href="#">Elements</a>
<ul class="rd-navbar-dropdown">
<li><a href="buttons.html">Buttons</a></li>
<li><a href="forms.html">Forms</a></li>
<li><a href="grid.html">Grid</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="progress-bars.html">Progress Bars</a></li>
<li><a href="tables.html">Tables</a></li>
<li><a href="tabs-and-accordions.html">Tabs & Accordions</a></li>
<li><a href="pricing.html">Pricing Tables</a></li>
<li><a href="typography.html">Typography</a></li>
</ul>
</li>
<li><a href="services.html">Services</a>
<ul class="rd-navbar-dropdown tabs-nav">
<li><a href="services.html#ice-maker-repair">Ice Maker Repair</a></li>
<li><a href="services.html#stove-repair">Stove Repair</a></li>
<li><a href="services.html#appliance-parts">Appliance Parts</a></li>
<li><a href="services.html#microwave-repair">Microwave Repair</a></li>
<li><a href="services.html#washer-repair">Washer Repair</a></li>
<li><a href="services.html#refrigerator-repair">Refrigerator Repair</a></li>
<li><a href="services.html#range-hood-repair">Range Hood Repair</a></li>
</ul>
</li>
<li><a href="#">Pages</a>
<ul class="rd-navbar-megamenu">
<li>
<h6>Pages 1</h6>
<ul class="list-marked-variant-1">
<li><a href="about.html">About Us</a></li>
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="appointment.html">Make an Appointment</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="team-member-profile.html">Team Member Profile</a></li>
<li><a href="careers.html">Careers</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="maintenance.html">Maintenance</a></li>
</ul>
</li>
<li>
<h6>Pages 2</h6>
<ul class="list-marked-variant-1">
<li><a href="under-construction.html">Under construction</a></li>
<li><a href="login-register.html">Login/Register Page</a></li>
<li><a href="clients.html">Clients</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="search-results.html">Search results</a></li>
<li><a href="sitemap.html">Site Map</a></li>
<li><a href="404.html">404 Page</a></li>
<li><a href="503.html">503 Page</a></li>
</ul>
</li>
<li>
<h6>Services</h6>
<ul class="list-marked-variant-1">
<li><a href="services.html#ice-maker-repair">Ice Maker Repair</a></li>
<li><a href="services.html#stove-repair">Stove Repair</a></li>
<li><a href="services.html#appliance-parts">Appliance Parts</a></li>
<li><a href="services.html#microwave-repair">Microwave Repair</a></li>
<li><a href="services.html#washer-repair">Washer Repair</a></li>
<li><a href="services.html#refrigerator-repair">Refrigerator Repair</a></li>
<li><a href="services.html#range-hood-repair">Range Hood Repair</a></li>
</ul>
</li>
<li>
<h6>Blog</h6>
<ul class="list-marked-variant-1">
<li><a href="blog-post.html">Blog Post</a></li>
<li><a href="blog-sidebar.html">Sidebar Blog</a></li>
<li><a href="blog-grid.html">Grid Blog</a></li>
<li><a href="blog-masonry.html">Masonry Blog</a></li>
<li><a href="blog-modern.html">Modern Blog</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Gallery</a>
<ul class="rd-navbar-dropdown">
<li><a href="gallery-cobbles.html">Cobbles gallery</a></li>
<li><a href="gallery-grid.html">Grid padding gallery</a></li>
<li><a href="gallery-grid-without-padding.html">Grid without padding gallery</a></li>
<li><a href="gallery-masonry.html">Masonry Gallery</a></li>
</ul>
</li>
<li><a href="#">Blog</a>
<ul class="rd-navbar-dropdown">
<li><a href="blog-post.html">Blog Post</a></li>
<li><a href="blog-sidebar.html">Classic Blog</a></li>
<li><a href="blog-grid.html">Grid Blog</a></li>
<li><a href="blog-masonry.html">Masonry Blog</a></li>
<li><a href="blog-modern.html">Modern Blog</a></li>
</ul>
</li>
<li><a href="contacts.html">Contacts</a></li>
</ul>
<div class="rd-navbar-search">
<form action="../../../external.html?link=http://chipchipbook.com/template/service_repair2/search-results.html" method="GET" data-search-live="rd-search-results-live" class="rd-search">
<div class="form-group">
<label for="rd-search-form-input" class="form-label">Search...</label>
<input id="rd-search-form-input" type="text" name="s" autocomplete="off" class="form-control">
<div id="rd-search-results-live" class="rd-search-results-live"></div>
<button type="submit" class="rd-navbar-search-submit"></button>
</div>
</form>
<button data-rd-navbar-toggle=".rd-navbar-search" class="rd-navbar-search-toggle"></button>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<main class="page-content text-center text-sm-left">
<section class="section-40 section-lg-64 bg-gray-lighter">
<div class="breadcrumbs-wrap">
<div class="shell text-center">
<div class="wrap-sm-justify-horizontal">
<div class="text-sm-left">
<h1>Grid</h1>
</div>
<div class="offset-top-22 offset-sm-top-0 text-sm-right">
<ul class="breadcrumbs-custom">
<li><a href="index.html">Home</a></li>
<li><a href="#">Elements</a></li>
<li class="active">Grid</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="section-top-60 section-sm-top-90">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h5>Boxed Grid System</h5>
<hr>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-12">
<div class="grid-element">
<h6>1/1</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-6">
<div class="grid-element">
<h6>1/2</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
<div class="col-xs-6">
<div class="grid-element">
<h6>1/2</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-2">
<div class="grid-element grid-element-spacing-1">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element grid-element-spacing-1">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element grid-element-spacing-1">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element grid-element-spacing-1">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element grid-element-spacing-1">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element grid-element-spacing-1">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-8">
<div class="grid-element min-height-lg-204">
<h6>2/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section-60 section-sm-top-90 section-sm-bottom-110">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<h5>Full-Width Grid System</h5>
<hr>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-12">
<div class="grid-element">
<h6>1/1</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-6">
<div class="grid-element">
<h6>1/2</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
<div class="col-xs-6">
<div class="grid-element">
<h6>1/2</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-3">
<div class="grid-element">
<h6>1/4</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-2">
<div class="grid-element">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
<div class="col-xs-2">
<div class="grid-element">
<h6>1/6</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function.</p>
</div>
</div>
</div>
<div class="row grid-system-row offset-top-32">
<div class="col-xs-4">
<div class="grid-element">
<h6>1/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you.</p>
</div>
</div>
<div class="col-xs-8">
<div class="grid-element min-height-lg-184">
<h6>2/3</h6>
<p>Do you need tablet repair service? Its easy to fall in love with your tablet, as it offers the perfect combination of size and function. Whether you use it for work, school, or play, your tablet is a handy companion that is easy to take with you. If this convenience has been interrupted by damage or malfunction, we can fix the problem quickly so that you can enjoy your tablet again.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-foot bg-gray-dark">
<div class="shell text-center text-sm-left">
<div class="range range-sm-center">
<div class="cell-sm-10 cell-md-12">
<div class="range range-md-justify">
<div class="cell-sm-6 cell-md-3 wrap-lg-justify-vertical">
<div class="brand-wrap"><a href="index.html" class="brand"><img src="images/logo-light-250x40.png" alt="" width="250" height="40"/></a></div>
<div class="offset-top-30 offset-sm-top-65">
<ul class="list-inline list-inline-xs">
<li><a href="#" class="icon icon-xs icon-gray fa-facebook"></a></li>
<li><a href="#" class="icon icon-xs icon-gray fa-twitter"></a></li>
<li><a href="#" class="icon icon-xs icon-gray fa-pinterest-p"></a></li>
<li><a href="#" class="icon icon-xs icon-gray fa-vimeo"></a></li>
<li><a href="#" class="icon icon-xs icon-gray fa-google"></a></li>
<li><a href="#" class="icon icon-xs icon-gray fa-rss"></a></li>
</ul>
</div>
</div>
<div class="cell-sm-6 cell-md-4 offset-top-55 offset-sm-top-0">
<div class="max-width-300">
<h5 class="h5-variant-1">Newsletter</h5>
<hr>
<p class="offset-top-22">Keep up with the latest news, special offers and other discount information. Enter your e-mail and subscribe to our newsletter.</p>
<form data-form-output="form-output-global" data-form-type="subscribe" method="post" action="../../../external.html?link=http://chipchipbook.com/template/service_repair2/bat/rd-mailform.php" class="rd-mailform rd-mailform-inline rd-mailform-inline-sm offset-top-10">
<div class="form-group">
<label for="footer-subscribe-email" class="form-label">Enter your e-mail...</label>
<input id="footer-subscribe-email" type="email" name="email" data-constraints="@Email @Required" class="form-control">
</div>
<button type="submit" class="btn btn-xs btn-primary btn-no-shadow">subscribe</button>
</form>
</div>
</div>
<div class="cell-md-4 cell-lg-5 offset-top-55 offset-md-top-0">
<div class="range">
<div class="cell-xs-12">
<h5 class="h5-variant-1">Contact Us</h5>
<hr>
</div>
<div class="cell-xs-5 cell-sm-6 cell-md-12 cell-lg-6 offset-top-18 text-xs-left">
<address class="contact-info contact-info-contrast">
<div class="unit unit-xs-horizontal unit-spacing-xs">
<div class="unit-left icon-adjust-vertical"><span class="icon icon-xs icon-white mdi mdi-phone"></span></div>
<div class="unit-body"><span><a href="callto:#">1-800-9123</a></span><span><a href="callto:#">1-800-9124</a></span></div>
</div>
<div class="unit unit-xs-horizontal unit-middle unit-spacing-xs offset-top-22 offset-xs-top-18">
<div class="unit-left icon-adjust-vertical"><span class="icon icon-xs icon-white mdi mdi-email-outline"></span></div>
<div class="unit-body"><a href="../../../external.html?link=http://chipchipbook.com/cdn-cgi/l/email-protection#a88b" class="link-primary-contrast"><span class="__cf_email__" data-cfemail="ed84838b82ad8988808281848386c3829f8a">philip@gmail.com</span></a></div>
</div>
</address>
</div>
<div class="cell-xs-7 cell-sm-6 cell-md-12 cell-lg-6 offset-top-22 offset-xs-top-18 inset-lg-left-9 text-xs-left">
<address class="contact-info contact-info-contrast">
<div class="unit unit-xs-horizontal unit-spacing-xs">
<div class="unit-left icon-adjust-vertical"><span class="icon icon-xs icon-white mdi mdi-map-marker"></span></div>
<div class="unit-body"><a href="#" class="nowrap">2381 Rosecrans Ave, Suite 200 El <br>
CA 90245. USA</a></div>
</div>
<div class="unit unit-xs-horizontal unit-spacing-xs offset-top-22">
<div class="unit-left icon-adjust-vertical"><span class="icon icon-xs icon-white mdi fa-clock-o"></span></div>
<div class="unit-body"><span>Mon-Fri: 9:00am-6:30pm</span><span>Sat-Sun: 10:00am-6:00pm</span></div>
</div>
</address>
</div>
</div>
</div>
</div>
<div class="range offset-top-55 offset-sm-top-60 offset-lg-top-88">
<div class="cell-xs-12">
<p class="rights">© <span id="copyright-year"></span> All Rights Reserved <a href="privacy.html" class="link-gray">Terms of Use and Privacy Policy</a> </p>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<div id="form-output-global" class="snackbars"></div>
<div tabindex="-1" role="dialog" aria-hidden="true" class="pswp">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button title="Close (Esc)" class="pswp__button pswp__button--close"></button>
<button title="Share" class="pswp__button pswp__button--share"></button>
<button title="Toggle fullscreen" class="pswp__button pswp__button--fs"></button>
<button title="Zoom in/out" class="pswp__button pswp__button--zoom"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button title="Previous (arrow left)" class="pswp__button pswp__button--arrow--left"></button>
<button title="Next (arrow right)" class="pswp__button pswp__button--arrow--right"></button>
<div class="pswp__caption">
<div class="pswp__caption__cent"></div>
</div>
</div>
</div>
</div>
<div id="bottombar" class="Home_Popup_Banner_0_5540">
<div class="bb_open" style="display:none;">
<a class="exit-catfish" style="display:none;">X</a>
<marquee behavior="alternate">
<a target="_blank" href="../../../external.html?link=http://chipchipbook.com/template/themeTemplate/index.html" class="marquee-lnk"> <img src="images/theme_forest.png"/></a>
</marquee>
<a class="lnk-catfish"></a>
</div>
<div class="catfish-show">
<div class="bb_close"> <a id="closebb"></a> </div>
<div class="bottombar"></div>
</div>
</div>
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
</body>
<!-- End Google Tag Manager -->
<!-- Mirrored from chipchipbook.com/template/service_repair2/grid.html by HTTraQt Website Copier/1.x [Karbofos 2012-2015] Вт, 28 фев 2017 06:16:48 GMT -->
</html> | domservis/domservis.github.io | grid.html | HTML | mit | 37,127 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dashboard for D:\xampp\htdocs\Symfony1\src/Acme/DemoBundle</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="index.html">D:\xampp\htdocs\Symfony1\src</a> <span class="divider">/</span></li>
<li><a href="Acme.html">Acme</a> <span class="divider">/</span></li>
<li><a href="Acme_DemoBundle.html">DemoBundle</a></li>
<li class="active">(Dashboard)</li>
</ul>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="span6">
<h2>Class Coverage Distribution</h2>
<div id="classCoverageDistribution"></div>
</div>
<div class="span6">
<h2>Class Complexity</h2>
<div id="classComplexity"></div>
</div>
</div>
<div class="row">
<div class="span6">
<h2>Top Project Risks</h2>
<ul>
<li><a href="Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#7">DemoExtension</a> (72)</li>
<li><a href="Acme_DemoBundle_Controller_SecuredController.php.html#15">SecuredController</a> (42)</li>
<li><a href="Acme_DemoBundle_Controller_DemoController.php.html#14">DemoController</a> (20)</li>
<li><a href="Acme_DemoBundle_EventListener_ControllerListener.php.html#9">ControllerListener</a> (12)</li>
</ul>
</div>
<div class="span6">
<h2>Least Tested Methods</h2>
<ul>
<li><a href="Acme_DemoBundle_Form_ContactType.php.html#16">ContactType::getName</a> (0%)</li>
<li><a href="Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#12">DemoExtension::__construct</a> (0%)</li>
<li><a href="Acme_DemoBundle_Form_ContactType.php.html#10">ContactType::buildForm</a> (0%)</li>
<li><a href="Acme_DemoBundle_EventListener_ControllerListener.php.html#18">ControllerListener::onKernelController</a> (0%)</li>
<li><a href="Acme_DemoBundle_EventListener_ControllerListener.php.html#13">ControllerListener::__construct</a> (0%)</li>
<li><a href="Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#17">DemoExtension::setController</a> (0%)</li>
<li><a href="Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#25">DemoExtension::getFunctions</a> (0%)</li>
<li><a href="Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#77">DemoExtension::getName</a> (0%)</li>
<li><a href="Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#67">DemoExtension::getTemplateCode</a> (0%)</li>
<li><a href="Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#52">DemoExtension::getControllerCode</a> (0%)</li>
</ul>
</div>
</div>
<footer>
<p>
<small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 1.2.11</a> using <a href="http://www.php.net/" target="_top">PHP 5.4.25</a> and <a href="http://phpunit.de/">PHPUnit 3.7.21</a> at Mon Dec 8 14:08:36 CET 2014.</small>
</p>
</footer>
</div>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/highcharts.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
var classCoverageDistribution = new Highcharts.Chart({
chart: {
renderTo: 'classCoverageDistribution',
type: 'column'
},
title: {text: ''},
legend: {enabled: false},
credits: {enabled: false},
tooltip: {enabled: false},
xAxis: {
labels: {style: {fontSize: '8px'}},
categories: [
'0%','0-10%','10-20%','20-30%','30-40%','40-50%','50-60%','60-70%','70-80%','80-90%','90-100%','100%'
]
},
yAxis: {
title: '',
labels: {style: {fontSize: '8px'}},
},
series: [{
data: [8,0,0,0,0,0,0,0,0,0,0,1]
}],
});
var classComplexity = new Highcharts.Chart({
chart: {
renderTo: 'classComplexity',
type: 'scatter'
},
title: {text: ''},
legend: {enabled: false},
credits: {enabled: false},
xAxis: {
title: {text: 'Code Coverage (in percent)'},
labels: {enabled: true},
},
yAxis: {
title: {text: 'Cyclomatic Complexity'},
labels: {enabled: true},
},
tooltip: {
formatter: function() {
return this.point.config[2];
}
},
series: [{
data: [[100,0,"<a href=\"Acme_DemoBundle_AcmeDemoBundle.php.html#7\">AcmeDemoBundle<\/a>"],[0,2,"<a href=\"Acme_DemoBundle_Command_HelloWorldCommand.php.html#18\">HelloWorldCommand<\/a>"],[0,4,"<a href=\"Acme_DemoBundle_Controller_DemoController.php.html#14\">DemoController<\/a>"],[0,6,"<a href=\"Acme_DemoBundle_Controller_SecuredController.php.html#15\">SecuredController<\/a>"],[0,1,"<a href=\"Acme_DemoBundle_Controller_WelcomeController.php.html#7\">WelcomeController<\/a>"],[0,2,"<a href=\"Acme_DemoBundle_DependencyInjection_AcmeDemoExtension.php.html#10\">AcmeDemoExtension<\/a>"],[0,3,"<a href=\"Acme_DemoBundle_EventListener_ControllerListener.php.html#9\">ControllerListener<\/a>"],[0,2,"<a href=\"Acme_DemoBundle_Form_ContactType.php.html#8\">ContactType<\/a>"],[0,8,"<a href=\"Acme_DemoBundle_Twig_Extension_DemoExtension.php.html#7\">DemoExtension<\/a>"]],
marker: {
symbol: 'diamond'
}
}],
});
});
</script>
</body>
</html>
| archanasahoo/Symfony1 | web/cov/Acme_DemoBundle.dashboard.html | HTML | mit | 5,737 |
<form>
<div class="form-group">
<label for="pwd">Password:</label>
<!--<input (input)="buttonOnIfNotEmpty($event)" type="password" #password class="form-control" id="pwd">-->
<input type="password" #password class="form-control" id="pwd">
</div>
<!-- <div class="checkbox">
<label><input type="checkbox"> Remember me</label>
</div>-->
<button type="submit" (click)="onClickMe(password)" class="btn btn-default">Submit</button>
</form> | Shaileh/Shabus-Terminal-APP | Shabus-Terminal/src/app/my-driver-login/my-driver-login.component.html | HTML | mit | 459 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="scaffolded-by" content="https://github.com/google/stagehand">
<title>Cobblestone Example</title>
<script defer src="packages/browser/dart.js"></script>
<style>
canvas {
position: absolute;
left:0; right:0;
top:0; bottom:0;
margin:auto;
max-width:100%;
max-height:100%;
overflow:auto;
border: none;
}
</style>
</head>
<body>
<script defer src="example_geometry.dart" type="application/dart"></script>
<canvas id="draw-canvas" style="border: none;"></canvas>
</body>
</html> | specialcode/cobblestone | example/geometry/index.html | HTML | mit | 800 |
<!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.7.6: v8::Int32 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.7.6
</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_int32.html">Int32</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_int32-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::Int32 Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for v8::Int32:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_int32.png" usemap="#v8::Int32_map" alt=""/>
<map id="v8::Int32_map" name="v8::Int32_map">
<area href="classv8_1_1_integer.html" alt="v8::Integer" shape="rect" coords="0,224,80,248"/>
<area href="classv8_1_1_number.html" alt="v8::Number" shape="rect" coords="0,168,80,192"/>
<area href="classv8_1_1_primitive.html" alt="v8::Primitive" shape="rect" coords="0,112,80,136"/>
<area href="classv8_1_1_value.html" alt="v8::Value" shape="rect" coords="0,56,80,80"/>
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="0,0,80,24"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aaa0479d5559cdfcbfe81a7e23c27d06d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aaa0479d5559cdfcbfe81a7e23c27d06d"></a>
V8EXPORT int32_t </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:aaa0479d5559cdfcbfe81a7e23c27d06d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_integer"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_integer')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_integer.html">v8::Integer</a></td></tr>
<tr class="memitem:ab37942d41df96bf2cd7bb27ba79c4349 inherit pub_methods_classv8_1_1_integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab37942d41df96bf2cd7bb27ba79c4349"></a>
V8EXPORT int64_t </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:ab37942d41df96bf2cd7bb27ba79c4349 inherit pub_methods_classv8_1_1_integer"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_number"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_number')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_number.html">v8::Number</a></td></tr>
<tr class="memitem:a98717c8d0e7731e2ba57d2ccfbe62697 inherit pub_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a98717c8d0e7731e2ba57d2ccfbe62697"></a>
V8EXPORT double </td><td class="memItemRight" valign="bottom"><b>Value</b> () const </td></tr>
<tr class="separator:a98717c8d0e7731e2ba57d2ccfbe62697 inherit pub_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_value"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_value')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_value.html">v8::Value</a></td></tr>
<tr class="memitem:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#adeeae3576aecadc4176f94a415a70a90">IsUndefined</a> () const </td></tr>
<tr class="separator:adeeae3576aecadc4176f94a415a70a90 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a0757712320a9bcfe5fc0a099524d986f">IsNull</a> () const </td></tr>
<tr class="separator:a0757712320a9bcfe5fc0a099524d986f inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ae93277798682f4be9adc204a16c40591">IsTrue</a> () const </td></tr>
<tr class="separator:ae93277798682f4be9adc204a16c40591 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a265c208159ff3163ecda1e9f71b99115 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a265c208159ff3163ecda1e9f71b99115">IsFalse</a> () const </td></tr>
<tr class="separator:a265c208159ff3163ecda1e9f71b99115 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a> () const </td></tr>
<tr class="separator:ab23a34b7df62806808e01b0908bf5f00 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a33f329c93a9f417e2d05b438e6e5429c">IsFunction</a> () const </td></tr>
<tr class="separator:a33f329c93a9f417e2d05b438e6e5429c inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a95c39ad189c09630dd90ee5c1a7e89a1">IsArray</a> () const </td></tr>
<tr class="separator:a95c39ad189c09630dd90ee5c1a7e89a1 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a360f1fe4a8ee74382f571a12eb14a222">IsObject</a> () const </td></tr>
<tr class="separator:a360f1fe4a8ee74382f571a12eb14a222 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a6baff625780eac51413f2392250e81be">IsBoolean</a> () const </td></tr>
<tr class="separator:a6baff625780eac51413f2392250e81be inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a32003b217768f535a4728bbd16ebd7d5">IsNumber</a> () const </td></tr>
<tr class="separator:a32003b217768f535a4728bbd16ebd7d5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a7aed90ede9bf48b10f18cdb97d50fd1e">IsExternal</a> () const </td></tr>
<tr class="separator:a7aed90ede9bf48b10f18cdb97d50fd1e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a70d4afaccc7903e6a01f40a46ad04188">IsInt32</a> () const </td></tr>
<tr class="separator:a70d4afaccc7903e6a01f40a46ad04188 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2674a47b2550eb456a7ecfaf09d2f97e">IsUint32</a> () const </td></tr>
<tr class="separator:a2674a47b2550eb456a7ecfaf09d2f97e inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#abcdd87539238a68f8337bae7d0a9c1ac">IsDate</a> () const </td></tr>
<tr class="separator:abcdd87539238a68f8337bae7d0a9c1ac inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aebb6cd7cbb34771df1973aef2e544931 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#aebb6cd7cbb34771df1973aef2e544931">IsBooleanObject</a> () const </td></tr>
<tr class="separator:aebb6cd7cbb34771df1973aef2e544931 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2b4dd15e4135823a4bb1128a60c063cf inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2b4dd15e4135823a4bb1128a60c063cf">IsNumberObject</a> () const </td></tr>
<tr class="separator:a2b4dd15e4135823a4bb1128a60c063cf inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2ded13f1962fc1fa15eabc525fb433ee inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a2ded13f1962fc1fa15eabc525fb433ee">IsStringObject</a> () const </td></tr>
<tr class="separator:a2ded13f1962fc1fa15eabc525fb433ee inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a11293ed56e068b3bccdae482f2752f58 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a11293ed56e068b3bccdae482f2752f58">IsNativeError</a> () const </td></tr>
<tr class="separator:a11293ed56e068b3bccdae482f2752f58 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a36ba10231b5aaf6c63d8589cd53c9a73 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a36ba10231b5aaf6c63d8589cd53c9a73">IsRegExp</a> () const </td></tr>
<tr class="separator:a36ba10231b5aaf6c63d8589cd53c9a73 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:adb0df6e857c07ae754b032307d3b5dbe inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="adb0df6e857c07ae754b032307d3b5dbe"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_boolean.html">Boolean</a> > </td><td class="memItemRight" valign="bottom"><b>ToBoolean</b> () const </td></tr>
<tr class="separator:adb0df6e857c07ae754b032307d3b5dbe inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8c1789ff6f8986d0ab2dfb807b20f6c5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8c1789ff6f8986d0ab2dfb807b20f6c5"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>ToNumber</b> () const </td></tr>
<tr class="separator:a8c1789ff6f8986d0ab2dfb807b20f6c5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a170ac861b877d846c4a5d4365d493dd9 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a170ac861b877d846c4a5d4365d493dd9"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToString</b> () const </td></tr>
<tr class="separator:a170ac861b877d846c4a5d4365d493dd9 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5f1c2fff87d9b9b7f27a690f037df13a inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5f1c2fff87d9b9b7f27a690f037df13a"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><b>ToDetailString</b> () const </td></tr>
<tr class="separator:a5f1c2fff87d9b9b7f27a690f037df13a inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5b604dcae6581adb11de6f4fad43d1db inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5b604dcae6581adb11de6f4fad43d1db"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><b>ToObject</b> () const </td></tr>
<tr class="separator:a5b604dcae6581adb11de6f4fad43d1db inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a361a09e3647fc2c8048cc721f4b80b2d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a361a09e3647fc2c8048cc721f4b80b2d"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ToInteger</b> () const </td></tr>
<tr class="separator:a361a09e3647fc2c8048cc721f4b80b2d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acaaf19acb4ff3f64f9ec39b95b3894ca inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acaaf19acb4ff3f64f9ec39b95b3894ca"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><b>ToUint32</b> () const </td></tr>
<tr class="separator:acaaf19acb4ff3f64f9ec39b95b3894ca inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aff185348c35e787a2994d81bafcea922 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aff185348c35e787a2994d81bafcea922"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_int32.html">Int32</a> > </td><td class="memItemRight" valign="bottom"><b>ToInt32</b> () const </td></tr>
<tr class="separator:aff185348c35e787a2994d81bafcea922 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab6b19a1e5aa5df50dfbb5d2ffa60bcdc inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_uint32.html">Uint32</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#ab6b19a1e5aa5df50dfbb5d2ffa60bcdc">ToArrayIndex</a> () const </td></tr>
<tr class="separator:ab6b19a1e5aa5df50dfbb5d2ffa60bcdc inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a800fa027ad660d8ba9282acaaf10b03d inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a800fa027ad660d8ba9282acaaf10b03d"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>BooleanValue</b> () const </td></tr>
<tr class="separator:a800fa027ad660d8ba9282acaaf10b03d inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6eac2b07dced58f1761bbfd53bf0e366 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6eac2b07dced58f1761bbfd53bf0e366"></a>
V8EXPORT double </td><td class="memItemRight" valign="bottom"><b>NumberValue</b> () const </td></tr>
<tr class="separator:a6eac2b07dced58f1761bbfd53bf0e366 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae7a830af487dd14c32c3eb9a25981ab4 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae7a830af487dd14c32c3eb9a25981ab4"></a>
V8EXPORT int64_t </td><td class="memItemRight" valign="bottom"><b>IntegerValue</b> () const </td></tr>
<tr class="separator:ae7a830af487dd14c32c3eb9a25981ab4 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7c36509ca7a9f004f115360fd5a15940 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7c36509ca7a9f004f115360fd5a15940"></a>
V8EXPORT uint32_t </td><td class="memItemRight" valign="bottom"><b>Uint32Value</b> () const </td></tr>
<tr class="separator:a7c36509ca7a9f004f115360fd5a15940 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a60da7aefcf822457a338823c3d350fd5 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a60da7aefcf822457a338823c3d350fd5"></a>
V8EXPORT int32_t </td><td class="memItemRight" valign="bottom"><b>Int32Value</b> () const </td></tr>
<tr class="separator:a60da7aefcf822457a338823c3d350fd5 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a643fcf5c7c6136d819b0b4927f8d1724 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_value.html#a643fcf5c7c6136d819b0b4927f8d1724">Equals</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:a643fcf5c7c6136d819b0b4927f8d1724 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab0fbab751e53493f77879c5fa431dca1 inherit pub_methods_classv8_1_1_value"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab0fbab751e53493f77879c5fa431dca1"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>StrictEquals</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > that) const </td></tr>
<tr class="separator:ab0fbab751e53493f77879c5fa431dca1 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_integer"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_integer')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_integer.html">v8::Integer</a></td></tr>
<tr class="memitem:ab715913de664ee8934282de7b3ce4896 inherit pub_static_methods_classv8_1_1_integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab715913de664ee8934282de7b3ce4896"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (int32_t value)</td></tr>
<tr class="separator:ab715913de664ee8934282de7b3ce4896 inherit pub_static_methods_classv8_1_1_integer"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5303f8909cf43e495c9524c923d5ffbe inherit pub_static_methods_classv8_1_1_integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5303f8909cf43e495c9524c923d5ffbe"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>NewFromUnsigned</b> (uint32_t value)</td></tr>
<tr class="separator:a5303f8909cf43e495c9524c923d5ffbe inherit pub_static_methods_classv8_1_1_integer"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a886f73d3d8bb91f8235f66d8dccec12a inherit pub_static_methods_classv8_1_1_integer"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a886f73d3d8bb91f8235f66d8dccec12a"></a>
static <a class="el" href="classv8_1_1_integer.html">Integer</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">v8::Value</a> *obj)</td></tr>
<tr class="separator:a886f73d3d8bb91f8235f66d8dccec12a inherit pub_static_methods_classv8_1_1_integer"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_number"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_number')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_number.html">v8::Number</a></td></tr>
<tr class="memitem:a527a9e071536ca2cf57ce2eabea0bf36 inherit pub_static_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a527a9e071536ca2cf57ce2eabea0bf36"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_number.html">Number</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (double value)</td></tr>
<tr class="separator:a527a9e071536ca2cf57ce2eabea0bf36 inherit pub_static_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1_number"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a053d48e0003104308963a4a7e3881912"></a>
static <a class="el" href="classv8_1_1_number.html">Number</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">v8::Value</a> *obj)</td></tr>
<tr class="separator:a053d48e0003104308963a4a7e3881912 inherit pub_static_methods_classv8_1_1_number"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A JavaScript value representing a 32-bit signed integer. </p>
</div><hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:48:09 for V8 API Reference Guide for node.js v0.7.6 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 | 4e85257/html/classv8_1_1_int32.html | HTML | mit | 29,094 |
<!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>Links</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex" />
<style type="text/css">
body {
width:600px;
margin:50px auto;
font:14px/1.5 'Trebuchet MS', sans-serif;
text-align:center;
background-color:#fafafa;
}K
h1 {
margin:0;
color:#7D8B99;
font-size:180px;
}
h3{
color:#7D8B99;
font-size: 40px;
}
h2{
color:#7D8B99;
font-size: 30px;
}
a {
color:#2EB695;
text-decoration:none;
}
p {
color:#7D8B99;
}
</style>
</head>
<body>
<h2>Links</h2>
<p><a href="http://pdcblog.tk">量子复合态</a></p>
<p><a href="https://tea9.github.io/">tea9</a></p>
<p><a href="https://sunbossrs.github.io">SunbossRS</a></p>
<p><a href="https://blue-bird1.github.io">青鸟 Blog</a></p>
<p><a href="https://inoit.github.io">滑稽inoit的博客</a> </p>
<p><a href="http://www.vandarkholme.com//">Van Darkholme Blog</a></p>
<p><a href="https://ray-eldath.github.io">Eldath</a></p>
<p><a href="http://glavo.org">Glavo</a></p>
<p><a href="https://icela.github.io">Frice Engine</a></p>
<p><a href="http://ice1000.org">Ice1000</a></p>
<p><a href="http://bbs.makertime.org">MakerTime</a></p>
<p><a href="http://arcll.cn">ArcLL</a></p>
<h2><a href="http://gloomyghost.com">回主页</a> </h2>
</body></html>
| 740291272/740291272.github.io | links.html | HTML | mit | 1,742 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>web2py.gluon.rocket.WSGIWorker</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="web2py.gluon-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
Package web2py ::
<a href="web2py.gluon-module.html">Package gluon</a> ::
<a href="web2py.gluon.rocket-module.html">Module rocket</a> ::
Class WSGIWorker
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="web2py.gluon.rocket.WSGIWorker-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class WSGIWorker</h1><span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker">source code</a></span><br /><br />
<pre class="base-tree">
object --+
|
threading._Verbose --+
|
threading.Thread --+
|
<a href="web2py.gluon.rocket.Worker-class.html">Worker</a> --+
|
<strong class="uidshort">WSGIWorker</strong>
</pre>
<hr />
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="web2py.gluon.rocket.WSGIWorker-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">*args</span>,
<span class="summary-sig-arg">**kwargs</span>)</span><br />
Builds some instance variables that will last the life of the
thread.</td>
<td align="right" valign="top">
<span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.__init__">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="build_environ"></a><span class="summary-sig-name">build_environ</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">sock_file</span>,
<span class="summary-sig-arg">conn</span>)</span><br />
Build the execution environment.</td>
<td align="right" valign="top">
<span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.build_environ">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="send_headers"></a><span class="summary-sig-name">send_headers</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">data</span>,
<span class="summary-sig-arg">sections</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.send_headers">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="write_warning"></a><span class="summary-sig-name">write_warning</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">data</span>,
<span class="summary-sig-arg">sections</span>=<span class="summary-sig-default">threading.local()</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.write_warning">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="write"></a><span class="summary-sig-name">write</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">data</span>,
<span class="summary-sig-arg">sections</span>=<span class="summary-sig-default">threading.local()</span>)</span><br />
Write the data to the output socket.</td>
<td align="right" valign="top">
<span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.write">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="start_response"></a><span class="summary-sig-name">start_response</span>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">status</span>,
<span class="summary-sig-arg">response_headers</span>,
<span class="summary-sig-arg">exc_info</span>=<span class="summary-sig-default">threading.local()</span>)</span><br />
Store the HTTP status and headers to be sent when self.write is
called.</td>
<td align="right" valign="top">
<span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.start_response">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="web2py.gluon.rocket.WSGIWorker-class.html#run_app" class="summary-sig-name">run_app</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">conn</span>)</span></td>
<td align="right" valign="top">
<span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.run_app">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="web2py.gluon.rocket.Worker-class.html">Worker</a></code></b>:
<code><a href="web2py.gluon.rocket.Worker-class.html#read_headers">read_headers</a></code>,
<code><a href="web2py.gluon.rocket.Worker-class.html#read_request_line">read_request_line</a></code>,
<code><a href="web2py.gluon.rocket.Worker-class.html#run">run</a></code>,
<code><a href="web2py.gluon.rocket.Worker-class.html#send_response">send_response</a></code>
</p>
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="web2py.gluon.rocket.Worker-class.html">Worker</a></code></b> (private):
<code><a href="web2py.gluon.rocket.Worker-class.html#_handleError">_handleError</a></code>,
<code><a href="web2py.gluon.rocket.Worker-class.html#_read_request_line_jython">_read_request_line_jython</a></code>
</p></div>
<p class="indent-wrapped-lines"><b>Inherited from <code>threading.Thread</code></b>:
<code>__repr__</code>,
<code>getName</code>,
<code>isAlive</code>,
<code>isDaemon</code>,
<code>join</code>,
<code>setDaemon</code>,
<code>setName</code>,
<code>start</code>
</p>
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code>threading.Thread</code></b> (private):
<code>_set_daemon</code>
</p></div>
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code>threading._Verbose</code></b> (private):
<code>_note</code>
</p></div>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__delattr__</code>,
<code>__getattribute__</code>,
<code>__hash__</code>,
<code>__new__</code>,
<code>__reduce__</code>,
<code>__reduce_ex__</code>,
<code>__setattr__</code>,
<code>__str__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Properties</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Properties"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="__init__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">*args</span>,
<span class="sig-arg">**kwargs</span>)</span>
<br /><em class="fname">(Constructor)</em>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.__init__">source code</a></span>
</td>
</table>
Builds some instance variables that will last the life of the
thread.
<dl class="fields">
<dt>Overrides:
<a href="web2py.gluon.rocket.Worker-class.html#__init__">Worker.__init__</a>
</dt>
</dl>
</td></tr></table>
</div>
<a name="run_app"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">run_app</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">conn</span>)</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="web2py.gluon.rocket-pysrc.html#WSGIWorker.run_app">source code</a></span>
</td>
</table>
<dl class="fields">
<dt>Overrides:
<a href="web2py.gluon.rocket.Worker-class.html#run_app">Worker.run_app</a>
</dt>
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="web2py.gluon-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.web2py.com">web2py Web Framework</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0beta1 on Sun Oct 21 16:56:53 2012
</td>
<td align="right" class="footer">
<a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie()
// -->
</script>
</body>
</html>
| andersonsilvade/python_C | Python32/web2py/applications/examples/static/epydoc/web2py.gluon.rocket.WSGIWorker-class.html | HTML | mit | 16,509 |
<div class="app-modal-background" [class.visible]="visible === true">
<div class="app-modal" [class.visible]="visible === true">
<form (ngSubmit)="submit()" #addForm="ngForm">
<h2>{{ 'Edit Form Field' | translate }}</h2>
<div class="app-modal-body">
<label>{{ 'Label' | translate }}</label>
<input id="hashedit-edit-form-field-label" type="text" maxlength="128" placeholder="" required
[(ngModel)]="model.label"
name="label">
<label>{{ 'Type' | translate }}</label>
<select id="hashedit-edit-form-field-type"
[(ngModel)]="model.type"
name="isNested">
<option value="text">{{ 'Text' | translate }}</option>
<option value="email">{{ 'Email' | translate }}</option>
<option value="number">{{ 'Number' | translate }}</option>
<option value="url">{{ 'URL' | translate }}</option>
<option value="tel">{{ 'Telephone' | translate }}</option>
<option value="date">{{ 'Date' | translate }}</option>
<option value="time">{{ 'Time' | translate }}</option>
<option value="textarea">{{ 'Textarea' | translate }}</option>
<option value="select">{{ 'Select List' | translate }}</option>
<option value="radiolist">{{ 'Radio List' | translate }}</option>
<option value="checklist">{{ 'Checkbox List' | translate }}</option>
</select>
<label>{{ 'Required?' | translate }}</label>
<select id="hashedit-edit-form-field-required"
[(ngModel)]="model.required"
name="required">
<option value="true">{{ 'Yes' | translate }}</option>
<option value="false">{{ 'No' | translate }}</option>
</select>
<label>{{ 'Options' | translate }}</label>
<input id="hashedit-edit-form-field-options" type="text" maxlength="128" placeholder=""
[(ngModel)]="model.options"
name="options">
<label>{{ 'Helper Text' | translate }}</label>
<input id="hashedit-edit-form-field-options" type="text" maxlength="128" placeholder=""
[(ngModel)]="model.helperText"
name="helperText">
<label>{{ 'Placeholder' | translate }}</label>
<input id="hashedit-edit-form-field-options" type="text" maxlength="128" placeholder=""
[(ngModel)]="model.placeholder"
name="placeholder">
<label>{{ 'CSS Class' | translate }}</label>
<input id="hashedit-edit-form-field-cssclass" type="text" maxlength="128" placeholder=""
[(ngModel)]="model.cssClass"
name="cssClass">
</div>
<!-- /.app-modal-body -->
<div class="actions">
<a (click)="hide()">{{ 'Cancel' | translate }}</a>
<button type="submit">{{ 'Update' | translate }}</button>
</div>
</form>
</div>
</div> | madoublet/respond-ui | src/shared/components/forms/edit-form-field/edit-form-field.component.html | HTML | mit | 2,759 |
---
---
<p><b>
<font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#CC6600">
SPECIAL TOPIC IN OPERATOR THEORY</font></b></p>
<p><span style="font-size: 12.0pt">Quick review of the theory of bounded
operators on a Hilbert space compact</span><b><span style="font-size: 11.0pt">
</span></b><span style="font-size: 11.0pt">operators, Fredholm operators,
spectral theory of compact </span><span style="font-size:12.0pt">self-adjoint
operators.</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt">Spectral theorem and
functional calculus for a bounded self-adjoint operator.</span></p>
<p class="MsoNormal"><span style="font-size: 12.0pt">Unbounded operators -
examples, spectral theorem and functional calculus for </span><span style="font-size:12.0pt">an
unbounded self-adjoint operator.</span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt">Schatten p-classes- interpolation.</span></p>
<p class="MsoNormal"><span style="font-size: 11.0pt">Krein's spectral shift
function</span></p>
<p class="MsoNormal"><b><span style="font-size: 11.0pt">Prerequisite : MA 223</span></b></p>
<p><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Books</b></font></p>
<ul>
<li>
<p class="MsoNormal" style="text-align:justify">
<span style="font-size:11.0pt">Conway, J. B., A course in functional
analysis, Springer.</span></li>
<li>
<p class="MsoNormal" style="text-align:justify">
<span style="font-size:11.0pt">Amrein, W. O., Jauch, J. M., and Sinha,
K. B., Scattering theory in quantum mechanics, W. A. Benjamin Inc.</span></li>
</ul>
<p class="MsoNormal"><span style="font-size:11.0pt">.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"> </span></p>
| siddhartha-gadgil/www.math.iisc.ernet.in | docs/courses/jan-july2009/operator_theory.html | HTML | mit | 2,157 |
---
layout: default
---
<div class="container">
<div class="row">
<ul class="posts">
{% for post in paginator.posts %}
{% assign minutes = post.content | number_of_words | divided_by: 180 %}
{% if minutes == 0 %}
{% assign read-time = site.less_than_minute %}
{% else %}
{% assign read-time = minutes | append: " " | append: site.var_min_read %}
{% endif %}
<li>
<article>
<h2 class="clearfix"><a class="post-title" href="{{post.url}}">{{post.title}}</a></h2>
<span class="meta">{{post.date | date_to_string }} • {{ read-time }} min read</span>
<p class="posts-description">{{post.description}}</p>
</article>
</li>
{% endfor %}
</ul>
{% include pagination.html %}
</div>
</div>
| KleoPetroff/kleopetroff.github.io | index.html | HTML | mit | 991 |
<!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="./fdef8d984a22bf0929d5727db485ea3901dd6c9a8439f6c2fb943898c1c0ac50.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/68970bfe66c6f0666ee3f28632352066cb5e49e181f43b17efaee6daf9b6b9d7.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Phaser Source: tween/Easing.js</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">Phaser</a>
<ul class="nav">
<li class="dropdown">
<a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-0">
<a href="Phaser.html">Phaser</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li class="class-depth-1">
<a href="Phaser.Animation.html">Animation</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationManager.html">AnimationManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.AnimationParser.html">AnimationParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ArrayList.html">ArrayList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapData.html">BitmapData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.BitmapText.html">BitmapText</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Button.html">Button</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Cache.html">Cache</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Camera.html">Camera</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Canvas.html">Canvas</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Circle.html">Circle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Color.html">Color</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Device.html">Device</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Easing.html">Easing</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Back.html">Back</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Bounce.html">Bounce</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Circular.html">Circular</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Cubic.html">Cubic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Elastic.html">Elastic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Exponential.html">Exponential</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Linear.html">Linear</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quadratic.html">Quadratic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quartic.html">Quartic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Quintic.html">Quintic</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Ellipse.html">Ellipse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Events.html">Events</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Filter.html">Filter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Frame.html">Frame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.FrameData.html">FrameData</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Game.html">Game</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectCreator.html">GameObjectCreator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GameObjectFactory.html">GameObjectFactory</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Gamepad.html">Gamepad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.GamepadButton.html">GamepadButton</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Graphics.html">Graphics</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Group.html">Group</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Image.html">Image</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Input.html">Input</a>
</li>
<li class="class-depth-1">
<a href="Phaser.InputHandler.html">InputHandler</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Key.html">Key</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Keyboard.html">Keyboard</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Line.html">Line</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LinkedList.html">LinkedList</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Loader.html">Loader</a>
</li>
<li class="class-depth-1">
<a href="Phaser.LoaderParser.html">LoaderParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Math.html">Math</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Mouse.html">Mouse</a>
</li>
<li class="class-depth-1">
<a href="Phaser.MSPointer.html">MSPointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Net.html">Net</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particle.html">Particle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Particles.html">Particles</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Physics.html">Physics</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Arcade.html">Arcade</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Arcade.Body.html">Body</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.Ninja.html">Ninja</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.AABB.html">AABB</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Circle.html">Circle</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.Ninja.Tile.html">Tile</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Physics.P2.html">P2</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Body.html">Body</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Material.html">Material</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a>
</li>
<li class="class-depth-3">
<a href="Phaser.Physics.P2.Spring.html">Spring</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Plugin.html">Plugin</a>
</li>
<li class="class-depth-1">
<a href="Phaser.PluginManager.html">PluginManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Point.html">Point</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Pointer.html">Pointer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Polygon.html">Polygon</a>
</li>
<li class="class-depth-1">
<a href="Phaser.QuadTree.html">QuadTree</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Rectangle.html">Rectangle</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RenderTexture.html">RenderTexture</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a>
</li>
<li class="class-depth-1">
<a href="Phaser.RetroFont.html">RetroFont</a>
</li>
<li class="class-depth-1">
<a href="Phaser.ScaleManager.html">ScaleManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Signal.html">Signal</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SignalBinding.html">SignalBinding</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SinglePad.html">SinglePad</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sound.html">Sound</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SoundManager.html">SoundManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Sprite.html">Sprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.SpriteBatch.html">SpriteBatch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Stage.html">Stage</a>
</li>
<li class="class-depth-1">
<a href="Phaser.State.html">State</a>
</li>
<li class="class-depth-1">
<a href="Phaser.StateManager.html">StateManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Text.html">Text</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tile.html">Tile</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tilemap.html">Tilemap</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapLayer.html">TilemapLayer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TilemapParser.html">TilemapParser</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tileset.html">Tileset</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TileSprite.html">TileSprite</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Time.html">Time</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Timer.html">Timer</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TimerEvent.html">TimerEvent</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Touch.html">Touch</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Tween.html">Tween</a>
</li>
<li class="class-depth-1">
<a href="Phaser.TweenManager.html">TweenManager</a>
</li>
<li class="class-depth-1">
<a href="Phaser.Utils.html">Utils</a>
</li>
<li class="class-depth-2">
<a href="Phaser.Utils.Debug.html">Debug</a>
</li>
<li class="class-depth-1">
<a href="Phaser.World.html">World</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main">
<h1 class="page-title">Source: tween/Easing.js</h1>
<section>
<article>
<pre class="sunlight-highlight-javascript linenums">/* jshint curly: false */
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2014 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* A collection of easing methods defining ease-in ease-out curves.
*
* @class Phaser.Easing
*/
Phaser.Easing = {
/**
* Linear easing.
*
* @class Phaser.Easing.Linear
*/
Linear: {
/**
* Ease-in.
*
* @method Phaser.Easing.Linear#In
* @param {number} k - The value to be tweened.
* @returns {number} k^2.
*/
None: function ( k ) {
return k;
}
},
/**
* Quadratic easing.
*
* @class Phaser.Easing.Quadratic
*/
Quadratic: {
/**
* Ease-in.
*
* @method Phaser.Easing.Quadratic#In
* @param {number} k - The value to be tweened.
* @returns {number} k^2.
*/
In: function ( k ) {
return k * k;
},
/**
* Ease-out.
*
* @method Phaser.Easing.Quadratic#Out
* @param {number} k - The value to be tweened.
* @returns {number} k* (2-k).
*/
Out: function ( k ) {
return k * ( 2 - k );
},
/**
* Ease-in/out.
*
* @method Phaser.Easing.Quadratic#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
if ( ( k *= 2 ) < 1 ) return 0.5 * k * k;
return - 0.5 * ( --k * ( k - 2 ) - 1 );
}
},
/**
* Cubic easing.
*
* @class Phaser.Easing.Cubic
*/
Cubic: {
/**
* Cubic ease-in.
*
* @method Phaser.Easing.Cubic#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
return k * k * k;
},
/**
* Cubic ease-out.
*
* @method Phaser.Easing.Cubic#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
return --k * k * k + 1;
},
/**
* Cubic ease-in/out.
*
* @method Phaser.Easing.Cubic#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
if ( ( k *= 2 ) < 1 ) return 0.5 * k * k * k;
return 0.5 * ( ( k -= 2 ) * k * k + 2 );
}
},
/**
* Quartic easing.
*
* @class Phaser.Easing.Quartic
*/
Quartic: {
/**
* Quartic ease-in.
*
* @method Phaser.Easing.Quartic#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
return k * k * k * k;
},
/**
* Quartic ease-out.
*
* @method Phaser.Easing.Quartic#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
return 1 - ( --k * k * k * k );
},
/**
* Quartic ease-in/out.
*
* @method Phaser.Easing.Quartic#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
if ( ( k *= 2 ) < 1) return 0.5 * k * k * k * k;
return - 0.5 * ( ( k -= 2 ) * k * k * k - 2 );
}
},
/**
* Quintic easing.
*
* @class Phaser.Easing.Quintic
*/
Quintic: {
/**
* Quintic ease-in.
*
* @method Phaser.Easing.Quintic#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
return k * k * k * k * k;
},
/**
* Quintic ease-out.
*
* @method Phaser.Easing.Quintic#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
return --k * k * k * k * k + 1;
},
/**
* Quintic ease-in/out.
*
* @method Phaser.Easing.Quintic#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
if ( ( k *= 2 ) < 1 ) return 0.5 * k * k * k * k * k;
return 0.5 * ( ( k -= 2 ) * k * k * k * k + 2 );
}
},
/**
* Sinusoidal easing.
*
* @class Phaser.Easing.Sinusoidal
*/
Sinusoidal: {
/**
* Sinusoidal ease-in.
*
* @method Phaser.Easing.Sinusoidal#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
return 1 - Math.cos( k * Math.PI / 2 );
},
/**
* Sinusoidal ease-out.
*
* @method Phaser.Easing.Sinusoidal#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
return Math.sin( k * Math.PI / 2 );
},
/**
* Sinusoidal ease-in/out.
*
* @method Phaser.Easing.Sinusoidal#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
return 0.5 * ( 1 - Math.cos( Math.PI * k ) );
}
},
/**
* Exponential easing.
*
* @class Phaser.Easing.Exponential
*/
Exponential: {
/**
* Exponential ease-in.
*
* @method Phaser.Easing.Exponential#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
return k === 0 ? 0 : Math.pow( 1024, k - 1 );
},
/**
* Exponential ease-out.
*
* @method Phaser.Easing.Exponential#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
return k === 1 ? 1 : 1 - Math.pow( 2, - 10 * k );
},
/**
* Exponential ease-in/out.
*
* @method Phaser.Easing.Exponential#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
if ( k === 0 ) return 0;
if ( k === 1 ) return 1;
if ( ( k *= 2 ) < 1 ) return 0.5 * Math.pow( 1024, k - 1 );
return 0.5 * ( - Math.pow( 2, - 10 * ( k - 1 ) ) + 2 );
}
},
/**
* Circular easing.
*
* @class Phaser.Easing.Circular
*/
Circular: {
/**
* Circular ease-in.
*
* @method Phaser.Easing.Circular#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
return 1 - Math.sqrt( 1 - k * k );
},
/**
* Circular ease-out.
*
* @method Phaser.Easing.Circular#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
return Math.sqrt( 1 - ( --k * k ) );
},
/**
* Circular ease-in/out.
*
* @method Phaser.Easing.Circular#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
if ( ( k *= 2 ) < 1) return - 0.5 * ( Math.sqrt( 1 - k * k) - 1);
return 0.5 * ( Math.sqrt( 1 - ( k -= 2) * k) + 1);
}
},
/**
* Elastic easing.
*
* @class Phaser.Easing.Elastic
*/
Elastic: {
/**
* Elastic ease-in.
*
* @method Phaser.Easing.Elastic#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
var s, a = 0.1, p = 0.4;
if ( k === 0 ) return 0;
if ( k === 1 ) return 1;
if ( !a || a < 1 ) { a = 1; s = p / 4; }
else s = p * Math.asin( 1 / a ) / ( 2 * Math.PI );
return - ( a * Math.pow( 2, 10 * ( k -= 1 ) ) * Math.sin( ( k - s ) * ( 2 * Math.PI ) / p ) );
},
/**
* Elastic ease-out.
*
* @method Phaser.Easing.Elastic#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
var s, a = 0.1, p = 0.4;
if ( k === 0 ) return 0;
if ( k === 1 ) return 1;
if ( !a || a < 1 ) { a = 1; s = p / 4; }
else s = p * Math.asin( 1 / a ) / ( 2 * Math.PI );
return ( a * Math.pow( 2, - 10 * k) * Math.sin( ( k - s ) * ( 2 * Math.PI ) / p ) + 1 );
},
/**
* Elastic ease-in/out.
*
* @method Phaser.Easing.Elastic#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
var s, a = 0.1, p = 0.4;
if ( k === 0 ) return 0;
if ( k === 1 ) return 1;
if ( !a || a < 1 ) { a = 1; s = p / 4; }
else s = p * Math.asin( 1 / a ) / ( 2 * Math.PI );
if ( ( k *= 2 ) < 1 ) return - 0.5 * ( a * Math.pow( 2, 10 * ( k -= 1 ) ) * Math.sin( ( k - s ) * ( 2 * Math.PI ) / p ) );
return a * Math.pow( 2, -10 * ( k -= 1 ) ) * Math.sin( ( k - s ) * ( 2 * Math.PI ) / p ) * 0.5 + 1;
}
},
/**
* Back easing.
*
* @class Phaser.Easing.Back
*/
Back: {
/**
* Back ease-in.
*
* @method Phaser.Easing.Back#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
var s = 1.70158;
return k * k * ( ( s + 1 ) * k - s );
},
/**
* Back ease-out.
*
* @method Phaser.Easing.Back#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
var s = 1.70158;
return --k * k * ( ( s + 1 ) * k + s ) + 1;
},
/**
* Back ease-in/out.
*
* @method Phaser.Easing.Back#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
var s = 1.70158 * 1.525;
if ( ( k *= 2 ) < 1 ) return 0.5 * ( k * k * ( ( s + 1 ) * k - s ) );
return 0.5 * ( ( k -= 2 ) * k * ( ( s + 1 ) * k + s ) + 2 );
}
},
/**
* Bounce easing.
*
* @class Phaser.Easing.Bounce
*/
Bounce: {
/**
* Bounce ease-in.
*
* @method Phaser.Easing.Bounce#In
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
In: function ( k ) {
return 1 - Phaser.Easing.Bounce.Out( 1 - k );
},
/**
* Bounce ease-out.
*
* @method Phaser.Easing.Bounce#Out
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
Out: function ( k ) {
if ( k < ( 1 / 2.75 ) ) {
return 7.5625 * k * k;
} else if ( k < ( 2 / 2.75 ) ) {
return 7.5625 * ( k -= ( 1.5 / 2.75 ) ) * k + 0.75;
} else if ( k < ( 2.5 / 2.75 ) ) {
return 7.5625 * ( k -= ( 2.25 / 2.75 ) ) * k + 0.9375;
} else {
return 7.5625 * ( k -= ( 2.625 / 2.75 ) ) * k + 0.984375;
}
},
/**
* Bounce ease-in/out.
*
* @method Phaser.Easing.Bounce#InOut
* @param {number} k - The value to be tweened.
* @returns {number} The tweened value.
*/
InOut: function ( k ) {
if ( k < 0.5 ) return Phaser.Easing.Bounce.In( k * 2 ) * 0.5;
return Phaser.Easing.Bounce.Out( k * 2 - 1 ) * 0.5 + 0.5;
}
}
};
</pre>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Phaser Copyright © 2012-2014 Photon Storm Ltd.
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-dev</a>
on Tue Apr 29 2014 14:51:16 GMT+0100 (BST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function(i, heading, prefix) {
return $(heading).attr("id") || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html>
| BoldBigflank/attbee | docs/Easing.js.html | HTML | mit | 28,029 |
<HTML>
<BODY BGCOLOR="white">
<PRE>
<FONT color="green">001</FONT> /*<a name="line.1"></a>
<FONT color="green">002</FONT> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a>
<FONT color="green">003</FONT> * contributor license agreements. See the NOTICE file distributed with<a name="line.3"></a>
<FONT color="green">004</FONT> * this work for additional information regarding copyright ownership.<a name="line.4"></a>
<FONT color="green">005</FONT> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.5"></a>
<FONT color="green">006</FONT> * (the "License"); you may not use this file except in compliance with<a name="line.6"></a>
<FONT color="green">007</FONT> * the License. You may obtain a copy of the License at<a name="line.7"></a>
<FONT color="green">008</FONT> *<a name="line.8"></a>
<FONT color="green">009</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a>
<FONT color="green">010</FONT> *<a name="line.10"></a>
<FONT color="green">011</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a>
<FONT color="green">012</FONT> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.12"></a>
<FONT color="green">013</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a>
<FONT color="green">014</FONT> * See the License for the specific language governing permissions and<a name="line.14"></a>
<FONT color="green">015</FONT> * limitations under the License.<a name="line.15"></a>
<FONT color="green">016</FONT> */<a name="line.16"></a>
<FONT color="green">017</FONT> <a name="line.17"></a>
<FONT color="green">018</FONT> package org.apache.commons.math3.analysis.function;<a name="line.18"></a>
<FONT color="green">019</FONT> <a name="line.19"></a>
<FONT color="green">020</FONT> import org.apache.commons.math3.analysis.DifferentiableUnivariateFunction;<a name="line.20"></a>
<FONT color="green">021</FONT> import org.apache.commons.math3.analysis.differentiation.DerivativeStructure;<a name="line.21"></a>
<FONT color="green">022</FONT> import org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableFunction;<a name="line.22"></a>
<FONT color="green">023</FONT> <a name="line.23"></a>
<FONT color="green">024</FONT> /**<a name="line.24"></a>
<FONT color="green">025</FONT> * Minus function.<a name="line.25"></a>
<FONT color="green">026</FONT> *<a name="line.26"></a>
<FONT color="green">027</FONT> * @since 3.0<a name="line.27"></a>
<FONT color="green">028</FONT> * @version $Id: Minus.java 1424087 2012-12-19 20:32:50Z luc $<a name="line.28"></a>
<FONT color="green">029</FONT> */<a name="line.29"></a>
<FONT color="green">030</FONT> public class Minus implements UnivariateDifferentiableFunction, DifferentiableUnivariateFunction {<a name="line.30"></a>
<FONT color="green">031</FONT> /** {@inheritDoc} */<a name="line.31"></a>
<FONT color="green">032</FONT> public double value(double x) {<a name="line.32"></a>
<FONT color="green">033</FONT> return -x;<a name="line.33"></a>
<FONT color="green">034</FONT> }<a name="line.34"></a>
<FONT color="green">035</FONT> <a name="line.35"></a>
<FONT color="green">036</FONT> /** {@inheritDoc}<a name="line.36"></a>
<FONT color="green">037</FONT> * @deprecated as of 3.1, replaced by {@link #value(DerivativeStructure)}<a name="line.37"></a>
<FONT color="green">038</FONT> */<a name="line.38"></a>
<FONT color="green">039</FONT> @Deprecated<a name="line.39"></a>
<FONT color="green">040</FONT> public DifferentiableUnivariateFunction derivative() {<a name="line.40"></a>
<FONT color="green">041</FONT> return new Constant(-1);<a name="line.41"></a>
<FONT color="green">042</FONT> }<a name="line.42"></a>
<FONT color="green">043</FONT> <a name="line.43"></a>
<FONT color="green">044</FONT> /** {@inheritDoc}<a name="line.44"></a>
<FONT color="green">045</FONT> * @since 3.1<a name="line.45"></a>
<FONT color="green">046</FONT> */<a name="line.46"></a>
<FONT color="green">047</FONT> public DerivativeStructure value(final DerivativeStructure t) {<a name="line.47"></a>
<FONT color="green">048</FONT> return t.negate();<a name="line.48"></a>
<FONT color="green">049</FONT> }<a name="line.49"></a>
<FONT color="green">050</FONT> <a name="line.50"></a>
<FONT color="green">051</FONT> }<a name="line.51"></a>
</PRE>
</BODY>
</HTML>
| vaisaghvt/gameAnalyzer | commons-math3-3.1.1-bin/commons-math3-3.1.1/docs/apidocs/src-html/org/apache/commons/math3/analysis/function/Minus.html | HTML | mit | 4,736 |
{% extends 'swimtest/swimtest_base.html' %}
{% load staticfiles %}
{% load to_seconds %}
{% load to_milliseconds %}
{% block content %}
<div class="page-header">
<h1>Besttijden</h1>
<p class="lead">Een overzicht van alle persoonlijke records.</p>
</div>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>Naam</th>
<th>Tijd</th>
<th>Datum</th>
</tr>
</thead>
<tbody>
{% for obj in object_list %}
<tr>
<td>{{ forloop.counter }}</td>
<td><a href="{{ obj.user.get_swimtest_url }}">{{ obj.user.first_name }}</a></td>
<td>{{ obj.time_500|time:"i:s" }}</td>
<td>{{ obj.swim_test }}</td>
</tr>
{% endfor %}
</tbody>
</table>
<div id="net_chart"
style="min-width: 310px; height: 500px; margin: 0 auto"></div>
<div id="split_chart"
style="min-width: 310px; height: 500px; margin: 0 auto"></div>
</div>
{% endblock content %}
{% block extra_js %}
<script src="/static/swimtest/highcharts-4.0.4/js/highcharts.js"></script>
<script src="/static/swimtest/highcharts-4.0.4/js/modules/exporting.js"></script>
<script>
$(function () {
$('#split_chart').highcharts({
title: {
text: 'Splittijden',
x: -20 //center
},
subtitle: {
text: 'Zwemtest {{ object }}',
x: -20
},
xAxis: {
title: {
text: 'Afstand (meters)'
},
categories: ['100', '200', '300', '400', '500']
},
yAxis: {
title: {
text: 'Splittijd (seconden)'
},
plotLines: [{
value: 0,
width: 1,
color: '#808080'
}]
},
tooltip: {
valueSuffix: 'sec.'
},
legend: {
layout: 'vertical',
align: 'right',
verticalAlign: 'middle',
borderWidth: 0
},
series: [
{% for record in object_list %}
{
name: '{{ record.user.first_name }}',
data: [
{{ record.split_100|to_seconds }},
{{ record.split_200|to_seconds }},
{{ record.split_300|to_seconds }},
{{ record.split_400|to_seconds }},
{{ record.split_500|to_seconds }}
]
}{% if not for.loop.last %}, {% endif %}
{% endfor %}
]
});
$('#net_chart').highcharts({
dateFormat: '%H:%S',
title: {
text: 'Netto tijden',
x: -20 //center
},
subtitle: {
text: 'Zwemtest {{ object }}',
x: -20
},
xAxis: {
title: {
text: 'Afstand (meters)'
},
categories: ['0', '100', '200', '300', '400', '500']
},
yAxis: {
type: 'datetime',
dateTimeLabelFormats: {
minute: '%M:%S',
day: '%M:%S'
},
title: {
text: 'Netto tijd (mm:ss)'
},
plotLines: [{
value: 0,
width: 1,
color: '#808080'
}]
},
tooltip: {
valueSuffix: ' sec.',
formatter: function () {
return '<b>' + this.series.name + '</b><br/>' +
Highcharts.dateFormat('%M:%S', new Date(this.y)) + ' @ ' + this.x + ' m.';
}
},
legend: {
layout: 'vertical',
align: 'right',
verticalAlign: 'middle',
borderWidth: 0
},
series: [
{% for record in object_list %}
{
name: '{{ record.user.first_name }}',
data: [
0,
{{ record.time_100|to_milliseconds }},
{{ record.time_200|to_milliseconds }},
{{ record.time_300|to_milliseconds }},
{{ record.time_400|to_milliseconds }},
{{ record.time_500|to_milliseconds }}
]
}{% if not for.loop.last %}, {% endif %}
{% endfor %}
]
});
});
</script>
{% endblock extra_js %} | allcaps/tvdordrecht.nl | tvdordrecht/swimtest/templates/swimtest/best_time_list.html | HTML | mit | 5,520 |
<DIV NAME="detail" ID="detail" xmlns="http://www.w3.org/TR/REC-html40"><H3><A NAME='detail_LogFailureOK'></A>Autoit DDDriverLogCommands::<BIG>LogFailureOK</BIG>
</H3> <TABLE><TR>
<TD class="borderStyle"><SPAN CLASS='Support' TITLE='SAFS TID Commands'>TID</SPAN></TD>
</TR></TABLE>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Log an EXPECTED failure message.</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"><detailed_desc xmlns="">
Log that a failure was expected and, as such, is OK.<br>
You can optionally add an additional details description that follows the message.
</detailed_desc><BR/>
</DIV>
<BR/>
<DIV NAME="list" ID="other">
<p><B>Fields: </B><SMALL>[ ]=Optional with Default Value</SMALL></p>
<code class="safs">
<OL start="3" ><LI>
<B>Message</B>
<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
The message to log.</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
<LI>[ <B>Details</B> = ]<BR/>
<DIV NAME="list" ID="short_desc"><short_desc xmlns="">
Additional detail to add to the message.</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI></OL ></code>
<br/>
<p><B>Examples:</B></p>
<code class="safs"><UL>
<LI>
<B><usage xmlns="">C LogFailureOK "Values should not match."</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
A FAILED OK message logged with no additional detail.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
<LI>
<B><usage xmlns="">C LogFailureOK "Throw exception." "Data is out of bounds."</usage></B>
<BR/><DIV NAME="list" ID="short_desc"><short_desc xmlns="">
A FAILED OK message logged with addional details.
</short_desc></DIV>
<BR/>
<DIV NAME="list" ID="detail_desc"/>
</LI>
</UL>
</code>
<br/>
<A href="SAFSReferenceKey.htm" alt="Reference Legend or Key">
<SMALL><B>[How To Read This Reference]</B></SMALL>
</A>
<HR/>
</DIV>
</DIV>
| kid551/safsdev.test.github.io | keyref/AutoitDDDriverLogCommandsLogFailureOK.html | HTML | mit | 2,046 |
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Introduction to JavaScript, React & Angular</title>
</head>
<body>
<div ng-app="MyApp">
<div ng-controller="MyCtrl">
<div my-dir></div>
<my-dir></my-dir>
<label>Color Filter: <input ng-model="colorFilter" type="text"></label>
<ul>
<li ng-repeat="color in colors | filter:colorFilter">{{color}}</li>
</ul>
<div>
<label>New Color: <input ng-model="newColor" type="text"></label>
<button ng-click="addColor()">Add Color</button>
</div>
<ul>
<li ng-repeat="car in cars">{{car.make}} - {{car.model}} - {{car.year}}</li>
</ul>
<input ng-model="showMe" type="checkbox"> Show Me
<div ng-show="showMe">
You can see me!
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.5.5/angular.js"></script>
<!-- <script src="js/index.js"></script> -->
<script>
myCtrl.$inject = ["$log", "$scope"];
console.log(myCtrl.toString());
function myCtrl($log, $scope) {
$log.log("hi class!");
$scope.message = "Hi!";
// $scope.cars = [
// { make: 'Tesla', model: 'S', year: 2016 },
// { make: 'Ferrari', model: 'Testarosa', year: 1988 },
// { make: 'Hummer', model: 'H1', year: 1990 },
// { make: 'Mini Cooper', model: 'Mini Cooper', year: 2018 }
// ];
//
// $scope.colors = ['red','gold','green','white','saffron','blue','yellow', 'black', 'brown'];
//
// window.addColor = function() {
// $scope.colors.push($scope.newColor);
// $scope.$digest();
// console.log($scope);
// };
// $scope.$watch(function() {
//
// console.log("digest loop executed");
//
// var count = 1000000000;
// while (count--) {
// var t = count;
// }
//
//
// });
}
angular.module("MyApp", [])
.directive("myDir", function() {
// directive definition object
return {
restrict: "AE",
//template: "<h1>{{messageA}}</h1>",
templateUrl: "/partials/home.tpl",
// post-link
link: function(scope, element, attrs, ctrl, transclude) {
scope.messageA = "It's Wed!";
}
};
})
.controller("MyCtrl", myCtrl);
</script>
</body>
</html>
| training4developers/react_05092016 | src/www/index.html | HTML | mit | 2,251 |
<!DOCTYPE html>
<html lang=sl>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Klikanje in premikanje miškinega kazalca brez miške</title>
<link rel="stylesheet" type="text/css" href="../vodnik_1404.css">
<script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script>
</head>
<body id="home">
</script><div id="wrapper" class="hfeed">
<div id="header">
<div id="branding">
<div id="blog-title"><span><a rel="home" title="Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu" href="https://www.ubuntu.si">Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu</a></span></div>
<h1 id="blog-description"></h1>
</div>
<div id="access"><div id="loco-header-menu"><ul id="primary-header-menu"><li class="widget-container widget_nav_menu" id="nav_menu-3"><div class="menu-glavni-meni-container"><ul class="menu" id="menu-glavni-meni">
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="https://www.ubuntu.si">Novice</a></li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="https://www.ubuntu.si/punbb/">Forum</a></li>
<li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://www.ubuntu.si/kaj-je-ubuntu/">Kaj je Ubuntu?</a></li>
<li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="https://www.ubuntu.si/pogosta_vprasanja/">Pogosta vprašanja</a></li>
<li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="https://www.ubuntu.si/skupnost/">Skupnost</a></li>
<li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://www.ubuntu.si/povezave/">Povezave</a></li>
</ul></div></li></ul></div></div>
</div>
<div id="main"><div id="cwt-content" class="clearfix content-area"><div id="page">
<div class="trails">
<div class="trail">
<a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" alt="Pomoč"></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="prefs.html" title="Uporabniške in sistemske nastavitve">Nastavitve</a> » <a class="trail" href="mouse.html" title="Miška">Miška</a> » </div>
<div class="trail">
<a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" alt="Pomoč"></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="hardware.html" title="Strojna oprema in gonilniki">Strojna oprema</a> » <a class="trail" href="mouse.html" title="Miška">Miška</a> » </div>
<div class="trail">
<a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" alt="Pomoč"></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="a11y.html" title="Splošni dostop">Splošni dostop</a> › <a class="trail" href="a11y.html#mobility" title="Težave z gibanjem">Težave z gibanjem</a> » </div>
</div>
<div id="content">
<!-- Piwik Image Tracker --><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1&rec=1" style="border:0" alt="" /><!-- End Piwik -->
<div class="hgroup"><h1 class="title"><span class="title">Klikanje in premikanje miškinega kazalca brez miške</span></h1></div>
<div class="region">
<div class="contents">
<p class="p">V primeru da imate težave z uporabo miške ali druge kazalne naprave, lahko miškin kazalec nadzirate s številsko tipkovnico. Ta zmožnost se imenuje <span class=" em">miškine tipke</span>.</p>
<div class="steps"><div class="inner"><div class="region"><ol class="steps">
<li class="steps"><p class="p">Tap the <span class=" key"><kbd><span class=" link"><a href="windows-key.html" title='Kaj je tipka "Super"?'>Super</a></span></kbd></span> key to open the <span class=" gui">dash</span></p></li>
<li class="steps"><p class="p">Vnesite <span class=" input">Splošni dostop</span> in pritisnite <span class=" key"><kbd>Enter</kbd></span> za odprtje nastavitev splošnega dostopa.</p></li>
<li class="steps"><p class="p">Enkrat pritisnite <span class=" key"><kbd>Tabulator</kbd></span> za izbiro zavihka <span class=" gui">Videnje</span>.</p></li>
<li class="steps"><p class="p">Pritisnite <span class=" key"><kbd>←</kbd></span> za preklop na zavihek <span class=" gui">Kazanje in klikanje</span>.</p></li>
<li class="steps"><p class="p">Enkrat pritisnite <span class=" key"><kbd>↓</kbd></span> za izbiro <span class=" gui">Miškinih tipk</span> in nato pritisnite <span class=" key"><kbd>Enter</kbd></span> za njihov vklop.</p></li>
<li class="steps"><p class="p">Prepričajte se, da je <span class=" key"><kbd>Num Lock</kbd></span> izklopljen. Sedaj boste lahko miškin kazalec premikali s številsko tipkovnico.</p></li>
</ol></div></div></div>
<div class="note note-tip" title="Namig"><div class="inner"><div class="region"><div class="contents"><p class="p">Ta navodila zagotavljajo najkrajši način za omogočanje miškinih tipk s tipkovnico. Izberite <span class=" gui">Nastavitve splošnega dostopa</span> za ogled več možnosti dostopnosti.</p></div></div></div></div>
<p class="p">Številska tipkovnica je zbirka številskih gumbov na tipkovnici, ki so običajno urejene v kvadratno mrežo. V primeru da imate tipkovnico brez številske tipkovnice (kot je na primer tipkovnica prenosnika), boste morda morali držati funkcijsko tipko (<span class=" key"><kbd class="key-Fn">Fn</kbd></span>) in kot številsko tipkovnico uporabiti določene druge tipke na svoji tipkovnici. V primeru da to možnost uporabljate na prenosniku, lahko kupite zunanje USB številčne tipkovnice.</p>
<p class="p">Vsako število na številski tipkovnici ustreza določeni smeri. Pritisk na <span class=" key"><kbd>8</kbd></span> bo kazalec premaknil navzgor in pritisk na <span class=" key"><kbd>2</kbd></span> ga bo premaknil navzdol. Pritisnite <span class=" key"><kbd>5</kbd></span> za klik z miško ali jo hitro pritisnite dvakrat za dvoklik.</p>
<p class="p">Večina tipkovnic ima posebno tipko, ki vam omogoča desni klik. Pogosto je blizu preslednice. Ta tipka se odziva kjer je žarišče vaše tipkovnice, ne kjer je vaš miškin kazalec. Za podatke kako desno klikniti z držanjem tipke <span class=" key"><kbd>5</kbd></span> ali levega miškinega gumba si oglejte <span class=" link"><a href="a11y-right-click.html" title="Simulacija desnega klika miške">Simulacija desnega klika miške</a></span>.</p>
<p class="p">V primeru da želite številsko tipkovnico uporabiti za vnašanje medtem ko so miškine tipke omogočene, <span class=" key"><kbd>Num Lock</kbd></span> vklopite. Ko je <span class=" key"><kbd>Num Lock</kbd></span> vklopljen, miške ne morete nadzirati.</p>
<div class="note" title="Opomba"><div class="inner"><div class="region"><div class="contents"><p class="p">Običajne številske tipke v vrsti na vrhu tipkovnice miškinega kazalca ne bodo nadzorovale. Uporabite lahko samo tipke številske tipkovnice.</p></div></div></div></div>
</div>
<div class="sect sect-links">
<div class="hgroup"></div>
<div class="contents">
<div class="links seealsolinks"><div class="inner">
<div class="title"><h2><span class="title">Več podrobnosti</span></h2></div>
<div class="region"><ul>
<li class="links ">
<a href="mouse.html" title="Miška">Miška</a><span class="desc"> — <span class=" link"><a href="mouse-lefthanded.html" title="Uporaba miške z levico">Uporaba miške z levico</a></span>, <span class=" link"><a href="mouse-sensitivity.html" title="Prilagoditev hitrosti miške in drsne ploščice">hitrost in občutljivost</a></span>, <span class=" link"><a href="mouse-touchpad-click.html" title="Klik ali drsenje z drsno ploščico">klikanje in drsanje po drsni ploščici</a></span> …</span>
</li>
<li class="links "><a href="a11y.html#mobility" title="Težave z gibanjem">Težave z gibanjem</a></li>
</ul></div>
</div></div>
<div class="links seealsolinks"><div class="inner">
<div class="title"><h2><span class="title">Pogjejte tudi</span></h2></div>
<div class="region"><ul><li class="links ">
<a href="mouse-disabletouchpad.html" title="Onemogočitev sledilne ploščice med tipkanjem">Onemogočitev sledilne ploščice med tipkanjem</a><span class="desc"> — Med tipkanjem izklopite drsno ploščico za preprečitev nenamernih klikov.</span>
</li></ul></div>
</div></div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div></div></div>
<div id="footer"><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1amp;rec=1" style="border:0"><div id="siteinfo"><p>Material v tem dokumentu je na voljo pod prosto licenco. To je prevod dokumentacije Ubuntu, ki jo je sestavila <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu dokumentacijska ekpa za Ubuntu</a>. V slovenščino jo je prevedla skupina <a href="https://wiki.lugos.si/slovenjenje:ubuntu">Ubuntu prevajalcev</a>. Za poročanje napak v prevodih v tej dokumentaciji ali Ubuntuju pošljite sporočilo na <a href="mailto:ubuntu-l10n-slv@lists.ubuntu.com?subject=Prijava%20napak%20v%20prevodih">dopisni seznam</a>.</p></div></div>
</div>
</body>
</html>
| ubuntu-si/ubuntu.si | vodnik/12.10/mouse-mousekeys.html | HTML | mit | 9,506 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" 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.0"/>
<meta name="generator" content="Asciidoctor 2.0.10"/>
<title>git-blame(1)</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"/>
<style>
/* Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
/* Uncomment @import statement to use as custom stylesheet */
/*@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
a{background:none}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace;font-size:1em}
pre{white-space:pre-wrap}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
*,*::before,*::after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
html,body{font-size:100%}
body{background:#fff;color:rgba(0,0,0,.8);padding:0;margin:0;font-family:"Noto Serif","DejaVu Serif",serif;font-weight:400;font-style:normal;line-height:1;position:relative;cursor:auto;tab-size:4;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
a:hover{cursor:pointer}
img,object,embed{max-width:100%;height:auto}
object,embed{height:100%}
img{-ms-interpolation-mode:bicubic}
.left{float:left!important}
.right{float:right!important}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
.text-justify{text-align:justify!important}
.hide{display:none}
img,object,svg{display:inline-block;vertical-align:middle}
textarea{height:auto;min-height:50px}
select{width:100%}
.center{margin-left:auto;margin-right:auto}
.stretch{width:100%}
.subheader,.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}
a{color:#2156a5;text-decoration:underline;line-height:inherit}
a:hover,a:focus{color:#1d4b8f}
a img{border:0}
p{font-family:inherit;font-weight:400;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}
p aside{font-size:.875em;line-height:1.35;font-style:italic}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{font-family:"Open Sans","DejaVu Sans",sans-serif;font-weight:300;font-style:normal;color:#ba3925;text-rendering:optimizeLegibility;margin-top:1em;margin-bottom:.5em;line-height:1.0125em}
h1 small,h2 small,h3 small,#toctitle small,.sidebarblock>.content>.title small,h4 small,h5 small,h6 small{font-size:60%;color:#e99b8f;line-height:0}
h1{font-size:2.125em}
h2{font-size:1.6875em}
h3,#toctitle,.sidebarblock>.content>.title{font-size:1.375em}
h4,h5{font-size:1.125em}
h6{font-size:1em}
hr{border:solid #dddddf;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}
em,i{font-style:italic;line-height:inherit}
strong,b{font-weight:bold;line-height:inherit}
small{font-size:60%;line-height:inherit}
code{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;font-weight:400;color:rgba(0,0,0,.9)}
ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}
ul,ol{margin-left:1.5em}
ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}
ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}
ul.square{list-style-type:square}
ul.circle{list-style-type:circle}
ul.disc{list-style-type:disc}
ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}
dl dt{margin-bottom:.3125em;font-weight:bold}
dl dd{margin-bottom:1.25em}
abbr,acronym{text-transform:uppercase;font-size:90%;color:rgba(0,0,0,.8);border-bottom:1px dotted #ddd;cursor:help}
abbr{text-transform:none}
blockquote{margin:0 0 1.25em;padding:.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}
blockquote cite{display:block;font-size:.9375em;color:rgba(0,0,0,.6)}
blockquote cite::before{content:"\2014 \0020"}
blockquote cite a,blockquote cite a:visited{color:rgba(0,0,0,.6)}
blockquote,blockquote p{line-height:1.6;color:rgba(0,0,0,.85)}
@media screen and (min-width:768px){h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2}
h1{font-size:2.75em}
h2{font-size:2.3125em}
h3,#toctitle,.sidebarblock>.content>.title{font-size:1.6875em}
h4{font-size:1.4375em}}
table{background:#fff;margin-bottom:1.25em;border:solid 1px #dedede}
table thead,table tfoot{background:#f7f8f7}
table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:.5em .625em .625em;font-size:inherit;color:rgba(0,0,0,.8);text-align:left}
table tr th,table tr td{padding:.5625em .625em;font-size:inherit;color:rgba(0,0,0,.8)}
table tr.even,table tr.alt{background:#f8f8f7}
table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.6}
h1,h2,h3,#toctitle,.sidebarblock>.content>.title,h4,h5,h6{line-height:1.2;word-spacing:-.05em}
h1 strong,h2 strong,h3 strong,#toctitle strong,.sidebarblock>.content>.title strong,h4 strong,h5 strong,h6 strong{font-weight:400}
.clearfix::before,.clearfix::after,.float-group::before,.float-group::after{content:" ";display:table}
.clearfix::after,.float-group::after{clear:both}
:not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;-webkit-border-radius:4px;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed;word-wrap:break-word}
:not(pre)>code.nobreak{word-wrap:normal}
:not(pre)>code.nowrap{white-space:nowrap}
pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
pre>code{display:block}
pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
em em{font-style:normal}
strong strong{font-weight:400}
.keyseq{color:rgba(51,51,51,.8)}
kbd{font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;display:inline-block;color:rgba(0,0,0,.8);font-size:.65em;line-height:1.45;background:#f7f7f7;border:1px solid #ccc;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em white inset;box-shadow:0 1px 0 rgba(0,0,0,.2),0 0 0 .1em #fff inset;margin:0 .15em;padding:.2em .5em;vertical-align:middle;position:relative;top:-.1em;white-space:nowrap}
.keyseq kbd:first-child{margin-left:0}
.keyseq kbd:last-child{margin-right:0}
.menuseq,.menuref{color:#000}
.menuseq b:not(.caret),.menuref{font-weight:inherit}
.menuseq{word-spacing:-.02em}
.menuseq b.caret{font-size:1.25em;line-height:.8}
.menuseq i.caret{font-weight:bold;text-align:center;width:.45em}
b.button::before,b.button::after{position:relative;top:-1px;font-weight:400}
b.button::before{content:"[";padding:0 3px 0 2px}
b.button::after{content:"]";padding:0 2px 0 3px}
p a>code:hover{color:rgba(0,0,0,.9)}
#header,#content,#footnotes,#footer{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;position:relative;padding-left:.9375em;padding-right:.9375em}
#header::before,#header::after,#content::before,#content::after,#footnotes::before,#footnotes::after,#footer::before,#footer::after{content:" ";display:table}
#header::after,#content::after,#footnotes::after,#footer::after{clear:both}
#content{margin-top:1.25em}
#content::before{content:none}
#header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
#header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap}
#header .details span:first-child{margin-left:-.125em}
#header .details span.email a{color:rgba(0,0,0,.85)}
#header .details br{display:none}
#header .details br+span::before{content:"\00a0\2013\00a0"}
#header .details br+span.author::before{content:"\00a0\22c5\00a0";color:rgba(0,0,0,.85)}
#header .details br+span#revremark::before{content:"\00a0|\00a0"}
#header #revnumber{text-transform:capitalize}
#header #revnumber::after{content:"\00a0"}
#content>h1:first-child:not([class]){color:rgba(0,0,0,.85);border-bottom:1px solid #dddddf;padding-bottom:8px;margin-top:0;padding-top:1rem;margin-bottom:1.25rem}
#toc{border-bottom:1px solid #e7e7e9;padding-bottom:.5em}
#toc>ul{margin-left:.125em}
#toc ul.sectlevel0>li>a{font-style:italic}
#toc ul.sectlevel0 ul.sectlevel1{margin:.5em 0}
#toc ul{font-family:"Open Sans","DejaVu Sans",sans-serif;list-style-type:none}
#toc li{line-height:1.3334;margin-top:.3334em}
#toc a{text-decoration:none}
#toc a:active{text-decoration:underline}
#toctitle{color:#7a2518;font-size:1.2em}
@media screen and (min-width:768px){#toctitle{font-size:1.375em}
body.toc2{padding-left:15em;padding-right:0}
#toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
#toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
#toc.toc2>ul{font-size:.9em;margin-bottom:0}
#toc.toc2 ul ul{margin-left:0;padding-left:1em}
#toc.toc2 ul.sectlevel0 ul.sectlevel1{padding-left:0;margin-top:.5em;margin-bottom:.5em}
body.toc2.toc-right{padding-left:0;padding-right:15em}
body.toc2.toc-right #toc.toc2{border-right-width:0;border-left:1px solid #e7e7e9;left:auto;right:0}}
@media screen and (min-width:1280px){body.toc2{padding-left:20em;padding-right:0}
#toc.toc2{width:20em}
#toc.toc2 #toctitle{font-size:1.375em}
#toc.toc2>ul{font-size:.95em}
#toc.toc2 ul ul{padding-left:1.25em}
body.toc2.toc-right{padding-left:0;padding-right:20em}}
#content #toc{border-style:solid;border-width:1px;border-color:#e0e0dc;margin-bottom:1.25em;padding:1.25em;background:#f8f8f7;-webkit-border-radius:4px;border-radius:4px}
#content #toc>:first-child{margin-top:0}
#content #toc>:last-child{margin-bottom:0}
#footer{max-width:100%;background:rgba(0,0,0,.8);padding:1.25em}
#footer-text{color:rgba(255,255,255,.8);line-height:1.44}
#content{margin-bottom:.625em}
.sect1{padding-bottom:.625em}
@media screen and (min-width:768px){#content{margin-bottom:1.25em}
.sect1{padding-bottom:1.25em}}
.sect1:last-child{padding-bottom:0}
.sect1+.sect1{border-top:1px solid #e7e7e9}
#content h1>a.anchor,h2>a.anchor,h3>a.anchor,#toctitle>a.anchor,.sidebarblock>.content>.title>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{position:absolute;z-index:1001;width:1.5ex;margin-left:-1.5ex;display:block;text-decoration:none!important;visibility:hidden;text-align:center;font-weight:400}
#content h1>a.anchor::before,h2>a.anchor::before,h3>a.anchor::before,#toctitle>a.anchor::before,.sidebarblock>.content>.title>a.anchor::before,h4>a.anchor::before,h5>a.anchor::before,h6>a.anchor::before{content:"\00A7";font-size:.85em;display:block;padding-top:.1em}
#content h1:hover>a.anchor,#content h1>a.anchor:hover,h2:hover>a.anchor,h2>a.anchor:hover,h3:hover>a.anchor,#toctitle:hover>a.anchor,.sidebarblock>.content>.title:hover>a.anchor,h3>a.anchor:hover,#toctitle>a.anchor:hover,.sidebarblock>.content>.title>a.anchor:hover,h4:hover>a.anchor,h4>a.anchor:hover,h5:hover>a.anchor,h5>a.anchor:hover,h6:hover>a.anchor,h6>a.anchor:hover{visibility:visible}
#content h1>a.link,h2>a.link,h3>a.link,#toctitle>a.link,.sidebarblock>.content>.title>a.link,h4>a.link,h5>a.link,h6>a.link{color:#ba3925;text-decoration:none}
#content h1>a.link:hover,h2>a.link:hover,h3>a.link:hover,#toctitle>a.link:hover,.sidebarblock>.content>.title>a.link:hover,h4>a.link:hover,h5>a.link:hover,h6>a.link:hover{color:#a53221}
details,.audioblock,.imageblock,.literalblock,.listingblock,.stemblock,.videoblock{margin-bottom:1.25em}
details>summary:first-of-type{cursor:pointer;display:list-item;outline:none;margin-bottom:.75em}
.admonitionblock td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{text-rendering:optimizeLegibility;text-align:left;font-family:"Noto Serif","DejaVu Serif",serif;font-size:1rem;font-style:italic}
table.tableblock.fit-content>caption.title{white-space:nowrap;width:0}
.paragraph.lead>p,#preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:1.21875em;line-height:1.6;color:rgba(0,0,0,.85)}
table.tableblock #preamble>.sectionbody>[class="paragraph"]:first-of-type p{font-size:inherit}
.admonitionblock>table{border-collapse:separate;border:0;background:none;width:100%}
.admonitionblock>table td.icon{text-align:center;width:80px}
.admonitionblock>table td.icon img{max-width:none}
.admonitionblock>table td.icon .title{font-weight:bold;font-family:"Open Sans","DejaVu Sans",sans-serif;text-transform:uppercase}
.admonitionblock>table td.content{padding-left:1.125em;padding-right:1.25em;border-left:1px solid #dddddf;color:rgba(0,0,0,.6)}
.admonitionblock>table td.content>:last-child>:last-child{margin-bottom:0}
.exampleblock>.content{border-style:solid;border-width:1px;border-color:#e6e6e6;margin-bottom:1.25em;padding:1.25em;background:#fff;-webkit-border-radius:4px;border-radius:4px}
.exampleblock>.content>:first-child{margin-top:0}
.exampleblock>.content>:last-child{margin-bottom:0}
.sidebarblock{border-style:solid;border-width:1px;border-color:#dbdbd6;margin-bottom:1.25em;padding:1.25em;background:#f3f3f2;-webkit-border-radius:4px;border-radius:4px}
.sidebarblock>:first-child{margin-top:0}
.sidebarblock>:last-child{margin-bottom:0}
.sidebarblock>.content>.title{color:#7a2518;margin-top:0;text-align:center}
.exampleblock>.content>:last-child>:last-child,.exampleblock>.content .olist>ol>li:last-child>:last-child,.exampleblock>.content .ulist>ul>li:last-child>:last-child,.exampleblock>.content .qlist>ol>li:last-child>:last-child,.sidebarblock>.content>:last-child>:last-child,.sidebarblock>.content .olist>ol>li:last-child>:last-child,.sidebarblock>.content .ulist>ul>li:last-child>:last-child,.sidebarblock>.content .qlist>ol>li:last-child>:last-child{margin-bottom:0}
.literalblock pre,.listingblock>.content>pre{-webkit-border-radius:4px;border-radius:4px;word-wrap:break-word;overflow-x:auto;padding:1em;font-size:.8125em}
@media screen and (min-width:768px){.literalblock pre,.listingblock>.content>pre{font-size:.90625em}}
@media screen and (min-width:1280px){.literalblock pre,.listingblock>.content>pre{font-size:1em}}
.literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class="highlight"],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
.literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
.listingblock>.content{position:relative}
.listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
.listingblock:hover code[data-lang]::before{display:block}
.listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}
.listingblock.terminal pre .command:not([data-prompt])::before{content:"$"}
.listingblock pre.highlightjs{padding:0}
.listingblock pre.highlightjs>code{padding:1em;-webkit-border-radius:4px;border-radius:4px}
.listingblock pre.prettyprint{border-width:0}
.prettyprint{background:#f7f7f8}
pre.prettyprint .linenums{line-height:1.45;margin-left:2em}
pre.prettyprint li{background:none;list-style-type:inherit;padding-left:0}
pre.prettyprint li code[data-lang]::before{opacity:1}
pre.prettyprint li:not(:first-child) code[data-lang]::before{display:none}
table.linenotable{border-collapse:separate;border:0;margin-bottom:0;background:none}
table.linenotable td[class]{color:inherit;vertical-align:top;padding:0;line-height:inherit;white-space:normal}
table.linenotable td.code{padding-left:.75em}
table.linenotable td.linenos{border-right:1px solid currentColor;opacity:.35;padding-right:.5em}
pre.pygments .lineno{border-right:1px solid currentColor;opacity:.35;display:inline-block;margin-right:.75em}
pre.pygments .lineno::before{content:"";margin-right:-.125em}
.quoteblock{margin:0 1em 1.25em 1.5em;display:table}
.quoteblock:not(.excerpt)>.title{margin-left:-1.5em;margin-bottom:.75em}
.quoteblock blockquote,.quoteblock p{color:rgba(0,0,0,.85);font-size:1.15rem;line-height:1.75;word-spacing:.1em;letter-spacing:0;font-style:italic;text-align:justify}
.quoteblock blockquote{margin:0;padding:0;border:0}
.quoteblock blockquote::before{content:"\201c";float:left;font-size:2.75em;font-weight:bold;line-height:.6em;margin-left:-.6em;color:#7a2518;text-shadow:0 1px 2px rgba(0,0,0,.1)}
.quoteblock blockquote>.paragraph:last-child p{margin-bottom:0}
.quoteblock .attribution{margin-top:.75em;margin-right:.5ex;text-align:right}
.verseblock{margin:0 1em 1.25em}
.verseblock pre{font-family:"Open Sans","DejaVu Sans",sans;font-size:1.15rem;color:rgba(0,0,0,.85);font-weight:300;text-rendering:optimizeLegibility}
.verseblock pre strong{font-weight:400}
.verseblock .attribution{margin-top:1.25rem;margin-left:.5ex}
.quoteblock .attribution,.verseblock .attribution{font-size:.9375em;line-height:1.45;font-style:italic}
.quoteblock .attribution br,.verseblock .attribution br{display:none}
.quoteblock .attribution cite,.verseblock .attribution cite{display:block;letter-spacing:-.025em;color:rgba(0,0,0,.6)}
.quoteblock.abstract blockquote::before,.quoteblock.excerpt blockquote::before,.quoteblock .quoteblock blockquote::before{display:none}
.quoteblock.abstract blockquote,.quoteblock.abstract p,.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{line-height:1.6;word-spacing:0}
.quoteblock.abstract{margin:0 1em 1.25em;display:block}
.quoteblock.abstract>.title{margin:0 0 .375em;font-size:1.15em;text-align:center}
.quoteblock.excerpt>blockquote,.quoteblock .quoteblock{padding:0 0 .25em 1em;border-left:.25em solid #dddddf}
.quoteblock.excerpt,.quoteblock .quoteblock{margin-left:0}
.quoteblock.excerpt blockquote,.quoteblock.excerpt p,.quoteblock .quoteblock blockquote,.quoteblock .quoteblock p{color:inherit;font-size:1.0625rem}
.quoteblock.excerpt .attribution,.quoteblock .quoteblock .attribution{color:inherit;text-align:left;margin-right:0}
table.tableblock{max-width:100%;border-collapse:separate}
p.tableblock:last-child{margin-bottom:0}
td.tableblock>.content>:last-child{margin-bottom:-1.25em}
td.tableblock>.content>:last-child.sidebarblock{margin-bottom:0}
table.tableblock,th.tableblock,td.tableblock{border:0 solid #dedede}
table.grid-all>thead>tr>.tableblock,table.grid-all>tbody>tr>.tableblock{border-width:0 1px 1px 0}
table.grid-all>tfoot>tr>.tableblock{border-width:1px 1px 0 0}
table.grid-cols>*>tr>.tableblock{border-width:0 1px 0 0}
table.grid-rows>thead>tr>.tableblock,table.grid-rows>tbody>tr>.tableblock{border-width:0 0 1px}
table.grid-rows>tfoot>tr>.tableblock{border-width:1px 0 0}
table.grid-all>*>tr>.tableblock:last-child,table.grid-cols>*>tr>.tableblock:last-child{border-right-width:0}
table.grid-all>tbody>tr:last-child>.tableblock,table.grid-all>thead:last-child>tr>.tableblock,table.grid-rows>tbody>tr:last-child>.tableblock,table.grid-rows>thead:last-child>tr>.tableblock{border-bottom-width:0}
table.frame-all{border-width:1px}
table.frame-sides{border-width:0 1px}
table.frame-topbot,table.frame-ends{border-width:1px 0}
table.stripes-all tr,table.stripes-odd tr:nth-of-type(odd),table.stripes-even tr:nth-of-type(even),table.stripes-hover tr:hover{background:#f8f8f7}
th.halign-left,td.halign-left{text-align:left}
th.halign-right,td.halign-right{text-align:right}
th.halign-center,td.halign-center{text-align:center}
th.valign-top,td.valign-top{vertical-align:top}
th.valign-bottom,td.valign-bottom{vertical-align:bottom}
th.valign-middle,td.valign-middle{vertical-align:middle}
table thead th,table tfoot th{font-weight:bold}
tbody tr th{display:table-cell;line-height:1.6;background:#f7f8f7}
tbody tr th,tbody tr th p,tfoot tr th,tfoot tr th p{color:rgba(0,0,0,.8);font-weight:bold}
p.tableblock>code:only-child{background:none;padding:0}
p.tableblock{font-size:1em}
ol{margin-left:1.75em}
ul li ol{margin-left:1.5em}
dl dd{margin-left:1.125em}
dl dd:last-child,dl dd:last-child>:last-child{margin-bottom:0}
ol>li p,ul>li p,ul dd,ol dd,.olist .olist,.ulist .ulist,.ulist .olist,.olist .ulist{margin-bottom:.625em}
ul.checklist,ul.none,ol.none,ul.no-bullet,ol.no-bullet,ol.unnumbered,ul.unstyled,ol.unstyled{list-style-type:none}
ul.no-bullet,ol.no-bullet,ol.unnumbered{margin-left:.625em}
ul.unstyled,ol.unstyled{margin-left:0}
ul.checklist{margin-left:.625em}
ul.checklist li>p:first-child>.fa-square-o:first-child,ul.checklist li>p:first-child>.fa-check-square-o:first-child{width:1.25em;font-size:.8em;position:relative;bottom:.125em}
ul.checklist li>p:first-child>input[type="checkbox"]:first-child{margin-right:.25em}
ul.inline{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-flow:row wrap;-webkit-flex-flow:row wrap;flex-flow:row wrap;list-style:none;margin:0 0 .625em -1.25em}
ul.inline>li{margin-left:1.25em}
.unstyled dl dt{font-weight:400;font-style:normal}
ol.arabic{list-style-type:decimal}
ol.decimal{list-style-type:decimal-leading-zero}
ol.loweralpha{list-style-type:lower-alpha}
ol.upperalpha{list-style-type:upper-alpha}
ol.lowerroman{list-style-type:lower-roman}
ol.upperroman{list-style-type:upper-roman}
ol.lowergreek{list-style-type:lower-greek}
.hdlist>table,.colist>table{border:0;background:none}
.hdlist>table>tbody>tr,.colist>table>tbody>tr{background:none}
td.hdlist1,td.hdlist2{vertical-align:top;padding:0 .625em}
td.hdlist1{font-weight:bold;padding-bottom:1.25em}
.literalblock+.colist,.listingblock+.colist{margin-top:-.5em}
.colist td:not([class]):first-child{padding:.4em .75em 0;line-height:1;vertical-align:top}
.colist td:not([class]):first-child img{max-width:none}
.colist td:not([class]):last-child{padding:.25em 0}
.thumb,.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px #ddd;box-shadow:0 0 0 1px #ddd}
.imageblock.left{margin:.25em .625em 1.25em 0}
.imageblock.right{margin:.25em 0 1.25em .625em}
.imageblock>.title{margin-bottom:0}
.imageblock.thumb,.imageblock.th{border-width:6px}
.imageblock.thumb>.title,.imageblock.th>.title{padding:0 .125em}
.image.left,.image.right{margin-top:.25em;margin-bottom:.25em;display:inline-block;line-height:0}
.image.left{margin-right:.625em}
.image.right{margin-left:.625em}
a.image{text-decoration:none;display:inline-block}
a.image object{pointer-events:none}
sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
sup.footnote a,sup.footnoteref a{text-decoration:none}
sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}
#footnotes .footnote a:first-of-type{font-weight:bold;text-decoration:none;margin-left:-1.05em}
#footnotes .footnote:last-of-type{margin-bottom:0}
#content #footnotes{margin-top:-.625em;margin-bottom:0;padding:.75em 0}
.gist .file-data>table{border:0;background:#fff;width:100%;margin-bottom:0}
.gist .file-data>table td.line-data{width:99%}
div.unbreakable{page-break-inside:avoid}
.big{font-size:larger}
.small{font-size:smaller}
.underline{text-decoration:underline}
.overline{text-decoration:overline}
.line-through{text-decoration:line-through}
.aqua{color:#00bfbf}
.aqua-background{background:#00fafa}
.black{color:#000}
.black-background{background:#000}
.blue{color:#0000bf}
.blue-background{background:#0000fa}
.fuchsia{color:#bf00bf}
.fuchsia-background{background:#fa00fa}
.gray{color:#606060}
.gray-background{background:#7d7d7d}
.green{color:#006000}
.green-background{background:#007d00}
.lime{color:#00bf00}
.lime-background{background:#00fa00}
.maroon{color:#600000}
.maroon-background{background:#7d0000}
.navy{color:#000060}
.navy-background{background:#00007d}
.olive{color:#606000}
.olive-background{background:#7d7d00}
.purple{color:#600060}
.purple-background{background:#7d007d}
.red{color:#bf0000}
.red-background{background:#fa0000}
.silver{color:#909090}
.silver-background{background:#bcbcbc}
.teal{color:#006060}
.teal-background{background:#007d7d}
.white{color:#bfbfbf}
.white-background{background:#fafafa}
.yellow{color:#bfbf00}
.yellow-background{background:#fafa00}
span.icon>.fa{cursor:default}
a span.icon>.fa{cursor:inherit}
.admonitionblock td.icon [class^="fa icon-"]{font-size:2.5em;text-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:default}
.admonitionblock td.icon .icon-note::before{content:"\f05a";color:#19407c}
.admonitionblock td.icon .icon-tip::before{content:"\f0eb";text-shadow:1px 1px 2px rgba(155,155,0,.8);color:#111}
.admonitionblock td.icon .icon-warning::before{content:"\f071";color:#bf6900}
.admonitionblock td.icon .icon-caution::before{content:"\f06d";color:#bf3400}
.admonitionblock td.icon .icon-important::before{content:"\f06a";color:#bf0000}
.conum[data-value]{display:inline-block;color:#fff!important;background:rgba(0,0,0,.8);-webkit-border-radius:100px;border-radius:100px;text-align:center;font-size:.75em;width:1.67em;height:1.67em;line-height:1.67em;font-family:"Open Sans","DejaVu Sans",sans-serif;font-style:normal;font-weight:bold}
.conum[data-value] *{color:#fff!important}
.conum[data-value]+b{display:none}
.conum[data-value]::after{content:attr(data-value)}
pre .conum[data-value]{position:relative;top:-.125em}
b.conum *{color:inherit!important}
.conum:not([data-value]):empty{display:none}
dt,th.tableblock,td.content,div.footnote{text-rendering:optimizeLegibility}
h1,h2,p,td.content,span.alt{letter-spacing:-.01em}
p strong,td.content strong,div.footnote strong{letter-spacing:-.005em}
p,blockquote,dt,td.content,span.alt{font-size:1.0625rem}
p{margin-bottom:1.25rem}
.sidebarblock p,.sidebarblock dt,.sidebarblock td.content,p.tableblock{font-size:1em}
.exampleblock>.content{background:#fffef7;border-color:#e0e0dc;-webkit-box-shadow:0 1px 4px #e0e0dc;box-shadow:0 1px 4px #e0e0dc}
.print-only{display:none!important}
@page{margin:1.25cm .75cm}
@media print{*{-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}
html{font-size:80%}
a{color:inherit!important;text-decoration:underline!important}
a.bare,a[href^="#"],a[href^="mailto:"]{text-decoration:none!important}
a[href^="http:"]:not(.bare)::after,a[href^="https:"]:not(.bare)::after{content:"(" attr(href) ")";display:inline-block;font-size:.875em;padding-left:.25em}
abbr[title]::after{content:" (" attr(title) ")"}
pre,blockquote,tr,img,object,svg{page-break-inside:avoid}
thead{display:table-header-group}
svg{max-width:100%}
p,blockquote,dt,td.content{font-size:1em;orphans:3;widows:3}
h2,h3,#toctitle,.sidebarblock>.content>.title{page-break-after:avoid}
#toc,.sidebarblock,.exampleblock>.content{background:none!important}
#toc{border-bottom:1px solid #dddddf!important;padding-bottom:0!important}
body.book #header{text-align:center}
body.book #header>h1:first-child{border:0!important;margin:2.5em 0 1em}
body.book #header .details{border:0!important;display:block;padding:0!important}
body.book #header .details span:first-child{margin-left:0!important}
body.book #header .details br{display:block}
body.book #header .details br+span::before{content:none!important}
body.book #toc{border:0!important;text-align:left!important;padding:0!important;margin:0!important}
body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-break-before:always}
.listingblock code[data-lang]::before{display:block}
#footer{padding:0 .9375em}
.hide-on-print{display:none!important}
.print-only{display:block!important}
.hide-for-print{display:none!important}
.show-for-print{display:inherit!important}}
@media print,amzn-kf8{#header>h1:first-child{margin-top:1.25rem}
.sect1{padding:0!important}
.sect1+.sect1{border:0}
#footer{background:none}
#footer-text{color:rgba(0,0,0,.6);font-size:.9em}}
@media amzn-kf8{#header,#content,#footnotes,#footer{padding:0}}
</style>
</head>
<body class="manpage">
<div id="header">
<h1>git-blame(1) Manual Page</h1>
<h2 id="_name">NAME</h2>
<div class="sectionbody">
<p>git-blame - Show what revision and author last modified each line of a file</p>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
<pre class="content"><em>git blame</em> [-c] [-b] [-l] [--root] [-t] [-f] [-n] [-s] [-e] [-p] [-w] [--incremental]
[-L <range>] [-S <revs-file>] [-M] [-C] [-C] [-C] [--since=<date>]
[--ignore-rev <rev>] [--ignore-revs-file <file>]
[--progress] [--abbrev=<n>] [<rev> | --contents <file> | --reverse <rev>..<rev>]
[--] <file></pre>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Annotates each line in the given file with information from the revision which
last modified the line. Optionally, start annotating from the given revision.</p>
</div>
<div class="paragraph">
<p>When specified one or more times, <code>-L</code> restricts annotation to the requested
lines.</p>
</div>
<div class="paragraph">
<p>The origin of lines is automatically followed across whole-file
renames (currently there is no option to turn the rename-following
off). To follow lines moved from one file to another, or to follow
lines that were copied and pasted from another file, etc., see the
<code>-C</code> and <code>-M</code> options.</p>
</div>
<div class="paragraph">
<p>The report does not tell you anything about lines which have been deleted or
replaced; you need to use a tool such as <em>git diff</em> or the "pickaxe"
interface briefly mentioned in the following paragraph.</p>
</div>
<div class="paragraph">
<p>Apart from supporting file annotation, Git also supports searching the
development history for when a code snippet occurred in a change. This makes it
possible to track when a code snippet was added to a file, moved or copied
between files, and eventually deleted or replaced. It works by searching for
a text string in the diff. A small example of the pickaxe interface
that searches for <code>blame_usage</code>:</p>
</div>
<div class="listingblock">
<div class="content">
<pre>$ git log --pretty=oneline -S'blame_usage'
5040f17eba15504bad66b14a645bddd9b015ebb7 blame -S <ancestry-file>
ea4c7f9bf69e781dd0cd88d2bccb2bf5cc15c9a7 git-blame: Make the output</pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
<div class="dlist">
<dl>
<dt class="hdlist1">-b</dt>
<dd>
<p>Show blank SHA-1 for boundary commits. This can also
be controlled via the <code>blame.blankboundary</code> config option.</p>
</dd>
<dt class="hdlist1">--root</dt>
<dd>
<p>Do not treat root commits as boundaries. This can also be
controlled via the <code>blame.showRoot</code> config option.</p>
</dd>
<dt class="hdlist1">--show-stats</dt>
<dd>
<p>Include additional statistics at the end of blame output.</p>
</dd>
<dt class="hdlist1">-L <start>,<end></dt>
<dt class="hdlist1">-L :<funcname></dt>
<dd>
<p>Annotate only the given line range. May be specified multiple times.
Overlapping ranges are allowed.</p>
<div class="paragraph">
<p><start> and <end> are optional. “-L <start>” or “-L <start>,” spans from
<start> to end of file. “-L ,<end>” spans from start of file to <end>.</p>
</div>
<div class="paragraph">
<p><start> and <end> can take one of these forms:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>number</p>
<div class="paragraph">
<p>If <start> or <end> is a number, it specifies an
absolute line number (lines count from 1).</p>
</div>
</li>
<li>
<p>/regex/</p>
<div class="paragraph">
<p>This form will use the first line matching the given
POSIX regex. If <start> is a regex, it will search from the end of
the previous <code>-L</code> range, if any, otherwise from the start of file.
If <start> is “^/regex/”, it will search from the start of file.
If <end> is a regex, it will search
starting at the line given by <start>.</p>
</div>
</li>
<li>
<p>+offset or -offset</p>
<div class="paragraph">
<p>This is only valid for <end> and will specify a number
of lines before or after the line given by <start>.</p>
</div>
</li>
</ul>
</div>
<div class="paragraph">
<p>If “:<funcname>” is given in place of <start> and <end>, it is a
regular expression that denotes the range from the first funcname line
that matches <funcname>, up to the next funcname line. “:<funcname>”
searches from the end of the previous <code>-L</code> range, if any, otherwise
from the start of file. “^:<funcname>” searches from the start of
file.</p>
</div>
</dd>
<dt class="hdlist1">-l</dt>
<dd>
<p>Show long rev (Default: off).</p>
</dd>
<dt class="hdlist1">-t</dt>
<dd>
<p>Show raw timestamp (Default: off).</p>
</dd>
<dt class="hdlist1">-S <revs-file></dt>
<dd>
<p>Use revisions from revs-file instead of calling <a href="git-rev-list.html">git-rev-list(1)</a>.</p>
</dd>
<dt class="hdlist1">--reverse <rev>..<rev></dt>
<dd>
<p>Walk history forward instead of backward. Instead of showing
the revision in which a line appeared, this shows the last
revision in which a line has existed. This requires a range of
revision like START..END where the path to blame exists in
START. <code>git blame --reverse START</code> is taken as <code>git blame
--reverse START..HEAD</code> for convenience.</p>
</dd>
<dt class="hdlist1">-p</dt>
<dt class="hdlist1">--porcelain</dt>
<dd>
<p>Show in a format designed for machine consumption.</p>
</dd>
<dt class="hdlist1">--line-porcelain</dt>
<dd>
<p>Show the porcelain format, but output commit information for
each line, not just the first time a commit is referenced.
Implies --porcelain.</p>
</dd>
<dt class="hdlist1">--incremental</dt>
<dd>
<p>Show the result incrementally in a format designed for
machine consumption.</p>
</dd>
<dt class="hdlist1">--encoding=<encoding></dt>
<dd>
<p>Specifies the encoding used to output author names
and commit summaries. Setting it to <code>none</code> makes blame
output unconverted data. For more information see the
discussion about encoding in the <a href="git-log.html">git-log(1)</a>
manual page.</p>
</dd>
<dt class="hdlist1">--contents <file></dt>
<dd>
<p>When <rev> is not specified, the command annotates the
changes starting backwards from the working tree copy.
This flag makes the command pretend as if the working
tree copy has the contents of the named file (specify
<code>-</code> to make the command read from the standard input).</p>
</dd>
<dt class="hdlist1">--date <format></dt>
<dd>
<p>Specifies the format used to output dates. If --date is not
provided, the value of the blame.date config variable is
used. If the blame.date config variable is also not set, the
iso format is used. For supported values, see the discussion
of the --date option at <a href="git-log.html">git-log(1)</a>.</p>
</dd>
<dt class="hdlist1">--[no-]progress</dt>
<dd>
<p>Progress status is reported on the standard error stream
by default when it is attached to a terminal. This flag
enables progress reporting even if not attached to a
terminal. Can’t use <code>--progress</code> together with <code>--porcelain</code>
or <code>--incremental</code>.</p>
</dd>
<dt class="hdlist1">-M[<num>]</dt>
<dd>
<p>Detect moved or copied lines within a file. When a commit
moves or copies a block of lines (e.g. the original file
has A and then B, and the commit changes it to B and then
A), the traditional <em>blame</em> algorithm notices only half of
the movement and typically blames the lines that were moved
up (i.e. B) to the parent and assigns blame to the lines that
were moved down (i.e. A) to the child commit. With this
option, both groups of lines are blamed on the parent by
running extra passes of inspection.</p>
<div class="paragraph">
<p><num> is optional but it is the lower bound on the number of
alphanumeric characters that Git must detect as moving/copying
within a file for it to associate those lines with the parent
commit. The default value is 20.</p>
</div>
</dd>
<dt class="hdlist1">-C[<num>]</dt>
<dd>
<p>In addition to <code>-M</code>, detect lines moved or copied from other
files that were modified in the same commit. This is
useful when you reorganize your program and move code
around across files. When this option is given twice,
the command additionally looks for copies from other
files in the commit that creates the file. When this
option is given three times, the command additionally
looks for copies from other files in any commit.</p>
<div class="paragraph">
<p><num> is optional but it is the lower bound on the number of
alphanumeric characters that Git must detect as moving/copying
between files for it to associate those lines with the parent
commit. And the default value is 40. If there are more than one
<code>-C</code> options given, the <num> argument of the last <code>-C</code> will
take effect.</p>
</div>
</dd>
<dt class="hdlist1">--ignore-rev <rev></dt>
<dd>
<p>Ignore changes made by the revision when assigning blame, as if the
change never happened. Lines that were changed or added by an ignored
commit will be blamed on the previous commit that changed that line or
nearby lines. This option may be specified multiple times to ignore
more than one revision. If the <code>blame.markIgnoredLines</code> config option
is set, then lines that were changed by an ignored commit and attributed to
another commit will be marked with a <code>?</code> in the blame output. If the
<code>blame.markUnblamableLines</code> config option is set, then those lines touched
by an ignored commit that we could not attribute to another revision are
marked with a <em>*</em>.</p>
</dd>
<dt class="hdlist1">--ignore-revs-file <file></dt>
<dd>
<p>Ignore revisions listed in <code>file</code>, which must be in the same format as an
<code>fsck.skipList</code>. This option may be repeated, and these files will be
processed after any files specified with the <code>blame.ignoreRevsFile</code> config
option. An empty file name, <code>""</code>, will clear the list of revs from
previously processed files.</p>
</dd>
<dt class="hdlist1">-h</dt>
<dd>
<p>Show help message.</p>
</dd>
<dt class="hdlist1">-c</dt>
<dd>
<p>Use the same output mode as <a href="git-annotate.html">git-annotate(1)</a> (Default: off).</p>
</dd>
<dt class="hdlist1">--score-debug</dt>
<dd>
<p>Include debugging information related to the movement of
lines between files (see <code>-C</code>) and lines moved within a
file (see <code>-M</code>). The first number listed is the score.
This is the number of alphanumeric characters detected
as having been moved between or within files. This must be above
a certain threshold for <em>git blame</em> to consider those lines
of code to have been moved.</p>
</dd>
<dt class="hdlist1">-f</dt>
<dt class="hdlist1">--show-name</dt>
<dd>
<p>Show the filename in the original commit. By default
the filename is shown if there is any line that came from a
file with a different name, due to rename detection.</p>
</dd>
<dt class="hdlist1">-n</dt>
<dt class="hdlist1">--show-number</dt>
<dd>
<p>Show the line number in the original commit (Default: off).</p>
</dd>
<dt class="hdlist1">-s</dt>
<dd>
<p>Suppress the author name and timestamp from the output.</p>
</dd>
<dt class="hdlist1">-e</dt>
<dt class="hdlist1">--show-email</dt>
<dd>
<p>Show the author email instead of author name (Default: off).
This can also be controlled via the <code>blame.showEmail</code> config
option.</p>
</dd>
<dt class="hdlist1">-w</dt>
<dd>
<p>Ignore whitespace when comparing the parent’s version and
the child’s to find where the lines came from.</p>
</dd>
<dt class="hdlist1">--abbrev=<n></dt>
<dd>
<p>Instead of using the default 7+1 hexadecimal digits as the
abbreviated object name, use <n>+1 digits. Note that 1 column
is used for a caret to mark the boundary commit.</p>
</dd>
</dl>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_the_porcelain_format">THE PORCELAIN FORMAT</h2>
<div class="sectionbody">
<div class="paragraph">
<p>In this format, each line is output after a header; the
header at the minimum has the first line which has:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>40-byte SHA-1 of the commit the line is attributed to;</p>
</li>
<li>
<p>the line number of the line in the original file;</p>
</li>
<li>
<p>the line number of the line in the final file;</p>
</li>
<li>
<p>on a line that starts a group of lines from a different
commit than the previous one, the number of lines in this
group. On subsequent lines this field is absent.</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>This header line is followed by the following information
at least once for each commit:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>the author name ("author"), email ("author-mail"), time
("author-time"), and time zone ("author-tz"); similarly
for committer.</p>
</li>
<li>
<p>the filename in the commit that the line is attributed to.</p>
</li>
<li>
<p>the first line of the commit log message ("summary").</p>
</li>
</ul>
</div>
<div class="paragraph">
<p>The contents of the actual line is output after the above
header, prefixed by a TAB. This is to allow adding more
header elements later.</p>
</div>
<div class="paragraph">
<p>The porcelain format generally suppresses commit information that has
already been seen. For example, two lines that are blamed to the same
commit will both be shown, but the details for that commit will be shown
only once. This is more efficient, but may require more state be kept by
the reader. The <code>--line-porcelain</code> option can be used to output full
commit information for each line, allowing simpler (but less efficient)
usage like:</p>
</div>
<div class="literalblock">
<div class="content">
<pre># count the number of lines attributed to each author
git blame --line-porcelain file |
sed -n 's/^author //p' |
sort | uniq -c | sort -rn</pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_specifying_ranges">SPECIFYING RANGES</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Unlike <em>git blame</em> and <em>git annotate</em> in older versions of git, the extent
of the annotation can be limited to both line ranges and revision
ranges. The <code>-L</code> option, which limits annotation to a range of lines, may be
specified multiple times.</p>
</div>
<div class="paragraph">
<p>When you are interested in finding the origin for
lines 40-60 for file <code>foo</code>, you can use the <code>-L</code> option like so
(they mean the same thing — both ask for 21 lines starting at
line 40):</p>
</div>
<div class="literalblock">
<div class="content">
<pre>git blame -L 40,60 foo
git blame -L 40,+21 foo</pre>
</div>
</div>
<div class="paragraph">
<p>Also you can use a regular expression to specify the line range:</p>
</div>
<div class="literalblock">
<div class="content">
<pre>git blame -L '/^sub hello {/,/^}$/' foo</pre>
</div>
</div>
<div class="paragraph">
<p>which limits the annotation to the body of the <code>hello</code> subroutine.</p>
</div>
<div class="paragraph">
<p>When you are not interested in changes older than version
v2.6.18, or changes older than 3 weeks, you can use revision
range specifiers similar to <em>git rev-list</em>:</p>
</div>
<div class="literalblock">
<div class="content">
<pre>git blame v2.6.18.. -- foo
git blame --since=3.weeks -- foo</pre>
</div>
</div>
<div class="paragraph">
<p>When revision range specifiers are used to limit the annotation,
lines that have not changed since the range boundary (either the
commit v2.6.18 or the most recent commit that is more than 3
weeks old in the above example) are blamed for that range
boundary commit.</p>
</div>
<div class="paragraph">
<p>A particularly useful way is to see if an added file has lines
created by copy-and-paste from existing files. Sometimes this
indicates that the developer was being sloppy and did not
refactor the code properly. You can first find the commit that
introduced the file with:</p>
</div>
<div class="literalblock">
<div class="content">
<pre>git log --diff-filter=A --pretty=short -- foo</pre>
</div>
</div>
<div class="paragraph">
<p>and then annotate the change between the commit and its
parents, using <code>commit^!</code> notation:</p>
</div>
<div class="literalblock">
<div class="content">
<pre>git blame -C -C -f $commit^! -- foo</pre>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_incremental_output">INCREMENTAL OUTPUT</h2>
<div class="sectionbody">
<div class="paragraph">
<p>When called with <code>--incremental</code> option, the command outputs the
result as it is built. The output generally will talk about
lines touched by more recent commits first (i.e. the lines will
be annotated out of order) and is meant to be used by
interactive viewers.</p>
</div>
<div class="paragraph">
<p>The output format is similar to the Porcelain format, but it
does not contain the actual lines from the file that is being
annotated.</p>
</div>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Each blame entry always starts with a line of:</p>
<div class="literalblock">
<div class="content">
<pre><40-byte hex sha1> <sourceline> <resultline> <num_lines></pre>
</div>
</div>
<div class="paragraph">
<p>Line numbers count from 1.</p>
</div>
</li>
<li>
<p>The first time that a commit shows up in the stream, it has various
other information about it printed out with a one-word tag at the
beginning of each line describing the extra commit information (author,
email, committer, dates, summary, etc.).</p>
</li>
<li>
<p>Unlike the Porcelain format, the filename information is always
given and terminates the entry:</p>
<div class="literalblock">
<div class="content">
<pre>"filename" <whitespace-quoted-filename-goes-here></pre>
</div>
</div>
<div class="paragraph">
<p>and thus it is really quite easy to parse for some line- and word-oriented
parser (which should be quite natural for most scripting languages).</p>
</div>
<div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">
For people who do parsing: to make it more robust, just ignore any
lines between the first and last one ("<sha1>" and "filename" lines)
where you do not recognize the tag words (or care about that particular
one) at the beginning of the "extended information" lines. That way, if
there is ever added information (like the commit encoding or extended
commit commentary), a blame viewer will not care.
</td>
</tr>
</table>
</div>
</li>
</ol>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_mapping_authors">MAPPING AUTHORS</h2>
<div class="sectionbody">
<div class="paragraph">
<p>If the file <code>.mailmap</code> exists at the toplevel of the repository, or at
the location pointed to by the mailmap.file or mailmap.blob
configuration options, it
is used to map author and committer names and email addresses to
canonical real names and email addresses.</p>
</div>
<div class="paragraph">
<p>In the simple form, each line in the file consists of the canonical
real name of an author, whitespace, and an email address used in the
commit (enclosed by <em><</em> and <em>></em>) to map to the name. For example:</p>
</div>
<div class="openblock">
<div class="content">
<div class="literalblock">
<div class="content">
<pre>Proper Name <commit@email.xx></pre>
</div>
</div>
</div>
</div>
<div class="paragraph">
<p>The more complex forms are:</p>
</div>
<div class="openblock">
<div class="content">
<div class="literalblock">
<div class="content">
<pre><proper@email.xx> <commit@email.xx></pre>
</div>
</div>
</div>
</div>
<div class="paragraph">
<p>which allows mailmap to replace only the email part of a commit, and:</p>
</div>
<div class="openblock">
<div class="content">
<div class="literalblock">
<div class="content">
<pre>Proper Name <proper@email.xx> <commit@email.xx></pre>
</div>
</div>
</div>
</div>
<div class="paragraph">
<p>which allows mailmap to replace both the name and the email of a
commit matching the specified commit email address, and:</p>
</div>
<div class="openblock">
<div class="content">
<div class="literalblock">
<div class="content">
<pre>Proper Name <proper@email.xx> Commit Name <commit@email.xx></pre>
</div>
</div>
</div>
</div>
<div class="paragraph">
<p>which allows mailmap to replace both the name and the email of a
commit matching both the specified commit name and email address.</p>
</div>
<div class="paragraph">
<p>Example 1: Your history contains commits by two authors, Jane
and Joe, whose names appear in the repository under several forms:</p>
</div>
<div class="listingblock">
<div class="content">
<pre>Joe Developer <joe@example.com>
Joe R. Developer <joe@example.com>
Jane Doe <jane@example.com>
Jane Doe <jane@laptop.(none)>
Jane D. <jane@desktop.(none)></pre>
</div>
</div>
<div class="paragraph">
<p>Now suppose that Joe wants his middle name initial used, and Jane
prefers her family name fully spelled out. A proper <code>.mailmap</code> file
would look like:</p>
</div>
<div class="listingblock">
<div class="content">
<pre>Jane Doe <jane@desktop.(none)>
Joe R. Developer <joe@example.com></pre>
</div>
</div>
<div class="paragraph">
<p>Note how there is no need for an entry for <code><jane@laptop.(none)></code>, because the
real name of that author is already correct.</p>
</div>
<div class="paragraph">
<p>Example 2: Your repository contains commits from the following
authors:</p>
</div>
<div class="listingblock">
<div class="content">
<pre>nick1 <bugs@company.xx>
nick2 <bugs@company.xx>
nick2 <nick2@company.xx>
santa <me@company.xx>
claus <me@company.xx>
CTO <cto@coompany.xx></pre>
</div>
</div>
<div class="paragraph">
<p>Then you might want a <code>.mailmap</code> file that looks like:</p>
</div>
<div class="listingblock">
<div class="content">
<pre><cto@company.xx> <cto@coompany.xx>
Some Dude <some@dude.xx> nick1 <bugs@company.xx>
Other Author <other@author.xx> nick2 <bugs@company.xx>
Other Author <other@author.xx> <nick2@company.xx>
Santa Claus <santa.claus@northpole.xx> <me@company.xx></pre>
</div>
</div>
<div class="paragraph">
<p>Use hash <em>#</em> for comments that are either on their own line, or after
the email address.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
<div class="paragraph">
<p><a href="git-annotate.html">git-annotate(1)</a></p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_git">GIT</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Part of the <a href="git.html">git(1)</a> suite</p>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2020-06-01 18:38:37 UTC
</div>
</div>
</body>
</html> | operepo/ope | client_tools/svc/rc/mingw32/share/doc/git-doc/git-blame.html | HTML | mit | 53,998 |
Processes keydown events.
<div class="definition">
keydown(event)
</div>
<div class="arguments">
<table>
<tr>
<td>event</td>
<td><b>DOM Event</b>, event object corresponding to keydown event</td>
</tr>
</table>
</div>
Returns <i>undefined</i>.
<h4>Description</h4>
This method is called internally when a keyboard button is pressed and will process keyboard events (up/down, left/right, enter, space, etc).
This method emits <a class="method" href="w2grid.onKeydown">.onKeydown</a> event.
<div style="height: 10px"></div>
This method can be overwritten:
<textarea class="javascript">
$('#grid').w2grid({
name : 'grid',
columns: [
{ field: 'recid', text: 'ID', size: '50px' },
{ field: 'lname', text: 'Last Name', size: '30%' },
{ field: 'fname', text: 'First Name', size: '30%' },
{ field: 'email', text: 'Email', size: '40%' },
{ field: 'sdate', text: 'Start Date', size: '120px' },
{ field: 'sdate', text: 'End Date', size: '120px' }
],
keydown: function (event) {
console.log('Custom keydown event.');
}
});
</textarea> | mpf82/w2ui | docs/details/w2grid.keydown.html | HTML | mit | 1,144 |
<!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_66) on Tue Mar 22 15:33:12 HKT 2016 -->
<title>Uses of Class com.postmen.javasdk.config.ConfigTest</title>
<meta name="date" content="2016-03-22">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.postmen.javasdk.config.ConfigTest";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/postmen/javasdk/config/ConfigTest.html" title="class in com.postmen.javasdk.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-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/postmen/javasdk/config/class-use/ConfigTest.html" target="_top">Frames</a></li>
<li><a href="ConfigTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.postmen.javasdk.config.ConfigTest" class="title">Uses of Class<br>com.postmen.javasdk.config.ConfigTest</h2>
</div>
<div class="classUseContainer">No usage of com.postmen.javasdk.config.ConfigTest</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../com/postmen/javasdk/config/ConfigTest.html" title="class in com.postmen.javasdk.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-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/postmen/javasdk/config/class-use/ConfigTest.html" target="_top">Frames</a></li>
<li><a href="ConfigTest.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| heinrich10/java | doc/com/postmen/javasdk/config/class-use/ConfigTest.html | HTML | mit | 4,387 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CropOriginAbsolute | @picturepark/sdk-v1-angular API</title>
<meta name="description" content="Documentation for @picturepark/sdk-v1-angular 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-angular 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="croporiginabsolute.html">CropOriginAbsolute</a>
</li>
</ul>
<h1>Class CropOriginAbsolute</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="croppositionbase.html" class="tsd-signature-type">CropPositionBase</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">CropOriginAbsolute</span>
</li>
</ul>
</li>
</ul>
</section>
<section class="tsd-panel">
<h3>Implements</h3>
<ul class="tsd-hierarchy">
<li><a href="../interfaces/icroppositionbase.html" class="tsd-signature-type">ICropPositionBase</a></li>
<li><a href="../interfaces/icroporiginabsolute.html" class="tsd-signature-type">ICropOriginAbsolute</a></li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="croporiginabsolute.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-external"><a href="croporiginabsolute.html#_discriminator" class="tsd-kind-icon">_discriminator</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="croporiginabsolute.html#x" class="tsd-kind-icon">x</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-external"><a href="croporiginabsolute.html#y" class="tsd-kind-icon">y</a></li>
</ul>
</section>
<section class="tsd-index-section tsd-is-external">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="croporiginabsolute.html#init" class="tsd-kind-icon">init</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external"><a href="croporiginabsolute.html#tojson" class="tsd-kind-icon">toJSON</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static tsd-is-external"><a href="croporiginabsolute.html#fromjs" class="tsd-kind-icon">fromJS</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<li class="tsd-signature tsd-kind-icon">new <wbr>Crop<wbr>Origin<wbr>Absolute<span class="tsd-signature-symbol">(</span>data<span class="tsd-signature-symbol">?: </span><a href="../interfaces/icroporiginabsolute.html" class="tsd-signature-type">ICropOriginAbsolute</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="croporiginabsolute.html" class="tsd-signature-type">CropOriginAbsolute</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="croppositionbase.html">CropPositionBase</a>.<a href="croppositionbase.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/Picturepark/Picturepark.SDK.TypeScript/blob/01b219ac2/src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts#L68751">src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts:68751</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> data: <a href="../interfaces/icroporiginabsolute.html" class="tsd-signature-type">ICropOriginAbsolute</a></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="croporiginabsolute.html" class="tsd-signature-type">CropOriginAbsolute</a></h4>
</li>
</ul>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-external">
<a name="_discriminator" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _discriminator</h3>
<div class="tsd-signature tsd-kind-icon">_discriminator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Inherited from <a href="croppositionbase.html">CropPositionBase</a>.<a href="croppositionbase.html#_discriminator">_discriminator</a></p>
<ul>
<li>Defined in <a href="https://github.com/Picturepark/Picturepark.SDK.TypeScript/blob/01b219ac2/src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts#L68701">src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts:68701</a></li>
</ul>
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
<a name="x" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> x</h3>
<div class="tsd-signature tsd-kind-icon">x<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/icroporiginabsolute.html">ICropOriginAbsolute</a>.<a href="../interfaces/icroporiginabsolute.html#x">x</a></p>
<ul>
<li>Defined in <a href="https://github.com/Picturepark/Picturepark.SDK.TypeScript/blob/01b219ac2/src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts#L68749">src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts:68749</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>X-Coordinate of top left point of the cropping rectangle.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-external">
<a name="y" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> y</h3>
<div class="tsd-signature tsd-kind-icon">y<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/icroporiginabsolute.html">ICropOriginAbsolute</a>.<a href="../interfaces/icroporiginabsolute.html#y">y</a></p>
<ul>
<li>Defined in <a href="https://github.com/Picturepark/Picturepark.SDK.TypeScript/blob/01b219ac2/src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts#L68751">src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts:68751</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Y-Coordinate of top left point of the cropping rectangle.</p>
</div>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<a name="init" class="tsd-anchor"></a>
<h3>init</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<li class="tsd-signature tsd-kind-icon">init<span class="tsd-signature-symbol">(</span>_data<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">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="croppositionbase.html">CropPositionBase</a>.<a href="croppositionbase.html#init">init</a></p>
<ul>
<li>Defined in <a href="https://github.com/Picturepark/Picturepark.SDK.TypeScript/blob/01b219ac2/src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts#L68758">src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts:68758</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> _data: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<a name="tojson" class="tsd-anchor"></a>
<h3>toJSON</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<li class="tsd-signature tsd-kind-icon">toJSON<span class="tsd-signature-symbol">(</span>data<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">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="croppositionbase.html">CropPositionBase</a>.<a href="croppositionbase.html#tojson">toJSON</a></p>
<ul>
<li>Defined in <a href="https://github.com/Picturepark/Picturepark.SDK.TypeScript/blob/01b219ac2/src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts#L68773">src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts:68773</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> data: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static tsd-is-external">
<a name="fromjs" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> fromJS</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static tsd-is-external">
<li class="tsd-signature tsd-kind-icon">fromJS<span class="tsd-signature-symbol">(</span>data<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="croporiginabsolute.html" class="tsd-signature-type">CropOriginAbsolute</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Overrides <a href="croppositionbase.html">CropPositionBase</a>.<a href="croppositionbase.html#fromjs">fromJS</a></p>
<ul>
<li>Defined in <a href="https://github.com/Picturepark/Picturepark.SDK.TypeScript/blob/01b219ac2/src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts#L68766">src/picturepark-sdk-v1-angular/projects/picturepark-sdk-v1-angular/src/lib/services/api-services.ts:68766</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>data: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="croporiginabsolute.html" class="tsd-signature-type">CropOriginAbsolute</a></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>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-is-external">
<a href="croporiginabsolute.html" class="tsd-kind-icon">Crop<wbr>Origin<wbr>Absolute</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<a href="croporiginabsolute.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-external">
<a href="croporiginabsolute.html#_discriminator" class="tsd-kind-icon">_discriminator</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
<a href="croporiginabsolute.html#x" class="tsd-kind-icon">x</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-external">
<a href="croporiginabsolute.html#y" class="tsd-kind-icon">y</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<a href="croporiginabsolute.html#init" class="tsd-kind-icon">init</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-external">
<a href="croporiginabsolute.html#tojson" class="tsd-kind-icon">toJSON</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static tsd-is-external">
<a href="croporiginabsolute.html#fromjs" class="tsd-kind-icon">fromJS</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
</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-angular/api/classes/croporiginabsolute.html | HTML | mit | 17,887 |
<!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
be71b621-15bd-4cb8-a905-f012af0e4947
</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="#DataAvail.Mvc.Account">DataAvail.Mvc.Account</a></strong></td>
<td class="text-center">73.95 %</td>
<td class="text-center">70.74 %</td>
<td class="text-center">91.64 %</td>
<td class="text-center">70.74 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="DataAvail.Mvc.Account"><h3>DataAvail.Mvc.Account</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.Collections.Specialized.NameValueCollection</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Item(System.String)</td>
<td class="IconSuccessEncoded"></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.TypeConverter</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ConvertFrom(System.Object)</td>
<td class="IconSuccessEncoded"></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.TypeDescriptor</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td style="padding-left:2em">GetConverter(System.Type)</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Currently there is no workaround, but we are working on it. Please check back.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.ConfigurationManager</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use configuration appropriate for your application model. For portable Framework Components, expose API for configuration on type</td>
</tr>
<tr>
<td style="padding-left:2em">get_AppSettings</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Remove usage: track configuration via alternate means.</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Configuration.SettingsBase</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">Save</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.Net.WebRequest</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage)</td>
</tr>
<tr>
<td style="padding-left:2em">GetResponse</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage)</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Security.Cryptography.HashAlgorithm</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">ComputeHash(System.Byte[])</td>
<td class="IconSuccessEncoded"></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.Security.Cryptography.MD5</td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Create</td>
<td class="IconSuccessEncoded"></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.Security.Cryptography.MD5CryptoServiceProvider</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.Text.Encoding</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use GetEncoding(0)</td>
</tr>
<tr>
<td style="padding-left:2em">get_Default</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use GetEncoding(0)</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpContext</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_Current</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_Request</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_Response</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.Web.HttpContextBase</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_Request</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.Web.HttpCookie</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,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">get_Value</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.Web.HttpCookieCollection</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">Add(System.Web.HttpCookie)</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_Item(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.Web.HttpRequest</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_Cookies</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_IsAuthenticated</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.Web.HttpRequestBase</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_Url</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.Web.HttpResponse</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_Cookies</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.Web.Mvc.ActionResult</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.ContentResult</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.Controller</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Content(System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_HttpContext</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_Request</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Json(System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">Redirect(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">View(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.ControllerBase</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ValueProvider</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ViewBag</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ViewData</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.IValueProvider</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">GetValue(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.JsonResult</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.ModelStateDictionary</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">AddModelError(System.String,System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.RedirectResult</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.ValueProviderResult</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_AttemptedValue</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.ViewDataDictionary</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td style="padding-left:2em">get_ModelState</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Mvc.ViewResult</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></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.Web.Profile.ProfileBase</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 style="padding-left:2em">Create(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">get_Item(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">set_Item(System.String,System.Object)</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.Web.Script.Serialization.JavaScriptSerializer</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use JSON.NET instead</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>Use JSON.NET instead</td>
</tr>
<tr>
<td style="padding-left:2em">Deserialize``1(System.String)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use JSON.NET instead</td>
</tr>
<tr>
<td style="padding-left:2em">Serialize(System.Object)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td>Use JSON.NET instead</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Security.FormsAuthentication</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">Decrypt(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">Encrypt(System.Web.Security.FormsAuthenticationTicket)</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_FormsCookieName</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">GetAuthCookie(System.String,System.Boolean)</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.Web.Security.FormsAuthenticationTicket</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.Int32,System.String,System.DateTime,System.DateTime,System.Boolean,System.String,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">get_CookiePath</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_Expiration</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_IsPersistent</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_IssueDate</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_Name</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_UserData</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_Version</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.Web.Security.Membership</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">CreateUser(System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Object,System.Web.Security.MembershipCreateStatus@)</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">GetUser(System.Object,System.Boolean)</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.Web.Security.MembershipCreateStatus</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.Web.Security.MembershipUser</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>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> | kuhlenh/port-to-core | Reports/op/open-mvc.0.7.0/DataAvail.Mvc.Account-net40.html | HTML | mit | 63,826 |
{% extends "base.html" %}
{% load i18n %}
{% block extra_head_base %}
<link rel="stylesheet" href="{{ STATIC_URL }}css/site_tabs.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}pinax/css/comments.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}pinax/css/pagination.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}pinax/css/wiki.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}tasks/css/tasks.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}pinax/css/topics.css" />
<link rel="stylesheet" href="{{ STATIC_URL }}bookmarks/css/bookmarks.css" />
{% block extra_head %}{% endblock %}
{% endblock %}
{% block logo_link_image %}<a href="{% url home %}"><img src="{{ STATIC_URL }}pinax/img/logo.png" alt="Pinax"/></a>{% endblock %}
{% block login %}
{% include "_account_bar.html" %}
{% endblock %}
{% block right_tabs %}
{% if user.is_authenticated %}
<ul class="tabs">{% spaceless %}
<li id="tab_profile"><a href="{% url profile_detail user.username %}">{% trans "Profile" %}</a></li>
<li id="tab_topics"><a href="{% url topic_list %}">{% trans "Topics" %}</a></li>
<li id="tab_tasks"><a href="{% url task_list %}">{% trans "Tasks" %}</a></li>
<li id="tab_wiki"><a href="{% url wakawaka_index %}">{% trans "Wiki" %}</a></li>
<li id="tab_bookmarks"><a href="{% url all_bookmarks %}">{% trans "Bookmarks" %}</a></li>
<li id="tab_notices"><a href="{% url notification_notices %}">{% trans "Notices" %}{% if notice_unseen_count %} ({{ notice_unseen_count }}){% endif %}</a></li>
{% endspaceless %}</ul>
{% endif %}
{% endblock %}
{% block footer %}
<div class="legal">All information on this site is Company Confidential unless otherwise specified.</div>
{% endblock %}
{% block extra_body_base %}
<script src="{{ STATIC_URL }}tasks/js/tasks.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}pinax/js/topics.js" type="text/javascript"></script>
<script src="{{ STATIC_URL }}pinax/js/comments.js" type="text/javascript"></script>
{% block extra_body %}{% endblock %}
{% endblock %}
| amarandon/pinax | pinax/projects/intranet_project/templates/site_base.html | HTML | mit | 2,167 |
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>173 nips-2002-Recovering Intrinsic Images from a Single Image</title>
</head>
<body>
<p><a title="nips" href="../nips_home.html">nips</a> <a title="nips-2002" href="../home/nips2002_home.html">nips2002</a> <a title="nips-2002-173" href="../nips2002/nips-2002-Recovering_Intrinsic_Images_from_a_Single_Image.html">nips2002-173</a> <a title="nips-2002-173-reference" href="#">nips2002-173-reference</a> knowledge-graph by maker-knowledge-mining</p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- maker adsense -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-5027806277543591"
data-ad-slot="4192012269"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<h1>173 nips-2002-Recovering Intrinsic Images from a Single Image</h1>
<br/><p>Source: <a title="nips-2002-173-pdf" href="http://papers.nips.cc/paper/2286-recovering-intrinsic-images-from-a-single-image.pdf">pdf</a></p><p>Author: Marshall F. Tappen, William T. Freeman, Edward H. Adelson</p><p>Abstract: We present an algorithm that uses multiple cues to recover shading and reflectance intrinsic images from a single image. Using both color information and a classifier trained to recognize gray-scale patterns, each image derivative is classified as being caused by shading or a change in the surface’s reflectance. Generalized Belief Propagation is then used to propagate information from areas where the correct classification is clear to areas where it is ambiguous. We also show results on real images.</p><br/>
<h2>reference text</h2><p>[1] H. G. Barrow and J. M. Tenenbaum. Recovering intrinsic scene characteristics from images. In Computer Vision Systems, pages 3–26. Academic Press, 1978.</p>
<p>[2] M. Bell and W. T. Freeman. Learning local evidence for shading and reflection. In Proceedings International Conference on Computer Vision, 2001.</p>
<p>[3] W. T. Freeman, E. C. Pasztor, and O. T. Carmichael. Learning low-level vision. International Journal of Computer Vision, 40(1):25–47, 2000.</p>
<p>[4] Y. Freund and R. E. Schapire. A decision-theoretic generalization of on-line learning and an application to boosting. Journal of Computer and System Sciences, 55(1):119– 139, 1997.</p>
<p>[5] J. Friedman, T. Hastie, and R. Tibshirami. Additive logistic regression: A statistical view of boosting. The Annals of Statistics, 38(2):337–374, 2000.</p>
<p>[6] B. V. Funt, M. S. Drew, and M. Brockington. Recovering shading from color images. In G. Sandini, editor, ECCV-92: Second European Conference on Computer Vision, pages 124–132. Springer-Verlag, May 1992.</p>
<p>[7] D. Heeger and J. Bergen. Pyramid-based texture analysis/synthesis. In Computer Graphics Proceeding, SIGGRAPH 95, pages 229–238, August 1995.</p>
<p>[8] E. H. Land and J. J. McCann. Lightness and retinex theory. Journal of the Optical Society of America, 61:1–11, 1971.</p>
<p>[9] T. Leung and J. Malik. Recognizing surfaces using three-dimensional textons. In IEEE International Conference on Computer Vision, 1999.</p>
<p>[10] J. M. Rubin and W. A. Richards. Color vision and image intensities: When are changes material. Biological Cybernetics, 45:215–226, 1982.</p>
<p>[11] P. Sinha and E. H. Adelson. Recovering reflectance in a world of painted polyhedra. In Fourth International Conference on Computer Vision, pages 156–163. IEEE, 1993.</p>
<p>[12] K. Tieu and P. Viola. Boosting image retrieval. In Proceedings IEEE Computer Vision and Pattern Recognition, volume 1, pages 228–235, 2000.</p>
<p>[13] Y. Weiss. Deriving intrinsic images from image sequences. In Proceedings International Conference on Computer Vision, Vancouver, Canada, 2001. IEEE.</p>
<p>[14] J. Yedidia, W. T. Freeman, and Y. Weiss. Generalized belief propagation. In Advances in Neural Information Processing Systems 13, pages 689–695, 2001.</p>
<br/>
<br/><br/><br/>
<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-48522588-1', 'makerhacker.github.io');
ga('send', 'pageview');
</script>
</body>
</html>
| makerhacker/makerhacker.github.io | paper-mining/nips/nips2002_reference/nips-2002-Recovering_Intrinsic_Images_from_a_Single_Image_reference.html | HTML | mit | 4,446 |
<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">bù zhī qīng zhòng</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/10000-10999/10925-22.html | HTML | mit | 1,364 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="" rel="stylesheet" type="text/css"/>
<style type="text/css">
#box01 {
width: 100px;
height: 30px;
background-color: blue;
position: relative;
z-index:999;
}
#box02 {
display: none;
width: 100px;
height: 100px;
background-color: red;
position: absolute;
left: 0;
top: 30px;
}
select{
zoom:1;
position:relative;
z-index:998;
}
</style>
</head>
<body>
<div id="msg">dd</div>
<div id="box01">
<div id="box02">
<select id="ss">
<option>sdsd</option>
<option>dsdssd</option>
</select>
</div>
<script type="text/javascript">
var msg = document.getElementById("msg");
var key=false;
var box01 = document.getElementById("box01");
var box02 = document.getElementById("box02");
var s = document.getElementById("ss");
box01.onmouseover = function(){
msg.innerHTML='box01 in';
key=true;
box02.style.display = "block";
}
box01.onmouseout = function(){
msg.innerHTML='box01 out';
if(key){
box02.style.display = "none";
}
}
s.onmouseover = function(){
msg.innerHTML='s in';
box02.style.display = "block";
}
s.onmouseout = function(){
msg.innerHTML='s out';
key=false;
box02.style.display = "block";
}
</script>
</div>
</body>
</html>
| paper/paperstudio | lab/shenlin.html | HTML | mit | 1,740 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"KLF200-API/GW_ACTIVATE_SCENE_CFM" | klf-200-api</title>
<meta name="description" content="">
<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.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">klf-200-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="_klf200_api_gw_activate_scene_cfm_.html">"KLF200-API/GW_ACTIVATE_SCENE_CFM"</a>
</li>
</ul>
<h1>External module "KLF200-API/GW_ACTIVATE_SCENE_CFM"</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 ">
<h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/_klf200_api_gw_activate_scene_cfm_.gw_activate_scene_cfm.html" class="tsd-kind-icon">GW_<wbr>ACTIVATE_<wbr>SCENE_<wbr>CFM</a></li>
</ul>
</section>
</div>
</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-external-module">
<a href="_klf200_api_gw_activate_scene_cfm_.html">"KLF200-<wbr>API/GW_<wbr>ACTIVATE_<wbr>SCENE_<wbr>CFM"</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="../classes/_klf200_api_gw_activate_scene_cfm_.gw_activate_scene_cfm.html" class="tsd-kind-icon">GW_<wbr>ACTIVATE_<wbr>SCENE_<wbr>CFM</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>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</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="https://typedoc.org/" 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> | MiSchroe/klf-200-api | docs/modules/_klf200_api_gw_activate_scene_cfm_.html | HTML | mit | 8,788 |
{% set nav = 'setting' %}
{% extends 'console/layout.html' %}
{% block head %}
<link href="{{ SITE_URL }}/static/css/theme.css" rel="stylesheet">
<script src="{{ SITE_URL }}/static/js/jquery-1.11.0.min.js"></script>
{% endblock %}
{% block content %}
{% include 'console/setting/_subnav.html' %}
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
{% include '_flash.html' %}
<ul id="themes">
{% for theme in themes %}
<li class="pull-right {% if theme == current_theme %} current {% endif %}">
<a id="{{theme}}" href="#">
<img class="img-thumbnail" width="100" height="134" src="{{SITE_URL}}/static/img/themes/{{theme}}.png" alt="{{theme}}" title="{{theme}}"></img>
<center>{{theme}}</center>
</a>
</li>
{% endfor %}
</ul>
</div>
<form id="themeForm" action="{{urlFor('settingSubmit')}}" method="POST">
<input type="hidden" name="theme" id="themeInput" value="{{current_theme}}">
</form>
</div>
{% endblock %}
{% block widget %}
<script type="text/javascript">
$( document ).ready(function() {
$("#themes a").click(function() {
$("#themeInput").val($(this).attr('id'));
$("#themeForm").submit()
});
});
</script>
{% endblock %}
| slimpp/livehub | templates/console/setting/theme.html | HTML | mit | 1,350 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_112-release) on Fri May 26 21:31:01 EDT 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-05-26">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="org/chathamrobotics/ftcutils/AutonomousOpMode.html" title="class in org.chathamrobotics.ftcutils" target="classFrame">AutonomousOpMode</a></li>
<li><a href="org/chathamrobotics/ftcutils/Ballistics.html" title="class in org.chathamrobotics.ftcutils" target="classFrame">Ballistics</a></li>
<li><a href="org/chathamrobotics/ftcutils/Driver.html" title="interface in org.chathamrobotics.ftcutils" target="classFrame"><span class="interfaceName">Driver</span></a></li>
<li><a href="org/chathamrobotics/ftcutils/OmniWheelDriver.html" title="class in org.chathamrobotics.ftcutils" target="classFrame">OmniWheelDriver</a></li>
<li><a href="org/chathamrobotics/ftcutils/Robot.html" title="class in org.chathamrobotics.ftcutils" target="classFrame">Robot</a></li>
<li><a href="org/chathamrobotics/ftcutils/RobotLogger.html" title="class in org.chathamrobotics.ftcutils" target="classFrame">RobotLogger</a></li>
<li><a href="org/chathamrobotics/ftcutils/RobotLogger.Level.html" title="enum in org.chathamrobotics.ftcutils" target="classFrame">RobotLogger.Level</a></li>
<li><a href="org/chathamrobotics/ftcutils/StoppedException.html" title="class in org.chathamrobotics.ftcutils" target="classFrame">StoppedException</a></li>
</ul>
</div>
</body>
</html>
| ChathamRobotics/ftc-utils | doc/allclasses-frame.html | HTML | mit | 1,798 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>葡萄藤PPT</title>
<link rel="stylesheet" href="../css/reveal/reveal.css">
<!-- PPT主题,可以在/css/reveal/theme/中选择其他主题,目前暂时只能使用该模板 -->
<link rel="stylesheet" href="../css/reveal/theme/ptt.css">
<!-- syntax highlighting 代码高亮主题 -->
<link rel="stylesheet" href="../lib/reveal/css/zenburn.css">
<!-- 打印和PDF输出样式 -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '../css/reveal/print/pdf.css' : '../css/reveal/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<img src="../img/demo/logo.png" alt="" usemap="#pttmap" class="base-logo">
<map name="pttmap">
<area shape="rect" coords="0,0,276,58" href="http://www.jnshu.com" alt="" target="_blank"/>
</map>
<div class="reveal">
<div class="slides">
<section>
<h2>return的用法是什么?若用在for循环中,还会执行下一次循环吗?</h2>
<h3>小课堂【武汉修真院】</h3>
<p>分享人:汤特</p>
</section>
<section>
<p>目录</p>
<p>1.背景介绍</p>
<p>2.知识剖析</p>
<p>3.常见问题</p>
<p>4.解决方案</p>
<p>5.编码实战</p>
<p>6.扩展思考</p>
<p>7.参考文献</p>
<p>8.更多讨论</p>
</section>
<section>
<h3>1.背景介绍</h3>
</section>
<section>
<h3>什么是return?</h3>
<p>return 语句从当前函数退出,并从那个函数返回一个值。</p>
<pre><code>
语法:
return[()[expression][]];
可选项 expression 参数是要从函数返回的值。如果省略,则该函数不返回值。
</code></pre>
<p>用 return 语句来终止一个函数的执行,并返回 expression 的值。如果 expression 被省略,
或在函数内没有 return 语句被执行,则把值 undefined 赋给调用当前函数的表达式。</p>
</section>
<section>
<h3>2.知识剖析</h3>
</section>
<section style="text-align: left">
<h3>return语句的用法:1返回函数结果</h3>
<p>语法为:return 表达式; 语句结束函数执行,返回调用函数,而且把表达式的值作为函数的结果。</p>
<pre><code>
function test(){
var num="90";
alert(num);
return function(){
var num="110";
alert(num);
}
}
var result=test();//90
result();//110
</code></pre>
<p>return 表示从被调函数返回到主调函数继续执行,返回时可附带一个返回值,
由return后面的参数指定。return通常是必要的,因为函数调用的时候计算结果通常是通过返回值带出的。</p>
</section>
<section style="text-align: left">
<h3>return语句的用法:2返回函数控制</h3>
<p>语法为:return;无函数结果.</p>
<p> 在大多数情况下,为事件处理函数返回false,可以防止默认的事件行为.
例如,默认情况下点击一个a元素,页面会跳转到该元素href属性指定的页.</p>
<p>return false 就相当于终止符,Return true 就相当于执行符。</p>
<p> 在js中return false的作用一般是用来取消默认动作的。比如你单击一个链接除了触发你的
onclick时间(如果你指定的话)以外还要触发一个默认事件就是执行页面的跳转。所以如果
你想取消对象的默认动作就可以return false。</p>
</section >
<section style="text-align: left">
<p>在js中,我们常用return false来阻止提交表单或者继续执行下面的代码,通俗的来说就是阻止执行默认的行为。 例如下面的例子:</p>
<pre><code>
返回控制:
function s1(){
if(true)
{
return false;
}
返回结果:
function s2(){
if(true)
{
return 4;
}
function s3(){
s1();
s2();
}
console.log('s3的值',s3())
</code></pre>
</section>
<section style="text-align: left">
<p>即使m函数返回return false 阻止提交了,但是不影响 s2()函数的执行。
在s3()函数里调用s1()函数,那面里的return false 对于s3()函数来说,只是相当于返回值。
而不能阻止s3()函数执行。 return false 只在当前函数有效,不会影响其他外部函数的执行。 </p>
</section>
<section style="text-align: left">
<section style="text-align: center"><h3>3.常见问题</h3></section>
<section style="text-align: left">
<h3>若return用在for循环中,还会执行下一次循环吗?</h3>
</section>
<section>
<p>代码示例:</p>
<pre><code>
function demo() {
var group = [];
for (var i=0;i<4;i++){
return 5;
group.push(i);
}
return group;
}
demo();
</code></pre>
<p>我们可以看到,for循环只返回return所返回的值,并不会执行下一次循环。</p>
</section>
</section>
<section style="text-align: left">
<section style="text-align: center"><h3>4 解决方案</h3></section>
</section>
</section>
<section style="text-align: left">
<section style="text-align: center"><h3>5.编码实战</h3></section>
</section>
<section style="text-align: left">
<section>
<h3 style="text-align: center">6.扩展思考</h3>
<p>return可以跳出循环,但并非仅仅就return一种方法,还有break方法可以使用,那么break怎么使用?</p>
<pre><code>
for(var i=0;i<=10;i++){
document.write(i);
if(i==5){break;}
}
</code></pre>
<p>上面这个break实例,输出的结果为:12345,当i的值等于5的时候直接通过break跳出了循环,不再继续往下运行。</p>
</section>
</section>
<section>
<h3>7.参考文献</h3>
<p>参考1:<a href="http://www.jb51.net/article/74415.htm"> js中return的用法</a></p>
<p>参考2:<a href="http://www.cnblogs.com/luoguixin/p/6139534.html">return,break,continue的异同和用法</a></p>
</section>
<section>
<h3>8 更多讨论</h3>
<p>continue的用法?</p>
</section>
<section>
<h4>鸣谢</h4>
<p>感谢大家观看</p>
<p><small>BY : 汤特</small></p>
</section>
</div>
</div>
<script src="../lib/reveal/js/head.min.js"></script>
<script src="../lib/reveal/reveal.js"></script>
<script>
// 以下为常见配置属性的默认值
// {
// controls: true, // 是否在右下角展示控制条
// progress: true, // 是否显示演示的进度条
// slideNumber: false, // 是否显示当前幻灯片的页数编号,也可以使用代码slideNumber: 'c / t' ,表示当前页/总页数。
// history: false, // 是否将每个幻灯片改变加入到浏览器的历史记录中去
// keyboard: true, // 是否启用键盘快捷键来导航
// overview: true, // 是否启用幻灯片的概览模式,可使用"Esc"或"o"键来切换概览模式
// center: true, // 是否将幻灯片垂直居中
// touch: true, // 是否在触屏设备上启用触摸滑动切换
// loop: false, // 是否循环演示
// rtl: false, // 是否将演示的方向变成RTL,即从右往左
// fragments: true, // 全局开启和关闭碎片。
// autoSlide: 0, // 两个幻灯片之间自动切换的时间间隔(毫秒),当设置成 0 的时候则禁止自动切换,该值可以被幻灯片上的 ` data-autoslide` 属性覆盖
// transition: 'default', // 切换过渡效果,有none/fade/slide/convex/concave/zoom
// transitionSpeed: 'default', // 过渡速度,default/fast/slow
// mouseWheel: true, //是否启用通过鼠标滚轮来切换幻灯片
// }
// 初始化幻灯片
Reveal.initialize({
// history: true,
transition: 'default',
transitionSpeed: 'slow',
dependencies: [
{ src: '../plugin/markdown/marked.js' },
{ src: '../plugin/markdown/markdown.js' },
{ src: '../plugin/notes/notes.js', async: true },
{ src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
// 原始类型对象直接赋值不会相互影响
// var a = 1;
//
// var b = a;
// b = 10;
// console.log(a); // 1
////
// var a = 'hello';
// var b = a;
// b = 'world';
// console.log(a); // hello
//
// var a = true;
// var b = a;
// b = false;
// console.log(a);
//数组浅复制
// var a = ['隔壁老王','冠希哥', '宋经理' //定义一个名为a的属猪,里面有3个值,
// ];
// var b = a; //定义一个变量b,把a赋值给他,这样比、b和a一样了
// b[2] = '冲冲老师'; //然后把b的第三个值等于冲冲老师
// console.log(a)//那么现在打印a 是什么结果呢
//
// var arr = ["One","Two","Three"]; //数组的深复制,slice方法
// var arrtoo = arr.slice(1);
// arrtoo[2] = "set Map";
// console.log(arr);//One,Two,Three
// console.log(arrtoo);//One,set Map,Three
//
// var arr1 = ["One","Two","Three"]; //数组的深复制,concat 方法
// var arrtooo = arr1.concat(111111);
// arrtooo[1] = "set Map To";
// console.log(arr1);//One,Two,Three
// console.log(arrtooo);//One,set Map To,Three
//
// var b=[1,2,3,4,5]; //concat的链接
// var c=[6,7,8,9];
// var d =[4,4,22]
// console.log(b.concat(c,d))
var a={name:'yy',age:26}; //对象的浅拷贝哦
var b=new Object();
b.name=a.name;
b.age=a.age;
b.name='xx';
console.log(a);//Object { name="yy", age=26}
console.log(b);//Object { name="xx", age=26}
var d = { //对象的浅拷贝哦 第一种
name: 'd',
oc: {
age: 32
},
oad: {
adds: {
bb: 12
}
}
};
var deepCopy = function(source) {
var result = {};
for (var key in source) {
result[key] = typeof source[key] === 'object' ? deepCopy(source[key]) : source[key]
}
return result
};
var c = deepCopy(d);
c.name = 'c';
c.oc = {
age: 49
};
console.log(c);
console.log(d);
// var person = { //第二种深拷贝
// name: 'aa',
// friends: ['da', 'dsa', 'gf']
// };
//
// var aPerson = Object.create(person, {
//// name: {
//// value: "gee"
//// }
// });
//
// console.log(person.name);
// console.log(aPerson.friends)
var Chinese = {
nation:'中国'
}
var Doctor = {
career:'医生'
}
function extendCopy(p) {
var c = {};
for (var i in p) {
c[i] = p[i];
}
c.uber = p;
return c;
}
var Doctor = extendCopy(Chinese);
Doctor.career = '医生';
console.log(Doctor); // 中国
Chinese.birthPlaces = ['北京','上海','香港'];
var Doctor = extendCopy(Chinese);
Doctor.birthPlaces.push('厦门');
</script>
</body>
</html>
| ptteng/PPT | PPT/js-04-return-wuhan.html | HTML | mit | 12,973 |
{% extends "base.html" %}
{% load static %}
{% block content %}
<section class="hero is-small is-danger is-bold">
<div class="container hero-body">
<h1 class="title">Candidature <span class="fas fa-heart"></span></h1>
</div>
</section>
<section class="hero is-bold is-large">
<div class="container hero-body" style="color: white;">
<h1 class="title" style="color: white;">Candidature validée</h1>
<p>Vous pouvez en refaire autant que vous voulez. L'adresse c'est ici : <b><a href="/candidature" style="color: white">fanfare-cuc.fr/candidature</a></b></p>
</div>
</section>
{% endblock content %}
| adrienbrunet/fanfare_cuc | templates/application-success.html | HTML | mit | 638 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Example: National Mode</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.css">
<link rel="stylesheet" href="../css/intlTelInput.min.css?1442427060379">
<link rel="stylesheet" href="../css/demo.css?1442427060379">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.5/angular.min.js"></script>
<script src="../js/zepto.min.js"></script>
<script src="../js/intlTelInput.min.js?1442427060379"></script>
<script src="../js/nationalMode.js?1442427060379"></script>
</head>
<body ng-app="demo">
<a href="/intl-tel-input.html">Back</a>
<h1>Example: National Mode</h1>
<p>Allow users to enter their national number, and then convert it to international format using the public method getCleanNumber.</p>
<h2>Markup</h2>
<pre><code class="language-markup"><p id="output">Please enter a number below</p>
<input type="tel" international></code></pre>
<h2>Code</h2>
<pre><code class="language-javascript">angular.
module('demo', ['intlTelInput']).
controller('result', ['intlTelInput', function (TelInput) {
var output = $("#output");
TelInput.
config(function () {
return {
nationalMode: true,
// just for formatting/placeholders etc
utilsScript: "../js/libphonenumber.min.js"
};
}).
done(function (input) {
// listen to "keyup", but also "change" to update when the user selects a country
input.on("keyup change", function() {
var intlNumber = input.intlTelInput("getNumber");
if (intlNumber) {
output.text("International: " + intlNumber);
} else {
output.text("Please enter a number below");
}
});
});
}]);
</code></pre>
<h2>Result</h2>
<div ng-controller="result">
<p id="output">Please enter a number below</p>
<input type="tel" international>
</div>
<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-67725708-1', 'auto');ga('send', 'pageview');
</script>
</body>
</html>
| denim2x/international-phone-number | examples/gen/national-mode.html | HTML | mit | 2,735 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template make_unique_nothrow_definit</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="Chapter 1. Boost.Move">
<link rel="up" href="../../move/reference.html#header.boost.move.make_unique_hpp" title="Header <boost/move/make_unique.hpp>">
<link rel="prev" href="make_unique_not_idp8330192.html" title="Function template make_unique_nothrow">
<link rel="next" href="../move_idp8341456.html" title="Function template move">
</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="make_unique_not_idp8330192.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.make_unique_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="../move_idp8341456.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.movelib.make_unique_not_idp8334480"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Function template make_unique_nothrow_definit</span></h2>
<p>boost::movelib::make_unique_nothrow_definit</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="../../move/reference.html#header.boost.move.make_unique_hpp" title="Header <boost/move/make_unique.hpp>">boost/move/make_unique.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> T<span class="special">,</span> <span class="keyword">class</span><span class="special">...</span> Args<span class="special">></span>
<span class="identifier">unspecified</span> <span class="identifier">make_unique_nothrow_definit</span><span class="special">(</span><span class="identifier">Args</span> <span class="special">&&</span> ...<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp8839696"></a><h2>Description</h2>
<p><span class="bold"><strong>Remarks</strong></span>: This function shall not participate in overload resolution unless T is an array of known bound. </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2008-2014 Ion Gaztanaga<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="make_unique_not_idp8330192.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../move/reference.html#header.boost.move.make_unique_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="../move_idp8341456.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
| calvinfarias/IC2015-2 | BOOST/boost_1_61_0/libs/move/doc/html/boost/movelib/make_unique_not_idp8334480.html | HTML | mit | 4,410 |
<!doctype html>
<html>
<head>
<title>Histories 2.151</title>
<meta charset="utf-8">
<link rel="stylesheet" href="reader.css">
</head>
<body class="plain">
<div class="container">
<h1>Histories 2.151</h1>
<div class="text">
<p><span class="section">1</span>
Now the twelve kings were just, and in time came to sacrifice in Hephaestus' temple. On the last day of the feast, as they were about to pour libations, the high priest brought out the golden vessels which they commonly used for this; but he counted wrongly and had only eleven for the twelve.
<p><span class="section">2</span> So the last in line, Psammetichus, as he had no vessel, took off his bronze helmet and held it out and poured the libation with it. All the kings were accustomed to wear helmets, and were then helmeted;
<p><span class="section">3</span>
it was not in guile, then, that Psammetichus held out his headgear; but the rest perceived what Psammetichus had done, and remembered the oracle that promised the sovereignty of all Egypt to whoever poured a libation from a vessel of bronze; therefore, though they considered Psammetichus not deserving of death (for they examined him and found that he had acted without intent), they decided to strip him of most of his power and to chase him away into the marshes, and that he was not to concern himself with the rest of Egypt.
</div>
<div class="page-nav-2">
<a class="prev" href="./150.html"><</a>
<a class="next" href="./152.html">></a>
</div>
</div>
</body>
</html>
| jtauber/online-reader | docs/static-paginated-perseus4/151.html | HTML | mit | 1,584 |
<!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 Wed Nov 04 11:03:02 EST 2015 -->
<title>DeviceInterfaceModule</title>
<meta name="date" content="2015-11-04">
<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="DeviceInterfaceModule";
}
//-->
</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="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/qualcomm/robotcore/hardware/DcMotorController.RunMode.html"
title="enum in com.qualcomm.robotcore.hardware"><span
class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/qualcomm/robotcore/hardware/DeviceManager.html"
title="class in com.qualcomm.robotcore.hardware"><span
class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li>
<a href="../../../../index.html?com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html"
target="_top">Frames</a></li>
<li><a href="DeviceInterfaceModule.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.qualcomm.robotcore.hardware</div>
<h2 title="Interface DeviceInterfaceModule" class="title">Interface DeviceInterfaceModule</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd>
<a href="../../../../com/qualcomm/robotcore/hardware/AnalogInputController.html"
title="interface in com.qualcomm.robotcore.hardware">AnalogInputController</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/AnalogOutputController.html"
title="interface in com.qualcomm.robotcore.hardware">AnalogOutputController</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html"
title="interface in com.qualcomm.robotcore.hardware">DigitalChannelController</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/HardwareDevice.html"
title="interface in com.qualcomm.robotcore.hardware">HardwareDevice</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html"
title="interface in com.qualcomm.robotcore.hardware">I2cController</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html"
title="interface in com.qualcomm.robotcore.hardware">PWMOutputController</a>
</dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">DeviceInterfaceModule</span>
extends <a href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html"
title="interface in com.qualcomm.robotcore.hardware">DigitalChannelController</a>, <a
href="../../../../com/qualcomm/robotcore/hardware/AnalogInputController.html"
title="interface in com.qualcomm.robotcore.hardware">AnalogInputController</a>, <a
href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html"
title="interface in com.qualcomm.robotcore.hardware">PWMOutputController</a>, <a
href="../../../../com/qualcomm/robotcore/hardware/I2cController.html"
title="interface in com.qualcomm.robotcore.hardware">I2cController</a>, <a
href="../../../../com/qualcomm/robotcore/hardware/AnalogOutputController.html"
title="interface in com.qualcomm.robotcore.hardware">AnalogOutputController</a></pre>
<div class="block">DeviceInterfaceModule for working with various devices</div>
</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>
<ul class="blockList">
<li class="blockList"><a
name="nested_classes_inherited_from_class_com.qualcomm.robotcore.hardware.DigitalChannelController">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html"
title="interface in com.qualcomm.robotcore.hardware">DigitalChannelController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.Mode.html"
title="enum in com.qualcomm.robotcore.hardware">DigitalChannelController.Mode</a></code>
</li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="nested_classes_inherited_from_class_com.qualcomm.robotcore.hardware.I2cController">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/I2cController.html"
title="interface in com.qualcomm.robotcore.hardware">I2cController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/I2cController.I2cPortReadyCallback.html"
title="interface in com.qualcomm.robotcore.hardware">I2cController.I2cPortReadyCallback</a></code>
</li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a
name="fields_inherited_from_class_com.qualcomm.robotcore.hardware.I2cController">
<!-- -->
</a>
<h3>Fields inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/I2cController.html"
title="interface in com.qualcomm.robotcore.hardware">I2cController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#I2C_BUFFER_START_ADDRESS">I2C_BUFFER_START_ADDRESS</a></code>
</li>
</ul>
</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/qualcomm/robotcore/hardware/DeviceInterfaceModule.html#getDigitalInputStateByte()">getDigitalInputStateByte</a></strong>()</code>
<div class="block">A byte containing the current logic levels
present in the D7-D0 channel pins.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html#getDigitalIOControlByte()">getDigitalIOControlByte</a></strong>()</code>
<div class="block">Get the digital IO control byte</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html#getDigitalOutputStateByte()">getDigitalOutputStateByte</a></strong>()</code>
<div class="block">The D7-D0 output set field is a byte
containing the required I/O output of the D7-D0
channel pins.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html#getLEDState(int)">getLEDState</a></strong>(int channel)</code>
<div class="block">Indicates whether the LED on the given
channel is on or not
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html#setDigitalIOControlByte(byte)">setDigitalIOControlByte</a></strong>(byte input)</code>
<div class="block">If a particular bit is set to one, the
corresponding channel pin will be in output mode.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html#setDigitalOutputByte(byte)">setDigitalOutputByte</a></strong>(byte input)</code>
<div class="block">If a a particular control field bit is set to
one, the channel pin will be in output mode and
will reflect the value of the corresponding field bit.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a
href="../../../../com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html#setLED(int,%20boolean)">setLED</a></strong>(int channel,
boolean state)</code>
<div class="block">Turn on or off a particular LED</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_com.qualcomm.robotcore.hardware.DigitalChannelController">
<!-- -->
</a>
<h3>Methods inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html"
title="interface in com.qualcomm.robotcore.hardware">DigitalChannelController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html#getDigitalChannelMode(int)">getDigitalChannelMode</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html#getDigitalChannelState(int)">getDigitalChannelState</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html#getSerialNumber()">getSerialNumber</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html#setDigitalChannelMode(int,%20com.qualcomm.robotcore.hardware.DigitalChannelController.Mode)">setDigitalChannelMode</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/DigitalChannelController.html#setDigitalChannelState(int,%20boolean)">setDigitalChannelState</a></code>
</li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_com.qualcomm.robotcore.hardware.AnalogInputController">
<!-- -->
</a>
<h3>Methods inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/AnalogInputController.html"
title="interface in com.qualcomm.robotcore.hardware">AnalogInputController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/AnalogInputController.html#getAnalogInputValue(int)">getAnalogInputValue</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/AnalogInputController.html#getSerialNumber()">getSerialNumber</a></code>
</li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_com.qualcomm.robotcore.hardware.PWMOutputController">
<!-- -->
</a>
<h3>Methods inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html"
title="interface in com.qualcomm.robotcore.hardware">PWMOutputController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html#getPulseWidthOutputTime(int)">getPulseWidthOutputTime</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html#getPulseWidthPeriod(int)">getPulseWidthPeriod</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html#getSerialNumber()">getSerialNumber</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html#setPulseWidthOutputTime(int,%20int)">setPulseWidthOutputTime</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/PWMOutputController.html#setPulseWidthPeriod(int,%20int)">setPulseWidthPeriod</a></code>
</li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_com.qualcomm.robotcore.hardware.I2cController">
<!-- -->
</a>
<h3>Methods inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/I2cController.html"
title="interface in com.qualcomm.robotcore.hardware">I2cController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#copyBufferIntoWriteBuffer(int,%20byte[])">copyBufferIntoWriteBuffer</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#deregisterForPortReadyCallback(int)">deregisterForPortReadyCallback</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#enableI2cReadMode(int,%20int,%20int,%20int)">enableI2cReadMode</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#enableI2cWriteMode(int,%20int,%20int,%20int)">enableI2cWriteMode</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#getCopyOfReadBuffer(int)">getCopyOfReadBuffer</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#getCopyOfWriteBuffer(int)">getCopyOfWriteBuffer</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#getI2cReadCache(int)">getI2cReadCache</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#getI2cReadCacheLock(int)">getI2cReadCacheLock</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#getI2cWriteCache(int)">getI2cWriteCache</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#getI2cWriteCacheLock(int)">getI2cWriteCacheLock</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#getSerialNumber()">getSerialNumber</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#isI2cPortActionFlagSet(int)">isI2cPortActionFlagSet</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#isI2cPortInReadMode(int)">isI2cPortInReadMode</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#isI2cPortInWriteMode(int)">isI2cPortInWriteMode</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#isI2cPortReady(int)">isI2cPortReady</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#readI2cCacheFromController(int)">readI2cCacheFromController</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#readI2cCacheFromModule(int)">readI2cCacheFromModule</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#registerForI2cPortReadyCallback(com.qualcomm.robotcore.hardware.I2cController.I2cPortReadyCallback,%20int)">registerForI2cPortReadyCallback</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#setI2cPortActionFlag(int)">setI2cPortActionFlag</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#writeI2cCacheToController(int)">writeI2cCacheToController</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#writeI2cCacheToModule(int)">writeI2cCacheToModule</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#writeI2cPortFlagOnlyToController(int)">writeI2cPortFlagOnlyToController</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/I2cController.html#writeI2cPortFlagOnlyToModule(int)">writeI2cPortFlagOnlyToModule</a></code>
</li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_com.qualcomm.robotcore.hardware.AnalogOutputController">
<!-- -->
</a>
<h3>Methods inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/AnalogOutputController.html"
title="interface in com.qualcomm.robotcore.hardware">AnalogOutputController</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/AnalogOutputController.html#getSerialNumber()">getSerialNumber</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/AnalogOutputController.html#setAnalogOutputFrequency(int,%20int)">setAnalogOutputFrequency</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/AnalogOutputController.html#setAnalogOutputMode(int,%20byte)">setAnalogOutputMode</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/AnalogOutputController.html#setAnalogOutputVoltage(int,%20int)">setAnalogOutputVoltage</a></code>
</li>
</ul>
<ul class="blockList">
<li class="blockList"><a
name="methods_inherited_from_class_com.qualcomm.robotcore.hardware.HardwareDevice">
<!-- -->
</a>
<h3>Methods inherited from interface com.qualcomm.robotcore.hardware.<a
href="../../../../com/qualcomm/robotcore/hardware/HardwareDevice.html"
title="interface in com.qualcomm.robotcore.hardware">HardwareDevice</a>
</h3>
<code><a
href="../../../../com/qualcomm/robotcore/hardware/HardwareDevice.html#close()">close</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/HardwareDevice.html#getConnectionInfo()">getConnectionInfo</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/HardwareDevice.html#getDeviceName()">getDeviceName</a>,
<a href="../../../../com/qualcomm/robotcore/hardware/HardwareDevice.html#getVersion()">getVersion</a></code>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDigitalInputStateByte()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDigitalInputStateByte</h4>
<pre>int getDigitalInputStateByte()</pre>
<div class="block">A byte containing the current logic levels
present in the D7-D0 channel pins.
If a particular pin is in output mode, the current output state
will be reported.
</div>
</li>
</ul>
<a name="setDigitalIOControlByte(byte)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDigitalIOControlByte</h4>
<pre>void setDigitalIOControlByte(byte input)</pre>
<div class="block">If a particular bit is set to one, the
corresponding channel pin will be in output mode.
Else it will be in input mode.
</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>input</code> - - the desired setting for each channel
pin.
</dd>
</dl>
</li>
</ul>
<a name="getDigitalIOControlByte()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDigitalIOControlByte</h4>
<pre>byte getDigitalIOControlByte()</pre>
<div class="block">Get the digital IO control byte</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>control byte</dd>
</dl>
</li>
</ul>
<a name="setDigitalOutputByte(byte)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDigitalOutputByte</h4>
<pre>void setDigitalOutputByte(byte input)</pre>
<div class="block">If a a particular control field bit is set to
one, the channel pin will be in output mode and
will reflect the value of the corresponding field bit.
</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>input</code> - with output state of the digital pins.
</dd>
</dl>
</li>
</ul>
<a name="getDigitalOutputStateByte()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDigitalOutputStateByte</h4>
<pre>byte getDigitalOutputStateByte()</pre>
<div class="block">The D7-D0 output set field is a byte containing
the required I/O output of the D7-D0
channel pins. If the corresponding Dy-D0 I/O control field bit
is set to one, the channel pin
will be in output mode and will reflect the value of the
corresponding D7-D0 output set field bit.
</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>D7-D0 output set field.</dd>
</dl>
</li>
</ul>
<a name="getLEDState(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLEDState</h4>
<pre>boolean getLEDState(int channel)</pre>
<div class="block">Indicates whether the LED on the given channel is
on or not
</div>
<dl>
<dt><span class="strong">Returns:</span></dt>
<dd>true for ON, false for OFF</dd>
</dl>
</li>
</ul>
<a name="setLED(int, boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setLED</h4>
<pre>void setLED(int channel,
boolean state)</pre>
<div class="block">Turn on or off a particular LED</div>
<dl>
<dt><span class="strong">Parameters:</span></dt>
<dd><code>channel</code> - - int indicating the ID of the LED.
</dd>
<dd><code>state</code> - - byte containing the desired setting.
</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="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/qualcomm/robotcore/hardware/DcMotorController.RunMode.html"
title="enum in com.qualcomm.robotcore.hardware"><span
class="strong">Prev Class</span></a></li>
<li><a href="../../../../com/qualcomm/robotcore/hardware/DeviceManager.html"
title="class in com.qualcomm.robotcore.hardware"><span
class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li>
<a href="../../../../index.html?com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html"
target="_top">Frames</a></li>
<li><a href="DeviceInterfaceModule.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| MHS-FIRSTrobotics/TeamClutch-FTC2016 | doc/javadoc/com/qualcomm/robotcore/hardware/DeviceInterfaceModule.html | HTML | mit | 37,448 |
HTTP/1.1 200 OK
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Exetel Pty Ltd</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="ADSL, ADSL2, VoIP, HSPA, HSDPA, Mobile, Hosting, Value, X Calling Card, Exetel, Residential, Business, Corporate, Agents, Country Broadband, SMS via ADSL, Wireless, Wireline, Voice, Ethernet, SHDSL, Fibre, Business Grade, VPN, VISP, Telephony, Cheap, Telephony" />
<meta name="Description" content="Exetel have been providing a range of Internet and phone services to customers since Feb' 2004. There are now over 100,000 customers using a wide range of different Exetel services in every State and Territory." />
<link href="css/index_alt.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/index_alt.js"></script>
</head>
<body>
<div id="container">
<div id="login">
<form action="https://www.exetel.com.au/login/redirect.php" method="post" name="loginform">
<input type="text" name="login_name" accesskey="u" tabindex="1" class="input_text" autocomplete="on" />
<input type="password" name="password" accesskey="p" tabindex="2" class="input_text" />
<input name="doLogin" type="hidden" value="1" />
<input type="image" name="submit" src="images/front_btn_login.gif" class="btn_login" />
</form>
</div>
<div id="button_resi">
<a class="button_resi" href="res_main.php"><!-- --></a>
</div>
<div id="button_busi">
<a class="button_busi" href="small_main.php"><!-- --></a>
</div>
<div id="button_corp">
<a class="button_corp" href="large_main.php"><!-- --></a>
</div>
<div id="button_agen">
<a class="button_agen" href="agents_main.php"><!-- --></a>
</div>
<div id="button_country">
<a class="button_country" href="http://www.countrybroadband.com.au"><!-- --></a>
</div>
<div id="button_wireless">
<a class="button_wireless" href="residential-hspa-information.php"><!-- --></a>
</div>
<div id="bottom_left_logo">
<a href="http://www.australiangeographic.com.au/society/2009-conservationist-of-the-year-awardee-ray-thomas.htm" target="_blank"><img src="images/ausGeo_web_logo.gif" alt="Australian Geographic" /></a>
</div>
<div id="links">
<ul>
<li><a href="https://helpdesk.exetel.com.au/">Helpdesk</a></li>
<li><a href="http://mirror.exetel.com.au/">Mirror</a></li>
<li><a href="http://games.exetel.com.au">Games</a></li>
<li><a href="https://webmail.exetel.com.au/src/login.php">Webmail</a></li>
<li><a href="http://forum.exetel.com.au/">Forums</a></li>
<li><a href="news_main.php">About</a></li>
<li><a href="a_network.php">Network Status</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</div>
</div>
<div id="noflash"><a href="index.php">Click here for the <b>Flash</b> version</a></div>
</body>
</html>
| aussiegeek/ispusage | spec/fixtures/au_exetel/login.html | HTML | mit | 3,006 |
<!DOCTYPE html>
<html lang="en" ng-strict-di>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<title page-title></title>
<meta name="description" content="">
<meta name="fragment" content="!">
<base href="/static/">
<!-- Fav Icon -->
<link href="modules/core/img/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="stylesheet" href="public/lib/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="public/lib/bootstrap/dist/css/bootstrap-theme.min.css">
<!-- Application CSS Files -->
<link rel="stylesheet" href="modules/core/css/core.css">
<link rel="stylesheet" href="modules/home/css/home.css">
<link rel="stylesheet" href="modules/category/css/category.css">
<link rel="stylesheet" href="modules/product/css/product.css">
</head>
<body class="ng-cloak">
<section class="mobile" ui-view></section>
<noscript>
<style>
[ng\:cloak], [ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: block !important;
}
</style>
<div class="alert alert-warning">
<strong>This page requires JavaScript.</strong> Please enable it in your browser.
</div>
</noscript>
<script src="public/lib/jquery/dist/jquery.js"></script>
<script src="public/lib/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="public/lib/angular/angular.js"></script>
<script src="public/lib/angular-animate/angular-animate.js"></script>
<script src="public/lib/angular-bootstrap/ui-bootstrap-tpls.js"></script>
<script src="public/lib/ng-file-upload/ng-file-upload.js"></script>
<script src="public/lib/angular-messages/angular-messages.js"></script>
<script src="public/lib/angular-ui-router/release/angular-ui-router.js"></script>
<script src="public/lib/angular-ui-router/release/angular-ui-router.js"></script>
<!--Application JavaScript Files-->
<script src="config.js"></script>
<script src="app.js"></script>
<script src="modules/core/core.module.js"></script>
<script src="modules/core/js/auth-interceptor.service.js"></script>
<script src="modules/core/js/auto-focus.directive.js"></script>
<script src="modules/core/js/core.route-filter.js"></script>
<script src="modules/core/js/core.routes.js"></script>
<script src="modules/core/js/error.controller.js"></script>
<script src="modules/home/home.module.js"></script>
<script src="modules/home/js/home.routes.js"></script>
<script src="modules/home/js/home.controller.js"></script>
<script src="modules/category/category.module.js"></script>
<script src="modules/category/js/category.routes.js"></script>
<script src="modules/category/js/category.controller.js"></script>
<script src="modules/product/product.module.js"></script>
<script src="modules/product/js/product-detail.routes.js"></script>
<script src="modules/product/js/product-detail.controller.js"></script>
</body>
</html>
| zhaoguolee/ecommerce | ecommerce-mobile/static/index.html | HTML | mit | 3,051 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>rational: 45 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.6 / rational - 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>
rational
<small>
8.6.0
<span class="label label-success">45 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-01 06:30:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 06:30:20 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.6 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.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/rational"
license: "LGPL 2.1"
build: [make]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [
"keyword: integers"
"keyword: rational numbers"
"keyword: quotient types"
"keyword: subset types"
"category: Mathematics/Arithmetic and Number Theory/Rational numbers"
]
authors: [ "Samuel Boutin" ]
bug-reports: "https://github.com/coq-contribs/rational/issues"
dev-repo: "git+https://github.com/coq-contribs/rational.git"
synopsis: "A definition of rational numbers"
description: """
Definition of integers as the usual symetric
completion of a semi-group and of rational numbers as the product of
integers and strictly positive integers quotiented by the usual relation.
This implementation assumes two sets of axioms allowing to define
quotient types and subset types. These sets of axioms should be
proved coherent by mixing up the deliverable model and the setoid model
(both are presented in Martin Hofmann' thesis)."""
url {
src: "https://github.com/coq-contribs/rational/archive/v8.6.0.tar.gz"
checksum: "md5=c72f2408a598286b2acca2b05164d836"
}
</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-rational.8.6.0 coq.8.6</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-rational.8.6.0 coq.8.6</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>10 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-rational.8.6.0 coq.8.6</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>45 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 1 M</p>
<ul>
<li>54 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/MultZ.glob</code></li>
<li>47 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/MultZ.vo</code></li>
<li>45 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/tacentry.cmxs</code></li>
<li>44 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/integer_defs.vo</code></li>
<li>43 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rational_defs.vo</code></li>
<li>42 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/PlusZ.glob</code></li>
<li>40 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/MultQ.glob</code></li>
<li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/MultQ.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/genMLstuff/basic.cmxs</code></li>
<li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/leZproperties.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/PlusZ.vo</code></li>
<li>34 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/hS_tac.cmxs</code></li>
<li>33 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/PlusQ.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/leZproperties.glob</code></li>
<li>32 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/MLstuff/sort_tac.cmxs</code></li>
<li>31 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/leZ.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Natural/NATURAL.vo</code></li>
<li>29 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/aC_tac.cmxs</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/minus.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/Absz.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/main.cmxs</code></li>
<li>28 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rat.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/int.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/Z_to_Q.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rational.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rational_defs.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/intnumbers.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/integer.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Natural/nat.vo</code></li>
<li>24 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/hS.cmxs</code></li>
<li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/aC.cmxs</code></li>
<li>23 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/PlusQ.glob</code></li>
<li>21 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/integer_defs.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/MLstuff/struct.cmxs</code></li>
<li>17 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/genMLstuff/frame.cmxs</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Quotient/quotient.glob</code></li>
<li>11 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/tacentry.cmo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/leZ.glob</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/MultZ.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/hS_tac.cmo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/genMLstuff/basic.cmo</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/integer_defs.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/leZproperties.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/MLstuff/sort_tac.cmo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/aC_tac.cmo</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Quotient/extensionality.glob</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/PlusZ.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rational_defs.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Quotient/extensionality.vo</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/MultQ.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Quotient/quotient.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Subset/subset.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Natural/NATURAL.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/PlusQ.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Quotient/quotient.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/tacentry.cmi</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/leZ.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Subset/subset.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/genMLstuff/basic.cmi</code></li>
<li>5 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/hS_tac.cmi</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/aC_tac.cmi</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/int.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rat.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/MLstuff/sort_tac.cmi</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Natural/NATURAL.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Quotient/extensionality.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/Absz.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/minus.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Subset/subset.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/minus.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/Z_to_Q.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/main.cmo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/hS.cmo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/Absz.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/aC.cmo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/Z_to_Q.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/integer.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rational.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Natural/nat.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/intnumbers.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rat.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/HeadSimpl.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/int.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Util/productSyntax.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/HS.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/AC.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/hS.cmi</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/main.cmi</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/aC.cmi</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/AC.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/HS.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/HeadSimpl.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Util/productSyntax.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/genMLstuff/frame.cmi</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/MLstuff/struct.cmi</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/MLstuff/struct.cmo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/genMLstuff/frame.cmo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Util/productSyntax.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/integer.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rational/rational.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Integer/intnumbers.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Natural/nat.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/GenericRewrite/HeadSimpl/HeadSimpl.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/HS/HS.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/coq/user-contrib/Rational/Rewrite/LeibnizRewrite/AC/AC.glob</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-rational.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.6/rational/8.6.0.html | HTML | mit | 20,398 |
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>vue-octicons</title><link rel=stylesheet href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css integrity=sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u crossorigin=anonymous><link href=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css rel=stylesheet integrity=sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN crossorigin=anonymous><link href=./static/css/app.6d7b4ea0ebbe4ff17451912b3b8ce086.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.04a81e8b596a1ce29d56.js></script><script type=text/javascript src=./static/js/vendor.620aa8088071a037d5a5.js></script><script type=text/javascript src=./static/js/app.17b1944dce4e2e26e4a4.js></script></body></html> | BaglerIT/vue-octicons | demo/index.html | HTML | mit | 867 |
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
--><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta name="generator" content="joDoc">
<link href="//s3.amazonaws.com/appgyver.assets/global-assets/images/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<title>AppGyver Steroids API Documentation</title>
<!-- AppGyver fonts -->
<link type="text/css" rel="stylesheet" href="//fast.fonts.net/cssapi/aa8407d2-1212-415a-8e54-031ff8ee71fe.css">
<link type="text/css" rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
<link rel="stylesheet" type="text/css" href="steroids.css">
<link rel="stylesheet" type="text/css" href="service_menu.css">
<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script src="https://s3.amazonaws.com/appgyver.assets/topbar.js" type="text/javascript"></script>
</head>
<body class="appgyver-x">
<div class="clear" style="margin-bottom: 50px;"></div>
<div id="cordova-wrapper">
<div id="header">
<h1 id="nonmobile"><a href="index.html"><strong>AppGyver Steroids</strong> API Documentation</a></h1>
<h1 id="mobile"><a href="index.html"><strong>AppGyver Steroids</strong> API Docs</a></h1>
<small>
<select><optgroup label="English" value="en">
<option value="stable">stable</option>
<option value="edge">edge</option>
<option value="3.5.8">3.5.8</option>
<option value="3.5.7">3.5.7</option>
<option value="3.5.5">3.5.5</option>
<option value="3.5.3">3.5.3</option>
<option value="3.5.12">3.5.12</option>
<option selected value="3.5.1">3.5.1</option>
<option value="3.5.0">3.5.0</option>
<option value="3.1.9">3.1.9</option>
</optgroup></select>
</small>
</div>
<div id="subheader">
<h1>steroids.analytics</h1>
<small><select><option value="steroids.analytics">steroids.analytics</option>
<option value="steroids.analytics_methods"> - Methods</option></select></small>
</div>
<div id="sidebar">
<div class="vertical_divider"></div>
<h1>Steroids 3.5.1 API Reference</h1>
<ul>
<li><a href="steroids_Steroids%20Analytics%20and%20Log_index.md.html#Steroids%C2%A0Analytics%C2%A0and%C2%A0Log">Steroids Analytics and Log</a></li>
<li><a href="steroids_Steroids%20App%20and%20Device_index.md.html#Steroids%C2%A0App%C2%A0and%C2%A0Device">Steroids App and Device</a></li>
<li><a href="steroids_Steroids%20Config_index.md.html#Steroids%C2%A0Config">Steroids Config</a></li>
<li><a href="steroids_Steroids%20Events_index.md.html#Steroids%C2%A0Events">Steroids Events</a></li>
<li><a href="steroids_Steroids%20File%20System_index.md.html#Steroids%C2%A0File%C2%A0System">Steroids File System</a></li>
<li><a href="steroids_Steroids%20Media_index.md.html#Steroids%C2%A0Media">Steroids Media</a></li>
<li><a href="steroids_Steroids%20Views_index.md.html#Steroids%C2%A0Views">Steroids Views</a></li>
<li><a href="steroids_Steroids%20UI%20Components_index.md.html#Steroids%C2%A0UI%C2%A0Components">Steroids UI Components</a></li>
</ul>
<h1>Cordova 3.5.0 API Reference</h1>
<ul>
<li><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></li>
<li><a href="cordova_camera_camera.md.html#Camera">Camera</a></li>
<li><a href="cordova_media_capture_capture.md.html#Capture">Capture</a></li>
<li><a href="cordova_compass_compass.md.html#Compass">Compass</a></li>
<li><a href="cordova_connection_connection.md.html#Connection">Connection</a></li>
<li><a href="cordova_contacts_contacts.md.html#Contacts">Contacts</a></li>
<li><a href="cordova_device_device.md.html#Device">Device</a></li>
<li><a href="cordova_events_events.md.html#Events">Events</a></li>
<li><a href="cordova_file_file.md.html#File">File</a></li>
<li><a href="cordova_file_filetransfer_filetransfer.md.html#FileTransfer">FileTransfer</a></li>
<li><a href="cordova_geolocation_geolocation.md.html#Geolocation">Geolocation</a></li>
<li><a href="cordova_globalization_globalization.md.html#Globalization">Globalization</a></li>
<li><a href="cordova_inappbrowser_inappbrowser.md.html#InAppBrowser">InAppBrowser</a></li>
<li><a href="cordova_media_media.md.html#Media">Media</a></li>
<li><a href="cordova_notification_notification.md.html#Notification">Notification</a></li>
</ul>
<h1>Guides</h1>
<ul><li><a href="_index.html">Keyword Index</a></li></ul>
</div>
<div id="scrollable">
<div id="content">
<h1><a name="steroids.analytics">steroids.analytics</a></h1>
<blockquote>
<p>Built-in analytics with <a href="cordova_events_events.md.html#offline">offline</a> capabilities</p>
</blockquote>
<h2><a name="steroids.analytics_methods">Methods</a></h2>
<ul>
<li><a href="steroids_Steroids%20Analytics%20and%20Log_Steroids.analytics_analytics.track.md.html#steroids.analytics.track">steroids.analytics.track</a></li>
</ul>
</div>
</div>
</div>
<!-- Functionality and Syntax Highlighting -->
<script type="text/javascript" src="index.js"></script>
<script type="text/javascript" src="prettify/prettify.js"></script>
</body>
</html>
| AppGyver/supersonic | docs/en/3.5.1/steroids_Steroids Analytics and Log_Steroids.analytics_analytics.md.html | HTML | mit | 6,684 |
<template name="notifications">
<a id='notifications' href="#" class="dropdown-toggle btn-notifications" data-toggle="dropdown">
N<span>otifications</span>
{{#if notificationCount}}
<span class="badge badge-inverse badge-notifications">{{notificationCount}}</span>
{{/if}}
<b class="caret"></b>
</a>
<ul class="notifications dropdown-menu">
{{#if notificationCount}}
<button type="button" class="btn-link btn-notifications-clear-all">Clear all</button>
{{#each notifications}}
<li class="notification">
{{> notificationItem}}
</li>
{{/each}} {{else}}
<li><span>No notification</span>
</li>
{{/if}}
</ul>
</template>
<template name="notificationItem">
{{> displayNotification }}
</template>
<template name="subscribingNotification">
{{# if isHistory}}
<p>{{ name }} wants you to join the group {{ this.group.name }}</p>
<input type="button" class="btn btn-default btn-primary accept" value="Accept">
<input type="button" class="btn btn-default btn-danger refuse" value="Decline">
<small> {{ this.dateFromNow }}</small>
{{else}}
<p>You have been invited by {{ name }} of the group {{ this.group.name }}</p>
{{/if}}
</template>
<template name="unsubscribingNotification">
<a href="" class="btn-remove-notification"><i class="fa fa-times"></i></a>
<p>You have been kicked by the creator:<br/>of group <a href="">{{ this.group.name }}</a></p>
<small>{{ this.dateFromNow }}</small>
</template>
<template name="leavingNotification">
<a href="" class="btn-remove-notification"><i class="fa fa-times"></i></a>
<p>{{ name }} left the group:<br/><a href="">{{ this.group.name }}</a></p>
<small>{{ prettifyDate }}</small>
</template>
<template name="kickingNotification">
<a href="" class="btn-remove-notification"><i class="fa fa-times"></i></a>
<p>The group have been deleted:<br/><a href="">{{ this.group.name }}</a></p>
<small>{{ this.dateFromNow }}</small>
</template>
<template name="addBookmarkNotification">
<a href="" class="btn-remove-notification"><i class="fa fa-times"></i></a>
<p>A new bookmark have been added in {{ this.group.name }}:
<br/><a class="btn-bookmark" href="/bookmark/{{ bookmarkId }}">{{ bookmarkUrl }}</a>
</p>
<small>{{ this.dateFromNow }}</small>
</template>
<template name="deleteBookmarkNotification">
<a href="" class="btn-remove-notification"><i class="fa fa-times"></i></a>
<p>A Bookmark have been removed from {{ this.group.name }}:
<br/><a href="{{ bookmarkUrl }}">{{ bookmarkUrl }}</a>
</p>
<small>{{ this.dateFromNow }}</small>
</template>
<template name="editBookmarkNotification">
<a href="" class="btn-remove-notification"><i class="fa fa-times"></i></a>
<p>Bookmark edited in {{ this.group.name }}:
<br/><a class="btn-bookmark" href="/bookmark/{{ bookmarkId }}">{{ bookmarkUrl }}</a>
</p>
<small>{{ this.dateFromNow }}</small>
</template>
| blumug/georges | client/views/notifications/notifications.html | HTML | mit | 3,145 |
<div class="well result">
<div class="title">
<% if (typeof compName_s!=="undefined") { %>
<h4><%= compName_s.valuehl %></h4>
<% } else {%>
<h4><%= name.valuehl %></h4>
<% } %>
</div>
<dl class="dl-horizontal" style="margin:0">
<% if (typeof price_c!=="undefined") { %>
<dt>Price</dt>
<dd><%=price_c.valuehl%></dd>
<% } %>
<% if (typeof features!=="undefined") { %>
<dt>Features</dt>
<% for(var i=0; i< features.length; i++) { %>
<dd><%=features[i].valuehl%></dd>
<% } %>
<% } %>
<% if (typeof inStock!=="undefined") { %>
<dt>In Stock<dt>
<dd><%=inStock.valuehl%></dd>
<% } %>
<% if (typeof cat!=="undefined") { %>
<dt>Categories</dt>
<% for(var i=0; i< cat.length; i++) { %>
<dd><%=cat[i].valuehl%></dd>
<% } %>
<% } %>
<% if (typeof manu!=="undefined") { %>
<dt>Manufactory</dt>
<dd><%=manu.valuehl%></dd>
<% } %>
<% if (typeof address_s!=="undefined") { %>
<dt>Address</dt>
<dd><%=address_s.valuehl%></dd>
<% } %>
</dl>
</div>
| jbarroso/solritajs | app/templates/result.html | HTML | mit | 1,016 |
<!doctype html>
<html class="theme-next use-motion theme-next-mist">
<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, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="stylesheet" type="text/css" href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5"/>
<link rel="stylesheet" type="text/css" href="/css/main.css?v=0.4.5.1"/>
<meta name="description" content="Keep Learning" />
<meta name="keywords" content="Yann,git,github,git工作流,python,jstorm,django,mysql,代码" />
<link rel="shorticon icon" type="image/x-icon" href="/favicon.ico?v=0.4.5.1" />
<meta name="description" content="Keep Learning">
<meta property="og:type" content="website">
<meta property="og:title" content="Yann's Blog">
<meta property="og:url" content="http://cyan-blue.github.io/categories/Js/前端/index.html">
<meta property="og:site_name" content="Yann's Blog">
<meta property="og:description" content="Keep Learning">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Yann's Blog">
<meta name="twitter:description" content="Keep Learning">
<script type="text/javascript" id="hexo.configuration">
var CONFIG = {
scheme: 'Mist',
sidebar: 'always'
};
</script>
<style>
icode {
font-size: 0.92857em;
background-color: #f6f6f6;
}
icode {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 3px;
}
icode, kbd, pre, samp {
font-family: Consolas,Menlo,Monaco,"Courier New",monospace;
}
icode, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em;
}
</style>
<title> 分类: 前端 | Yann's Blog </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<!--[if lte IE 8]>
<div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative;margin:0 auto;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://7u2nvr.com1.z0.glb.clouddn.com/picouterie.jpg" border="0" height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today or use other browser ,like chrome firefox safari."
style='margin-left:auto;margin-right:auto;display: block;'/>
</a>
</div>
<![endif]-->
<script type="text/javascript">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?8bc84aa88f6fa1f006b5cb3fe1d8af37";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
var bp = document.createElement('script');
bp.src = '//push.zhanzhang.baidu.com/push.js';
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<div class="container one-column ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><h1 class="site-meta">
<span class="logo-line-before"><i></i></span>
<a href="/" class="brand" rel="start">
<span class="logo">
<i class="icon-next-logo"></i>
</span>
<span class="site-title">Yann's Blog</span>
</a>
<span class="logo-line-after"><i></i></span>
<span class="site-title" style="font-size:13px;color:#B18C8C"> Walk steps step by step</span>
</h1>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu ">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon icon-next-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon icon-next-categories"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon icon-next-archives"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon icon-next-tags"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-guestbook">
<a href="/guestbook" rel="section">
<i class="menu-item-icon icon-next-guestbook"></i> <br />
留言
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" rel="section">
<i class="menu-item-icon icon-next-about"></i> <br />
关于
</a>
</li>
<li class="menu-item">
<a title="把这个链接拖到你的Chrome收藏夹工具栏中" href='javascript:(function() {
function c() {
var e = document.createElement("link");
e.setAttribute("type", "text/css");
e.setAttribute("rel", "stylesheet");
e.setAttribute("href", f);
e.setAttribute("class", l);
document.body.appendChild(e)
}
function h() {
var e = document.getElementsByClassName(l);
for (var t = 0; t < e.length; t++) {
document.body.removeChild(e[t])
}
}
function p() {
var e = document.createElement("div");
e.setAttribute("class", a);
document.body.appendChild(e);
setTimeout(function() {
document.body.removeChild(e)
}, 100)
}
function d(e) {
return {
height : e.offsetHeight,
width : e.offsetWidth
}
}
function v(i) {
var s = d(i);
return s.height > e && s.height < n && s.width > t && s.width < r
}
function m(e) {
var t = e;
var n = 0;
while (!!t) {
n += t.offsetTop;
t = t.offsetParent
}
return n
}
function g() {
var e = document.documentElement;
if (!!window.innerWidth) {
return window.innerHeight
} else if (e && !isNaN(e.clientHeight)) {
return e.clientHeight
}
return 0
}
function y() {
if (window.pageYOffset) {
return window.pageYOffset
}
return Math.max(document.documentElement.scrollTop, document.body.scrollTop)
}
function E(e) {
var t = m(e);
return t >= w && t <= b + w
}
function S() {
var e = document.createElement("audio");
e.setAttribute("class", l);
e.src = i;
e.loop = false;
e.addEventListener("canplay", function() {
setTimeout(function() {
x(k)
}, 500);
setTimeout(function() {
N();
p();
for (var e = 0; e < O.length; e++) {
T(O[e])
}
}, 15500)
}, true);
e.addEventListener("ended", function() {
N();
h()
}, true);
e.innerHTML = " <p>If you are reading this, it is because your browser does not support the audio element. We recommend that you get a new browser.</p> <p>";
document.body.appendChild(e);
e.play()
}
function x(e) {
e.className += " " + s + " " + o
}
function T(e) {
e.className += " " + s + " " + u[Math.floor(Math.random() * u.length)]
}
function N() {
var e = document.getElementsByClassName(s);
var t = new RegExp("\\b" + s + "\\b");
for (var n = 0; n < e.length; ) {
e[n].className = e[n].className.replace(t, "")
}
}
var e = 30;
var t = 30;
var n = 350;
var r = 350;
var i = "//s3.amazonaws.com/moovweb-marketing/playground/harlem-shake.mp3";
var s = "mw-harlem_shake_me";
var o = "im_first";
var u = ["im_drunk", "im_baked", "im_trippin", "im_blown"];
var a = "mw-strobe_light";
var f = "//s3.amazonaws.com/moovweb-marketing/playground/harlem-shake-style.css";
var l = "mw_added_css";
var b = g();
var w = y();
var C = document.getElementsByTagName("*");
var k = null;
for (var L = 0; L < C.length; L++) {
var A = C[L];
if (v(A)) {
if (E(A)) {
k = A;
break
}
}
}
if (A === null) {
console.warn("Could not find a node of the right size. Please try a different page.");
return
}
c();
S();
var O = [];
for (var L = 0; L < C.length; L++) {
var A = C[L];
if (v(A)) {
O.push(A)
}
}
})()'>High一下</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<div class="collection-title">
<h2 >
前端
<small>分类</small>
</h2>
</div>
<article class="post post-type-normal"itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2015/11/05/2015/11/05/js之闭包/" itemprop="url">
<span itemprop="name">js之闭包</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" datetime="2015-11-05T13:34:42.000Z" itemprop="dateCreated" content="2015-11-05"> 11-05 </time>
</div>
</header>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" src="/images/default_avatar.jpg" alt="Yann" itemprop="image"/>
<p class="site-author-name" itemprop="name">Yann</p>
</div>
<p class="site-description motion-element" itemprop="description">Keep Learning</p>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">48</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories">
<span class="site-state-item-count">17</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags">
<span class="site-state-item-count">19</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/cyan-blue/" target="_blank">GitHub</a>
</span>
<span class="links-of-author-item">
<a href="http://blog.csdn.net/dale_dede" target="_blank">CSDN</a>
</span>
<span class="links-of-author-item">
<a href="http://stackoverflow.com/users/5443185/yann" target="_blank">StackOverFlow</a>
</span>
</div>
<div class="links-of-author motion-element">
</div>
</section>
</div>
</aside>
</main>
<footer id="footer" class="footer">
<div class="footer-inner"> <div class="copyright" >
© 2015 -
<span itemprop="copyrightYear">2016</span>
<span class="with-love">
<i class="icon-next-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">Yann</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="http://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Mist
</a>
</div>
</div>
</footer>
<div class="back-to-top"></div>
</div>
<script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript">
postMotionOptions = {stagger: 100, drag: true};
</script>
<script type="text/javascript">
var duoshuoQuery = {short_name:"yun-yan"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="/js/fancy-box.js?v=0.4.5.1"></script>
<script type="text/javascript" src="/js/helpers.js?v=0.4.5.1"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.min.js"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js"></script>
<script type="text/javascript" src="/js/motion_global.js?v=0.4.5.1" id="motion.global"></script>
<script type="text/javascript" src="/js/nav-toggle.js?v=0.4.5.1"></script>
<script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
if (CONFIG.sidebar === 'always') {
displaySidebar();
}
if (isMobile()) {
FastClick.attach(document.body);
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for (i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="/js/lazyload.js"></script>
<script type="text/javascript">
$(function () {
$("#posts").find('img').lazyload({
placeholder: "/images/loading.gif",
effect: "fadeIn"
});
});
</script>
</body>
</html>
| cyan-blue/cyan-blue.github.io | categories/Js/前端/index.html | HTML | mit | 17,120 |
{% extends 'umanage/base_umanage.html' %}
{% load i18n umanage %}
{% block page_title %}{% trans 'Password Reset' %} - {% endblock %}
{% block breadcrumb %}
<li>{% trans 'Password Reset' %}</li>
{% endblock %}
{% block umanage_content %}
<h1>{% trans 'Password Reset' %}</h1>
<p>{% trans "Please update your password below." %}</p>
<form method="post" action="{{ request.path }}" class="form-umanage form-horizontal">
{% csrf_token %}
{{ form|render_umanage_form }}
<div class="form-group umanage-button-container">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary">Reset Password</button>
<a href="/">cancel</a>
</div>
</div>
</form>
{% endblock %}
| InfoAgeTech/django-umanage | umanage/templates/umanage/forgot_password/forgot_password_change_password.html | HTML | mit | 750 |
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Source Themes Academic 4.4.0">
<meta name="author" content="Lorena Pantano">
<meta name="description" content="Senior Computational Biologist">
<link rel="alternate" hreflang="en-us" href="http://lpantano.github.io/authors/jose-d.-pagan/">
<meta name="theme-color" content="#2962ff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.8.6/css/academicons.min.css" integrity="sha256-uFVgMKfistnJAfoCUQigIl+JfUaP47GrRKjf6CTPVmw=" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.0/css/all.css" integrity="sha384-aOkxzJ5uQz7WBObEZcHvV5JvRW3TUc2rNPA7pe3AwnsUohiw1Vj2Rgx2KSOkF5+h" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.css" integrity="sha256-ygkqlh3CYSUri3LhQxzdcm0n1EQvH2Y+U5S2idbLtxs=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/github.min.css" crossorigin="anonymous" title="hl-light">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark" disabled>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,400italic,700|Roboto+Mono&display=swap">
<link rel="stylesheet" href="/css/academic.min.3bc694af15fd1e4ff7262e7dd46f11a8.css">
<link rel="alternate" href="/authors/jose-d.-pagan/index.xml" type="application/rss+xml" title="My BioBits">
<link rel="manifest" href="/site.webmanifest">
<link rel="icon" type="image/png" href="/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/img/icon-192.png">
<link rel="canonical" href="http://lpantano.github.io/authors/jose-d.-pagan/">
<meta property="twitter:card" content="summary">
<meta property="twitter:site" content="@lopantano">
<meta property="twitter:creator" content="@lopantano">
<meta property="og:site_name" content="My BioBits">
<meta property="og:url" content="http://lpantano.github.io/authors/jose-d.-pagan/">
<meta property="og:title" content="Jose D. Pagan | My BioBits">
<meta property="og:description" content="Senior Computational Biologist"><meta property="og:image" content="http://lpantano.github.io/img/icon-192.png">
<meta property="twitter:image" content="http://lpantano.github.io/img/icon-192.png"><meta property="og:locale" content="en-us">
<meta property="og:updated_time" content="2017-03-01T00:00:00+00:00">
<title>Jose D. Pagan | My BioBits</title>
</head>
<body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" >
<aside class="search-results" id="search">
<div class="container">
<section class="search-header">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" spellcheck="false" type="search">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-light fixed-top navbar-expand-lg py-0 compensate-for-scrollbar" id="navbar-main">
<div class="container">
<a class="navbar-brand" href="/">My BioBits</a>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link " href="/#about"><span>Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#posts"><span>Posts</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#featured"><span>Publications</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#talks"><span>Talks</span></a>
</li>
<li class="nav-item">
<a class="nav-link " href="/#contact"><span>Contact</span></a>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-search" href="#"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
<li class="nav-item">
<a class="nav-link js-dark-toggle" href="#"><i class="fas fa-moon" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<div class="universal-wrapper pt-3">
<h1 itemprop="name">Jose D. Pagan</h1>
</div>
<section id="profile-page" class="pt-5">
<div class="container">
<div class="article-widget">
<div class="hr-light"></div>
<h3>Latest</h3>
<ul>
<li>
<a href="/publication/mehta-2017/">Maintenance of macrophage transcriptional programs and intestinal homeostasis by epigenetic reader SP140</a>
</li>
</ul>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js" integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js" integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.2.5/jquery.fancybox.min.js" integrity="sha256-X5PoE3KU5l+JcX+w09p/wHl9AzK333C4hJ2I9S5mD4M=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js" integrity="sha256-aYTdUrn6Ow1DDgh5JTc3aDGnnju48y/1c8s1dgkYPQ8=" crossorigin="anonymous"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
const search_index_filename = "/index.json";
const i18n = {
'placeholder': "Search...",
'results': "results found",
'no_results': "No results found"
};
const content_type = {
'post': "Posts",
'project': "Projects",
'publication' : "Publications",
'talk' : "Talks"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js" integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js" integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="/js/academic.min.16bbb3750feb7244c9bc409a5a4fe678.js"></script>
<div class="container">
<footer class="site-footer">
<p class="powered-by">
Powered by the
<a href="https://sourcethemes.com/academic/" target="_blank" rel="noopener">Academic theme</a> for
<a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a>.
<span class="float-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fas fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>
| lpantano/lpantano.github.io | authors/jose-d.-pagan/index.html | HTML | mit | 11,238 |
<p>Use the special property `$parent` to access the previous view context while iterating.</p>
<ul>
<li>Bayou Country - Creedence Clearwater Revival</li>
<li>Green River - Creedence Clearwater Revival</li>
<li>Willy and the Poor Boys - Creedence Clearwater Revival</li>
</ul>
| jeremyruppel/walrus | test/examples/iteration-with-parent.html | HTML | mit | 282 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jan 30 17:31:27 CET 2014 -->
<title>Uses of Class it.uniroma1.sapy.runtime.Espressione</title>
<meta name="date" content="2014-01-30">
<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 it.uniroma1.sapy.runtime.Espressione";
}
//-->
</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="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?it/uniroma1/sapy/runtime/class-use/Espressione.html" target="_top">Frames</a></li>
<li><a href="Espressione.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 it.uniroma1.sapy.runtime.Espressione" class="title">Uses of Class<br>it.uniroma1.sapy.runtime.Espressione</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#it.uniroma1.sapy.parsing">it.uniroma1.sapy.parsing</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.uniroma1.sapy.runtime">it.uniroma1.sapy.runtime</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#it.uniroma1.sapy.runtime.espressioni">it.uniroma1.sapy.runtime.espressioni</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#it.uniroma1.sapy.runtime.istruzioni">it.uniroma1.sapy.runtime.istruzioni</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="it.uniroma1.sapy.parsing">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> in <a href="../../../../../it/uniroma1/sapy/parsing/package-summary.html">it.uniroma1.sapy.parsing</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../it/uniroma1/sapy/parsing/package-summary.html">it.uniroma1.sapy.parsing</a> that return <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></code></td>
<td class="colLast"><span class="strong">SapyExpressionParser.</span><code><strong><a href="../../../../../it/uniroma1/sapy/parsing/SapyExpressionParser.html#parseExpression()">parseExpression</a></strong>()</code>
<div class="block">Avvia il parsing di un'espressione a partire dalla posizione corrente
del cursore dei token.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.uniroma1.sapy.runtime">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> in <a href="../../../../../it/uniroma1/sapy/runtime/package-summary.html">it.uniroma1.sapy.runtime</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../it/uniroma1/sapy/runtime/package-summary.html">it.uniroma1.sapy.runtime</a> with parameters of type <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) void</code></td>
<td class="colLast"><span class="strong">ProgrammaEseguibile.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/ProgrammaEseguibile.html#setVariableValue(java.lang.String, it.uniroma1.sapy.runtime.Espressione)">setVariableValue</a></strong>(java.lang.String identifier,
<a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> value)</code>
<div class="block">Imposta il valore di una variabile o la inizializza
con un'espressione.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">Istruzione.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/Istruzione.html#setVariableValue(java.lang.String, it.uniroma1.sapy.runtime.Espressione)">setVariableValue</a></strong>(java.lang.String identifier,
<a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> value)</code>
<div class="block">Imposta il valore di una variabile o la inizializza
con un'espressione.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) void</code></td>
<td class="colLast"><span class="strong">ProgrammaEseguibile.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/ProgrammaEseguibile.html#writeConsole(it.uniroma1.sapy.runtime.Espressione)">writeConsole</a></strong>(<a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> exp)</code>
<div class="block">Stampa sul terminale il risultato della valutazione
di un'espressione.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">Istruzione.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/Istruzione.html#writeConsole(it.uniroma1.sapy.runtime.Espressione)">writeConsole</a></strong>(<a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> exp)</code>
<div class="block">Primitiva dell'interprete per stampare su console il risultato
di un'espressione.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.uniroma1.sapy.runtime.espressioni">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> in <a href="../../../../../it/uniroma1/sapy/runtime/espressioni/package-summary.html">it.uniroma1.sapy.runtime.espressioni</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> in <a href="../../../../../it/uniroma1/sapy/runtime/espressioni/package-summary.html">it.uniroma1.sapy.runtime.espressioni</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/AndExp.html" title="class in it.uniroma1.sapy.runtime.espressioni">AndExp</a></strong></code>
<div class="block">Memorizza un'espressione AND_EXP di Sapy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/CmpExp.html" title="class in it.uniroma1.sapy.runtime.espressioni">CmpExp</a></strong></code>
<div class="block">Memorizza un'espressione CMP_EXP di Sapy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/Exp.html" title="class in it.uniroma1.sapy.runtime.espressioni">Exp</a></strong></code>
<div class="block">Memorizza un'espressione EXP di Sapy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/IntExp.html" title="class in it.uniroma1.sapy.runtime.espressioni">IntExp</a></strong></code>
<div class="block">Memorizza un'espressione INT_EXP di Sapy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/Iterm.html" title="class in it.uniroma1.sapy.runtime.espressioni">Iterm</a></strong></code>
<div class="block">Memorizza un'espressione ITERM di Sapy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/MulTerm.html" title="class in it.uniroma1.sapy.runtime.espressioni">MulTerm</a></strong></code>
<div class="block">Memorizza un'espressione MUL_TERM di Sapy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/SimpleTerm.html" title="class in it.uniroma1.sapy.runtime.espressioni">SimpleTerm</a></strong></code>
<div class="block">Memorizza un'espressione SIMPLE_TERM di Sapy.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../it/uniroma1/sapy/runtime/espressioni/package-summary.html">it.uniroma1.sapy.runtime.espressioni</a> declared as <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></code></td>
<td class="colLast"><span class="strong">SimpleTerm.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/SimpleTerm.html#exp">exp</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></code></td>
<td class="colLast"><span class="strong">Iterm.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/espressioni/Iterm.html#expression">expression</a></strong></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="it.uniroma1.sapy.runtime.istruzioni">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> in <a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/package-summary.html">it.uniroma1.sapy.runtime.istruzioni</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/package-summary.html">it.uniroma1.sapy.runtime.istruzioni</a> declared as <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></code></td>
<td class="colLast"><span class="strong">PrintIstruzione.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/PrintIstruzione.html#exp">exp</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></code></td>
<td class="colLast"><span class="strong">IfIstruzione.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/IfIstruzione.html#exp">exp</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></code></td>
<td class="colLast"><span class="strong">AssignIstruzione.</span><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/AssignIstruzione.html#value">value</a></strong></code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/package-summary.html">it.uniroma1.sapy.runtime.istruzioni</a> with parameters of type <a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/AssignIstruzione.html#AssignIstruzione(java.lang.Integer, it.uniroma1.sapy.lexer.Token, it.uniroma1.sapy.runtime.Espressione)">AssignIstruzione</a></strong>(java.lang.Integer id,
<a href="../../../../../it/uniroma1/sapy/lexer/Token.html" title="class in it.uniroma1.sapy.lexer">Token</a> variable,
<a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> value)</code>
<div class="block">Istanzia l'istruzione di assegnamento.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/IfIstruzione.html#IfIstruzione(java.lang.Integer, it.uniroma1.sapy.runtime.Espressione, java.util.LinkedList, java.util.LinkedList)">IfIstruzione</a></strong>(java.lang.Integer id,
<a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> expression,
java.util.LinkedList<<a href="../../../../../it/uniroma1/sapy/runtime/Istruzione.html" title="class in it.uniroma1.sapy.runtime">Istruzione</a>> instructionsTrue,
java.util.LinkedList<<a href="../../../../../it/uniroma1/sapy/runtime/Istruzione.html" title="class in it.uniroma1.sapy.runtime">Istruzione</a>> instructionsFalse)</code>
<div class="block">Istanzia un'istruzione IF.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../it/uniroma1/sapy/runtime/istruzioni/PrintIstruzione.html#PrintIstruzione(java.lang.Integer, it.uniroma1.sapy.runtime.Espressione)">PrintIstruzione</a></strong>(java.lang.Integer id,
<a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Espressione</a> exp)</code>
<div class="block">Istanzia l'istruzione PRINT.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../it/uniroma1/sapy/runtime/Espressione.html" title="class in it.uniroma1.sapy.runtime">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?it/uniroma1/sapy/runtime/class-use/Espressione.html" target="_top">Frames</a></li>
<li><a href="Espressione.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| mrambler90/sapy14 | sapy/javadoc/it/uniroma1/sapy/runtime/class-use/Espressione.html | HTML | mit | 19,766 |
<html><body>
<h4>Windows 10 x64 (18362.329)</h4><br>
<h2>_MI_ACCESS_LOG_STATE</h2>
<font face="arial"> +0x000 CcAccessLog : Ptr64 <a href="./_MM_PAGE_ACCESS_INFO_HEADER.html">_MM_PAGE_ACCESS_INFO_HEADER</a><br>
+0x008 DisableAccessLogging : <a href="./_WORK_QUEUE_ITEM.html">_WORK_QUEUE_ITEM</a><br>
+0x028 Enabled : Uint4B<br>
+0x02c MinLoggingPriority : Uint4B<br>
+0x040 AccessLoggingLock : Uint8B<br>
</font></body></html> | epikcraw/ggool | public/Windows 10 x64 (18362.329)/_MI_ACCESS_LOG_STATE.html | HTML | mit | 462 |
<body onkeydown="{
if(String.fromCharCode(event.keyCode)=='D'){
document.getElementById('myA').style.left=parseInt(document.getElementById('myA').style.left)+20+'px'
}
if(String.fromCharCode(event.keyCode)=='S'){
document.getElementById('myA').style.top=parseInt(document.getElementById('myA').style.top)+20+'px'
}
if(String.fromCharCode(event.keyCode)=='W'){
document.getElementById('myA').style.top=parseInt(document.getElementById('myA').style.top)-20+'px'
}
if(String.fromCharCode(event.keyCode)=='A'){
document.getElementById('myA').style.left=parseInt(document.getElementById('myA').style.left)-20+'px'
}
document.getElementById('myOut01').innerHTML = document.getElementById('myA').style.left + ' , '+ document.getElementById('myB').style.left
if (myCollide('myA', 'myB') == true) {
document.getElementById('myOut01').innerHTML = 'I\'ve been modernised!'
document.getElementById('myB').src='http://i.dailymail.co.uk/i/pix/2015/12/10/17/2F3F96C000000578-3354640-image-a-20_1449767508686.jpg'
document.getElementById('myA').src='http://mrwgifs.com/wp-content/uploads/2014/11/HQ-Carlton-Dance-With-a-Transparent-Background-Gif-From-The-Fresh-Prince-Of-Bel-Air.gif'
}
if (myCollide('myA', 'myC') == true) {
document.getElementById('myOut01').innerHTML = 'Hittin the dabbery doo is what I like to do'
document.getElementById('myC').src='https://pbs.twimg.com/media/CNralleWUAAdzwX.jpg'
document.getElementById('myA').src='https://i.imgur.com/iYjFs9i.gif'
}
if (myCollide('myA', 'myD') == true) {
document.getElementById('myOut01').innerHTML = 'Woof Woof vape naysh Woof Woof'
document.getElementById('myD').src='https://i.imgur.com/RzIPZRj.jpg'
document.getElementById('myA').src='http://www.gif-king.com/files/uSers/gif-king-81ce5e3d07153d8dddf3f06ef09c3543.gif'
}
if (myCollide('myA', 'myE') == true) {
document.getElementById('myOut01').innerHTML = 'I don\'t like this thing'
document.getElementById('myE').src='https://upload.wikimedia.org/wikipedia/en/8/80/Snuffy31.jpg'
document.getElementById('myA').src='https://vignette.wikia.nocookie.net/muppet/images/5/55/Snuffleupagus.png/revision/latest?cb=20110404163950'
}
if (myCollide('myA', 'myF') == true) {
document.getElementById('myF').src='https://thumb7.shutterstock.com/display_pic_with_logo/1158650/320357555/stock-photo-portrait-of-funny-handsome-nerd-guy-pulling-his-suspenders-i-am-so-handsome-320357555.jpg'
document.getElementById('myG').src='http://i0.kym-cdn.com/entries/icons/mobile/000/014/879/SNAKE!.jpg'
setTimeout(4000)
}
}">
<script>
function myCollide(my1, my2){
left1 = parseInt(document.getElementById(my1).style.left)
right1 = left1 + parseInt(document.getElementById(my1).style.width)
top1 = parseInt(document.getElementById(my1).style.top)
bottom1 = top1 + parseInt(document.getElementById(my1).style.height)
left2 = parseInt(document.getElementById(my2).style.left)
right2 = left2 + parseInt(document.getElementById(my2).style.width)
top2 = parseInt(document.getElementById(my2).style.top)
bottom2 = top2 + parseInt(document.getElementById(my2).style.height)
if ((right1 >= left2 ) && (bottom1 >= top2 ) && (left1 <= right2 ) && (top1 <= bottom2) ){
return true
}
}
</script>
<img id="myA" src="https://orig00.deviantart.net/5645/f/2016/110/4/d/dabpuush_by_discopanda_tm-d9znmse.gif" style="position:absolute; width:100px; height:100px; left:30px; top:10px">
<br><br><br><br>
<img id="myB" src="https://vignette.wikia.nocookie.net/agk/images/2/2f/Old-lady.jpg/revision/latest?cb=20130914191537" style="position:absolute; width:150px; height:150px; left:1000px; top:10px" >
<img id="myC" src="https://memegenerator.net/img/images/600x600/1166079/angry-old-man.jpg" style="position:absolute; width:150px; height:150px; left:30px; top:300px" >
<img id="myD" src="https://vetstreet.brightspotcdn.com/dims4/default/c2616f9/2147483647/thumbnail/645x380/quality/90/?url=https%3A%2F%2Fvetstreet-brightspot.s3.amazonaws.com%2F99%2F415260a80611e0a0d50050568d634f%2Ffile%2FSiberian-Husky-3-645mk062811.jpg" style="position:absolute; width:200px; height:150px; left:1000px; top:600px" >
<img id="myE" src="https://vignette2.wikia.nocookie.net/walkingwith/images/c/cc/CGTPL_WoollyMammoth.jpg/revision/latest?cb=20131225214753" style="position:absolute; width:200px; height:150px; left:30px; top:750px" >
<img id="myF" src="https://kurtbubna.com/wp-content/uploads/2014/11/Old-Hip-Young-Guy.jpg" style="position:absolute; width:250px; height:200px; left:500px; top:400px" >
<img id="myG" src="http://www.cityrider.com/fixed/43aspect.png" style="position:absolute; width:1270px; height:920px; left:0px; top:0px" >
<div id="myOut01">...</div>
<div id="myOut02">...</div>
| SeeBen/game-dev-Ben | t2A01-collisions-ben.html | HTML | mit | 4,874 |
{% extends "base.html" %}
{% load i18n %}
{% block meta %}
<meta property="og:title" content="Foowill" />
<meta property="og:url" content="http://foowill.com" />
<meta property="og:image" content="http://foowill.com/static/img/icon.jpg" />
<meta property="og:site_name" content="foowill.com" />
{% endblock %}
{% block css %}<link href="/static/css/socialite.css" rel="stylesheet">{% endblock %}
{% block script %}
<script src="/static/js/socialite.min.js"></script>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
Socialite.load();
});
//]]>
</script>
{% endblock %}
{% block content %}
{% include "user-box.html" %}
<div class='main-box'>
<h3>{% trans "Permision denied" %}</h3>
<p>{% trans "Sorry, you don't have permision to access this page." %}</p>
<img src='/static/img/foowill_color.jpeg'>
</div>
{% if not user.configured %}
{% include "footer.html" %}
{% endif %}
<!-- </div>-->
{% endblock %} | eduherraiz/foowill | templates/403.html | HTML | mit | 1,050 |
<section class="panel panel-themes borders bd-gray" ng-controller="companiesCtrl">
<header class="panel-heading sm">
<h2><strong>Elenco</strong> aziende </h2>
</header>
<div class="panel-tools" align="left">
<ul>
<li>
<a href="companies/create" class="btn btn-theme btn-transparent" title="Aggiungi nuova azienda" data-jquery-tooltip>
<i class="fa fa-plus-square"></i>
Nuova
</a>
</li>
<li>
<a href="javascript:void(0)" class="btn btn-theme btn-transparent" data-download-file="downloadXls()" data-download-file-name='aziende.xml' data-jquery-tooltip title="Download file xls">
<i class="fa fa-file-excel-o"></i>
Esporta in excel
</a>
</li>
</ul>
</div>
<div class="panel-body">
<paginator data-page-size="{{pageSize}}"
data-resource-url="{{resourceUrl}}"
data-items="items"
data-cachekey="employeelist"
data-filters="filters"
data-total-items="totalItems">
<div class="panel-group margin-bottom-5">
<div class="panel panel-default borders bd-gray">
<header class="panel-heading" style="padding:0 10px">
<a data-toggle="collapse" data-target="#collapseOne" data-jquery-collapse href="javascript:void(0)">
<i class="collapse-caret fa fa-angle-down"></i>
<strong>
<span><i class="fa fa-filter text-muted"></i></span>
FILTRI DI RICERCA
</strong>
</a>
</header>
<div id="collapseOne" class="panel-collapse collapse">
<div class="panel-body bg-white-darken">
<form novalidate="" name="filterItemsForm" class="form-horizontal">
<div class="row">
<div class="col-md-3">
<div class="input-icon right">
<i class="fa fa-search ico"
title="Ricerca libera"></i>
<input type="text" name="term" class="form-control input-sm"
ng-model="filters.term" placeholder="Cerca" />
</div>
</div>
<div class="col-md-9">
<ul class="iCheck">
<li>
<input type="checkbox" name="isEnabled" ng-model="filters.isEnabled" data-jquery-icheck>
<label>Visualizza solo utenti attivi</label>
</li>
</ul>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th scope="col" data-sorter="name" class="text-left">Nome</th>
<th scope="col" class="text-left hidden-xs ">Partita Iva</th>
<th scope="col" class="hidden-xs text-left">Indirizzo</th>
<th scope="col" class="hidden-sm hidden-xs text-left">Cap</th>
<th scope="col" class="text-left hidden-xs ">Comune</th>
<th scope="col" class="hidden-sm hidden-xs text-left">Provincia</th>
<th scope="col">Abilitato</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="item in items">
<td>
<a class="btn btn-link uppercase no-margin-padding" href="companies/edit/{{item.id}}"><strong>{{item.name}}</strong></a>
</td>
<td class="hidden-xs">{{item.piva}}</td>
<td class="hidden-xs">{{item.lineAddress}}</td>
<td class="hidden-sm hidden-xs">{{item.postalCode}}</td>
<td class="hidden-xs">{{item.municipalityName}}</td>
<td class="hidden-sm hidden-xs">{{item.province}}</td>
<td class="text-center">
<i class="fa fa-circle text-danger" ng-if="!item.isEnabled"></i>
<i class="fa fa-circle text-success" ng-if="item.isEnabled == true"></i>
</td>
</tr>
</tbody>
<tfoot>
<tr ng-if="pageCount > 1">
<th colspan="8">
<label class="color">Pagina: <strong>{{currentPage}}</strong> di <strong>{{pageCount}}</strong> - Totale elementi: <strong> {{totalItems}} </strong></label>
</th>
</tr>
</tfoot>
</table>
</paginator>
</div>
</section>
| alanshearer/Warehouse | angular/app/backoffice/views/companies/_list.html | HTML | mit | 5,703 |
---
layout: default
---
{% include JB/setup %}
{% include themes/left/post.html %}
| bf4/bf4.github.com | _layouts/post.html | HTML | mit | 83 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
<!-- Generated by Natural Docs, version 1.52 -->
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
<div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_pathCommands><div class=IEntry><a href="../files/Primitives/Bezier-js.html#Bezier.pathCommands" target=_parent class=ISymbol>pathCommands</a>, <span class=IParent>Bezier</span></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
document.getElementById("Loading").style.display="none";
document.getElementById("NoMatches").style.display="none";
var searchResults = new SearchResults("searchResults", "HTML");
searchResults.Search();
--></script></div><script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html> | Omega-Cube/dot.js | docs/search/VariablesP.html | HTML | mit | 1,560 |
{% assign shareUrl = page.url | prepend: site.url %}
{% assign icon = 'cc' %}
<footer class="footer">
<div class="site-content-strip">
<p>
<span class="publish-year">2017</span>
<span class="license-type">
<a rel="license" target="_blank" title="This work is licensed under a {{ site.license.description }}" href="{{ site.license.url }}">
<span class="icon license cc">
{% include {{ icon | prepend: 'svg/' | append: '.svg' }} %}
</span>
</a>
</span>
<span class="author-name"><a href="{{ site.author.url }}" target="_blank" title="Visit {{ site.author.name }}'s personal website">{{ site.author.name }}</a></span>
</p>
</div>
</footer> | tomerlichtash/word-trees-and-other-poems | _includes/_footer.html | HTML | mit | 720 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>monty.string — monty 2022.1.19 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/flasky.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link media="only screen and (max-device-width: 480px)" href="../../_static/small_flask.css" type= "text/css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="../../index.html">monty 2022.1.19 documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> »</li>
<li class="nav-item nav-item-this"><a href="">monty.string</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1>Source code for monty.string</h1><div class="highlight"><pre>
<span></span><span class="sd">"""</span>
<span class="sd">Useful additional string functions.</span>
<span class="sd">"""</span>
<span class="kn">import</span> <span class="nn">sys</span>
<div class="viewcode-block" id="remove_non_ascii"><a class="viewcode-back" href="../../monty.string.html#monty.string.remove_non_ascii">[docs]</a><span class="k">def</span> <span class="nf">remove_non_ascii</span><span class="p">(</span><span class="n">s</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Remove non-ascii characters in a file. Needed when support for non-ASCII</span>
<span class="sd"> is not available.</span>
<span class="sd"> Args:</span>
<span class="sd"> s (str): Input string</span>
<span class="sd"> Returns:</span>
<span class="sd"> String with all non-ascii characters removed.</span>
<span class="sd"> """</span>
<span class="k">return</span> <span class="s2">""</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">i</span> <span class="k">for</span> <span class="n">i</span> <span class="ow">in</span> <span class="n">s</span> <span class="k">if</span> <span class="nb">ord</span><span class="p">(</span><span class="n">i</span><span class="p">)</span> <span class="o"><</span> <span class="mi">128</span><span class="p">)</span></div>
<div class="viewcode-block" id="unicode2str"><a class="viewcode-back" href="../../monty.string.html#monty.string.unicode2str">[docs]</a><span class="k">def</span> <span class="nf">unicode2str</span><span class="p">(</span><span class="n">s</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Forces a unicode to a string in Python 2, but transparently handles</span>
<span class="sd"> Python 3.</span>
<span class="sd"> Args:</span>
<span class="sd"> s (str/unicode): Input string / unicode.</span>
<span class="sd"> Returns:</span>
<span class="sd"> str in Python 2. Unchanged otherwise.</span>
<span class="sd"> """</span>
<span class="k">return</span> <span class="n">s</span><span class="o">.</span><span class="n">encode</span><span class="p">(</span><span class="s2">"utf-8"</span><span class="p">)</span> <span class="k">if</span> <span class="n">sys</span><span class="o">.</span><span class="n">version_info</span><span class="o">.</span><span class="n">major</span> <span class="o"><</span> <span class="mi">3</span> <span class="k">else</span> <span class="n">s</span></div>
<div class="viewcode-block" id="is_string"><a class="viewcode-back" href="../../monty.string.html#monty.string.is_string">[docs]</a><span class="k">def</span> <span class="nf">is_string</span><span class="p">(</span><span class="n">s</span><span class="p">):</span>
<span class="sd">"""True if s behaves like a string (duck typing test)."""</span>
<span class="k">try</span><span class="p">:</span>
<span class="n">s</span> <span class="o">+</span> <span class="s2">" "</span>
<span class="k">return</span> <span class="kc">True</span>
<span class="k">except</span> <span class="ne">TypeError</span><span class="p">:</span>
<span class="k">return</span> <span class="kc">False</span></div>
<div class="viewcode-block" id="list_strings"><a class="viewcode-back" href="../../monty.string.html#monty.string.list_strings">[docs]</a><span class="k">def</span> <span class="nf">list_strings</span><span class="p">(</span><span class="n">arg</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Always return a list of strings, given a string or list of strings as</span>
<span class="sd"> input.</span>
<span class="sd"> :Examples:</span>
<span class="sd"> >>> list_strings('A single string')</span>
<span class="sd"> ['A single string']</span>
<span class="sd"> >>> list_strings(['A single string in a list'])</span>
<span class="sd"> ['A single string in a list']</span>
<span class="sd"> >>> list_strings(['A','list','of','strings'])</span>
<span class="sd"> ['A', 'list', 'of', 'strings']</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="n">is_string</span><span class="p">(</span><span class="n">arg</span><span class="p">):</span>
<span class="k">return</span> <span class="p">[</span><span class="n">arg</span><span class="p">]</span>
<span class="k">return</span> <span class="n">arg</span></div>
<div class="viewcode-block" id="marquee"><a class="viewcode-back" href="../../monty.string.html#monty.string.marquee">[docs]</a><span class="k">def</span> <span class="nf">marquee</span><span class="p">(</span><span class="n">text</span><span class="o">=</span><span class="s2">""</span><span class="p">,</span> <span class="n">width</span><span class="o">=</span><span class="mi">78</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">"*"</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Return the input string centered in a 'marquee'.</span>
<span class="sd"> Args:</span>
<span class="sd"> text (str): Input string</span>
<span class="sd"> width (int): Width of final output string.</span>
<span class="sd"> mark (str): Character used to fill string.</span>
<span class="sd"> :Examples:</span>
<span class="sd"> >>> marquee('A test', width=40)</span>
<span class="sd"> '**************** A test ****************'</span>
<span class="sd"> >>> marquee('A test', width=40, mark='-')</span>
<span class="sd"> '---------------- A test ----------------'</span>
<span class="sd"> marquee('A test',40, ' ')</span>
<span class="sd"> ' A test '</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="ow">not</span> <span class="n">text</span><span class="p">:</span>
<span class="k">return</span> <span class="p">(</span><span class="n">mark</span> <span class="o">*</span> <span class="n">width</span><span class="p">)[:</span><span class="n">width</span><span class="p">]</span>
<span class="n">nmark</span> <span class="o">=</span> <span class="p">(</span><span class="n">width</span> <span class="o">-</span> <span class="nb">len</span><span class="p">(</span><span class="n">text</span><span class="p">)</span> <span class="o">-</span> <span class="mi">2</span><span class="p">)</span> <span class="o">//</span> <span class="nb">len</span><span class="p">(</span><span class="n">mark</span><span class="p">)</span> <span class="o">//</span> <span class="mi">2</span>
<span class="n">nmark</span> <span class="o">=</span> <span class="nb">max</span><span class="p">(</span><span class="n">nmark</span><span class="p">,</span> <span class="mi">0</span><span class="p">)</span>
<span class="n">marks</span> <span class="o">=</span> <span class="n">mark</span> <span class="o">*</span> <span class="n">nmark</span>
<span class="k">return</span> <span class="sa">f</span><span class="s2">"</span><span class="si">{</span><span class="n">marks</span><span class="si">}</span><span class="s2"> </span><span class="si">{</span><span class="n">text</span><span class="si">}</span><span class="s2"> </span><span class="si">{</span><span class="n">marks</span><span class="si">}</span><span class="s2">"</span></div>
<div class="viewcode-block" id="boxed"><a class="viewcode-back" href="../../monty.string.html#monty.string.boxed">[docs]</a><span class="k">def</span> <span class="nf">boxed</span><span class="p">(</span><span class="n">msg</span><span class="p">,</span> <span class="n">ch</span><span class="o">=</span><span class="s2">"="</span><span class="p">,</span> <span class="n">pad</span><span class="o">=</span><span class="mi">5</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Returns a string in a box</span>
<span class="sd"> Args:</span>
<span class="sd"> msg: Input string.</span>
<span class="sd"> ch: Character used to form the box.</span>
<span class="sd"> pad: Number of characters ch added before and after msg.</span>
<span class="sd"> >>> print(boxed("hello", ch="*", pad=2))</span>
<span class="sd"> ***********</span>
<span class="sd"> ** hello **</span>
<span class="sd"> ***********</span>
<span class="sd"> """</span>
<span class="k">if</span> <span class="n">pad</span> <span class="o">></span> <span class="mi">0</span><span class="p">:</span>
<span class="n">msg</span> <span class="o">=</span> <span class="n">pad</span> <span class="o">*</span> <span class="n">ch</span> <span class="o">+</span> <span class="s2">" "</span> <span class="o">+</span> <span class="n">msg</span><span class="o">.</span><span class="n">strip</span><span class="p">()</span> <span class="o">+</span> <span class="s2">" "</span> <span class="o">+</span> <span class="n">pad</span> <span class="o">*</span> <span class="n">ch</span>
<span class="k">return</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">"</span><span class="o">.</span><span class="n">join</span><span class="p">(</span>
<span class="p">[</span>
<span class="nb">len</span><span class="p">(</span><span class="n">msg</span><span class="p">)</span> <span class="o">*</span> <span class="n">ch</span><span class="p">,</span>
<span class="n">msg</span><span class="p">,</span>
<span class="nb">len</span><span class="p">(</span><span class="n">msg</span><span class="p">)</span> <span class="o">*</span> <span class="n">ch</span><span class="p">,</span>
<span class="p">]</span>
<span class="p">)</span></div>
<div class="viewcode-block" id="make_banner"><a class="viewcode-back" href="../../monty.string.html#monty.string.make_banner">[docs]</a><span class="k">def</span> <span class="nf">make_banner</span><span class="p">(</span><span class="n">s</span><span class="p">,</span> <span class="n">width</span><span class="o">=</span><span class="mi">78</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="s2">"*"</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> :param s: String</span>
<span class="sd"> :param width: Width of banner. Defaults to 78.</span>
<span class="sd"> :param mark: The mark used to create the banner.</span>
<span class="sd"> :return: Banner string.</span>
<span class="sd"> """</span>
<span class="n">banner</span> <span class="o">=</span> <span class="n">marquee</span><span class="p">(</span><span class="n">s</span><span class="p">,</span> <span class="n">width</span><span class="o">=</span><span class="n">width</span><span class="p">,</span> <span class="n">mark</span><span class="o">=</span><span class="n">mark</span><span class="p">)</span>
<span class="k">return</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">"</span> <span class="o">+</span> <span class="nb">len</span><span class="p">(</span><span class="n">banner</span><span class="p">)</span> <span class="o">*</span> <span class="n">mark</span> <span class="o">+</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">"</span> <span class="o">+</span> <span class="n">banner</span> <span class="o">+</span> <span class="s2">"</span><span class="se">\n</span><span class="s2">"</span> <span class="o">+</span> <span class="nb">len</span><span class="p">(</span><span class="n">banner</span><span class="p">)</span> <span class="o">*</span> <span class="n">mark</span></div>
<div class="viewcode-block" id="indent"><a class="viewcode-back" href="../../monty.string.html#monty.string.indent">[docs]</a><span class="k">def</span> <span class="nf">indent</span><span class="p">(</span><span class="n">lines</span><span class="p">,</span> <span class="n">amount</span><span class="p">,</span> <span class="n">ch</span><span class="o">=</span><span class="s2">" "</span><span class="p">):</span>
<span class="sd">"""</span>
<span class="sd"> Indent the lines in a string by padding each one with proper number of pad</span>
<span class="sd"> characters</span>
<span class="sd"> """</span>
<span class="n">padding</span> <span class="o">=</span> <span class="n">amount</span> <span class="o">*</span> <span class="n">ch</span>
<span class="k">return</span> <span class="n">padding</span> <span class="o">+</span> <span class="p">(</span><span class="s2">"</span><span class="se">\n</span><span class="s2">"</span> <span class="o">+</span> <span class="n">padding</span><span class="p">)</span><span class="o">.</span><span class="n">join</span><span class="p">(</span><span class="n">lines</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s2">"</span><span class="se">\n</span><span class="s2">"</span><span class="p">))</span></div>
</pre></div>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper"><h3>Related Topics</h3>
<ul>
<li><a href="../../index.html">Documentation overview</a><ul>
<li><a href="../index.html">Module code</a><ul>
</ul></li>
</ul></li>
</ul>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright 2014, Shyue Ping Ong.
</div>
</body>
</html> | materialsvirtuallab/monty | docs/_modules/monty/string.html | HTML | mit | 16,657 |
<HTML><HEAD>
<TITLE>Review for Ice Storm, The (1997)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0119349">Ice Storm, The (1997)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Harvey+S.+Karten">Harvey S. Karten</A></H3><HR WIDTH="40%" SIZE="4">
<P>THE ICE STORM
By Harvey Karten, Ph.D.
Fox Searchlight Pictures
Director: Ang Lee
Writer: James Schamus
Cast: Sigourney Weaver, Kevin Kline, Joan Allen, Elijah
Wood, Christina Ricci, Tobey Maguire, Adam Hann-Byrd.
"A rotten fish stinks from the head down." "Like father, like
son." "When it rains, it pours." These are just some of the
proverbs illustrated by Ang Lee in the film which opened the
1997 New York Film Festival, "The Ice Storm." The
Taiwanese director, who moved to the United States in 1978
and proceeded to dissect social mores of 19th Century
England in "Sense and Sensibility," and explore the
estrangement of a Taipei master chef from his three
daughters in "Eat Drink Man Woman," has again done a
superb job of commenting on family values. This time the
action has shifted to the upper-middle-class America of the
early 1970s, as Lee probes the pathologies which seem to
have seeped down from the Nixon presidency to infect the
lives of Connecticut families of the chief executive's social
class. Whether Lee is suggesting some parallel between the
corruption of the administration and domestic debauchery, or
is making a statement about the sinfulness stimulated by
suburbia, or perhaps even observing the silliness of the
seventies, is not consequential. What is notable is that he
spreads out before us a lush banquet of neatly observed
perverse fare in James Schamus's deft adaptation of a recent,
well-received novel by Rick Moody.
Why choose 1973 as the time of the action? This period in
America embodies the culmination of a dramatic experiment
in lifestyles which began perhaps in 1968 with the disruption
of the Democratic National Convention and was characterized
by experimentation with sexual freedom, a display of garish
wearing apparel which includes orange, polyester garments,
the widespread use of mind-altering drugs such as LSD and
cocaine, and an implicit encouragement of people to do their
own thing even if their actions conflicted with responsibilities
to their children.
Lee focuses on two families, the Hoods and the Carvers.
Ben Hood (Kevin Kline) and his quietly suffering wife Elena
(Joan Allen) have one 16-year-old son, Paul (Tobey Maguire)
in prep school and daughter Wendy (Christina Ricci) who is
beginning to test her sexual allure on both Carver children.
Jim Carver (Jamey Sheridan), who is frequently out of town
on business leaves his wife Janey (Sigourney Weaver) free to
dabble in a joyless affair with Ben, and his two boys Mikey
(Elijah Wood) and Sandy (Adam Hann-Byrd) unfettered by
normal parental guidance. The film spends a good deal of its
113 minutes surveying the activities of the children, which
appear to parallel the sordid ventures of the adults. In one
unusual scene Wendy dons a Nixon mask and begins some
heavy petting with Mikey, only to be caught by Wendy's dad,
Ben, who happened to be conducting his assignation with
Janey in the upstairs room. Ben's wife Elena, who suspects
the goings-on of her husband but represses her anger, takes
out her rebellion by shoplifting lipstick from the local
pharmacy. Her daughter Wendy does likewise.
The climactic scene takes place at a wife-swapping party
attended by the well-to-do suburbanites in the area, a
gathering which follows a California custom known as the key
party. Male celebrants toss their car keys into a bowl and
begin to drink, smoke, and mingle. Hours later, each woman
dips into the vessel and goes home with the owner of the
keys she has selected. During the merrymaking an ice storm
has moved into the town of New Canaan, Connecticut, a
blizzard which acts as metaphor to the coldness of family life
among the Hoods, the Carvers, and others of their social
class. The entire story is narrated by Paul, the Hoods'
sixteen-year-old son. He has come home for the
Thanksgiving weekend in the desperate hope that he and his
family could spend a joyful and loving weekend together
under the roof of their lavish home and give thanks for the
material and spiritual splendors which life in America affords
for so many. Instead he is confronted by the dissipation of
those who would guide him: a father who hides an inability to
communicate with him with a flurry of fatuous phrases, a
mother too depressed to instill gladness in his heart, and a
sister who reaches out for love by provoking sexual
encounters with a boy in his early teens and the child's
brother.
Kevin Kline comes across once again as one of America's
great actors, able to coax hilarity from movies like "In and
Out" and "Fierce Creatures" and well-executed pathos from
his current work. He is supported by a crackerjack group of
young stars like Elijah Wood, Adam Hann-Byrd, Tobey
Maguire and especially Christina Ricci and by a the two
women in his life, Sigourney Weaver as a dragon lady who
combines withering remarks with her sexual calisthenics and
Joan Allen in her signature role of eternally anguished wife.
"The Ice Storm" proves that a movie can most effectively
and entertainingly study the disintegration of a society without
soap-opera melodramatics or blazingly photographed uproars.
"The Ice Storm" combines comedy and tragedy productively,
a solid, intelligent, adult drama of people who should have
everything going for them but forsake their good fortune in an
array of excesses. Rated PG-13. Running Time: 113
minutes. (C) 1997 Harvey Karten</P>
<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/9145.html | HTML | mit | 6,707 |
<!DOCTYPE html>
<html class="no-js css-menubar" 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.0, user-scalable=0, minimal-ui">
<meta name="description" content="bootstrap admin template">
<meta name="author" content="">
<title>Image Cropping | Remark Admin Template</title>
<link rel="apple-touch-icon" href="../../assets/images/apple-touch-icon.png">
<link rel="shortcut icon" href="../../assets/images/favicon.ico">
<!-- Stylesheets -->
<link rel="stylesheet" href="../../../global/css/bootstrap.min.css">
<link rel="stylesheet" href="../../../global/css/bootstrap-extend.min.css">
<link rel="stylesheet" href="../../assets/css/site.min.css">
<!-- Plugins -->
<link rel="stylesheet" href="../../../global/vendor/animsition/animsition.css">
<link rel="stylesheet" href="../../../global/vendor/asscrollable/asScrollable.css">
<link rel="stylesheet" href="../../../global/vendor/switchery/switchery.css">
<link rel="stylesheet" href="../../../global/vendor/intro-js/introjs.css">
<link rel="stylesheet" href="../../../global/vendor/slidepanel/slidePanel.css">
<link rel="stylesheet" href="../../../global/vendor/flag-icon-css/flag-icon.css">
<link rel="stylesheet" href="../../../global/vendor/cropper/cropper.css">
<link rel="stylesheet" href="../../assets/examples/css/forms/image-cropping.css">
<!-- Fonts -->
<link rel="stylesheet" href="../../../global/fonts/web-icons/web-icons.min.css">
<link rel="stylesheet" href="../../../global/fonts/brand-icons/brand-icons.min.css">
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:300,400,500,300italic'>
<!--[if lt IE 9]>
<script src="../../../global/vendor/html5shiv/html5shiv.min.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script src="../../../global/vendor/media-match/media.match.min.js"></script>
<script src="../../../global/vendor/respond/respond.min.js"></script>
<![endif]-->
<!-- Scripts -->
<script src="../../../global/vendor/modernizr/modernizr.js"></script>
<script src="../../../global/vendor/breakpoints/breakpoints.js"></script>
<script>
Breakpoints();
</script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<nav class="site-navbar navbar navbar-default navbar-fixed-top navbar-mega" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle hamburger hamburger-close navbar-toggle-left hided"
data-toggle="menubar">
<span class="sr-only">Toggle navigation</span>
<span class="hamburger-bar"></span>
</button>
<button type="button" class="navbar-toggle collapsed" data-target="#site-navbar-collapse"
data-toggle="collapse">
<i class="icon wb-more-horizontal" aria-hidden="true"></i>
</button>
<div class="navbar-brand navbar-brand-center site-gridmenu-toggle" data-toggle="gridmenu">
<img class="navbar-brand-logo" src="../../assets/images/logo.png" title="Remark">
<span class="navbar-brand-text"> Remark</span>
</div>
<button type="button" class="navbar-toggle collapsed" data-target="#site-navbar-search"
data-toggle="collapse">
<span class="sr-only">Toggle Search</span>
<i class="icon wb-search" aria-hidden="true"></i>
</button>
</div>
<div class="navbar-container container-fluid">
<!-- Navbar Collapse -->
<div class="collapse navbar-collapse navbar-collapse-toolbar" id="site-navbar-collapse">
<!-- Navbar Toolbar -->
<ul class="nav navbar-toolbar">
<li class="hidden-float" 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 class="hidden-xs" id="toggleFullscreen">
<a class="icon icon-fullscreen" data-toggle="fullscreen" href="#" role="button">
<span class="sr-only">Toggle fullscreen</span>
</a>
</li>
<li class="hidden-float">
<a class="icon wb-search" data-toggle="collapse" href="#" data-target="#site-navbar-search"
role="button">
<span class="sr-only">Toggle Search</span>
</a>
</li>
<li class="dropdown dropdown-fw dropdown-mega">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false"
data-animation="fade" role="button">Mega <i class="icon wb-chevron-down-mini" aria-hidden="true"></i></a>
<ul class="dropdown-menu" role="menu">
<li role="presentation">
<div class="mega-content">
<div class="row">
<div class="col-sm-4">
<h5>UI Kit</h5>
<ul class="blocks-2">
<li class="mega-menu margin-0">
<ul class="list-icons">
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../advanced/animation.html">Animation</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/buttons.html">Buttons</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/colors.html">Colors</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/dropdowns.html">Dropdowns</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/icons.html">Icons</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../advanced/lightbox.html">Lightbox</a>
</li>
</ul>
</li>
<li class="mega-menu margin-0">
<ul class="list-icons">
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/modals.html">Modals</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/panel-structure.html">Panels</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../structure/overlay.html">Overlay</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/tooltip-popover.html ">Tooltips</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../advanced/scrollable.html">Scrollable</a>
</li>
<li><i class="wb-chevron-right-mini" aria-hidden="true"></i>
<a href="../uikit/typography.html">Typography</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="col-sm-4">
<h5>Media
<span class="badge badge-success">4</span>
</h5>
<ul class="blocks-3">
<li>
<a class="thumbnail margin-0" href="javascript:void(0)">
<img class="width-full" src="../../../global/photos/placeholder.png" alt="..."
/>
</a>
</li>
<li>
<a class="thumbnail margin-0" href="javascript:void(0)">
<img class="width-full" src="../../../global/photos/placeholder.png" alt="..."
/>
</a>
</li>
<li>
<a class="thumbnail margin-0" href="javascript:void(0)">
<img class="width-full" src="../../../global/photos/placeholder.png" alt="..."
/>
</a>
</li>
<li>
<a class="thumbnail margin-0" href="javascript:void(0)">
<img class="width-full" src="../../../global/photos/placeholder.png" alt="..."
/>
</a>
</li>
<li>
<a class="thumbnail margin-0" href="javascript:void(0)">
<img class="width-full" src="../../../global/photos/placeholder.png" alt="..."
/>
</a>
</li>
<li>
<a class="thumbnail margin-0" href="javascript:void(0)">
<img class="width-full" src="../../../global/photos/placeholder.png" alt="..."
/>
</a>
</li>
</ul>
</div>
<div class="col-sm-4">
<h5 class="margin-bottom-0">Accordion</h5>
<!-- Accordion -->
<div class="panel-group panel-group-simple" id="siteMegaAccordion" aria-multiselectable="true"
role="tablist">
<div class="panel">
<div class="panel-heading" id="siteMegaAccordionHeadingOne" role="tab">
<a class="panel-title" data-toggle="collapse" href="#siteMegaCollapseOne" data-parent="#siteMegaAccordion"
aria-expanded="false" aria-controls="siteMegaCollapseOne">
Collapsible Group Item #1
</a>
</div>
<div class="panel-collapse collapse" id="siteMegaCollapseOne" aria-labelledby="siteMegaAccordionHeadingOne"
role="tabpanel">
<div class="panel-body">
De moveat laudatur vestra parum doloribus labitur sentire partes, eripuit praesenti
congressus ostendit alienae, voluptati ornateque
accusamus clamat reperietur convicia albucius.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading" id="siteMegaAccordionHeadingTwo" role="tab">
<a class="panel-title collapsed" data-toggle="collapse" href="#siteMegaCollapseTwo"
data-parent="#siteMegaAccordion" aria-expanded="false"
aria-controls="siteMegaCollapseTwo">
Collapsible Group Item #2
</a>
</div>
<div class="panel-collapse collapse" id="siteMegaCollapseTwo" aria-labelledby="siteMegaAccordionHeadingTwo"
role="tabpanel">
<div class="panel-body">
Praestabiliorem. Pellat excruciant legantur ullum leniter vacare foris voluptate
loco ignavi, credo videretur multoque choro fatemur
mortis animus adoptionem, bello statuat expediunt
naturales.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading" id="siteMegaAccordionHeadingThree" role="tab">
<a class="panel-title collapsed" data-toggle="collapse" href="#siteMegaCollapseThree"
data-parent="#siteMegaAccordion" aria-expanded="false"
aria-controls="siteMegaCollapseThree">
Collapsible Group Item #3
</a>
</div>
<div class="panel-collapse collapse" id="siteMegaCollapseThree" aria-labelledby="siteMegaAccordionHeadingThree"
role="tabpanel">
<div class="panel-body">
Horum, antiquitate perciperet d conspectum locus obruamus animumque perspici probabis
suscipere. Desiderat magnum, contenta poena desiderant
concederetur menandri damna disputandum corporum.
</div>
</div>
</div>
</div>
<!-- End Accordion -->
</div>
</div>
</div>
</li>
</ul>
</li>
</ul>
<!-- End Navbar Toolbar -->
<!-- Navbar Toolbar Right -->
<ul class="nav navbar-toolbar navbar-right navbar-toolbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)" data-animation="scale-up"
aria-expanded="false" role="button">
<span class="flag-icon flag-icon-us"></span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="presentation">
<a href="javascript:void(0)" role="menuitem">
<span class="flag-icon flag-icon-gb"></span> English</a>
</li>
<li role="presentation">
<a href="javascript:void(0)" role="menuitem">
<span class="flag-icon flag-icon-fr"></span> French</a>
</li>
<li role="presentation">
<a href="javascript:void(0)" role="menuitem">
<span class="flag-icon flag-icon-cn"></span> Chinese</a>
</li>
<li role="presentation">
<a href="javascript:void(0)" role="menuitem">
<span class="flag-icon flag-icon-de"></span> German</a>
</li>
<li role="presentation">
<a href="javascript:void(0)" role="menuitem">
<span class="flag-icon flag-icon-nl"></span> Dutch</a>
</li>
</ul>
</li>
<li class="dropdown">
<a class="navbar-avatar dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false"
data-animation="scale-up" role="button">
<span class="avatar avatar-online">
<img src="../../../global/portraits/5.jpg" alt="...">
<i></i>
</span>
</a>
<ul class="dropdown-menu" role="menu">
<li role="presentation">
<a href="javascript:void(0)" role="menuitem"><i class="icon wb-user" aria-hidden="true"></i> Profile</a>
</li>
<li role="presentation">
<a href="javascript:void(0)" role="menuitem"><i class="icon wb-payment" aria-hidden="true"></i> Billing</a>
</li>
<li role="presentation">
<a href="javascript:void(0)" role="menuitem"><i class="icon wb-settings" aria-hidden="true"></i> Settings</a>
</li>
<li class="divider" role="presentation"></li>
<li role="presentation">
<a href="javascript:void(0)" role="menuitem"><i class="icon wb-power" aria-hidden="true"></i> Logout</a>
</li>
</ul>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="javascript:void(0)" title="Notifications" aria-expanded="false"
data-animation="scale-up" role="button">
<i class="icon wb-bell" 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>NOTIFICATIONS</h5>
<span class="label label-round label-danger">New 5</span>
</li>
<li class="list-group" role="presentation">
<div data-role="container">
<div data-role="content">
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<i class="icon wb-order bg-red-600 white icon-circle" aria-hidden="true"></i>
</div>
<div class="media-body">
<h6 class="media-heading">A new order has been placed</h6>
<time class="media-meta" datetime="2015-06-12T20:50:48+08:00">5 hours ago</time>
</div>
</div>
</a>
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<i class="icon wb-user bg-green-600 white icon-circle" aria-hidden="true"></i>
</div>
<div class="media-body">
<h6 class="media-heading">Completed the task</h6>
<time class="media-meta" datetime="2015-06-11T18:29:20+08:00">2 days ago</time>
</div>
</div>
</a>
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<i class="icon wb-settings bg-red-600 white icon-circle" aria-hidden="true"></i>
</div>
<div class="media-body">
<h6 class="media-heading">Settings updated</h6>
<time class="media-meta" datetime="2015-06-11T14:05:00+08:00">2 days ago</time>
</div>
</div>
</a>
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<i class="icon wb-calendar bg-blue-600 white icon-circle" aria-hidden="true"></i>
</div>
<div class="media-body">
<h6 class="media-heading">Event started</h6>
<time class="media-meta" datetime="2015-06-10T13:50:18+08:00">3 days ago</time>
</div>
</div>
</a>
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<i class="icon wb-chat bg-orange-600 white icon-circle" aria-hidden="true"></i>
</div>
<div class="media-body">
<h6 class="media-heading">Message received</h6>
<time class="media-meta" datetime="2015-06-10T12:34:48+08:00">3 days ago</time>
</div>
</div>
</a>
</div>
</div>
</li>
<li class="dropdown-menu-footer" role="presentation">
<a class="dropdown-menu-footer-btn" href="javascript:void(0)" role="button">
<i class="icon wb-settings" aria-hidden="true"></i>
</a>
<a href="javascript:void(0)" role="menuitem">
All notifications
</a>
</li>
</ul>
</li>
<li class="dropdown">
<a data-toggle="dropdown" href="javascript:void(0)" title="Messages" aria-expanded="false"
data-animation="scale-up" role="button">
<i class="icon wb-envelope" 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>MESSAGES</h5>
<span class="label label-round label-info">New 3</span>
</li>
<li class="list-group" role="presentation">
<div data-role="container">
<div data-role="content">
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<span class="avatar avatar-sm avatar-online">
<img src="../../../global/portraits/2.jpg" alt="..." />
<i></i>
</span>
</div>
<div class="media-body">
<h6 class="media-heading">Mary Adams</h6>
<div class="media-meta">
<time datetime="2015-06-17T20:22:05+08:00">30 minutes ago</time>
</div>
<div class="media-detail">Anyways, i would like just do it</div>
</div>
</div>
</a>
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<span class="avatar avatar-sm avatar-off">
<img src="../../../global/portraits/3.jpg" alt="..." />
<i></i>
</span>
</div>
<div class="media-body">
<h6 class="media-heading">Caleb Richards</h6>
<div class="media-meta">
<time datetime="2015-06-17T12:30:30+08:00">12 hours ago</time>
</div>
<div class="media-detail">I checheck the document. But there seems</div>
</div>
</div>
</a>
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<span class="avatar avatar-sm avatar-busy">
<img src="../../../global/portraits/4.jpg" alt="..." />
<i></i>
</span>
</div>
<div class="media-body">
<h6 class="media-heading">June Lane</h6>
<div class="media-meta">
<time datetime="2015-06-16T18:38:40+08:00">2 days ago</time>
</div>
<div class="media-detail">Lorem ipsum Id consectetur et minim</div>
</div>
</div>
</a>
<a class="list-group-item" href="javascript:void(0)" role="menuitem">
<div class="media">
<div class="media-left padding-right-10">
<span class="avatar avatar-sm avatar-away">
<img src="../../../global/portraits/5.jpg" alt="..." />
<i></i>
</span>
</div>
<div class="media-body">
<h6 class="media-heading">Edward Fletcher</h6>
<div class="media-meta">
<time datetime="2015-06-15T20:34:48+08:00">3 days ago</time>
</div>
<div class="media-detail">Dolor et irure cupidatat commodo nostrud nostrud.</div>
</div>
</div>
</a>
</div>
</div>
</li>
<li class="dropdown-menu-footer" role="presentation">
<a class="dropdown-menu-footer-btn" href="javascript:void(0)" role="button">
<i class="icon wb-settings" aria-hidden="true"></i>
</a>
<a href="javascript:void(0)" role="menuitem">
See all messages
</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 wb-chat" aria-hidden="true"></i>
</a>
</li>
</ul>
<!-- End Navbar Toolbar Right -->
</div>
<!-- End Navbar Collapse -->
<!-- Site Navbar Seach -->
<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 wb-search" aria-hidden="true"></i>
<input type="text" class="form-control" name="site-search" placeholder="Search...">
<button type="button" class="input-search-close icon wb-close" data-target="#site-navbar-search"
data-toggle="collapse" aria-label="Close"></button>
</div>
</div>
</form>
</div>
<!-- End Site Navbar Seach -->
</div>
</nav>
<div class="site-menubar">
<div class="site-menubar-body">
<div>
<div>
<ul class="site-menu">
<li class="site-menu-category">General</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-dashboard" aria-hidden="true"></i>
<span class="site-menu-title">Dashboard</span>
<div class="site-menu-badge">
<span class="badge badge-success">3</span>
</div>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../index.html">
<span class="site-menu-title">Dashboard v1</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../dashboard/v2.html">
<span class="site-menu-title">Dashboard v2</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-layout" aria-hidden="true"></i>
<span class="site-menu-title">Layouts</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/menu-collapsed.html">
<span class="site-menu-title">Menu Collapsed</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/menu-collapsed-alt.html">
<span class="site-menu-title">Menu Collapsed Alt</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/menu-expended.html">
<span class="site-menu-title">Menu Expended</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/grids.html">
<span class="site-menu-title">Grid Scaffolding</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/layout-grid.html">
<span class="site-menu-title">Layout Grid</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/headers.html">
<span class="site-menu-title">Different Headers</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/panel-transition.html">
<span class="site-menu-title">Panel Transition</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/boxed.html">
<span class="site-menu-title">Boxed Layout</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/two-columns.html">
<span class="site-menu-title">Two Columns</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/menubar-flipped.html">
<span class="site-menu-title">Menubar Flipped</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/menubar-native-scrolling.html">
<span class="site-menu-title">Menubar Native Scrolling</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/bordered-header.html">
<span class="site-menu-title">Bordered Header</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../layouts/page-aside-fixed.html">
<span class="site-menu-title">Page Aside Fixed</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-file" aria-hidden="true"></i>
<span class="site-menu-title">Pages</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<span class="site-menu-title">Errors</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../pages/error-400.html">
<span class="site-menu-title">400</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/error-403.html">
<span class="site-menu-title">403</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/error-404.html">
<span class="site-menu-title">404</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/error-500.html">
<span class="site-menu-title">500</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/error-503.html">
<span class="site-menu-title">503</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/faq.html">
<span class="site-menu-title">FAQ</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/gallery.html">
<span class="site-menu-title">Gallery</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/gallery-grid.html">
<span class="site-menu-title">Gallery Grid</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/search-result.html">
<span class="site-menu-title">Search Result</span>
</a>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<span class="site-menu-title">Maps</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../pages/map-google.html">
<span class="site-menu-title">Google Maps</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/map-vector.html">
<span class="site-menu-title">Vector Maps</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/maintenance.html">
<span class="site-menu-title">Maintenance</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/forgot-password.html">
<span class="site-menu-title">Forgot Password</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/lockscreen.html">
<span class="site-menu-title">Lockscreen</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/login.html">
<span class="site-menu-title">Login</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/register.html">
<span class="site-menu-title">Register</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/login-v2.html">
<span class="site-menu-title">Login V2</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/register-v2.html">
<span class="site-menu-title">Register V2</span>
<div class="site-menu-label">
<span class="label label-info label-round">new</span>
</div>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/login-v3.html">
<span class="site-menu-title">Login V3</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/register-v3.html">
<span class="site-menu-title">Register V3</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/user.html">
<span class="site-menu-title">User List</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/invoice.html">
<span class="site-menu-title">Invoice</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/blank.html">
<span class="site-menu-title">Blank Page</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/email.html">
<span class="site-menu-title">Email</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/code-editor.html">
<span class="site-menu-title">Code Editor</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../pages/profile.html">
<span class="site-menu-title">Profile</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-category">Elements</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-bookmark" aria-hidden="true"></i>
<span class="site-menu-title">Basic UI</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<span class="site-menu-title">Panel</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/panel-structure.html">
<span class="site-menu-title">Panel Structure</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/panel-actions.html">
<span class="site-menu-title">Panel Actions</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/panel-portlets.html">
<span class="site-menu-title">Panel Portlets</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/buttons.html">
<span class="site-menu-title">Buttons</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/dropdowns.html">
<span class="site-menu-title">Dropdowns</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/icons.html">
<span class="site-menu-title">Icons</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/list.html">
<span class="site-menu-title">List</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/tooltip-popover.html">
<span class="site-menu-title">Tooltip & Popover</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/modals.html">
<span class="site-menu-title">Modals</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/tabs-accordions.html">
<span class="site-menu-title">Tabs & Accordions</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/images.html">
<span class="site-menu-title">Images</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/badges-labels.html">
<span class="site-menu-title">Badges & Labels</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/progress-bars.html">
<span class="site-menu-title">Progress Bars</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/carousel.html">
<span class="site-menu-title">Carousel</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/typography.html">
<span class="site-menu-title">Typography</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/colors.html">
<span class="site-menu-title">Colors</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../uikit/utilities.html">
<span class="site-menu-title">Utilties</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-hammer" aria-hidden="true"></i>
<span class="site-menu-title">Advanced UI</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item hidden-xs site-tour-trigger">
<a href="javascript:void(0)">
<span class="site-menu-title">Tour</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/animation.html">
<span class="site-menu-title">Animation</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/highlight.html">
<span class="site-menu-title">Highlight</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/lightbox.html">
<span class="site-menu-title">Lightbox</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/scrollable.html">
<span class="site-menu-title">Scrollable</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/rating.html">
<span class="site-menu-title">Rating</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/context-menu.html">
<span class="site-menu-title">Context Menu</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/alertify.html">
<span class="site-menu-title">Alertify</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/masonry.html">
<span class="site-menu-title">Masonry</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/treeview.html">
<span class="site-menu-title">Treeview</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/toastr.html">
<span class="site-menu-title">Toastr</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/maps-vector.html">
<span class="site-menu-title">Vector Maps</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/maps-google.html">
<span class="site-menu-title">Google Maps</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/sortable-nestable.html">
<span class="site-menu-title">Sortable & Nestable</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../advanced/bootbox-sweetalert.html">
<span class="site-menu-title">Bootbox & Sweetalert</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-plugin" aria-hidden="true"></i>
<span class="site-menu-title">Structure</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../structure/alerts.html">
<span class="site-menu-title">Alerts</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/ribbon.html">
<span class="site-menu-title">Ribbon</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/pricing-tables.html">
<span class="site-menu-title">Pricing Tables</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/overlay.html">
<span class="site-menu-title">Overlay</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/cover.html">
<span class="site-menu-title">Cover</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/timeline-simple.html">
<span class="site-menu-title">Simple Timeline</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/timeline.html">
<span class="site-menu-title">Timeline</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/step.html">
<span class="site-menu-title">Step</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/comments.html">
<span class="site-menu-title">Comments</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/media.html">
<span class="site-menu-title">Media</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/chat.html">
<span class="site-menu-title">Chat</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/testimonials.html">
<span class="site-menu-title">Testimonials</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/nav.html">
<span class="site-menu-title">Nav</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/navbars.html">
<span class="site-menu-title">Navbars</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/blockquotes.html">
<span class="site-menu-title">Blockquotes</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/pagination.html">
<span class="site-menu-title">Pagination</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../structure/breadcrumbs.html">
<span class="site-menu-title">Breadcrumbs</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-extension" aria-hidden="true"></i>
<span class="site-menu-title">Widgets</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../widgets/statistics.html">
<span class="site-menu-title">Statistics Widgets</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../widgets/data.html">
<span class="site-menu-title">Data Widgets</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../widgets/blog.html">
<span class="site-menu-title">Blog Widgets</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../widgets/chart.html">
<span class="site-menu-title">Chart Widgets</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../widgets/social.html">
<span class="site-menu-title">Social Widgets</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../widgets/weather.html">
<span class="site-menu-title">Weather Widgets</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub active open">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-library" aria-hidden="true"></i>
<span class="site-menu-title">Forms</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../forms/general.html">
<span class="site-menu-title">General Elements</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/material.html">
<span class="site-menu-title">Material Elements</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/advanced.html">
<span class="site-menu-title">Advanced Elements</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/layouts.html">
<span class="site-menu-title">Form Layouts</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/wizard.html">
<span class="site-menu-title">Form Wizard</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/validation.html">
<span class="site-menu-title">Form Validation</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/masks.html">
<span class="site-menu-title">Form Masks</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/editable.html">
<span class="site-menu-title">Form Editable</span>
</a>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<span class="site-menu-title">Editors</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../forms/editor-summernote.html">
<span class="site-menu-title">Summernote</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/editor-markdown.html">
<span class="site-menu-title">Markdown</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/editor-ace.html">
<span class="site-menu-title">Ace Editor</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item active">
<a class="animsition-link" href="../forms/image-cropping.html">
<span class="site-menu-title">Image Cropping</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../forms/file-uploads.html">
<span class="site-menu-title">File Uploads</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-table" aria-hidden="true"></i>
<span class="site-menu-title">Tables</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../tables/basic.html">
<span class="site-menu-title">Basic Tables</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../tables/bootstrap.html">
<span class="site-menu-title">Bootstrap Tables</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../tables/floatthead.html">
<span class="site-menu-title">floatThead</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../tables/responsive.html">
<span class="site-menu-title">Responsive Tables</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../tables/editable.html">
<span class="site-menu-title">Editable Tables</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../tables/jsgrid.html">
<span class="site-menu-title">jsGrid</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../tables/footable.html">
<span class="site-menu-title">FooTable</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../tables/datatable.html">
<span class="site-menu-title">DataTables</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-pie-chart" aria-hidden="true"></i>
<span class="site-menu-title">Chart</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../charts/chartjs.html">
<span class="site-menu-title">Chart.js</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/gauges.html">
<span class="site-menu-title">Gauges</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/flot.html">
<span class="site-menu-title">Flot</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/peity.html">
<span class="site-menu-title">Peity</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/sparkline.html">
<span class="site-menu-title">Sparkline</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/morris.html">
<span class="site-menu-title">Morris</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/chartist.html">
<span class="site-menu-title">Chartist.js</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/rickshaw.html">
<span class="site-menu-title">Rickshaw</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/pie-progress.html">
<span class="site-menu-title">Pie Progress</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../charts/c3.html">
<span class="site-menu-title">C3</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-category">Apps</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<i class="site-menu-icon wb-grid-4" aria-hidden="true"></i>
<span class="site-menu-title">Apps</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../apps/contacts/contacts.html">
<span class="site-menu-title">Contacts</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/calendar/calendar.html">
<span class="site-menu-title">Calendar</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/notebook/notebook.html">
<span class="site-menu-title">Notebook</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/taskboard/taskboard.html">
<span class="site-menu-title">Taskboard</span>
</a>
</li>
<li class="site-menu-item has-sub">
<a href="javascript:void(0)">
<span class="site-menu-title">Documents</span>
<span class="site-menu-arrow"></span>
</a>
<ul class="site-menu-sub">
<li class="site-menu-item">
<a class="animsition-link" href="../apps/documents/articles.html">
<span class="site-menu-title">Articles</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/documents/categories.html">
<span class="site-menu-title">Categories</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/documents/article.html">
<span class="site-menu-title">Article</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/forum/forum.html">
<span class="site-menu-title">Forum</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/message/message.html">
<span class="site-menu-title">Message</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/projects/projects.html">
<span class="site-menu-title">Projects</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/mailbox/mailbox.html">
<span class="site-menu-title">Mailbox</span>
</a>
</li>
<li class="site-menu-item">
<a class="animsition-link" href="../apps/media/overview.html">
<span class="site-menu-title">Media</span>
</a>
</li>
</ul>
</li>
<li class="site-menu-category">Angular UI</li>
<li class="site-menu-item">
<a class="animsition-link" href="../angular/index.html">
<i class="site-menu-icon bd-angular" aria-hidden="true"></i>
<span class="site-menu-title">Angular UI</span>
<div class="site-menu-label">
<span class="label label-danger label-round">new</span>
</div>
</a>
</li>
</ul>
<div class="site-menubar-section">
<h5>
Milestone
<span class="pull-right">30%</span>
</h5>
<div class="progress progress-xs">
<div class="progress-bar active" style="width: 30%;" role="progressbar"></div>
</div>
<h5>
Release
<span class="pull-right">60%</span>
</h5>
<div class="progress progress-xs">
<div class="progress-bar progress-bar-warning" style="width: 60%;" role="progressbar"></div>
</div>
</div>
</div>
</div>
</div>
<div class="site-menubar-footer">
<a href="javascript: void(0);" class="fold-show" data-placement="top" data-toggle="tooltip"
data-original-title="Settings">
<span class="icon wb-settings" aria-hidden="true"></span>
</a>
<a href="javascript: void(0);" data-placement="top" data-toggle="tooltip" data-original-title="Lock">
<span class="icon wb-eye-close" aria-hidden="true"></span>
</a>
<a href="javascript: void(0);" data-placement="top" data-toggle="tooltip" data-original-title="Logout">
<span class="icon wb-power" aria-hidden="true"></span>
</a>
</div>
</div>
<div class="site-gridmenu">
<div>
<div>
<ul>
<li>
<a href="../apps/mailbox/mailbox.html">
<i class="icon wb-envelope"></i>
<span>Mailbox</span>
</a>
</li>
<li>
<a href="../apps/calendar/calendar.html">
<i class="icon wb-calendar"></i>
<span>Calendar</span>
</a>
</li>
<li>
<a href="../apps/contacts/contacts.html">
<i class="icon wb-user"></i>
<span>Contacts</span>
</a>
</li>
<li>
<a href="../apps/media/overview.html">
<i class="icon wb-camera"></i>
<span>Media</span>
</a>
</li>
<li>
<a href="../apps/documents/categories.html">
<i class="icon wb-order"></i>
<span>Documents</span>
</a>
</li>
<li>
<a href="../apps/projects/projects.html">
<i class="icon wb-image"></i>
<span>Project</span>
</a>
</li>
<li>
<a href="../apps/forum/forum.html">
<i class="icon wb-chat-group"></i>
<span>Forum</span>
</a>
</li>
<li>
<a href="../index.html">
<i class="icon wb-dashboard"></i>
<span>Dashboard</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Page -->
<div class="page animsition">
<div class="page-header">
<h1 class="page-title">Image Cropping</h1>
<ol class="breadcrumb">
<li><a href="../index.html">Home</a></li>
<li><a href="javascript:void(0)">Forms</a></li>
<li class="active">Image Cropping</li>
</ol>
<div class="page-header-actions">
<a class="btn btn-sm btn-default btn-outline btn-round" href="https://github.com/fengyuanchen/cropper"
target="_blank">
<i class="icon wb-link" aria-hidden="true"></i>
<span class="hidden-xs">Official Website</span>
</a>
</div>
</div>
<div class="page-content">
<!-- Panel Full Demo -->
<div class="panel">
<div class="panel-heading">
<h3 class="panel-title">Full Demo</h3>
</div>
<div class="panel-body container-fluid">
<div class="row">
<div class="col-md-8">
<div class="cropper text-center" id="exampleFullCropper">
<img src="../../../global/photos/placeholder.png" alt="...">
</div>
<div class="cropper-toolbar text-center">
<div class="btn-group margin-bottom-20">
<button type="button" class="btn btn-primary" data-cropper-method="zoom" data-option="0.1"
data-toggle="tooltip" data-container="body" title="Zoom In">
<span class="cropper-tooltip" title="zoom in">
<i class="wb-zoom-in"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="zoom" data-option="-0.1"
data-toggle="tooltip" data-container="body" title="Zoom Out">
<span class="cropper-tooltip" title="zoom out">
<i class="wb-zoom-out"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="rotate" data-option="-90"
data-toggle="tooltip" data-container="body" title="Turn Left">
<span class="cropper-tooltip" title="rotate left 90°">
<i class="wb-arrow-left cropper-flip-horizontal"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="rotate" data-option="90"
data-toggle="tooltip" data-container="body" title="Turn Right">
<span class="cropper-tooltip" title="rotate right 90°">
<i class="wb-arrow-right"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="rotate" data-option="-5"
data-toggle="tooltip" data-container="body" title="Rotate Left">
<span class="cropper-tooltip" title="rotate left 90°">
<i class="wb-refresh cropper-flip-horizontal"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="rotate" data-option="5"
data-toggle="tooltip" data-container="body" title="Rotate Right">
<span class="cropper-tooltip" title="rotate right 90°">
<i class="icon wb-reload" aria-hidden="true"></i>
</span>
</button>
</div>
<div class="btn-group margin-bottom-20">
<button type="button" class="btn btn-primary" data-cropper-method="setDragMode"
data-option="move" data-toggle="tooltip" data-container="body"
title="Move">
<span class="cropper-tooltip" title="move">
<i class="icon wb-move" aria-hidden="true"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="setDragMode"
data-option="crop" data-toggle="tooltip" data-container="body"
title="Crop">
<span class="cropper-tooltip" title="Crop">
<i class="icon wb-crop" aria-hidden="true"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="getCroppedCanvas"
data-option='{ "width": 320, "height": 180 }' data-toggle="tooltip"
data-container="body" title="Get Image">
<span class="cropper-tooltip" title="Get Image">
<i class="icon wb-image" aria-hidden="true"></i>
</span>
</button>
<button type="button" class="btn btn-primary" data-cropper-method="clear" data-toggle="tooltip"
data-container="body" title="Clear">
<span class="cropper-tooltip" title="clear">
<i class="icon wb-close" aria-hidden="true"></i>
</span>
</button>
<label class="btn btn-primary" data-toggle="tooltip" for="inputImage" data-container="body"
title="Upload File">
<input type="file" class="hide" id="inputImage" name="file" accept="image/*">
<span class="cropper-tooltip" title="Import image with FileReader">
<i class="icon wb-upload" aria-hidden="true"></i>
</span>
</label>
</div>
<!-- Modal -->
<div class="modal fade docs-cropped" id="getDataURLModal" aria-hidden="true" aria-labelledby="getDataURLTitle"
role="dialog" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="getDataURLTitle">Cropped</h4>
</div>
<div class="modal-body"></div>
</div>
</div>
</div>
<!-- End Modal -->
</div>
</div>
<div class="col-md-4">
<div class="cropper-preview clearfix" id="exampleFullCropperPreview">
<div class="img-preview preview-lg"></div>
<div class="img-preview preview-md"></div>
<div class="img-preview preview-sm"></div>
<div class="img-preview preview-xs"></div>
</div>
<h4>Data:</h4>
<div class="cropper-data">
<div class="input-group margin-bottom-15">
<label class="input-group-addon" for="inputDataX">X</label>
<input type="number" class="form-control" id="inputDataX" name="inputNumbers" placeholder="x">
<span class="input-group-addon">px</span>
</div>
<div class="input-group margin-bottom-15">
<label class="input-group-addon" for="inputDataY">Y</label>
<input type="number" class="form-control" id="inputDataY" name="inputNumbers" placeholder="y">
<span class="input-group-addon">px</span>
</div>
<div class="input-group margin-bottom-15">
<label class="input-group-addon" for="inputDataWidth">Width</label>
<input type="number" class="form-control" id="inputDataWidth" name="inputNumbers"
placeholder="width">
<span class="input-group-addon">px</span>
</div>
<div class="input-group margin-bottom-15">
<label class="input-group-addon" for="inputDataHeight">Height</label>
<input type="number" class="form-control" id="inputDataHeight" name="inputNumbers"
placeholder="height">
<span class="input-group-addon">px</span>
</div>
<button class="btn btn-primary btn-block" id="setCropperData" type="button">Set Data</button>
</div>
</div>
</div>
</div>
</div>
<!-- End Panel Full Demo -->
<!-- Panel Simple Demo -->
<div class="panel">
<div class="panel-heading">
<h3 class="panel-title">Simple Demo</h3>
</div>
<div class="panel-body container-fluid">
<div class="row">
<div class="col-md-9">
<div class="cropper" id="simpleCropper">
<img src="../../../global/photos/placeholder.png" alt="...">
</div>
</div>
<div class="col-md-3">
<div class="cropper-preview clearfix" id="simpleCropperPreview">
<div class="img-preview preview-lg"></div>
</div>
</div>
</div>
</div>
</div>
<!-- End Panel Simple Demo -->
</div>
</div>
<!-- End Page -->
<!-- Footer -->
<footer class="site-footer">
<div class="site-footer-legal">© 2015 <a href="http://themeforest.net/item/remark-responsive-bootstrap-admin-template/11989202">Remark</a></div>
<div class="site-footer-right">
Crafted with <i class="red-600 wb wb-heart"></i> by <a href="http://themeforest.net/user/amazingSurge">amazingSurge</a>
</div>
</footer>
<!-- Core -->
<script src="../../../global/vendor/jquery/jquery.js"></script>
<script src="../../../global/vendor/bootstrap/bootstrap.js"></script>
<script src="../../../global/vendor/animsition/animsition.js"></script>
<script src="../../../global/vendor/asscroll/jquery-asScroll.js"></script>
<script src="../../../global/vendor/mousewheel/jquery.mousewheel.js"></script>
<script src="../../../global/vendor/asscrollable/jquery.asScrollable.all.js"></script>
<script src="../../../global/vendor/ashoverscroll/jquery-asHoverScroll.js"></script>
<!-- Plugins -->
<script src="../../../global/vendor/switchery/switchery.min.js"></script>
<script src="../../../global/vendor/intro-js/intro.js"></script>
<script src="../../../global/vendor/screenfull/screenfull.js"></script>
<script src="../../../global/vendor/slidepanel/jquery-slidePanel.js"></script>
<script src="../../../global/vendor/cropper/cropper.min.js"></script>
<!-- Scripts -->
<script src="../../../global/js/core.js"></script>
<script src="../../assets/js/site.js"></script>
<script src="../../assets/js/sections/menu.js"></script>
<script src="../../assets/js/sections/menubar.js"></script>
<script src="../../assets/js/sections/gridmenu.js"></script>
<script src="../../assets/js/sections/sidebar.js"></script>
<script src="../../../global/js/configs/config-colors.js"></script>
<script src="../../assets/js/configs/config-tour.js"></script>
<script src="../../../global/js/components/asscrollable.js"></script>
<script src="../../../global/js/components/animsition.js"></script>
<script src="../../../global/js/components/slidepanel.js"></script>
<script src="../../../global/js/components/switchery.js"></script>
<script src="../../assets/examples/js/forms/image-cropping.js"></script>
</body>
</html> | ClickHandlerIO/remark | src/main/java/remark/theme/base/html/forms/image-cropping.html | HTML | mit | 81,799 |
<hr/>
Introduce el nombre: <input type="text" name="nombre" id="nombre" [(ngModel)]="nombre" />
<button (click)="borraNombre()">Borrar nombre</button>
<p>Bienvenido: {{nombre}}
| jamiguelg/Curso_Angular | holaMundo/src/app/comunes/formulario/formulario.component.html | HTML | mit | 180 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="../circle.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Sony</td><td>KDL50W685A</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a>
<!-- Modal Structure -->
<div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11
[family] => HbbTV
[brand] => Sony
[model] => KDL50W685A
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Opera 12.11</td><td>Presto 2.12</td><td>Linux Smartphone OS </td><td style="border-left: 1px solid #555"></td><td></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a>
<!-- Modal Structure -->
<div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapFull result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^opera\/9\.80.*\(.*linux arm.*\).*version\/12\.11.*$/
[browser_name_pattern] => opera/9.80*(*linux arm*)*version/12.11*
[parent] => Opera 12.11
[comment] => Opera 12.11
[browser] => Opera
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Opera Software ASA
[browser_modus] => unknown
[version] => 12.11
[majorver] => 12
[minorver] => 11
[platform] => Linux Smartphone OS
[platform_version] => unknown
[platform_description] => Linux Smartphone OS
[platform_bits] => 32
[platform_maker] => Linux Foundation
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => Linux Desktop
[device_maker] => Various
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => Linux Desktop
[device_brand_name] => unknown
[renderingengine_name] => Presto
[renderingengine_version] => 2.12
[renderingengine_description] => For Opera 7 and above, Macromedia Dreamweaver MX and MX 2004 (Mac), and Adobe Creative Suite 2.
[renderingengine_maker] => Opera Software ASA
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td>Linux Smartphone OS </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Desktop</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.011</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a>
<!-- Modal Structure -->
<div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^opera\/9\.80.*\(.*linux arm.*\).*version\/12\.11.*$/
[browser_name_pattern] => opera/9.80*(*linux arm*)*version/12.11*
[parent] => Opera 12.11
[comment] => Opera 12.11
[browser] => Opera
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Opera Software ASA
[browser_modus] => unknown
[version] => 12.11
[majorver] => 12
[minorver] => 11
[platform] => Linux Smartphone OS
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] => false
[beta] => false
[win16] => false
[win32] => false
[win64] => false
[frames] => false
[iframes] => false
[tables] => false
[cookies] => false
[backgroundsounds] => false
[javascript] => false
[vbscript] => false
[javaapplets] => false
[activexcontrols] => false
[ismobiledevice] =>
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Desktop
[device_pointing_method] => mouse
[device_code_name] => unknown
[device_brand_name] => unknown
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a>
<!-- Modal Structure -->
<div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] => Linux
[browser] => Opera
[version] => 12.11
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a>
<!-- Modal Structure -->
<div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>JenssegersAgent result detail</h4>
<p><pre><code class="php">Array
(
[browserName] => Opera
[browserVersion] => 12.11
[osName] => Linux
[osVersion] =>
[deviceModel] => TV
[isMobile] =>
[isRobot] =>
[botName] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"></td><td></td><td>media-player</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.20601</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a>
<!-- Modal Structure -->
<div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 0
[is_mobile] =>
[type] => media-player
[mobile_brand] =>
[mobile_model] =>
[version] => 12.11
[is_android] =>
[browser_name] => Opera
[operating_system_family] => Linux
[operating_system_version] =>
[is_ios] =>
[producer] => Sony
[operating_system] => Linux
[mobile_screen_width] => 0
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Opera 12.11</td><td>Presto </td><td>GNU/Linux </td><td style="border-left: 1px solid #555">Sony</td><td>KDL50W685</td><td>tv</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a>
<!-- Modal Structure -->
<div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => Opera
[short_name] => OP
[version] => 12.11
[engine] => Presto
)
[operatingSystem] => Array
(
[name] => GNU/Linux
[short_name] => LIN
[version] =>
[platform] => ARM
)
[device] => Array
(
[brand] => SO
[brandName] => Sony
[model] => KDL50W685
[device] => 5
[deviceName] => tv
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] =>
[isTablet] =>
[isTV] => 1
[isDesktop] => 1
[isMobile] =>
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a>
<!-- Modal Structure -->
<div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11
)
[name:Sinergi\BrowserDetector\Browser:private] => Opera
[version:Sinergi\BrowserDetector\Browser:private] => 12.11
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
[isFacebookWebView:Sinergi\BrowserDetector\Browser:private] =>
[isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Linux
[version:Sinergi\BrowserDetector\Os:private] => unknown
[isMobile:Sinergi\BrowserDetector\Os:private] =>
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>HbbTV 1.1.1</td><td><i class="material-icons">close</i></td><td>Sony 2013</td><td style="border-left: 1px solid #555">Sony</td><td>KDL50W685A</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.002</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a>
<!-- Modal Structure -->
<div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 1
[minor] => 1
[patch] => 1
[family] => HbbTV
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 2013
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Sony
)
[device] => UAParser\Result\Device Object
(
[brand] => Sony
[model] => KDL50W685A
[family] => HbbTV
)
[originalUserAgent] => Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Opera 12.11</td><td>Presto 2.12.362</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a>
<!-- Modal Structure -->
<div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[platform_name] => Sony Ericsson
[platform_version] => 50
[platform_type] => Mobile
[browser_name] => Opera
[browser_version] => 12.11
[engine_name] => Presto
[engine_version] => 2.12.362
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td>Linux </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.061</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a>
<!-- Modal Structure -->
<div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Browser
[agent_name] => Opera
[agent_version] => 12.11
[os_type] => Linux
[os_name] => Linux
[os_versionName] =>
[os_versionNumber] =>
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] =>
[agent_languageTag] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Opera 12.11</td><td>Presto 2.12.362</td><td>Linux </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.24801</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] => Linux
[simple_sub_description_string] =>
[simple_browser_string] => Opera 12.1 on Linux
[browser_version] => 12.1
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => Array
(
)
[layout_engine_name] => Presto
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] => ARM v7L
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => opera
[operating_system_version] =>
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 2.12.362
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] =>
[operating_system] => Linux
[operating_system_version_full] =>
[operating_platform_code] =>
[browser_name] => Opera
[operating_system_name_code] => linux
[user_agent] => Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL50W685A; PKG3.712EUA; 2013;); ) Presto/2.12.362 Version/12.11
[browser_version_full] => 12.11
[browser] => Opera 12.1
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Opera Devices 3.4</td><td>Presto 2.12.362</td><td> </td><td style="border-left: 1px solid #555">Sony</td><td>Bravia W685 Smart TV</td><td>television</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a>
<!-- Modal Structure -->
<div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => Opera Devices
[version] => 3.4
[type] => browser
)
[engine] => Array
(
[name] => Presto
[version] => 2.12.362
)
[device] => Array
(
[type] => television
[manufacturer] => Sony
[model] => Bravia W685
[series] => Smart TV
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>pc</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a>
<!-- Modal Structure -->
<div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Woothee result detail</h4>
<p><pre><code class="php">Array
(
[name] => Opera
[vendor] => Opera
[version] => 12.11
[category] => pc
[os] => Linux
[os_version] => UNKNOWN
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td>Linux armv7l </td><td style="border-left: 1px solid #555"></td><td>SmartTV</td><td>Smart-TV</td><td></td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.016</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a>
<!-- Modal Structure -->
<div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => false
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Linux armv7l
[advertised_device_os_version] =>
[advertised_browser] => Opera
[advertised_browser_version] => 12.11
[complete_device_name] => Generic SmartTV
[device_name] => Generic SmartTV
[form_factor] => Smart-TV
[is_phone] => false
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Generic
[model_name] => SmartTV
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => false
[device_claims_web_support] => true
[has_qwerty_keyboard] => true
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] =>
[mobile_browser] =>
[mobile_browser_version] =>
[device_os_version] =>
[pointing_method] =>
[release_date] => 2011_january
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => false
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => false
[softkey_support] => false
[table_support] => false
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => false
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => false
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => false
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => none
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => true
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => true
[xhtml_select_as_radiobutton] => true
[xhtml_select_as_popup] => true
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => none
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => false
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => play_and_stop
[ajax_support_javascript] => true
[ajax_manipulate_css] => true
[ajax_support_getelementbyid] => true
[ajax_support_inner_html] => true
[ajax_xhr_type] => standard
[ajax_manipulate_dom] => true
[ajax_support_events] => true
[ajax_support_event_listener] => true
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 4
[preferred_markup] => html_web_4_0
[wml_1_1] => false
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => false
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => true
[html_web_4_0] => true
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 685
[resolution_height] => 600
[columns] => 120
[max_image_width] => 650
[max_image_height] => 600
[rows] => 200
[physical_screen_width] => 400
[physical_screen_height] => 400
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => false
[bmp] => true
[epoc_bmp] => false
[gif_animated] => true
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 3200
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => false
[max_deck_size] => 100000
[max_url_length_in_requests] => 128
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => false
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => true
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => true
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => true
[progressive_download] => true
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => false
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => none
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => html4
[viewport_supported] => false
[viewport_width] => width_equals_max_image_width
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => true
[is_smarttv] => true
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => true
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Opera 12.11</td><td><i class="material-icons">close</i></td><td>GNU/Linux </td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a>
<!-- Modal Structure -->
<div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Zsxsoft result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[link] => http://www.opera.com/
[title] => Opera 12.11
[name] => Opera
[version] => 12.11
[code] => opera-2
[image] => img/16/browser/opera-2.png
)
[os] => Array
(
[link] => http://www.linux.org/
[name] => GNU/Linux
[version] =>
[code] => linux
[x64] =>
[title] => GNU/Linux
[type] => os
[dir] => os
[image] => img/16/os/linux.png
)
[device] => Array
(
[link] =>
[title] =>
[model] =>
[brand] =>
[code] => null
[dir] => device
[type] => device
[image] => img/16/device/null.png
)
[platform] => Array
(
[link] => http://www.linux.org/
[name] => GNU/Linux
[version] =>
[code] => linux
[x64] =>
[title] => GNU/Linux
[type] => os
[dir] => os
[image] => img/16/os/linux.png
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-05-10 08:04:49</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v5/user-agent-detail/a9/33/a9337615-907e-4a84-bb1e-81bc76900044.html | HTML | mit | 52,802 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ & Future Work - Parallec</title>
<link rel="shortcut icon" href="../img/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../css/theme.css" type="text/css" />
<link rel="stylesheet" href="../css/theme_extra.css" type="text/css" />
<link rel="stylesheet" href="../css/highlight.css">
<script>
// Current page data
var mkdocs_page_name = "FAQ & Future Work";
var mkdocs_page_input_path = "faq.md";
var mkdocs_page_url = "/faq/";
</script>
<script src="../js/jquery-2.1.1.min.js"></script>
<script src="../js/modernizr-2.8.3.min.js"></script>
<script type="text/javascript" src="../js/highlight.pack.js"></script>
<script src="../js/theme.js"></script>
<script src="../custom.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> Parallec</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li>
<li class="toctree-l1 ">
<a class="" href="..">Overview and Setup</a>
</li>
<li>
<li>
<li class="toctree-l1 ">
<a class="" href="../api-overview/">API Overview</a>
</li>
<li>
<li>
<li class="toctree-l1 ">
<a class="" href="../submit-task/">Generate & Submit Task</a>
</li>
<li>
<li>
<li class="toctree-l1 ">
<a class="" href="../track-status/">Track Status & Examine Response</a>
</li>
<li>
<li>
<li class="toctree-l1 ">
<a class="" href="../configurations/">Configurations</a>
</li>
<li>
<li>
<li class="toctree-l1 current">
<a class="current" href="./">FAQ & Future Work</a>
<ul>
<li class="toctree-l3"><a href="#faq-future-work">FAQ & Future Work</a></li>
<li><a class="toctree-l4" href="#frequently-asked-questions">Frequently Asked Questions</a></li>
<li><a class="toctree-l4" href="#future-work">Future Work</a></li>
</ul>
</li>
<li>
</ul>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="..">Parallec</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="..">Docs</a> »</li>
<li>FAQ & Future Work</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section">
<p><a href="http://www.parallec.io"><img alt="Parallec-logo" src="http://www.parallec.io/images/parallec-logo.png" width="325"></a></p>
<h1 id="faq-future-work">FAQ & Future Work</h1>
<h2 id="frequently-asked-questions">Frequently Asked Questions</h2>
<p>For more questions, you may </p>
<ul>
<li>Ask a question, and keep up to date on the library development by joining the discussion group / forum: <a href="https://groups.google.com/forum/#!forum/parallec">Parallec.io Google Group</a>. </li>
<li>Submit a <a href="https://github.com/eBay/parallec/issues/new">Github Issue</a> for any questions and suggestions too.</li>
</ul>
<h3 id="import-and-setup">Import and Setup</h3>
<p><strong>Q: Why Eclipse has an error related to the "@Override" annotation ?</strong></p>
<p><strong>A:</strong> Please set the compiler level 1.6+ in pom.xml</p>
<pre><code class="xml"> <build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</code></pre>
<p><strong>Q: What JDK has you tested Parallec with ?</strong></p>
<p><strong>A:</strong> We tested it with JDK 6 7 8.</p>
<h3 id="usage">Usage</h3>
<p><strong>Q: How to view logs ?</strong></p>
<p><strong>A:</strong> Yes. </p>
<ul>
<li>Parallec Log: we use slf4j + logback with rotation. Location is in "parallec_logs"</li>
<li>ParallelTask result log: can be turned on with <strong>ParallelTaskBuilder.setAutoSaveLogToLocal()</strong>, by default this is turned off.</li>
</ul>
<p><strong>Q: Do you support retries ?</strong></p>
<p><strong>A:</strong> </p>
<ol>
<li>Async Http Client supports <a href="https://asynchttpclient.github.io/async-http-client/apidocs/com/ning/http/client/AsyncHttpClientConfig.Builder.html#setMaxRequestRetry(int)">retry</a> with config. </li>
<li>From our experience, retrying on a ParallelTask is insufficient as 1% of the failed hosts will keep on retrying, slowing the whole task down. The right way would be 1 time try on all host, then collect those failed one, and then try again on these failed ones.</li>
</ol>
<p><strong>Q: Do you have plans to update the versions of Async Http Client?</strong></p>
<p><strong>A:</strong> We have not been able to use AHC version 1.9.x due to an issue with client auth. Last year with some performance testing, we found more CPU usage and less speed after upgrade from AHC 1.65 to AHC 1.8.14 . We need to do more performance testing before the upgrade.</p>
<p>Updated 09/2016:</p>
<p><strong>Parallec with async-http-client 2.x</strong> The version with more up-to-date <code>async-http-client</code> (currently using AHC version <code>2.0.15</code>) is <code>0.20.0-SNAPSHOT</code>. This version has passed comprehensive unit tests but has not been used yet in production. This version <strong>requires JDK8</strong> due to AHC 2.x and can be used with the parallec-plugins with the same version <code>0.20.0-SNAPSHOT</code>, details please check <a href="https://github.com/eBay/parallec/issues/37">#37</a>.</p>
<p><strong>Q: The logs are too chatty/verbose, can I disable or reduce them?</strong></p>
<p><strong>A:</strong> Please refer to the configuration section on "Reduce Verbose Logs"</p>
<p><strong>Q: The task ends prematurely around 10 minutes with response count less than original?</strong></p>
<p><strong>A:</strong> Please refer to the configurations section on "Long Running Jobs"</p>
<h2 id="future-work">Future Work</h2>
<h3 id="extension-to-other-protocols">Extension to Other Protocols</h3>
<p>With the framework and design, Expanding to other new protocols are fairly simple, with changes mostly to add a worker for this new protocol.</p>
<ul>
<li>Add support for HTTP/2 or gPRC if needed.</li>
<li>Add support for SNMP protocols for network devices.</li>
<li>Evaluate more performant implementations than JSch for SSH.</li>
</ul>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../configurations/" class="btn btn-neutral" title="Configurations"><span class="icon icon-circle-arrow-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<!-- Copyright etc -->
</div>
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<span><a href="../configurations/" style="color: #fcfcfc;">« Previous</a></span>
</span>
</div>
</body>
</html>
| parallec/parallec.github.io | docs/faq/index.html | HTML | mit | 9,153 |
<!doctype html>
<head>
<title>properties with arrays</title>
<meta charset="utf-8"/>
<link rel=stylesheet href="../../codemirror/docs.css">
<link rel="stylesheet" href="../../codemirror/codemirror.css">
<script src="../../codemirror/codemirror.js"></script>
<script src="../../codemirror/javascript.js"></script>
<style>
body {background-color:transparent;}
.CodeMirror { font-size:1em;}
.CodeMirror { height: auto; border: 1px solid #ddd; }
.CodeMirror-scroll { max-height: 300px; }
.CodeMirror pre { padding-left: 7px; line-height: 1.25; }
</style>
</head>
<textarea id="code" name="code">
var http = require('http');
var url = require('url') ;
var fs = require('fs');
var s = http.createServer(function(req,res){
var headers = {};
headers["Access-Control-Allow-Origin"] = "*";
headers["Access-Control-Allow-Methods"] = "POST, GET, PUT, DELETE, OPTIONS";
headers["Access-Control-Allow-Headers"] = "X-Requested-With, X-HTTP-Method-Override, Content-Type, Accept";
res.writeHead(200, headers);
try{
// get query string student data
var queryObject = url.parse(req.url,true).query;
var firstName = queryObject.firstName;
var lastName = queryObject.lastName;
var department = queryObject.department;
var email = queryObject.email;
// create a student object
var student = {
firstName : firstName,
lastName : lastName,
department : department,
email : email
};
student = JSON.stringify(student);
var filename = firstName + lastName + '.json';
filename = "/wwwroot/node/exercise/" + filename;
fs.writeFile(filename, student, function(err) {
if(err) {
console.log(err);
} else {
console.log("The file " + filename + " was saved!");
}
});
}
catch(e){
console.log(e.message)
}
res.end('saved ' + firstName + lastName);
});
s.listen(8005);</textarea>
<script type="text/javascript">
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
lineNumbers: true,
mode: "javascript"
});
</script>
| onexi/onexi.github.io | abel/36_ajax/code/post_server.html | HTML | mit | 2,130 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>定时器的作用</title>
<style>
div {float: left;margin: 10px;}
#div1 {width: 50px;height: 50px;background: red;}
#div2 {width: 230px;height: 180px;background: gray;display: none;}
</style>
<script>
window.onload=function()
{
var oDiv1=document.getElementById('div1');
var oDiv2=document.getElementById('div2');
var timer=null;
oDiv1.onmouseenter=oDiv2.onmouseover=function()
{
clearTimeout(timer);
oDiv2.style.display='block';
};
oDiv1.onmouseout=oDiv2.onmouseout=function()
{
timer=setTimeout(function(){
oDiv2.style.display='none';
},500);
};
};
</script>
</head>
<body>
<div id="div1"></div>
<div id="div2"></div>
</body>
</html> | dapingping/html | javascript/yanshi.html | HTML | mit | 893 |
---
layout: archive_en
permalink: /report_en/
title: "Report"
sidebar:
nav: "report_en"
---
<h3>Functions</h3>
Under construction ... | olivier-gerbe/doc-test | _pages/report_en.html | HTML | mit | 136 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profiling Your Application — CodeIgniter 3.0.0 documentation</title>
<link rel="shortcut icon" href="../_static/ci-icon.ico"/>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="top" title="CodeIgniter 3.0.0 documentation" href="../index.html"/>
<link rel="up" title="General Topics" href="index.html"/>
<link rel="next" title="Running via the CLI" href="cli.html"/>
<link rel="prev" title="Web Page Caching" href="caching.html"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-nav-search">
<a href="../index.html" class="fa fa-home"> CodeIgniter</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="welcome.html">Welcome to CodeIgniter</a><ul class="simple">
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../installation/index.html">Installation Instructions</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../installation/downloads.html">Downloading CodeIgniter</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/index.html">Installation Instructions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/upgrading.html">Upgrading From a Previous Version</a></li>
<li class="toctree-l2"><a class="reference internal" href="../installation/troubleshooting.html">Troubleshooting</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../overview/index.html">CodeIgniter Overview</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../overview/getting_started.html">Getting Started</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/features.html">Supported Features</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/appflow.html">Application Flow Chart</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/mvc.html">Model-View-Controller</a></li>
<li class="toctree-l2"><a class="reference internal" href="../overview/goals.html">Architectural Goals</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../tutorial/index.html">Tutorial</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/static_pages.html">Static pages</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/news_section.html">News section</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/create_news_items.html">Create news items</a></li>
<li class="toctree-l2"><a class="reference internal" href="../tutorial/conclusion.html">Conclusion</a></li>
</ul>
</li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="index.html">General Topics</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="urls.html">CodeIgniter URLs</a></li>
<li class="toctree-l2"><a class="reference internal" href="controllers.html">Controllers</a></li>
<li class="toctree-l2"><a class="reference internal" href="reserved_names.html">Reserved Names</a></li>
<li class="toctree-l2"><a class="reference internal" href="views.html">Views</a></li>
<li class="toctree-l2"><a class="reference internal" href="models.html">Models</a></li>
<li class="toctree-l2"><a class="reference internal" href="helpers.html">Helpers</a></li>
<li class="toctree-l2"><a class="reference internal" href="libraries.html">Using CodeIgniter Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="creating_libraries.html">Creating Libraries</a></li>
<li class="toctree-l2"><a class="reference internal" href="drivers.html">Using CodeIgniter Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="creating_drivers.html">Creating Drivers</a></li>
<li class="toctree-l2"><a class="reference internal" href="core_classes.html">Creating Core System Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="ancillary_classes.html">Creating Ancillary Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="hooks.html">Hooks - Extending the Framework Core</a></li>
<li class="toctree-l2"><a class="reference internal" href="autoloader.html">Auto-loading Resources</a></li>
<li class="toctree-l2"><a class="reference internal" href="common_functions.html">Common Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="compatibility_functions.html">Compatibility Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="routing.html">URI Routing</a></li>
<li class="toctree-l2"><a class="reference internal" href="errors.html">Error Handling</a></li>
<li class="toctree-l2"><a class="reference internal" href="caching.html">Caching</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="">Profiling Your Application</a></li>
<li class="toctree-l2"><a class="reference internal" href="cli.html">Running via the CLI</a></li>
<li class="toctree-l2"><a class="reference internal" href="managing_apps.html">Managing your Applications</a></li>
<li class="toctree-l2"><a class="reference internal" href="environments.html">Handling Multiple Environments</a></li>
<li class="toctree-l2"><a class="reference internal" href="alternative_php.html">Alternate PHP Syntax for View Files</a></li>
<li class="toctree-l2"><a class="reference internal" href="security.html">Security</a></li>
<li class="toctree-l2"><a class="reference internal" href="styleguide.html">PHP Style Guide</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../libraries/index.html">Libraries</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../libraries/benchmark.html">Benchmarking Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/caching.html">Caching Driver</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/calendar.html">Calendaring Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/cart.html">Shopping Cart Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/config.html">Config Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/email.html">Email Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/encrypt.html">Encrypt Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/encryption.html">Encryption Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/file_uploading.html">File Uploading Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/form_validation.html">Form Validation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/ftp.html">FTP Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/image_lib.html">Image Manipulation Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/input.html">Input Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/javascript.html">Javascript Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/language.html">Language Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/loader.html">Loader Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/migration.html">Migrations Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/output.html">Output Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/pagination.html">Pagination Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/parser.html">Template Parser Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/security.html">Security Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/sessions.html">Session Library</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/table.html">HTML Table Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/trackback.html">Trackback Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/typography.html">Typography Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/unit_testing.html">Unit Testing Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/uri.html">URI Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/user_agent.html">User Agent Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server Classes</a></li>
<li class="toctree-l2"><a class="reference internal" href="../libraries/zip.html">Zip Encoding Class</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../database/index.html">Database Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../database/examples.html">Quick Start: Usage Examples</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/configuration.html">Database Configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/connecting.html">Connecting to a Database</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/queries.html">Running Queries</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/results.html">Generating Query Results</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/helpers.html">Query Helper Functions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/query_builder.html">Query Builder Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/transactions.html">Transactions</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/metadata.html">Getting MetaData</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/call_function.html">Custom Function Calls</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/caching.html">Query Caching</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/forge.html">Database Manipulation with Database Forge</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/utilities.html">Database Utilities Class</a></li>
<li class="toctree-l2"><a class="reference internal" href="../database/db_driver_reference.html">Database Driver Reference</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../helpers/index.html">Helpers</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../helpers/array_helper.html">Array Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/cookie_helper.html">Cookie Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/date_helper.html">Date Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/directory_helper.html">Directory Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/download_helper.html">Download Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/email_helper.html">Email Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/file_helper.html">File Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/form_helper.html">Form Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/html_helper.html">HTML Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/inflector_helper.html">Inflector Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/language_helper.html">Language Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/number_helper.html">Number Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/path_helper.html">Path Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/security_helper.html">Security Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/smiley_helper.html">Smiley Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/string_helper.html">String Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/text_helper.html">Text Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/typography_helper.html">Typography Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/url_helper.html">URL Helper</a></li>
<li class="toctree-l2"><a class="reference internal" href="../helpers/xml_helper.html">XML Helper</a></li>
</ul>
</li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../contributing/index.html">Contributing to CodeIgniter</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../documentation/index.html">Writing CodeIgniter Documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="../DCO.html">Developer’s Certificate of Origin 1.1</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">CodeIgniter</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html">Docs</a> »</li>
<li><a href="index.html">General Topics</a> »</li>
<li>Profiling Your Application</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document">
<div class="section" id="profiling-your-application">
<h1>Profiling Your Application<a class="headerlink" href="#profiling-your-application" title="Permalink to this headline">¶</a></h1>
<p>The Profiler Class will display benchmark results, queries you have run,
and <tt class="docutils literal"><span class="pre">$_POST</span></tt> data at the bottom of your pages. This information can be
useful during development in order to help with debugging and
optimization.</p>
<div class="section" id="initializing-the-class">
<h2>Initializing the Class<a class="headerlink" href="#initializing-the-class" title="Permalink to this headline">¶</a></h2>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">This class does NOT need to be initialized. It is loaded
automatically by the <a class="reference internal" href="../libraries/output.html"><em>Output Library</em></a>
if profiling is enabled as shown below.</p>
</div>
</div>
<div class="section" id="enabling-the-profiler">
<h2>Enabling the Profiler<a class="headerlink" href="#enabling-the-profiler" title="Permalink to this headline">¶</a></h2>
<p>To enable the profiler place the following line anywhere within your
<a class="reference internal" href="controllers.html"><em>Controller</em></a> methods:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">output</span><span class="o">-></span><span class="na">enable_profiler</span><span class="p">(</span><span class="k">TRUE</span><span class="p">);</span>
</pre></div>
</div>
<p>When enabled a report will be generated and inserted at the bottom of
your pages.</p>
<p>To disable the profiler you will use:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$this</span><span class="o">-></span><span class="na">output</span><span class="o">-></span><span class="na">enable_profiler</span><span class="p">(</span><span class="k">FALSE</span><span class="p">);</span>
</pre></div>
</div>
</div>
<div class="section" id="setting-benchmark-points">
<h2>Setting Benchmark Points<a class="headerlink" href="#setting-benchmark-points" title="Permalink to this headline">¶</a></h2>
<p>In order for the Profiler to compile and display your benchmark data you
must name your mark points using specific syntax.</p>
<p>Please read the information on setting Benchmark points in the
<a class="reference internal" href="../libraries/benchmark.html"><em>Benchmark Library</em></a> page.</p>
</div>
<div class="section" id="enabling-and-disabling-profiler-sections">
<h2>Enabling and Disabling Profiler Sections<a class="headerlink" href="#enabling-and-disabling-profiler-sections" title="Permalink to this headline">¶</a></h2>
<p>Each section of Profiler data can be enabled or disabled by setting a
corresponding config variable to TRUE or FALSE. This can be done one of
two ways. First, you can set application wide defaults with the
<em>application/config/profiler.php</em> config file.</p>
<p>Example:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$config</span><span class="p">[</span><span class="s1">'config'</span><span class="p">]</span> <span class="o">=</span> <span class="k">FALSE</span><span class="p">;</span>
<span class="nv">$config</span><span class="p">[</span><span class="s1">'queries'</span><span class="p">]</span> <span class="o">=</span> <span class="k">FALSE</span><span class="p">;</span>
</pre></div>
</div>
<p>In your controllers, you can override the defaults and config file
values by calling the <tt class="docutils literal"><span class="pre">set_profiler_sections()</span></tt> method of the
<a class="reference internal" href="../libraries/output.html"><em>Output Library</em></a>:</p>
<div class="highlight-ci"><div class="highlight"><pre><span class="nv">$sections</span> <span class="o">=</span> <span class="k">array</span><span class="p">(</span>
<span class="s1">'config'</span> <span class="o">=></span> <span class="k">TRUE</span><span class="p">,</span>
<span class="s1">'queries'</span> <span class="o">=></span> <span class="k">TRUE</span>
<span class="p">);</span>
<span class="nv">$this</span><span class="o">-></span><span class="na">output</span><span class="o">-></span><span class="na">set_profiler_sections</span><span class="p">(</span><span class="nv">$sections</span><span class="p">);</span>
</pre></div>
</div>
<p>Available sections and the array key used to access them are described
in the table below.</p>
<table border="1" class="docutils">
<colgroup>
<col width="23%" />
<col width="68%" />
<col width="8%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Key</th>
<th class="head">Description</th>
<th class="head">Default</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td><strong>benchmarks</strong></td>
<td>Elapsed time of Benchmark points and total execution time</td>
<td>TRUE</td>
</tr>
<tr class="row-odd"><td><strong>config</strong></td>
<td>CodeIgniter Config variables</td>
<td>TRUE</td>
</tr>
<tr class="row-even"><td><strong>controller_info</strong></td>
<td>The Controller class and method requested</td>
<td>TRUE</td>
</tr>
<tr class="row-odd"><td><strong>get</strong></td>
<td>Any GET data passed in the request</td>
<td>TRUE</td>
</tr>
<tr class="row-even"><td><strong>http_headers</strong></td>
<td>The HTTP headers for the current request</td>
<td>TRUE</td>
</tr>
<tr class="row-odd"><td><strong>memory_usage</strong></td>
<td>Amount of memory consumed by the current request, in bytes</td>
<td>TRUE</td>
</tr>
<tr class="row-even"><td><strong>post</strong></td>
<td>Any POST data passed in the request</td>
<td>TRUE</td>
</tr>
<tr class="row-odd"><td><strong>queries</strong></td>
<td>Listing of all database queries executed, including execution time</td>
<td>TRUE</td>
</tr>
<tr class="row-even"><td><strong>uri_string</strong></td>
<td>The URI of the current request</td>
<td>TRUE</td>
</tr>
<tr class="row-odd"><td><strong>session_data</strong></td>
<td>Data stored in the current session</td>
<td>TRUE</td>
</tr>
<tr class="row-even"><td><strong>query_toggle_count</strong></td>
<td>The number of queries after which the query block will default to
hidden.</td>
<td>25</td>
</tr>
</tbody>
</table>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">Disabling the <a class="reference internal" href="../database/configuration.html"><em>save_queries</em></a> setting in
your database configuration will also effectively disable profiling for
database queries and render the ‘queries’ setting above useless. You can
optionally override this setting with <tt class="docutils literal"><span class="pre">$this->db->save_queries</span> <span class="pre">=</span> <span class="pre">TRUE;</span></tt>.
Without this setting you won’t be able to view the queries or the
<cite>last_query <database/helpers></cite>.</p>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="cli.html" class="btn btn-neutral float-right" title="Running via the CLI">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="caching.html" class="btn btn-neutral" title="Web Page Caching"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2014 - 2015, British Columbia Institute of Technology.
Last updated on Mar 30, 2015.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'3.0.0',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>
| a1000ton/PIV | user_guide/general/profiling.html | HTML | mit | 24,509 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>ActionController::HttpAuthentication::Basic</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.1.8</span><br />
<h1>
<span class="type">Module</span>
ActionController::HttpAuthentication::Basic
</h1>
<ul class="files">
<li><a href="../../../files/__/_rvm/gems/ruby-2_2_0/gems/actionpack-4_1_8/lib/action_controller/metal/http_authentication_rb.html">/home/kristof/.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p>Makes it dead easy to do HTTP Basic authentication.</p>
<h3 id="module-ActionController::HttpAuthentication::Basic-label-Simple+Basic+example">Simple Basic example</h3>
<pre><code> class PostsController < ApplicationController
http_basic_authenticate_with name: "dhh", password: "secret", except: :index
def index
render plain: "Everyone can see me!"
end
def edit
render plain: "I'm only accessible if you know the password"
end
end
</code></pre>
<h3 id="module-ActionController::HttpAuthentication::Basic-label-Advanced+Basic+example">Advanced Basic example</h3>
<p>Here is a more advanced Basic example where only Atom feeds and the XML API
is protected by HTTP authentication, the regular <a
href="../../HTML.html">HTML</a> interface is protected by a session
approach:</p>
<pre><code>class ApplicationController < ActionController::Base
before_action :set_account, :authenticate
protected
def set_account
@account = Account.find_by(url_name: request.subdomains.first)
end
def authenticate
case request.format
when Mime::XML, Mime::ATOM
if user = authenticate_with_http_basic { |u, p| @account.users.authenticate(u, p) }
@current_user = user
else
request_http_basic_authentication
end
else
if session_authenticated?
@current_user = @account.users.find(session[:authenticated][:user_id])
else
redirect_to(login_url) and return false
end
end
end
end
</code></pre>
<p>In your integration tests, you can do something like this:</p>
<pre><code>def test_access_granted_from_xml
get(
"/notes/1.xml", nil,
'HTTP_AUTHORIZATION' => ActionController::HttpAuthentication::Basic.encode_credentials(users(:dhh).name, users(:dhh).password)
)
assert_equal 200, status
end
</code></pre>
</div>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="Basic/ControllerMethods.html">ActionController::HttpAuthentication::Basic::ControllerMethods</a>
</li>
</ul>
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>A</dt>
<dd>
<ul>
<li>
<a href="#method-i-auth_param">auth_param</a>,
</li>
<li>
<a href="#method-i-auth_scheme">auth_scheme</a>,
</li>
<li>
<a href="#method-i-authenticate">authenticate</a>,
</li>
<li>
<a href="#method-i-authentication_request">authentication_request</a>
</li>
</ul>
</dd>
<dt>D</dt>
<dd>
<ul>
<li>
<a href="#method-i-decode_credentials">decode_credentials</a>
</li>
</ul>
</dd>
<dt>E</dt>
<dd>
<ul>
<li>
<a href="#method-i-encode_credentials">encode_credentials</a>
</li>
</ul>
</dd>
<dt>H</dt>
<dd>
<ul>
<li>
<a href="#method-i-has_basic_credentials-3F">has_basic_credentials?</a>
</li>
</ul>
</dd>
<dt>U</dt>
<dd>
<ul>
<li>
<a href="#method-i-user_name_and_password">user_name_and_password</a>
</li>
</ul>
</dd>
</dl>
<!-- Methods -->
<div class="sectiontitle">Instance Public methods</div>
<div class="method">
<div class="title method-title" id="method-i-auth_param">
<b>auth_param</b>(request)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-auth_param" name="method-i-auth_param" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-auth_param_source')" id="l_method-i-auth_param_source">show</a>
</p>
<div id="method-i-auth_param_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 114</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">auth_param</span>(<span class="ruby-identifier">request</span>)
<span class="ruby-identifier">request</span>.<span class="ruby-identifier">authorization</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">' '</span>, <span class="ruby-number">2</span>).<span class="ruby-identifier">second</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-auth_scheme">
<b>auth_scheme</b>(request)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-auth_scheme" name="method-i-auth_scheme" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-auth_scheme_source')" id="l_method-i-auth_scheme_source">show</a>
</p>
<div id="method-i-auth_scheme_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 110</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">auth_scheme</span>(<span class="ruby-identifier">request</span>)
<span class="ruby-identifier">request</span>.<span class="ruby-identifier">authorization</span>.<span class="ruby-identifier">split</span>(<span class="ruby-string">' '</span>, <span class="ruby-number">2</span>).<span class="ruby-identifier">first</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-authenticate">
<b>authenticate</b>(request, &login_procedure)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-authenticate" name="method-i-authenticate" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-authenticate_source')" id="l_method-i-authenticate_source">show</a>
</p>
<div id="method-i-authenticate_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 92</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authenticate</span>(<span class="ruby-identifier">request</span>, <span class="ruby-operator">&</span><span class="ruby-identifier">login_procedure</span>)
<span class="ruby-keyword">if</span> <span class="ruby-identifier">has_basic_credentials?</span>(<span class="ruby-identifier">request</span>)
<span class="ruby-identifier">login_procedure</span>.<span class="ruby-identifier">call</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">user_name_and_password</span>(<span class="ruby-identifier">request</span>))
<span class="ruby-keyword">end</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-authentication_request">
<b>authentication_request</b>(controller, realm)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-authentication_request" name="method-i-authentication_request" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-authentication_request_source')" id="l_method-i-authentication_request_source">show</a>
</p>
<div id="method-i-authentication_request_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 122</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">authentication_request</span>(<span class="ruby-identifier">controller</span>, <span class="ruby-identifier">realm</span>)
<span class="ruby-identifier">controller</span>.<span class="ruby-identifier">headers</span>[<span class="ruby-string">"WWW-Authenticate"</span>] = <span class="ruby-node">%Q(Basic realm="#{realm.gsub(/"/, "")}")</span>
<span class="ruby-identifier">controller</span>.<span class="ruby-identifier">status</span> = <span class="ruby-number">401</span>
<span class="ruby-identifier">controller</span>.<span class="ruby-identifier">response_body</span> = <span class="ruby-string">"HTTP Basic: Access denied.\n"</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-decode_credentials">
<b>decode_credentials</b>(request)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-decode_credentials" name="method-i-decode_credentials" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-decode_credentials_source')" id="l_method-i-decode_credentials_source">show</a>
</p>
<div id="method-i-decode_credentials_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 106</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">decode_credentials</span>(<span class="ruby-identifier">request</span>)
<span class="ruby-operator">::</span><span class="ruby-constant">Base64</span>.<span class="ruby-identifier">decode64</span>(<span class="ruby-identifier">auth_param</span>(<span class="ruby-identifier">request</span>) <span class="ruby-operator">||</span> <span class="ruby-string">''</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-encode_credentials">
<b>encode_credentials</b>(user_name, password)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-encode_credentials" name="method-i-encode_credentials" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-encode_credentials_source')" id="l_method-i-encode_credentials_source">show</a>
</p>
<div id="method-i-encode_credentials_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 118</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">encode_credentials</span>(<span class="ruby-identifier">user_name</span>, <span class="ruby-identifier">password</span>)
<span class="ruby-node">"Basic #{::Base64.strict_encode64("#{user_name}:#{password}")}"</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-has_basic_credentials-3F">
<b>has_basic_credentials?</b>(request)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-has_basic_credentials-3F" name="method-i-has_basic_credentials-3F" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-has_basic_credentials-3F_source')" id="l_method-i-has_basic_credentials-3F_source">show</a>
</p>
<div id="method-i-has_basic_credentials-3F_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 98</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">has_basic_credentials?</span>(<span class="ruby-identifier">request</span>)
<span class="ruby-identifier">request</span>.<span class="ruby-identifier">authorization</span>.<span class="ruby-identifier">present?</span> <span class="ruby-operator">&&</span> (<span class="ruby-identifier">auth_scheme</span>(<span class="ruby-identifier">request</span>) <span class="ruby-operator">==</span> <span class="ruby-string">'Basic'</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="method">
<div class="title method-title" id="method-i-user_name_and_password">
<b>user_name_and_password</b>(request)
<a href="../../../classes/ActionController/HttpAuthentication/Basic.html#method-i-user_name_and_password" name="method-i-user_name_and_password" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-user_name_and_password_source')" id="l_method-i-user_name_and_password_source">show</a>
</p>
<div id="method-i-user_name_and_password_source" class="dyn-source">
<pre><span class="ruby-comment"># File ../.rvm/gems/ruby-2.2.0/gems/actionpack-4.1.8/lib/action_controller/metal/http_authentication.rb, line 102</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">user_name_and_password</span>(<span class="ruby-identifier">request</span>)
<span class="ruby-identifier">decode_credentials</span>(<span class="ruby-identifier">request</span>).<span class="ruby-identifier">split</span>(<span class="ruby-string">':'</span>, <span class="ruby-number">2</span>)
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html> | kristoferrobin/p2p | doc/api/classes/ActionController/HttpAuthentication/Basic.html | HTML | mit | 19,464 |
<!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_07) on Tue Sep 18 21:25:59 EST 2012 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle (checkstyle 5.6 API)</title>
<meta name="date" content="2012-09-18">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle (checkstyle 5.6 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="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html" title="enum in com.puppycrawl.tools.checkstyle.checks.annotation">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/puppycrawl/tools/checkstyle/checks/annotation/class-use/AnnotationUseStyleCheck.ElementStyle.html" target="_top">Frames</a></li>
<li><a href="AnnotationUseStyleCheck.ElementStyle.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle" class="title">Uses of Class<br>com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationUseStyleCheck.ElementStyle</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html" title="enum in com.puppycrawl.tools.checkstyle.checks.annotation">AnnotationUseStyleCheck.ElementStyle</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.puppycrawl.tools.checkstyle.checks.annotation">com.puppycrawl.tools.checkstyle.checks.annotation</a></td>
<td class="colLast">
<div class="block">Contains the <span class="xdocspagetitle">Annotation checks</span> that are
bundled with the main distribution.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.puppycrawl.tools.checkstyle.checks.annotation">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html" title="enum in com.puppycrawl.tools.checkstyle.checks.annotation">AnnotationUseStyleCheck.ElementStyle</a> in <a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/package-summary.html">com.puppycrawl.tools.checkstyle.checks.annotation</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/package-summary.html">com.puppycrawl.tools.checkstyle.checks.annotation</a> that return <a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html" title="enum in com.puppycrawl.tools.checkstyle.checks.annotation">AnnotationUseStyleCheck.ElementStyle</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html" title="enum in com.puppycrawl.tools.checkstyle.checks.annotation">AnnotationUseStyleCheck.ElementStyle</a></code></td>
<td class="colLast"><span class="strong">AnnotationUseStyleCheck.ElementStyle.</span><code><strong><a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html" title="enum in com.puppycrawl.tools.checkstyle.checks.annotation">AnnotationUseStyleCheck.ElementStyle</a>[]</code></td>
<td class="colLast"><span class="strong">AnnotationUseStyleCheck.ElementStyle.</span><code><strong><a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html#values()">values</a></strong>()</code>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../com/puppycrawl/tools/checkstyle/checks/annotation/AnnotationUseStyleCheck.ElementStyle.html" title="enum in com.puppycrawl.tools.checkstyle.checks.annotation">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?com/puppycrawl/tools/checkstyle/checks/annotation/class-use/AnnotationUseStyleCheck.ElementStyle.html" target="_top">Frames</a></li>
<li><a href="AnnotationUseStyleCheck.ElementStyle.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 © 2001-2012. All Rights Reserved.</small></p>
</body>
</html>
| jmagas/RedditDailyProgrammer | lib/checkstyle-5.6/site/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/class-use/AnnotationUseStyleCheck.ElementStyle.html | HTML | mit | 8,639 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class RubyXL::CT_PathShadeProperties - rubyXL 3.3.15</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script src="../js/jquery.js"></script>
<script src="../js/darkfish.js"></script>
<link href="../css/fonts.css" rel="stylesheet">
<link href="../css/rdoc.css" rel="stylesheet">
<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
<h2>
<a href="../index.html" rel="home">Home</a>
</h2>
<div id="table-of-contents-navigation">
<a href="../table_of_contents.html#pages">Pages</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</div>
</div>
<div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<div id="search-field-wrapper">
<input id="search-field" role="combobox" aria-label="Search"
aria-autocomplete="list" aria-controls="search-results"
type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
</div>
<ul id="search-results" aria-label="Search Results"
aria-busy="false" aria-expanded="false"
aria-atomic="false" class="initially-hidden"></ul>
</form>
</div>
</div>
<div id="class-metadata">
<div id="parent-class-section" class="nav-section">
<h3>Parent</h3>
<p class="link"><a href="OOXMLObject.html">RubyXL::OOXMLObject</a>
</div>
</div>
</nav>
<main role="main" aria-labelledby="class-RubyXL::CT_PathShadeProperties">
<h1 id="class-RubyXL::CT_PathShadeProperties" class="class">
class RubyXL::CT_PathShadeProperties
</h1>
<section class="description">
<p><a
href="http://www.schemacentral.com/sc/ooxml/e-a_path-1.html">www.schemacentral.com/sc/ooxml/e-a_path-1.html</a></p>
</section>
<section id="5Buntitled-5D" class="documentation-section">
</section>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="http://validator.w3.org/check/referer">Validate</a>
<p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>
| parallel588/rubyXL | rdoc/RubyXL/CT_PathShadeProperties.html | HTML | mit | 2,587 |
{% extends 'layouts/econgraphs.html' %}
{% block body %}
<div ng-controller="KineticGraphCtrl">
<div class="row">
<div class="col-sm-8">
{% block graphs %}
{% endblock %}
</div>
<div class="col-sm-4">
{% raw %}
<div class="well">
<div class="row">
<div class="subtitle col-xs-3">production technology</div>
<div class="col-xs-9 math displayMath">F(L,K) = AL^\alpha K^\beta</div>
</div>
<div class="row">
<div class="col-xs-3 math" style="text-align:right;font-size:12pt;padding-top:10px">\alpha = {{params.alpha | number: 2}}:
</div>
<div class="col-xs-9" id="alphaSlider"></div>
</div>
<div class="row">
<div class="col-xs-3 math" style="text-align:right;font-size:12pt;padding-top:10px">\beta = {{params.beta | number: 2}}:
</div>
<div class="col-xs-9" id="betaSlider"></div>
</div>
<div class="row">
<div class="col-xs-3 math" style="text-align:right;font-size:12pt;padding-top:10px">A = {{params.A | number: 2}}:
</div>
<div class="col-xs-9" id="ASlider"></div>
</div>
</div>
<div class="well">
<div class="subtitle">input prices and quantity</div>
<div class="row">
<div class="col-xs-3 math" highlight="w" style="text-align:right;font-size:12pt;padding-top:10px">{{ notation.wLabel }} = {{params.w | number: 2}}:
</div>
<div class="col-xs-9" id="wSlider"></div>
</div>
<div class="row">
<div class="col-xs-3 math" highlight="r" style="text-align:right;font-size:12pt;padding-top:10px">{{ notation.rLabel }} = {{params.r | number: 2}}:
</div>
<div class="col-xs-9" id="rSlider"></div>
</div>
<div class="row">
<div class="col-xs-3 math" highlight="isoquant" style="text-align:right;font-size:12pt;padding-top:10px">{{ notation.outputLabel }} = {{params.q | number}}:
</div>
<div class="col-xs-9" id="qSlider"></div>
</div>
</div>
{% endraw %}
{% block belowControls %}
<toggle param="showMap" show-hide="true">Isoquants</toggle>
{% endblock %}
</div>
</div>
</div>
{% endblock %}
{% block model %}
<script>
var scopeDefinition = {
params: {
x: 5,
alpha: 0.5,
beta: 0.5,
A: 5,
w: 2,
r: 1,
q: 100,
K: 10,
showMap: false,
showLREP: false,
showSREP: false,
showOptimal: false,
showSuboptimal: true,
showIsocosts: true,
textbook: 'default'
},
graphParams: [],
restrictions: [
{
restrictionType: 'range',
expression: 'params.K',
min: 1,
max: 100,
precision: 1
}
],
model: {
type: 'EconGraphs.CobbDouglasProduction',
definition: {
coefficient: 'params.A',
xPower: 'params.alpha',
yPower: 'params.beta',
w: 'params.w',
r: 'params.r',
q: 'params.q',
K: 'params.K'
}
},
views: [
{
type: 'KG.Slider',
definition: {
element_id: 'alphaSlider',
param: 'alpha',
precision: '0.01',
axisDef: {min: 0, max: 1, tickValues: [0,0.5,1]}
}
},
{
type: 'KG.Slider',
definition: {
element_id: 'betaSlider',
param: 'beta',
precision: '0.01',
axisDef: {min: 0, max: 1, tickValues: [0,0.5,1]}
}
},
{
type: 'KG.Slider',
definition: {
element_id: 'ASlider',
param: 'A',
precision: '0.01',
axisDef: {min: 0, max: 10}
}
},
{
type: 'KG.Slider',
definition: {
element_id: 'wSlider',
param: 'w',
precision: '0.01',
axisDef: {min: 0, max: 10}
}
},
{
type: 'KG.Slider',
definition: {
element_id: 'rSlider',
param: 'r',
precision: '0.01',
axisDef: {min: 0, max: 10}
}
},
{
type: 'KG.Slider',
definition: {
element_id: 'qSlider',
param: 'q',
precision: '1',
axisDef: {min: 1, max: 200}
}
}
]
}
</script>
{% endblock %}
{% block js %}
<script>
var longRunLabor = 'model.conditionalLaborDemand()',
longRunCapital = 'model.conditionalCapitalDemand()',
shortRunLabor = 'model.shortRunLaborRequirement()',
shortRunCapital = 'params.K',
isocostSlope = '-params.w/params.r',
longRunTC = 'model.longRunTotalCost()',
shortRunTC = 'model.shortRunTotalCost()';
var isocost = {
type: 'KG.Line',
definition: {
name: 'BL',
className: 'budget old',
show: 'params.showOptimal && params.showIsocosts',
lineDef: {
point: {
x: longRunLabor,
y: longRunCapital
},
slope: isocostSlope
},
interaction: {
highlight: 'LRisocost'
},
label: {
text: ['notation.isocostLabel',' \\approx ',longRunTC + '| number:0']
}
}
},
longRunBundle = {
type: 'KG.Point',
definition: {
name: 'bundle',
className: 'longRunTotalCost',
show: 'params.showOptimal',
coordinates: {
x: longRunLabor,
y: longRunCapital
},
interaction: {
highlight: 'bundle'
},
droplines: {
vertical: longRunLabor + '| number:0',
horizontal: longRunCapital + '| number:0'
}
}
},
isoquant = {
type: 'KG.FunctionPlot',
definition: {
name: 'indifference_curve',
className: 'utility',
fn: "model.isoquantAtQuantityFn(params.q)",
interaction: {
highlight: 'isoquant'
},
label: {
text: ['notation.outputLabel',' = ','params.q']
}
}
},
isoquantMap = [25,50,75,100,125,150,175,200].map(function(level) {
return {
type: 'KG.FunctionPlot',
definition: {
name: 'isoquant_'+level,
className: 'dataPathFamily',
fn: "model.isoquantAtQuantityFn("+level+")",
interaction: {
highlight: 'quantity' + level
},
show: 'params.showMap',
label: {
text: ['notation.outputLabel',' = ',level]
}
}
}
}),
quantityMap = [25,50,75,100,125,150,175,200].map(function(level) {
return {
type: 'KG.VerticalLine',
definition: {
name: 'quantity_'+level,
className: 'dataPathFamily',
x: level,
interaction: {
highlight: 'quantity' + level
},
show: 'params.showMap',
label: {
text: ['notation.outputLabel',' = ',level]
}
}
}
}),
expansionPath = {
type: 'KG.Line',
definition: {
name: 'expansionPath',
show: 'params.showLREP',
className: 'longRunTotalCost',
lineDef: {
point: {x: 0, y: 0},
slope: 'model.longRunOptimalKLRatio()'
},
label: {
text: '\\text{LR Exp. Path}'
}
}
},
shortRunExpansionPath ={
type: 'KG.HorizontalLine',
definition: {
name: 'shortRunExpansionPath',
show: 'params.showSREP',
className: 'totalCost',
y: 'params.K',
interaction: {
yDrag: true,
yDragParam: 'K'
},
yInterceptLabel: ['\\overline{','notation.kLabel','}=','params.K | number:0'],
label: {
text: '\\text{SR Exp. Path}',
align: 'right',
yOffset: -10
}
}
},
shortRunBundle = {
type: 'KG.Point',
definition: {
name: 'shortRunBundle',
className: 'totalCost',
show: 'params.showSuboptimal || params.showSREP',
coordinates: {
x: shortRunLabor,
y: shortRunCapital
},
interaction: {
yDrag: true,
yDragParam: 'K',
highlight: 'shortRunBundle'
},
droplines: {
horizontal: 'params.K | number:0',
vertical: shortRunLabor + '| number: 0'
}
}
},
shortRunIsocost = {
type: 'KG.Line',
definition: {
name: 'shortRunIsocost',
className: 'budget',
show: '(params.showSuboptimal || params.showSREP) && params.showIsocosts',
lineDef: {
point: {
x: shortRunLabor,
y: shortRunCapital
},
slope: isocostSlope
},
interaction: {
highlight: 'SRisocost'
},
label: {
text: ['notation.isocostLabel',' \\approx ',shortRunTC + '| number:0']
}
}
},
longRunTotalCostCurve = {
type: 'KG.FunctionPlot',
definition: {
name: 'longRunTotalCostCurve',
fn: 'model.longRunTotalCostFn({min:0})',
className: 'longRunTotalCost',
label: {text: ['notation.LRCostLabel','(','notation.outputLabel',')']}
}
},
shortRunTotalCostCurve = {
type: 'KG.FunctionPlot',
definition: {
name: 'shortRunTotalCostCurve',
fn: 'model.shortRunTotalCostFn({})',
className: 'totalCost',
label: {text: ['notation.SRCostLabel','(','notation.outputLabel',')']}
}
},
fixedCostLabel = {
type: 'KG.GraphDiv',
definition: {
name: 'fixedCostLabel',
coordinates: {
x: 'AXIS',
y: 'params.r*params.K'
},
text: ['notation.rLabel','\\overline{','notation.kLabel','} = ', 'params.r*params.K | number:0'],
className: 'totalCost'
}
},
quantityDropLine = {
type: 'KG.VerticalDropline',
definition: {
name: 'quantityDropline',
className: 'utility',
coordinates: {
x: 'params.q',
y: shortRunTC
},
interaction: {
xDrag: true,
xDragParam: 'q'
},
axisLabel: ['notation.outputLabel',' = ','params.q']
}
},
SRTCDropLine = {
type: 'KG.HorizontalDropline',
definition: {
name: 'SRTCDropline',
className: 'budget',
coordinates: {
x: 'params.q',
y: shortRunTC
},
interaction: {
},
axisLabel: shortRunTC + '| number:0'
}
},
LRTCDropLine = {
type: 'KG.HorizontalDropline',
definition: {
name: 'LRTCDropline',
className: 'budget old',
coordinates: {
x: 'params.q',
y: longRunTC
},
interaction: {
},
axisLabel: longRunTC + '| number:0'
}
},
shortRunTotalCostPoint ={
type: "KG.Point",
definition: {
name: 'SRTCq',
className: 'totalCost',
coordinates: {
x: 'params.q',
y: shortRunTC
},
interaction: {
xDrag: true,
xDragParam: 'q'
},
highlight: 'SRTCq'
}
},
longRunTotalCostPoint ={
type: "KG.Point",
definition: {
name: 'LRTCq',
className: 'longRunTotalCost',
coordinates: {
x: 'params.q',
y: longRunTC
},
interaction: {
xDrag: true,
xDragParam: 'q'
},
highlight: 'LRTCq'
}
}
</script>
{% block jsadjustments %}
{% endblock %}
<script src="{{ url_for('static', filename='js/kg/kg-v0.06.js') }}"></script>
{% endblock %} | cmakler/econgraphs | templates/graphs/micro/producer_theory/cost_minimization_controls.html | HTML | mit | 17,889 |
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="Personal Kanban Board">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/bootstrap.css">
<link rel="stylesheet" href="styles/spectrum.css">
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
<link rel="stylesheet" href="styles/themes/default-bright.css" id="themeStylesheet">
</head>
<body ng-app="mpk" ui-keyup="{'ctrl-shift-72':'openHelpShortcut($event)'}">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div ng-view>
</div>
<script type="text/ng-template" id="kanban.html">
<header class="navbar navbar-fixed-top" role="navigation" id="headerMenu">
<div class="navbar-inner">
<div class="container">
<div class="navbar-header col-md-3">
<span id="kanbanName" class="navbar-brand" ng-model="kanban" ng-hide="editingName"><a class="renameKanban" ng-click="editingKanbanName()">{{kanban.name}}</a></span>
<div ng-show="editingName" class="pull-left">
<form ng-submit="rename()" >
<div class="input-group">
<span class="input-group-addon">
<a ng-click="editingName=false"><i class="glyphicon glyphicon-tasks"></i></a>
</span>
<input type="text" name="kanbanName" ng-model="newName" class="form-control" />
</div>
</form>
</div>
</div>
<div class="col-md-9">
<ul class="nav navbar-nav pull-right" id="menu" ng-controller="MenuController">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Kanban <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="mpkNew" title="New Kanban board" ng-click="newKanban()" href=""><i class="glyphicon glyphicon-briefcase"></i> New</a>
</li>
<li><a title="Downloadelete Kanban from local storage" ng-click="delete()" href=""><i class="glyphicon glyphicon-remove-sign"></i> Delete</a></li>
<li><a title="Select Theme for the Kanban board" ng-click="selectTheme()" href=""><i class="glyphicon glyphicon-picture"></i> Themes</a></li>
<li><a title="Open archive" ng-click="openArchive(kanban)" href=""><i class="glyphicon glyphicon-folder-open"></i> Archives</a></li>
<li role="presentation" class="divider"></li>
<li><a title="Export Kanban to file" ng-click="export(allKanbans, kanban.name)" href=""><i class="glyphicon glyphicon-save"></i> Export</a></li>
<li><a title="Import Kanban from file" ng-click="import()" href=""><i class="glyphicon glyphicon-open"></i> Import</a></li>
<li role="presentation" class="divider"></li>
<li><a title="Help" ng-click="help()" href=""><i class="glyphicon glyphicon-question-sign"></i> Help <small class="shortcut pull-right">ctrl-shift-h</small></a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav pull-right" id="cloudMenu" ng-controller="CloudMenuController">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Cloud <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a ng-click="openCloudSetup()" href=""><i class="glyphicon glyphicon-wrench"></i> Setup</a></li>
<li><a ng-click="upload()" href=""><i class="glyphicon glyphicon-upload"></i> Upload</a></li>
<li><a ng-click="download()" href=""><i class="glyphicon glyphicon-download"></i> Download</a></li>
<li><a href="http://localhost:8080/" target="blank"><i class="glyphicon glyphicon-hand-right"></i> Go to Cloud</a></li>
</ul>
</li>
</ul>
<div id="info" class="nav pull-right" ng-show="showInfo">
<span id="error" class="error" ng-show="showError"><a ng-click="showInfo=false;showError=false;errorMessage=''">{{errorMessage}}</a></span>
<span id="message" class="">{{infoMessage}}</span>
<span id="spinner" class="pull-right" spin="spinConfig" spin-if="showSpinner"></span>
</div>
<div id="quickSwitch" class="pull-right form-group">
<form>
<select ng-model="switchTo" ng-options="name for name in switchToList" ng-change="switchToKanban(switchTo)">
<option>Switch to ...</option>
</select>
</form>
</div>
</div>
</div>
</div>
</header>
<div class="container-fluid" id="kanban" ng-controller="KanbanController">
<div ng-model="kanban">
<div id="columns" class="row">
<div class="col-md-{{12/kanban.numberOfColumns}}" ng-repeat="column in kanban.columns" data-columnindex="{{$index}}" id="column{{$index}}" >
<div class="column" style="background-color: {{column.settings.color}}">
<div class="columnHeader">
<a title="Column settings" ng-click="columnSettings(kanban, column)" ng-model="column" ng-hide="editing"><i class="glyphicon glyphicon-wrench"></i></a>
<a title="Add card to column" class="pull-right" ng-click="addNewCard(column)"><i class="glyphicon glyphicon-plus"></i></a>
<span>{{column.name}} ({{column.cards.length}})</span>
</div>
<ul class="cards" ui-sortable="{connectWith: '#kanban ul.cards'}" sortable ng-model="column.cards" style="min-height:{{columnHeight}}px;max-height:{{columnHeight}}px;">
<li class="card" ng-repeat="card in column.cards" style="background-color: #{{colorFor(card)}};">
<a class="pull-right" ng-click="delete(card, column)"><i class="glyphicon glyphicon-remove"></i></a>
<a class="pull-right" title="Archive" ng-click="archive(kanban, column, card)" ng-show="isLastColumn(column.name, kanban)"><i class="glyphicon glyphicon-folder-close"></i></a>
<a ng-click="openCardDetails(card)"><span tooltip-popup-delay='2000' tooltip='{{details(card)}}'>{{card.name}}</span></a>
<div>desc</div>
<div>card info</div>
<div>card info</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</script>
<section id="kanbanOperations">
<!-- this one is for the new card -->
<script type="text/ng-template" id="NewKanbanModal.html">
<form class="noMargin" ng-submit="createNew('#newKanban')" name="newKanbanForm">
<div class="modal-header">
<button type="button" class="close" ng-click="closeNewKanban()">×</button>
<h4 class="modal-title" id="myModalLabel">New Kanban board</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label class="control-label" for="kanbanNameFormField">Kanban name</label>
<div>
<input type="text" id="kanbanNameFormField" placeholder="Kanban name" class="form-control" ng-model="kanbanName" required focus-me />
</div>
</div>
<div class="form-group">
<label class="control-label" for="numberOfColumnsField">Number of columns</label>
<div>
<select id="numberOfColumnsField" ng-model="numberOfColumns" class="form-control">
<option>2</option>
<option selected="selected">3</option>
<option>4</option>
<option>6</option>
</select>
</div>
</div>
<hr />
<div class="form-group">
<label for="fromTemplate">Use existing Kanban as template</label>
<div>
<select id="fromTemplate" name="fromTemplate" ng-model="model.useTemplate" ng-options="name for name in model.kanbanNames" class="form-control">
<option>Existing kanbans ...</option>
</select>
</div>
</div>
<div class="alert alert-info">
<p>When using existing Kanban as template, <strong>number of columns</strong> and respective <strong>names</strong> will be used.</p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" ng-click="closeNewKanban()">Close</button>
<button type="submit" class="btn btn-primary" >Create new</button>
</div>
</form>
</script>
<script type="text/ng-template" id="NewKanbanCard.html">
<form ng-submit="addNewCard()" class="noMargin" name="newCardForm">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title" ng-model="kanbanColumnName">New card for column '{{kanbanColumnName}}'</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label class="control-label" for="newCardTitle">Kanban card title</label>
<div>
<input type="text" id="newCardTitle" placeholder="Title on a card" ng-model="title" required focus-me class="cardInputs form-control"/>
</div>
</div>
<div class="form-group">
<label class="control-label" for="newCardDetails">More details <small>(optional)</small></label>
<div>
<textarea id="newCardDetails" ng-model="details" class="cardInputs form-control" rows="7" >
</textarea>
</div>
</div>
<div class="form-group">
<label class="control-label" for="newCardDetails">Info <small>(optional)</small></label>
<div>
<textarea id="newCardDetails" ng-model="details" class="cardInputs form-control" rows="2" >
</textarea>
</div>
</div>
<div class="form-group">
<label class="control-label">Card color</label>
</div>
<div class="form-group">
<color-selector options="colorOptions" ng-model="cardColor" prefix="newCardColor" class="colorSelector" show-hex-code="true"/>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" ng-click="close()">Close</button>
<button type="submit" class="btn btn-primary">Add</button>
</div>
</form>
</script>
<script type="text/ng-template" id="ColumnSettings.html">
<form ng-submit="update()" class="noMargin" name="columnSettings">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title">Settings for column: {{model.column.name}}</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label class="control-label" for="columnName">Column name</label>
<div class="controls">
<div>
<input name="columnName" type="text" id="columnName" placeholder="Title on a card" ng-model="model.columnName" required class="form-control" />
</div>
</div>
</div>
<div class="form-group">
<label class="control-label" for="columnColor">Column color</label>
<div class="controls">
<div>
<div class="col-md-3" style="padding-left: 0px;">
<input type="text" name="colorHex" value="Theme Default" class="form-control" ng-model="model.color"/>
</div>
<spectrum-colorpicker ng-model="model.color" options="{allowEmpty: true}" format="hex" class="">
</spectrum-colorpicker>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" ng-click="close()">Close</button>
<button type="submit" class="btn btn-primary">Update</button>
</div>
</form>
</script>
<script type="text/ng-template" id="OpenCard.html">
<form ng-submit="update()" class="noMargin" name="cardDetails">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title">Card details</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label class="control-label" for="cardTitle">Kanban card title</label>
<div class="controls">
<ng-form ng-submit="editingTitle = false">
<div>
<input name="cardTitle" type="text" id="cardTitle" placeholder="Title on a card" ng-model="name" required class="cardInputs" ng-disabled="!editingTitle" focus-me />
<a title="Edit card title" ng-click="editingTitle = true" ng-hide="editingTitle" class="btn pull-right"><i class="glyphicon glyphicon-pencil"></i></a>
<a title="OK" ng-click="editingTitle = false" ng-hide="!editingTitle" class="btn pull-right"><i class="glyphicon glyphicon-ok"></i></a>
</ng-form>
</div>
</div>
</div>
<div class="form-group">
<label class="control-label" for="cardTitle">Details</label>
<div class="controls clearfix">
<textarea id="details" ng-model="details" class="cardInputs" rows="7" ng-show="editDetails">
</textarea>
<div class="cardDetails cardInputs pull-left" ng-show="!editDetails" ng-bind-html="details|linky|cardDetails"></div>
<a title="Edit card title" ng-click="editDetails = true" ng-hide="editDetails" class="btn pull-right"><i class="glyphicon glyphicon-pencil"></i></a>
<a title="OK" ng-click="editDetails = false" ng-hide="!editDetails" class="btn pull-right"><i class="glyphicon glyphicon-ok"></i></a>
</div>
</div>
<div class="form-group">
<label class="control-label">Card color</label>
</div>
<div class="form-group">
<color-selector options="colorOptions" ng-model="cardColor" prefix="editCardColor" class="colorSelector" show-hex-code="true" />
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" ng-click="close()">Close</button>
<button type="submit" class="btn btn-primary">Update</button>
</div>
</form>
</script>
<script type="text/ng-template" id="SelectTheme.html">
<form ng-submit="switchTheme()" name="selectTheme" class="noMargin">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title" id="openKanbanLabel">Choose Kanban Theme</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label class="control-label" for="kanbanTheme">Themes to choose from</label>
</div>
<div class="row">
<div class="col-md-5">
<select class="form-control" name="selectedToOpen" ng-model="model.selectedTheme" required ng-options="t.css as t.name for t in model.themes" id="kanbanTheme">
</select>
</div>
<div class="col-md-5">
<img src="img/themes/{{model.selectedTheme}}.jpg" width="250" class="thumbnail" style="border: 1px solid black"/>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default" type="button" ng-click="close()">Close</button>
<button class="btn btn-primary" type="submit" ng-click="switchTheme()">Switch</button>
</div>
</form>
</script>
<script type="text/ng-template" id="SetupCloudModal.html">
<form ng-submit="saveSettings()" name="cloudSettings" class="noMargin">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title">Cloud Setup</h4>
</div>
<div class="modal-body">
<div class="alert alert-danger" ng-show="model.showConfigurationError">
<p>In order to use Cloud Upload and Download functionality, you need to generate Kanban Key, a unique identifier that will be used to upload and download your Kanban. You can to that at My Personal Kanban web service <a href="http://my-personal-kanban.appspot.com" target="blank">http://my-personal-kanban.appspot.com</a></p>
</div>
<div class="form-group">
<label class="control-label" for="kanbanKey">Kanban key:</label>
<div>
<input type="text" name="kanbanKey" id="kanbanKey" ng-model="model.kanbanKey" required class="kanbanKey form-control" placeholder="Cloud Kanban key" valid-key />
<span class="text-danger" ng-show="cloudSettings.kanbanKey.$error.validKey">Provided key is invalid</span>
<span class="text-danger" ng-show="cloudSettings.kanbanKey.$error.validKeyUnableToVerify">Unable to validate key. You might not be connected to the Internet or Network or unable to access <a href="http://my-personal-kanban.appspot.com" target="blank" ng-hide="model.useLocalCloud">http://my-personal-kanban.appspot.com</a> <a href="model.localCloudUrl">{{model.localCloudUrl}}</a></span>
</div>
</div>
<div class="alert alert-info" ng-hide="model.showConfigurationError || model.useLocalCloud">
<p>If you need to retrieve your kanban key or generate a new one go to <a href="http://my-personal-kanban.appspot.com" target="blank">http://my-personal-kanban.appspot.com</a></p>
</div>
<div class="form-group">
<label class="control-label" for="cloudEncryptionKey">Cloud encryption key:</label>
<div>
<input type="text" name="cloudEncryptionKey" id="cloudEncryptionKey" class="kanbanKey form-control" ng-model="model.encryptionKey"/>
</div>
</div>
<div class="alert alert-info">
<p>This key will be used to Encrypt your Kanban when uploading into Cloud and Decrypt when downloading. It can be any number of characters.</p>
<p><small>If you make changes to this key, make sure to download latest Kanban from Cloud first and upload after.</small></p>
</div>
<div class="form-group">
<label class="control-label">Local Cloud:</label>
<div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="model.useLocalCloud"> Use own Local Cloud
</label>
</div>
</div>
</div>
<div class="form-group" ng-show="model.useLocalCloud">
<label class="control-label" for="localCloudUrl">Local Cloud URL:</label>
<div>
<input type="text" name="localCloudUrl" id="localCloudUrl" class="form-control" ng-model="model.localCloudUrl" ng-required="model.useLocalCloud" />
</div>
</div>
<div class="alert alert-info" ng-show="model.useLocalCloud">
<p><small>You need to specify a valid URL for your Local Cloud service. Please provide hostname with port only (eg. http://localhost:8080). If the URL is valid your Kanban key should validate when you save Cloud settings.</small></p>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default" type="button" ng-click="close()">Close</button>
<button class="btn btn-primary" type="submit" ng-disabled="cloudSettings.kanbanKey.$error.validKey">Save settings</button>
</div>
</form>
</script>
<script type="text/ng-template" id="ExportModal.html">
<form name="exportKanban" class="noMargin">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title">Select Kanban to Export</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label class="control-label" for="kanbanToExport">To export:</label>
<div>
<select id="kanbanToExport" ng-model="model.selectedKanban" class="form-control"
ng-options="name for name in model.allKanbanNames" ng-disabled="model.exportAll">
</select>
</div>
</div>
<div class="form-group">
<div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="model.exportAll"> Export all Kanbans
</label>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-default" type="button" ng-click="close()">Close</button>
<button class="btn btn-primary" type="submit" ng-click="doExport()">Export</button>
</div>
</form>
</script>
<script type="text/ng-template" id="ImportModal.html">
<form name="importKanban" class="noMargin">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title">Import Kanban(s)</h4>
</div>
<div class="modal-body">
<div class="form-group">
<label class="control-label" for="kanbanToExport">Select file:</label>
<input type="file" id="kanbanFile" name="kanbanFile" read-file ng-model="model.file" ng-change="model.fileSelected=true"/>
</div>
<div class="alert alert-warning">If you import Kanban with the name that already exists, all the content of existing Kanban will be lost.</div>
</div>
<div class="modal-footer">
<button class="btn btn-default" type="button" ng-click="close()">Close</button>
<button class="btn btn-primary" type="submit" ng-click="import()" ng-disabled="model.file==''">Import</button>
</div>
</form>
</script>
<script type="text/ng-template" id="ArchiveModal.html">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title">Cards archive</h4>
</div>
<div class="modal-body" style="max-height: 480px; overflow: scroll;">
<form class="form-horizontal" role="form">
<div class="form-group has-success">
<div class="col-md-offset-9 col-md-3">
<input type="text" name="filterByName" placeholder="Filter by card name ..." ng-model="model.filterByName" class="form-control" />
</div>
</div>
</form>
<table class="table table-bordered">
<thead>
<tr>
<th></th>
<th style="width: 25%">Archived on</th>
<th style="width: 33%">Card title</th>
<th style="width: 40%">Description</th>
</tr>
</thead>
<tr ng-repeat="archivedCard in model.archived | archiveByCardName:model.filterByName">
<td><input type="checkbox" name="selectedCards[]" value="archivedCard.card.name" ng-model="archivedCard.selected" /></td>
<td>{{formatDate(archivedCard.archivedOn)}}</td>
<td>{{archivedCard.card.name}}</td>
<td>{{archivedCard.card.details}}</td>
</tr>
<tbody>
</tbody>
</table>
<div>
</div>
</div>
<div class="modal-footer">
<button class="btn btn-warning pull-left" ng-click="unarchiveSelected()">Un-archive selected</button>
<button class="btn btn-danger pull-left" ng-click="deleteSelected()">Delete selected</button>
<button class="btn btn-default" type="button" ng-click="close()">Close</button>
</div>
</script>
<script type="text/ng-template" id="HelpModal.html">
<div class="modal-header">
<button type="button" class="close" ng-click="close()">×</button>
<h4 class="modal-title">Help</h4>
</div>
<div class="modal-body">
<p><span class="version">My Personal Kanban Version: @version@</span> from <a href="http://greggigon.github.io/my-personal-kanban/" target="blank">http://greggigon.github.io/my-personal-kanban/</a></p>
<p>
<strong>Personal Kanban</strong><br />
<small>You can create <strong>new Kanban</strong> by selecting <strong>Kanban -> New</strong> from the Kanban menu. You can give it a name and select number of columns. You can also choose existing Kanban as a template for the new one.<br/>
Once Kanban is created you can <strong>rename</strong> it by <strong>clicking it's title</strong> in the top bar. You can add new cards to the columns by pressing <strong>+</strong> in the top right of the column. <br />
You can give each <strong>column name</strong> and change it's colour by selecting <strong>Column settings icon</strong> next to it's name. <strong>(Number)</strong> next to column name indicates number of cards in the column.<br /><br />
<strong>Cards are created</strong> with <strong>title</strong> and possible longer <strong>description</strong>. You can also <strong>select different colour</strong> for the card if you would like to categorize them somehow. Description will <strong>keep the new line formating</strong> and add <strong>clickable links</strong> if you include any. <br />
You can <strong>open Card details</strong> by clicking on <strong>card title</strong>.You can <strong>edit Card details</strong> once opened.<br />
You can <strong>drag card between columns</strong> and move them <strong>up and down</strong> column list.<br /><br />
You can have <strong>multiple Kanbans</strong> and open/switch them from the <strong>Switch to ...</strong> dropdown, next to <strong>Cloud Menu</strong>. <br />
You can <strong>select different style</strong> of Kanban board from <strong>Kanban -> Theme</strong> menu.<br />
You can <strong>delete</strong> entire Kanban by selecting <strong>Kanban -> Delete</strong> from the menu.<br />
Your Kanbans are automatically <strong>saved</strong> in your <strong>browser storage</strong>. <br /><br />
If card is in the last colum you can Archive it. It will remove it from a Column but keep in Kanban. You can review
your archived Cards via <strong>Kanban -> Archives</strong> menu. <br />
You can also un-archive cards from Archive and permamently remove them.<br /><br />
You can <strong>Export</strong> one or all Kanbans by selecting <strong>Kanban -> Export</strong> menu.<br />
You can <strong>Import</strong> Kanban(s) from a JSON file. <strong>Not that Kanban with existing name, same as imported one will be replaced with the content of the new one.</strong><br /><br />
</small>
</p>
<p>
<strong>Cloud</strong><br />
<small>
You can use <strong>My Personal Kanban Cloud</strong> service that enables <strong>Upload and Download</strong> from Cloud. This service is offered free of charge. <br />
You will need to create your <strong>cloud Kanban key</strong>. Follow instructions on <strong>Cloud -> Setup</strong>.<br />
Your Kanban in the Cloud <strong>is stored Encrypted</strong>, that's why you should setup <strong>Encryption Key</strong>. The Encryption algorithm is <a href="http://en.wikipedia.org/wiki/Rabbit_(cipher)" target="blank" title="Rabbit encryption algorithm">Rabbit</a>.<br />
You can <strong>upload Kanban</strong> by selecting <strong>Cloud -> Upload</strong> from the menu <br />.
You can <strong>download Kanban</strong> by selecting <strong>Cloud -> Download</strong> from the menu. <br /><br />
You can also use your own Local Cloud. There is server implementation provided at: <a href="https://github.com/greggigon/my-personal-kanban-server" target="blank">https://github.com/greggigon/my-personal-kanban-server</a>. Just select the option and provide URL for the Local Cloud service <strong>Cloud -> Setup -> Use own Local Cloud</strong>.
</small>
</p>
</div>
<div class="modal-footer">
<small class="pull-left">You can open this help anytime by pressing <abbr title="Ctrl-Shift-h when browser window is selected">Ctrl-Shift-h</abbr> on keyboard.</small>
<button class="btn btn-default" type="button" ng-click="close()">Close</button>
</div>
</script>
</section>
</div>
<footer>
</footer>
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/angular/angular.min.js"></script>
<script src="/bower_components/angular-route/angular-route.min.js"></script>
<script src="/bower_components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="/bower_components/angular-ui-bootstrap-bower/ui-bootstrap.min.js"></script>
<script src="/bower_components/angular-ui-bootstrap-bower/ui-bootstrap-tpls.min.js"></script>
<script src="/bower_components/spectrum/spectrum.js"></script>
<script src="/bower_components/angular-spectrum-colorpicker/dist/angular-spectrum-colorpicker.min.js"></script>
<script src="/bower_components/jquery-ui/ui/minified/jquery-ui.min.js"></script>
<script src="/bower_components/angular-ui-utils/ui-utils.min.js"></script>
<script src="/bower_components/spinjs/spin.js"></script>
<script src="/bower_components/FileSaver/FileSaver.js"></script>
<script src="scripts/themes.js"></script>
<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src="scripts/md5.js"></script>
<script src="scripts/rabbit.js"></script>
<script src="scripts/enc-utf16-min.js"></script>
<script src="scripts/model.js"></script>
<script src="scripts/app.js"></script>
<script src="scripts/services/cloudService.js"></script>
<script src="scripts/services/kanbanRepository.js"></script>
<script src="scripts/services/kanbanManipulator.js"></script>
<script src="scripts/services/themesProvider.js"></script>
<script src="scripts/services/fileService.js"></script>
<script src="scripts/controllers/ApplicationController.js"></script>
<script src="scripts/controllers/MenuController.js"></script>
<script src="scripts/controllers/NewKanbanController.js"></script>
<script src="scripts/controllers/CardController.js"></script>
<script src="scripts/controllers/ColumnSettingsController.js"></script>
<script src="scripts/controllers/NewKanbanCardController.js"></script>
<script src="scripts/controllers/KanbanController.js"></script>
<script src="scripts/controllers/CloudMenuController.js"></script>
<script src="scripts/controllers/SwitchThemeController.js"></script>
<script src="scripts/controllers/SetupCloudController.js"></script>
<script src="scripts/controllers/HelpController.js"></script>
<script src="scripts/controllers/ExportController.js"></script>
<script src="scripts/controllers/ImportController.js"></script>
<script src="scripts/controllers/ArchiveController.js"></script>
<script src="scripts/directives/colorSelector.js"></script>
<script src="scripts/directives/focusMe.js"></script>
<script src="scripts/directives/sortable.js"></script>
<script src="scripts/directives/file.js"></script>
<script src="scripts/filters/cardDetails.js"></script>
<script src="scripts/filters/archiveByCardName.js"></script>
<script src="scripts/services/cryptoService.js"></script>
<script src="scripts/directives/spin.js"></script>
<script src="scripts/directives/validKey.js"></script>
<!-- endbuild -->
</body>
</html>
| mabotech/maboss-admin | public/kanban/index.html | HTML | mit | 36,322 |
<!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_19) on Fri Oct 29 16:39:44 MSD 2010 -->
<TITLE>
org.apache.poi.hdgf.extractor (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2010-10-29">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../org/apache/poi/hdgf/extractor/package-summary.html" target="classFrame">org.apache.poi.hdgf.extractor</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="VisioTextExtractor.html" title="class in org.apache.poi.hdgf.extractor" target="classFrame">VisioTextExtractor</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| nimbleapps/export_to_spreadsheet | lib/apache-poi/docs/apidocs/org/apache/poi/hdgf/extractor/package-frame.html | HTML | mit | 984 |
<!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_13) on Mon Dec 14 15:25:05 MSK 2009 -->
<TITLE>
Uses of Class org.apache.poi.hssf.record.TopMarginRecord (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2009-12-14">
<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.apache.poi.hssf.record.TopMarginRecord (POI API Documentation)";
}
}
</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/apache/poi/hssf/record/TopMarginRecord.html" title="class in org.apache.poi.hssf.record"><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-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useTopMarginRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="TopMarginRecord.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.apache.poi.hssf.record.TopMarginRecord</B></H2>
</CENTER>
No usage of org.apache.poi.hssf.record.TopMarginRecord
<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/apache/poi/hssf/record/TopMarginRecord.html" title="class in org.apache.poi.hssf.record"><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-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/poi/hssf/record/\class-useTopMarginRecord.html" target="_top"><B>FRAMES</B></A>
<A HREF="TopMarginRecord.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>
<i>Copyright 2009 The Apache Software Foundation or
its licensors, as applicable.</i>
</BODY>
</HTML>
| tobyclemson/msci-project | vendor/poi-3.6/doc/apidocs/org/apache/poi/hssf/record/class-use/TopMarginRecord.html | HTML | mit | 6,310 |
<!DOCTYPE html>
<meta charset="UTF-8">
<title>树</title>
<link href="/components.css" rel="stylesheet">
<link rel="import" href="../../common/layout.html">
<style>
.demo-tree{
width: 250px;
height: 200px;
padding: 10px;
border: 2px solid #f8f8f8;
}
</style>
<main ng-app="demoApp" ng-controller="DemoCtrl as ctrl">
<h2> 搜索、菜单、复选、最大可新增层级为3 </h2>
<section class="demo-tree">
<cc-tree
data="ctrl.tree_one.data"
search-placeholder="ctrl.tree_one.searchPlaceholder"
search-max-len="ctrl.tree_one.searchMaxLen"
node-max-len="ctrl.tree_one.nodeMaxLen"
max-level="ctrl.tree_one.maxLevel"
support-checkbox="ctrl.tree_one.supportCheckbox"
support-menu="ctrl.tree_one.supportMenu"
is-radio-model="ctrl.tree_one.isRadioModel"
support-search="ctrl.tree_one.supportSearch"
add-to-position="ctrl.tree_one.addToPosition"
on-double-click-action="ctrl.tree_one.onDoubleClickAction"
on-add-action="ctrl.tree_one.onAddAction"
on-rename-action="ctrl.tree_one.onRenameAction"
on-remove-action="ctrl.tree_one.onRemoveAction"
on-selected-action="ctrl.tree_one.onSelectedAction">
</cc-tree>
</section>
<h2> 无搜索、无菜单、带单选 </h2>
<section class="demo-tree">
<cc-tree
data="ctrl.tree_two.data"
support-checkbox="ctrl.tree_two.supportCheckbox"
is-radio-model="ctrl.tree_two.isRadioModel"
hide-radio-model="ctrl.tree_two.hideRadioModel"
support-search="ctrl.tree_two.supportSearch"
on-double-click-action="ctrl.tree_two.onDoubleClickAction"
on-selected-action="ctrl.tree_two.onSelectedAction">
</cc-tree>
</section>
<h2> 无搜索、无菜单、无选择 </h2>
<section class="demo-tree">
<cc-tree
data="ctrl.tree_three.data"
support-checkbox="ctrl.tree_three.supportCheckbox"
is-radio-model="ctrl.tree_three.isRadioModel"
support-search="ctrl.tree_three.supportSearch"
support-menu="ctrl.tree_three.supportMenu"
on-add-action="ctrl.tree_three.onAddAction"
on-rename-action="ctrl.tree_three.onRenameAction"
on-remove-action="ctrl.tree_three.onRemoveAction"
on-double-click-action="ctrl.tree_three.onDoubleClickAction"
on-selected-action="ctrl.tree_three.onSelectedAction">
</cc-tree>
</section>
</main>
<script src="/components.js"></script>
<script src="./index.js"></script>
| ShuyunFF2E/ccms-components | demos/components/tree/index.html | HTML | mit | 2,327 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Getting Started and Installation — py-openaq 1.1.0 documentation</title>
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/style.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '1.1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/copybutton.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="API Reference" href="api.html" />
<link rel="prev" title="py-openaq: open air quality data" href="index.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
py-openaq</a>
<span class="navbar-text navbar-version pull-left"><b>1.1.0</b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="api.html">API</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="examples/index.html">Gallery</a></li>
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="index.html">Site <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Getting Started and Installation</a></li>
<li class="toctree-l1"><a class="reference internal" href="api.html">API Reference</a></li>
<li class="toctree-l1"><a class="reference internal" href="tutorial.html">py-openaq Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples/index.html">Example gallery</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">Getting Started and Installation</a><ul>
<li><a class="reference internal" href="#installation">Installation</a></li>
<li><a class="reference internal" href="#requirements">Requirements</a><ul>
<li><a class="reference internal" href="#mandatory">Mandatory</a></li>
<li><a class="reference internal" href="#recommended">Recommended</a></li>
</ul>
</li>
<li><a class="reference internal" href="#current-limitations">Current Limitations</a></li>
<li><a class="reference internal" href="#initialization">Initialization</a></li>
<li><a class="reference internal" href="#understanding-the-response-format">Understanding the Response format</a></li>
<li><a class="reference internal" href="#coupling-with-pandas-dataframe">Coupling with Pandas DataFrame</a></li>
<li><a class="reference internal" href="#testing">Testing</a></li>
<li><a class="reference internal" href="#bugs-and-issues">Bugs and Issues</a></li>
</ul>
</li>
</ul>
</ul>
</li>
</ul>
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 content">
<div class="section" id="getting-started-and-installation">
<span id="installing"></span><h1>Getting Started and Installation<a class="headerlink" href="#getting-started-and-installation" title="Permalink to this headline">¶</a></h1>
<p><code class="docutils literal"><span class="pre">py-openaq</span></code> aims to provide easy access to the OpenAQ API via a Python
platform. To read more about OpenAQ, check out their <a class="reference external" href="https://openaq.org">website</a>.</p>
<div class="section" id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
<p>You can install the package directly via pypi through <code class="docutils literal"><span class="pre">pip</span></code>:</p>
<p><code class="docutils literal"><span class="pre">>>></span> <span class="pre">pip</span> <span class="pre">install</span> <span class="pre">py-openaq</span></code></p>
<p>You can also install the most up-to-date development version directly from github
using:</p>
<p><code class="docutils literal"><span class="pre">>>></span> <span class="pre">pip</span> <span class="pre">install</span> <span class="pre">git+https://github.com/dhhagan/py-openaq.git</span></code></p>
</div>
<div class="section" id="requirements">
<h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to this headline">¶</a></h2>
<div class="section" id="mandatory">
<h3>Mandatory<a class="headerlink" href="#mandatory" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Python2.7 or Python3.3+</li>
<li><a class="reference external" href="http://docs.python-requests.org/en/master/">requests</a></li>
</ul>
</div>
<div class="section" id="recommended">
<h3>Recommended<a class="headerlink" href="#recommended" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><a class="reference external" href="http://pandas.pydata.org/">pandas</a></li>
<li><a class="reference external" href="http://seaborn.pydata.org/index.html">seaborn</a></li>
<li><a class="reference external" href="http://matplotlib.org">matplotlib</a></li>
</ul>
</div>
</div>
<div class="section" id="current-limitations">
<h2>Current Limitations<a class="headerlink" href="#current-limitations" title="Permalink to this headline">¶</a></h2>
<p>As of now, the only feature that is not built into the API wrapper is returning various formats
from the <code class="docutils literal"><span class="pre">openaq.OpenAQ.measurements</span></code> call. This is because I don’t see any reason to use python
to return a csv. If a csv is your desired output, I recommend using pandas’ <code class="docutils literal"><span class="pre">DataFrame.to_csv()</span></code> method.</p>
</div>
<div class="section" id="initialization">
<h2>Initialization<a class="headerlink" href="#initialization" title="Permalink to this headline">¶</a></h2>
<p>The following code example shows how to make your first API call:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">openaq</span>
<span class="n">api</span> <span class="o">=</span> <span class="n">openaq</span><span class="o">.</span><span class="n">OpenAQ</span><span class="p">()</span>
<span class="n">status</span><span class="p">,</span> <span class="n">resp</span> <span class="o">=</span> <span class="n">api</span><span class="o">.</span><span class="n">cities</span><span class="p">()</span>
</pre></div>
</div>
</div>
<div class="section" id="understanding-the-response-format">
<h2>Understanding the Response format<a class="headerlink" href="#understanding-the-response-format" title="Permalink to this headline">¶</a></h2>
<p>Each API call will reply with a tuple containing the status code and the response
in json format. The three most common API status codes you will see are:</p>
<blockquote>
<div><ul class="simple">
<li>200: Success</li>
<li>40x: Error: Bad Request</li>
<li>500: Server Error</li>
</ul>
</div></blockquote>
<p>The json response will look something like the following with both <code class="docutils literal"><span class="pre">meta</span></code> and <code class="docutils literal"><span class="pre">results</span></code>:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="p">{</span>
<span class="s1">'meta'</span><span class="p">:</span> <span class="p">{</span><span class="s1">'license'</span><span class="p">:</span> <span class="s1">'CC By 4.0'</span><span class="p">,</span> <span class="s1">'name'</span><span class="p">:</span> <span class="s1">'openaq-api'</span><span class="p">,</span> <span class="s1">'website'</span><span class="p">:</span> <span class="s1">'https://docs.openaq.org/'</span><span class="p">},</span>
<span class="s1">'results'</span><span class="p">:</span> <span class="p">[</span>
<span class="p">{</span><span class="s1">'city'</span><span class="p">:</span> <span class="s1">'Amsterdam'</span><span class="p">,</span> <span class="s1">'count'</span><span class="p">:</span> <span class="mi">71125</span><span class="p">,</span> <span class="s1">'country'</span><span class="p">:</span> <span class="s1">'NL'</span><span class="p">,</span> <span class="s1">'locations'</span><span class="p">:</span> <span class="mi">14</span><span class="p">},</span>
<span class="p">{</span><span class="s1">'city'</span><span class="p">:</span> <span class="s1">'Antofagasta'</span><span class="p">,</span> <span class="s1">'count'</span><span class="p">:</span> <span class="mi">3416</span><span class="p">,</span> <span class="s1">'country'</span><span class="p">:</span> <span class="s1">'CL'</span><span class="p">,</span> <span class="s1">'locations'</span><span class="p">:</span> <span class="mi">1</span><span class="p">},</span>
<span class="p">{</span><span class="s1">'city'</span><span class="p">:</span> <span class="s1">'Arica'</span><span class="p">,</span> <span class="s1">'count'</span><span class="p">:</span> <span class="mi">1682</span><span class="p">,</span> <span class="s1">'country'</span><span class="p">:</span> <span class="s1">'CL'</span><span class="p">,</span> <span class="s1">'locations'</span><span class="p">:</span> <span class="mi">1</span><span class="p">},</span>
<span class="p">{</span><span class="s1">'city'</span><span class="p">:</span> <span class="s1">'Ayutthaya'</span><span class="p">,</span> <span class="s1">'count'</span><span class="p">:</span> <span class="mi">3880</span><span class="p">,</span> <span class="s1">'country'</span><span class="p">:</span> <span class="s1">'TH'</span><span class="p">,</span> <span class="s1">'locations'</span><span class="p">:</span> <span class="mi">1</span><span class="p">},</span>
<span class="p">{</span><span class="s1">'city'</span><span class="p">:</span> <span class="s1">'Badhoevedorp'</span><span class="p">,</span> <span class="s1">'count'</span><span class="p">:</span> <span class="mi">7862</span><span class="p">,</span> <span class="s1">'country'</span><span class="p">:</span> <span class="s1">'NL'</span><span class="p">,</span> <span class="s1">'locations'</span><span class="p">:</span> <span class="mi">1</span><span class="p">},</span>
<span class="o">...</span>
<span class="p">]</span>
<span class="p">}</span>
</pre></div>
</div>
</div>
<div class="section" id="coupling-with-pandas-dataframe">
<h2>Coupling with Pandas DataFrame<a class="headerlink" href="#coupling-with-pandas-dataframe" title="Permalink to this headline">¶</a></h2>
<p>Pandas is awesome. If you are working with data, you should be using DataFrames. To
easily dump your json response into a DataFrame:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">pandas.io.json</span> <span class="k">import</span> <span class="n">json_normalize</span>
<span class="n">df</span> <span class="o">=</span> <span class="n">json_normalize</span><span class="p">(</span><span class="n">resp</span><span class="p">)</span>
</pre></div>
</div>
<p>As of v0.3.0, an optional keyword argument (<cite>df</cite>) has been added to the following API methods:</p>
<blockquote>
<div><ul class="simple">
<li>cities</li>
<li>countries</li>
<li>latest</li>
<li>locations</li>
<li>measurements</li>
</ul>
</div></blockquote>
<p>By using this keyword argument, the results of the API call will return a pandas DataFrame rather than a json response.</p>
<p>Example:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">df</span> <span class="o">=</span> <span class="n">api</span><span class="o">.</span><span class="n">latest</span><span class="p">(</span><span class="n">df</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
</pre></div>
</div>
<p>The results are parsed through the <cite>pandasize</cite> decorator which tries to interpret the fields in the most ideal format possible.
Thus, all datetime fields should be converted to proper python datetimes to allow for easy splicing, manipulation, and plotting.</p>
</div>
<div class="section" id="testing">
<h2>Testing<a class="headerlink" href="#testing" title="Permalink to this headline">¶</a></h2>
<p>Testing is automated using unittests. To run the unittests with coverage
reporting, run the following command from the main directory:</p>
<p><code class="docutils literal"><span class="pre">>>></span> <span class="pre">coverage</span> <span class="pre">run</span> <span class="pre">--source</span> <span class="pre">openaq</span> <span class="pre">setup.py</span> <span class="pre">test</span></code></p>
<p>You can then view the coverage report with:</p>
<p><code class="docutils literal"><span class="pre">>>></span> <span class="pre">coverage</span> <span class="pre">report</span> <span class="pre">-m</span></code></p>
</div>
<div class="section" id="bugs-and-issues">
<h2>Bugs and Issues<a class="headerlink" href="#bugs-and-issues" title="Permalink to this headline">¶</a></h2>
<p>Please report any bugs or issues you find through the <a class="reference external" href="https://github.com/dhhagan/py-openaq/issues/new">GitHub issues tracker</a>. Please provide as much
information as possible that will make it easier to solve/fix the problem.</p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
<br/>
<div id="sourcelink">
<a href="_sources/installing.rst.txt"
rel="nofollow">Source</a>
</div>
</p>
<p>
© Copyright 2018, David H Hagan.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.6.<br/>
</p>
</div>
</footer>
</body>
</html> | dhhagan/py-openaq | docs/_build/html/installing.html | HTML | mit | 16,733 |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>lib.cuckoo.common.logo</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://cuckoosandbox.org">Cuckoo Sandbox</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="lib-module.html">Package lib</a> ::
<a href="lib.cuckoo-module.html">Package cuckoo</a> ::
<a href="lib.cuckoo.common-module.html">Package common</a> ::
Module logo
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="lib.cuckoo.common.logo-module.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== MODULE DESCRIPTION ==================== -->
<h1 class="epydoc">Module logo</h1><p class="nomargin-top"><span class="codelink"><a href="lib.cuckoo.common.logo-pysrc.html">source code</a></span></p>
<!-- ==================== FUNCTIONS ==================== -->
<a name="section-Functions"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Functions</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Functions"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lib.cuckoo.common.logo-module.html#logo" class="summary-sig-name">logo</a>()</span><br />
Cuckoo asciiarts.</td>
<td align="right" valign="top">
<span class="codelink"><a href="lib.cuckoo.common.logo-pysrc.html#logo">source code</a></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- ==================== VARIABLES ==================== -->
<a name="section-Variables"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Variables</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Variables"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="__package__"></a><span class="summary-name">__package__</span> = <code title="'lib.cuckoo.common'"><code class="variable-quote">'</code><code class="variable-string">lib.cuckoo.common</code><code class="variable-quote">'</code></code>
</td>
</tr>
</table>
<!-- ==================== FUNCTION DETAILS ==================== -->
<a name="section-FunctionDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Function Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-FunctionDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="logo"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">logo</span>()</span>
</h3>
</td><td align="right" valign="top"
><span class="codelink"><a href="lib.cuckoo.common.logo-pysrc.html#logo">source code</a></span>
</td>
</tr></table>
<p>Cuckoo asciiarts.</p>
<dl class="fields">
<dt>Returns:</dt>
<dd>asciiarts array.</dd>
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://cuckoosandbox.org">Cuckoo Sandbox</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Fri Nov 4 23:21:57 2016
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
| mburakergenc/Malware-Detection-using-Machine-Learning | cuckoo/docs/epydoc/host/lib.cuckoo.common.logo-module.html | HTML | mit | 7,871 |
{% load icon from cobweb_look %}
{% if count > 0 %}
<span class='badge badge-pill badge-secondary text-white'>
{{count}} {% for model in models %}{% icon model %}{% endfor %}
</span>
{% endif %}
| CobwebOrg/cobweb-django | templates/count_badge.html | HTML | mit | 203 |
<pre><code class="css">h1(class='s-simple-title u-fs-h5x') Sizing Vertical Rhythm
h2.s-simple-title--sub h1x
.s-simple-mixins.font-size-vertical-rhythm
p.s-vr-fs-h1x The earliest known appearance of the phrase is from The Michigan School Moderator, a journal that provided many teachers with education-related news and suggestions for lessons. In an article titled "Interesting Notes" in the March 14, 1885 issue, the phrase is given as a suggestion for writing practice: "The following sentence makes a good copy for practice, as it contains every letter of the alphabet: 'A quick brown fox jumps over the lazy dog. Note that the phrase in this case begins with the word "A" rather than "The". Several other early sources also use this variation.
h2.s-simple-title--sub h2x
.s-simple-mixins.font-size-vertical-rhythm
p.s-vr-fs-h2x The earliest known appearance of the phrase is from The Michigan School Moderator, a journal that provided many teachers with education-related news and suggestions for lessons. In an article titled "Interesting Notes" in the March 14, 1885 issue, the phrase is given as a suggestion for writing practice: "The following sentence makes a good copy for practice, as it contains every letter of the alphabet: 'A quick brown fox jumps over the lazy dog. Note that the phrase in this case begins with the word "A" rather than "The". Several other early sources also use this variation.
h2.s-simple-title--sub h3x
.s-simple-mixins.font-size-vertical-rhythm
p.s-vr-fs-h3x The earliest known appearance of the phrase is from The Michigan School Moderator, a journal that provided many teachers with education-related news and suggestions for lessons. In an article titled "Interesting Notes" in the March 14, 1885 issue, the phrase is given as a suggestion for writing practice: "The following sentence makes a good copy for practice, as it contains every letter of the alphabet: 'A quick brown fox jumps over the lazy dog. Note that the phrase in this case begins with the word "A" rather than "The". Several other early sources also use this variation.
h2.s-simple-title--sub h4x
.s-simple-mixins.font-size-vertical-rhythm
p.s-vr-fs-h4x The earliest known appearance of the phrase is from The Michigan School Moderator, a journal that provided many teachers with education-related news and suggestions for lessons. In an article titled "Interesting Notes" in the March 14, 1885 issue, the phrase is given as a suggestion for writing practice: "The following sentence makes a good copy for practice, as it contains every letter of the alphabet: 'A quick brown fox jumps over the lazy dog. Note that the phrase in this case begins with the word "A" rather than "The". Several other early sources also use this variation.
h2.s-simple-title--sub h5x
.s-simple-mixins.font-size-vertical-rhythm
p.s-vr-fs-h5x The earliest known appearance of the phrase is from The Michigan School Moderator, a journal that provided many teachers with education-related news and suggestions for lessons. In an article titled "Interesting Notes" in the March 14, 1885 issue, the phrase is given as a suggestion for writing practice: "The following sentence makes a good copy for practice, as it contains every letter of the alphabet: 'A quick brown fox jumps over the lazy dog. Note that the phrase in this case begins with the word "A" rather than "The". Several other early sources also use this variation.
h2.s-simple-title--sub h6x
.s-simple-mixins.font-size-vertical-rhythm
p.s-vr-fs-h6x The earliest known appearance of the phrase is from The Michigan School Moderator, a journal that provided many teachers with education-related news and suggestions for lessons. In an article titled "Interesting Notes" in the March 14, 1885 issue, the phrase is given as a suggestion for writing practice: "The following sentence makes a good copy for practice, as it contains every letter of the alphabet: 'A quick brown fox jumps over the lazy dog. Note that the phrase in this case begins with the word "A" rather than "The". Several other early sources also use this variation.</code></pre> | simoneramo/simple | app/_partials/simple-partials/code/mixins/sizing-vertical-rhythm.html | HTML | mit | 4,103 |
<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">哀輓題辭/男喪通用</td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">用於哀輓男性喪者通用的輓辭。形容其人雖己不在人世,然風範仍存留人間。</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/27000-27999/27624-26.html | HTML | mit | 947 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title> » Deprecated elements
</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="../css/font-awesome.min.css" rel="stylesheet">
<link href="../css/prism.css" rel="stylesheet" media="all"/>
<link href="../css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="../js/html5.js"></script>
<![endif]-->
<script src="../js/jquery-1.11.0.min.js"></script>
<script src="../js/ui/1.10.4/jquery-ui.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery.smooth-scroll.js"></script>
<script src="../js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<link rel="shortcut icon" href="../images/favicon.ico"/>
<link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="../index.html">20160808-VariableCaseChanger</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="../reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">20</span>
</a>
</li>
<li>
<a href="../reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">0</span>
</a>
</li>
<li>
<a href="../reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<div class="row-fluid">
<div class="span2 sidebar">
<ul class="side-nav nav nav-list">
<li class="nav-header">Navigation</li>
</ul>
</div>
<div class="span10 offset2">
<ul class="breadcrumb">
<li><a href="../"><i class="icon-remove-sign"></i></a><span class="divider">\</span></li>
<li>Deprecated elements</li>
</ul>
<div id="marker-accordion">
<div class="alert alert-info">No deprecated elements have been found in this project.</div>
</table>
</div>
</div>
</div>
</div>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="../reports/errors.html">Errors</a></li>
<li><a href="../reports/markers.html">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on August 23rd, 2016 at 10:08.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>
| emeraldinspirations/20160808-VariableCaseChanger | doc/reports/deprecated.html | HTML | mit | 7,372 |
---
layout: master
---
<main>
{{ content }}
</main> | gisforgabriel/CV-olio | _layouts/error.html | HTML | mit | 67 |
<!DOCTYPE html>
<html>
<head>
<title>TEDxGunnHighSchool</title>
<meta name="description" content="TEDxGunnHighSchool"/><!-- TODO: A longer description for search engines -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="apple-touch-icon-precomposed" href="static/apple-touch-icon-precomposed.png"/>
<link rel="shortcut icon" href="static/favicon.png"/>
<link rel="stylesheet" href="static/base.css" type="text/css"charset="utf-8"/>
<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="https://apis.google.com/js/platform.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="assets/bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<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/sdk.js#xfbml=1&version=v2.0";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>
</head>
<body>
<!-- header template here -->
<link id="headerTemplate" rel="import" href="head.html">
<!-- BEGIN CONTENT -->
<div class="truly-centered">
<h2>Media Coverage of TEDxGunnHighSchool</h2>
</div>
<div class="centered" style="padding-top: 15px;">
<ul class="unstyled">
<li>2014 — <a href="http://hepg.org/hel-home/issues/30_1/helarticle/ted-ifying-school">Harvard Education Letter</a></li>
<li>2013 — <a href="https://www.edsurge.com/n/2013-09-17-better-than-the-debate-club">Edsurge</a></li>
<li>2013 — <a href="http://www.fastcoexist.com/3017768/at-this-high-school-you-go-to-tedx-class">Fastcoexist</a></li>
<li>2014 — <a href="http://www2.paloaltoonline.com/news/2014/01/15/teens-seek-inspiration-in-speaker-quest">Palo Alto Weekly</a></li>
<li>2014 — <a href="http://www.paloaltoonline.com/news/2014/04/10/student-service-entrepreneurs-think-globally-and-locally">Palo Alto Weekly</a></li>
<li>2012 — <a href="http://gunnoracle.com/2012/06/tedx-speakers-inspire-students-to-think-outside-the-box/">Gunn Oracle</a></li>
<li>2014 — <a href="http://gunnoracle.com/2014/01/gunn-hosts-student-organized-tedx-conference-in-spangenberg/">Gunn Oracle</a></li>
<li>2015 — <a href="http://www.paloaltoonline.com/news/2015/01/12/tedx-returns-to-gunn-high-school-on-jan-16">Palo Alto Weekly</a></li>
</ul>
</div>
<img class="award" src="static/award1.jpg" />
<img class="award" src="static/award2.jpg" />
<div class="imgbreak" style="background-image:url('static/break31.gif')">
</div>
<!-- END CONTENT -->
<link id="footerTemplate" rel="import" href="foot.html">
<!-- footer template here -->
<script src="static/main.js" charset="utf-8"></script>
</body>
</html>
| TEDxGunnHighSchool/2016 | media.html | HTML | mit | 3,486 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29670_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page31.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 275px; margin-top: 0px;">
<p class="styleSans792.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">I :«fi ; <br/>Continental <br/>RESOURCES <br/> <br/>Continental Reso <br/>Mountrail County, North Dakot Thronson Federal 7-21H <br/>Wellbore #1 <br/>Plan: Design #2 <br/>Standard Plannin <br/>08 September, 2014 </p>
</div>
<div style="position: absolute; margin-left: 1595px; margin-top: 0px;">
<p class="styleSans12000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
</body>
</html>
| datamade/elpc_bakken | ocr_extracted/W29670_text/page32.html | HTML | mit | 1,190 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Clean Blog - About</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/clean-blog.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">George Jacob</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="My Content.html">My Content</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('img/about-bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-heading">
<h1>About Me</h1>
<hr class="small">
<span class="subheading">This is what I do.</span>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe nostrum ullam eveniet pariatur voluptates odit, fuga atque ea nobis sit soluta odio, adipisci quas excepturi maxime quae totam ducimus consectetur?</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius praesentium recusandae illo eaque architecto error, repellendus iusto reprehenderit, doloribus, minus sunt. Numquam at quae voluptatum in officia voluptas voluptatibus, minus!</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum molestiae debitis nobis, quod sapiente qui voluptatum, placeat magni repudiandae accusantium fugit quas labore non rerum possimus, corrupti enim modi! Et.</p>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<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>
<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>
<a href="https://github.com/BeartrimGilfoyle">
<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>
<p class="copyright text-muted">Copyright © Your Website 2016</p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/clean-blog.min.js"></script>
</body>
</html>
| BeartrimGilfoyle/Personal-Website-Programming | about.html | HTML | mit | 6,415 |
<scri
<!DOCTYPE html>
<html lang="fr" itemscope="" itemtype="http://schema.org/Blog">
<head> <script>
if (window.parent !== window) {
if (typeof btoa !== "function") {
window.btoa = function (input) {
var str = String(input);
for (var block, charCode, idx = 0, map = chars, output = ''; str.charAt(idx | 0) || (map = '=', idx % 1); output += map.charAt(63 & block >> 8 - idx % 1 * 8)) {
charCode = str.charCodeAt(idx += 3/4)
block = block << 8 | charCode
}
return output
}
}
var re = /^(?:https?:)?(?:\/\/)?([^\/\?]+)/i
var res = re.exec(document.referrer)
var domain = res[1]
var forbidden = ["aGVsbG8ubGFuZA==","Y3Vpc2luZS5sYW5k","cmVjZXR0ZS5sYW5k","cmVjZXR0ZXMubGFuZA==",]
if (forbidden.indexOf(btoa(domain)) > -1) {
document.location = document.location.origin + "/system/noframed"
}
}
</script>
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/css/ob-style.css?v2.35.0.0" />
<link rel="stylesheet" href="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.css" />
<!-- Forked theme from id 60 - last modified : 2017-02-23T08:01:21+01:00 -->
<!-- shortcut:[Meta] -->
<!-- title -->
<!-- Title -->
<title>289 - Le Site dont vous êtes le Héros</title>
<!-- metas description, keyword, robots -->
<!-- Metas -->
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="" />
<meta property="og:site_name" content="Le Site dont vous êtes le Héros" />
<meta property="og:title" content="289 - Le Site dont vous êtes le Héros" />
<meta name="twitter:title" content="289 - Le Site dont vous êtes le Héros" />
<meta name="description" content="Vous vous engouffrez dans un étroit passage mal éclairé. Vous vous apprêtez à ôter les vêtements qui préservent votre anonymat, pour dévoiler la tenue dans laquelle vous pourchassez le Crime. Des plaintes apeurées et des menaces sourdes attirent votre..." />
<meta property="og:description" content="Vous vous engouffrez dans un étroit passage mal éclairé. Vous vous apprêtez à ôter les vêtements qui préservent votre anonymat, pour dévoiler la tenue dans laquelle vous pourchassez le Crime. Des plaintes apeurées et des menaces sourdes attirent votre..." />
<meta name="twitter:description" content="Vous vous engouffrez dans un étroit passage mal éclairé. Vous vous apprêtez à ôter les vêtements qui préservent votre anonymat, pour dévoiler la tenue dans laquelle vous pourchassez le Crime. Des plaintes..." />
<meta property="og:locale" content="fr_FR" />
<meta property="og:url" content="http://lesitedontvousetesleheros.overblog.com/2016/04/289.html" />
<meta name="twitter:url" content="http://lesitedontvousetesleheros.overblog.com/2016/04/289.html" />
<meta property="og:type" content="article" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@overblog" />
<meta name="twitter:creator" content="@" />
<meta property="fb:app_id" content="284865384904712" />
<!-- Robots -->
<meta name="robots" content="index,follow" />
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!-- Analytics -->
<!-- shortcut:[Options] -->
</script>ll" group="shares" />
<!-- shortcut:[Includes] -->
<!-- favicon -->
<!-- Metas -->
<link rel="shortcut icon" type="image/x-icon" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.ico" />
<link rel="icon" type="image/png" href="http://fdata.over-blog.net/99/00/00/01/img/favicon.png" />
<link rel="apple-touch-icon" href="http://fdata.over-blog.net/99/00/00/01/img/mobile-favicon.png" />
<!-- SEO -->
<!-- includes -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700' rel='stylesheet' type='text/css'>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Carter+One' rel='stylesheet' type='text/css'>
<!-- Fancybox -->
<link rel="stylesheet" type="text/css" href="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<style type="text/css">
/*** RESET ***/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {margin:0; padding:0;}
body {background-color: #000; color: #fff; font-family: 'PT Sans Caption', sans-serif; font-size: 12px;}
a {text-decoration: none;}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight:normal;}
img {border:none;}
.box li {list-style:none;}
#cl_1_0 ul,
#cl_1_0 ol {margin-left: 0; padding-left: 25px;}
.visuallyhidden,
.ob-form-subscription label {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}
/*** General ***/
.ln {clear: both;}
#ln_2 {padding-bottom: 20px;}
.cl {float:left;}
.clear {clear:both;}
.list-title {font-size: 24px; margin: 10px 0 10px 10px; text-shadow: 1px 1px 1px #000;}
/*** Structure ***/
#cl_0_0 {margin-bottom:0; width:100%;}
#cl_1_0 {display:inline; padding:0 12px 0 0; width:630px; }
#cl_1_1 {display:inline; padding:0; width:308px;}
#cl_2_0 {margin-top: 30px; width: 100%;}
#global {margin:0px auto; width:950px;}
.header {margin: 110px 0 20px; text-align:left;}
.avatar,
#top{
display: inline-block;
vertical-align: middle;
}
.avatar{
margin-right: 10px;
}
#top .title {font-family: Carter One, cusrive; font-size: 60px; left: 0; letter-spacing: 2px; line-height: 60px; text-shadow: 0 5px 5px #333; text-transform: uppercase;}
#top .description {font-family: Carter One, cusrive; font-size:60px; font-size: 20px; letter-spacing: 2px; text-shadow: 0 2px 1px #333;}
article {margin-bottom: 35px;}
/** Article **/
.article,
.page{
background: #141414;
background: rgba(20,20,20,0.9);
border: 2px solid #333;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 10px;
}
.noresult{
margin-bottom: 20px;
}
.beforeArticle {margin-bottom: 10px;}
.divTitreArticle .post-title,
.divPageTitle .post-title,
.special h3 {border-bottom: 1px solid; font-size: 30px; letter-spacing:2px; margin-bottom: 10px; padding-bottom:5px; word-wrap: break-word;}
.contenuArticle, .pageContent {padding-top:10px;}
.contenuArticle p,
.pageContent p .contenuArticle ol,
.contenuArticle ul {font-size: 14px; line-height: 22px; padding-bottom: 8px;}
.ob-repost {background: #222; border: 1px solid #2A2A2A; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; margin: 1em 0; text-align: center;}
.ob-repost p {font-size: 12px; line-height: normal; padding: 0;}
.ob-repost .ob-link {text-decoration: underline;}
/* Sections */
.ob-section-text,
.ob-section-images,
.ob-section-video,
.ob-section-audio,
.ob-section-quote,
.ob-secton-map {width: 600px;}
/* Medias */
.ob-video iframe,
.ob-video object,
.ob-section-images .ob-slideshow,
.ob-slideshow img, .ob-section-map .ob-map {
width: 600px;
}
.ob-video iframe{
border: 0;
}
.ob-video object {
max-height: 345px;
}
.ob-section-audio .obsoundplayer .obsoundplayername {
height: 31px;
width: 200px;
overflow: hidden;
}
/* Section texte */
.ob-text h3,
.ob-text h4,
.ob-text h5 {margin: 15px 0 5px;}
.ob-text h3 {font-size: 18px; line-height: 18px;}
.ob-text h4 {font-size: 16px; line-height: 16px;}
.ob-text h5 {font-size: 14px; font-weight: bold; line-height: 14px;}
.ob-text pre {width: 600px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -webkit-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; overflow: auto;}
/* Section image */
.ob-media-left {margin-right: 30px;}
.ob-media-right {margin-left: 30px; max-width: 100%;}
.ob-row-1-col img {width: 100%;}
.ob-row-2-col img {width: 50%; margin-top: 0; margin-bottom: 0;}
.ob-row-3-col img {width: 200px; margin-top: 0; margin-bottom: 0;}
/* Section map */
.ob-map div {color: #282924;}
/* Section HTML */
.ob-section-html iframe,
.ob-section-html embed,
.ob-section-html object {max-width: 100%;}
/* Section file */
.ob-section-file .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); display: block; max-width: 100%;}
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited {color: #FFF; text-decoration: underline; max-width: 521px;}
.ob-section-file .ob-ctn a.ob-link:hover {color: #FFF; text-decoration: none;}
/* Section Quote */
.ob-section-quote {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); margin-bottom: 20px; width: 100%;}
.ob-section-quote .ob-quote p {color: #FFF; min-height: 20px;}
.ob-section-quote .ob-quote p:before {color: #444; margin: 20px 0 0 -85px;}
.ob-section-quote .ob-quote p:after {color: #444; margin: 80px 0 0;}
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source {background: #444; font-size: 14px; font-style: italic; margin: 25px 0 0; max-height: 22px; max-width: 517px; overflow: hidden; padding-bottom: 0\9; position: relative; text-overflow: ellipsis; white-space: nowrap; z-index: 11;}
/* Section Link */
.ob-section-link .ob-ctn {background: #222; border: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);}
.ob-section-link .ob-media-left {margin: 0;}
.ob-section-link p.ob-url {background: #444; margin: 0; max-height: 20px; max-width: 395px;}
.ob-section-link p.ob-title {color: #FFF; margin-bottom: 0; margin-left: 20px;}
.ob-section-link p.ob-snippet {color: #FFF; margin-bottom: 10px; margin-left: 20px; margin-top: 0;}
.ob-section-link p.ob-title .ob-link {color: #FFF; max-height: 42px; overflow: hidden;}
.ob-section-link p.ob-snippet {margin-bottom: 35px; max-height: 40px; overflow: hidden;}
.ob-section-link .ob-img {float: left; width: 170px;}
.ob-section-link .ob-desc {margin-top: 5px;}
/* Description */
.contenuArticle .ob-desc {font-size: 13px; font-style: italic;}
/* twitter box */
.ob-section .twitter-tweet-rendered {max-width: 100% !important;}
.ob-section .twt-border {max-width: 100% !important;}
/* Share buttons */
.afterArticle {background: #141414; border: 2px solid #333; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin: 10px 0; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding: 9px 13px 8px; position: relative; width: 600px; z-index: 1;/* iframe Facebook */}
.share h3,
.item-comments h3 {margin-bottom: 10px; font-size: 16px; line-height: 16px;}
.google-share,
.twitter-share,
.facebook-share,
.ob-share {float: left;}
.facebook-share {width: 105px;}
.ob-share {margin-top: -2px;}
.comment-number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: right; font-weight: bold; line-height: 17px; padding: 2px 7px; text-align: center;}
.item-comments {
}
/* Contact */
.ob-contact .ob-form {margin-bottom: 80px;}
.ob-contact .ob-form-field {margin: 5px 0 0 80px;}
.ob-label {width: 20%; font-size: 14px;}
.ob-captcha .ob-input-text{
margin-left: 20%;
}
.ob-input-submit,
.ob-error {margin-left: 31%;}
.box-content .ob-input-submit,
.box-content .ob-error {margin-left: 20%;}
.ob-input-text,
.ob-input-email,
.ob-input-textarea {padding: 6px 0; border: 2px solid #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;}
.ob-input-submit {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; font-weight: bold; line-height: 17px; margin-top: 5px; padding: 2px 7px; text-align: center;}
.ob-form + a {display: block; text-align: center;}
/** Sidebar **/
.box {background: #141414; border: 2px solid #333; margin-bottom:10px; -moz-opacity: 0.9; -webkit-opacity: 0.9; -o-opacity: 0.9; -ms-opacity: 0.9; opacity: 0.9; padding:10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.box{/* ie6 hack */_background:#000;}
.box-titre h3 {border-bottom: 1px solid; font-family: Carter One; font-size: 20px; letter-spacing: 1px; margin-bottom: 10px; padding-bottom: 2px; text-shadow: 1px 1px 1px black; text-transform: uppercase;}
.box-content {font-size: 14px; line-height:18px;}
.box-content strong {font-weight:normal;}
.box-footer {display:none;}
/* Sidebar > About */
.profile .avatar {float: left; margin-right: 10px;}
.profile .avatar img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; -moz-opacity: 0.8; -webkit-opacity: 0.8; -o-opacity: 0.8; -ms-opacity: 0.8; opacity: 0.8; padding: 3px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.profile .avatar img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1;}
.profile .blog-owner-nickname {font-style: italic; display: block; margin-top: 10px; text-align: right;}
/* Sidebar > Search */
.search form {position:relative;}
.search form input {border: 2px solid #333; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; color: #676767; padding: 5px 0; width: 70%;}
.search form button {border: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; cursor: pointer; font-weight: bold; padding: 5px 0; width: 13%;}
/* Sidebar > Subscribe */
.ob-form-subscription .ob-form-field{
display: inline-block;
}
.ob-form-subscription .ob-form-field input{
width: 170px;
}
.ob-form-subscription .ob-input-submit{
display: inline-block;
margin:0;
}
/* Sidebar > Last Posts */
.last li {float: left;}
.last ul:hover img {-moz-opacity: 0.7; -webkit-opacity: 0.7; -o-opacity: 0.7; -ms-opacity: 0.7; opacity: 0.7; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last ul img {background: #333; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; margin-bottom: 5px; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
.last li.left img {margin-right: 8px;}
.last ul img:hover {-moz-opacity: 1; -webkit-opacity: 1; -o-opacity: 1; -ms-opacity: 1; opacity: 1; -moz-transition: opacity 300ms; -webkit-transition: opacity 300ms; -o-transition: opacity 300ms; -ms-transition: opacity 300ms; transition: opacity 300ms;}
/* Sidebar > Tags */
.tags li {
border-bottom: 1px solid #222;
margin: 10px 0;
padding: 10px 0;
word-wrap:break-word;
}
.tags li a {font-size: 16px;}
.tags .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
/* Sidebar > Follow me */
.follow li {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; display: block; float: left; height: 83px; text-indent: -9999999%; width: 83px;}
.follow li a {background: url("http://assets.over-blog-kiwi.com/themes/5/images/follow-me.png") no-repeat; display: block; height: 100%; width: 100%;}
.follow .facebook-follow {margin-right: 10px;}
.follow .facebook-follow:hover {background: #3b5999; border-color: #3b5999;}
.follow .facebook-follow a {background-position: center 18px;}
.follow .twitter-follow {margin-right: 10px;}
.follow .twitter-follow:hover {background: #04bff2; border-color: #04bff2;}
.follow .twitter-follow a {background-position: center -74px;}
.follow .rss-follow:hover {background: #ff8604; border-color: #ff8604;}
.follow .rss-follow a {background-position: center -166px;}
/* Sidebar > Archives */
.plustext {font-size: 16px;}
.arch_month {margin-left: 20px;}
.arch_month li {border-bottom: 1px solid #222; margin: 10px 0; padding: 10px 0;}
.archives .number {-moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px; float: right; font-weight: bold; line-height: 17px; margin-top: -2px; padding: 2px 7px; text-align: center;}
.share > div{
float:left;
height:20px;
margin-right:28px;
}
.share .google-share{
margin-right: 0;
}
.share iframe{
border:none;
width:100px;
}
/** Pagination **/
.pagination {
margin: 30px auto 20px; width: 600px;
font-size: 14px; padding: 2px 0;
}
.pagination a {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
float: right;
line-height: 17px;
margin-top: -2px;
padding: 2px 7px;
text-align: center;
text-transform: uppercase;
}
.pagination .previous {float: left;}
.pagination .next {float: right;}
.ob-pagination{
margin: 20px 0;
text-align: center;
}
.ob-page{
display: inline-block;
margin: 0 1px;
padding: 2px 7px;
}
.ob-page-link{
border-radius: 4px;
}
/** Credits **/
.credits {display: block; margin: 20px 0; text-align: center; text-shadow: 1px 1px 1px #000;}
/**************
** ob-footer **
**************/
.ob-footer{
padding-bottom: 10px;
}
body.withDisplay{
background-position: 50% 68px;
}
#cl_1_1 .ads{
margin-bottom: 10px;
padding: 2px;
-moz-opacity: 0.9;
-webkit-opacity: 0.9;
-o-opacity: 0.9;
-ms-opacity: 0.9;
opacity: 0.9;
}
.ads{
background: #141414;
border: 2px solid #333;
border-radius: 2px;
margin: 0 auto;
}
.ads-600x250{
padding: 10px;
text-align: center;
}
.ads-728x90{
height: 90px;
width: 728px;
}
.ads-468x60{
height: 60px;
width: 468px;
}
.ads-468x60 + .before_articles,
.afterArticle + .ads-468x60{
margin-top:35px;
}
.ads-300x250{
height: 250px;
width: 300px;
}
.ads-600x250 div{
float: left;
}
.ads-300{
text-align: center;
}
/*****************
** Top articles **
*****************/
.ob-top-posts h2{
font-size: 35px;
}
.ob-top-article{
margin-bottom: 20px;
}
.ob-top-article h3{
line-height: normal;
}
/*** Themes ***/
/** JUNGLE **/
/* BACKGROUND */
body {background-image: url("http://img.over-blog-kiwi.com/0/24/52/97/201311/ob_5cf972_lesitedontvousetesleheros.jpg"); background-attachment: fixed; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;background-repeat: no-repeat;}
/* TOP */
#top .title a,
#top .title a:visited {color: #9bb1c5;}
#top .title a:hover,
#top .description {color: #fff;}
/* POSTS */
.beforeArticle .tags a,
.beforeArticle .tags a:visited {color: #9bb1c5;}
.beforeArticle .tags a:hover {color: #fff;}
.post-title,
.special h3 {border-bottom-color: #1e3249;}
.post-title a,
.post-title a:visited,
.special h3,
.ob-text h3,
.ob-text h4,
.ob-text h5 {color: #9bb1c5;}
.post-title a:hover {color: #fff;}
.contenuArticle a,
.contenuArticle a:visited,
.readmore a {color: #9bb1c5;}
.contenuArticle a:hover,
.readmore a:hover {color: #fff;}
/* Section file */
.ob-section-file .ob-ctn a.ob-link,
.ob-section-file .ob-c a.ob-link:visited,
.ob-section-file .ob-ctn a.ob-link:hover {color: #9bb1c5;}
/* Section Quote */
.ob-section-quote p.ob-author,
.ob-section-quote p.ob-source,
.ob-section-quote p.ob-author .ob-link,
.ob-section-quote p.ob-author .ob-link:visited,
.ob-section-quote p.ob-source .ob-link,
.ob-section-quote p.ob-source .ob-link:visited {color: #9bb1c5;}
.ob-section-quote p.ob-author:hover,
.ob-section-quote p.ob-source:hover,
.ob-section-quote p.ob-author .ob-link:hover,
.ob-section-quote p.ob-source .ob-link:hover {color: #fff;}
/* Section Link */
.ob-section-link p.ob-url ,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link,
.ob-section-link p.ob-url .ob-link {color: #9bb1c5;}
.ob-section-link p.ob-url .ob-link:hover {color: #fff;}
/* SIDEBAR */
.box-titre h3 {border-bottom-color: #254870; color: #fff;}
.box-content strong {color:#bebebe;}
.box-content a,
.box-content a:visited,
.ob-footer a,
.ob-footer a:visited{color: #9bb1c5;}
.box-content a:hover,
.ob-footer a:hover{color: #fff;}
.archives .number,
.box-content form button,
.comment-number,
.follow li,
.ob-input-submit,
.pagination a,
.ob-page-link,
.tags .number {
background: #2e5fa4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlNWZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzIyNDA2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #2e5fa4 0%, #22406d 65%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e5fa4), color-stop(65%,#22406d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #2e5fa4 0%,#22406d 65%); /* IE10+ */
background: linear-gradient(to bottom, #2e5fa4 0%,#22406d 65%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5fa4', endColorstr='#22406d',GradientType=0 ); /* IE6-8 */
border: 1px solid #2d5eab; color: #fff; text-shadow: 1px 1px 1px #141414;}
.box-content form button:active,
.comment-number:active,
.ob-input-submit:active,
.pagination a:active,
.ob-page-link:active{background: #22406d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMyMjQwNmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmU1ZmE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, #22406d 35%, #2e5fa4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#22406d), color-stop(100%,#2e5fa4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #22406d 35%,#2e5fa4 100%); /* IE10+ */
background: linear-gradient(to bottom, #22406d 35%,#2e5fa4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22406d', endColorstr='#2e5fa4',GradientType=0 ); /* IE6-8 */
}
.blog-owner-nickname {color: #254870;}
/* CREDITS */
.credits a,
.credits a:visited {color: #fff;}
.credits a:hover {color: #9bb1c5;}
</style>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/ads.js?v2.35.0.0"></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-5354236-47', {
cookieDomain: 'lesitedontvousetesleheros.overblog.com',
cookieExpires: 31536000,
name: 'ob',
allowLinker: true
});
ga('ob.require', 'displayfeatures');
ga('ob.require', 'linkid', 'linkid.js');
ga('ob.set', 'anonymizeIp', true);
ga('ob.set', 'dimension1', '__ads_loaded__' in window ? '1' : '0');
ga('ob.set', 'dimension2', 'fr');
ga('ob.set', 'dimension3', 'BS');
ga('ob.set', 'dimension4', 'literature-comics-poetry');
ga('ob.set', 'dimension5', '1');
ga('ob.set', 'dimension6', '0');
ga('ob.set', 'dimension7', '0');
ga('ob.set', 'dimension10', '245297');
ga('ob.set', 'dimension11', '1');
ga('ob.set', 'dimension12', '1');
ga('ob.set', 'dimension13', '1');
ga('ob.send', 'pageview');
</script>
<script>
var obconnected = 0
var obconnectedblog = 0
var obtimestamp = 0
function isConnected(connected, connected_owner, timestamp) {
obconnected = connected
obconnectedblog = connected_owner
obtimestamp = timestamp
if (obconnected) {
document.querySelector('html').className += ' ob-connected'
}
if (obconnectedblog) {
document.querySelector('html').className += ' ob-connected-blog'
}
}
</script>
<script src="//connect.over-blog.com/ping/245297/isConnected"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/h.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/repost.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/slideshow.js?v2.35.0.0"></script>
<script src="//assets.over-blog-kiwi.com/b/blog/build/soundplayer.2940b52.js"></script>
<script>
var OB = OB || {};
OB.isPost = true;
</script>
<script src="//assets.over-blog-kiwi.com/blog/js/index.js?v2.35.0.0"></script>
<script src="https://assets.over-blog-kiwi.com/ads/js/appconsent.bundle.min.js"></script>
<!-- DFP -->
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
(function() {
var useSSL = 'https:' == document.location.protocol;
var gads = document.createElement('script');
var node = document.getElementsByTagName('script')[0];
gads.async = true;
gads.type = 'text/javascript';
gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
node.parentNode.insertBefore(gads, node);
})();
</script>
<!-- DFP -->
<script>
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [728,90], '_3b42816')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_8cc36f1')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [300,250], '_224e563')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', [[300,250],[300,600]], '_2cb08c0')
.set('adsense_background_color','#111111')
.set('adsense_border_color','#111111')
.set('adsense_text_color','#9bb1c5')
.set('adsense_link_color','#ffffff')
.set('adsense_url_color','#9bb1c5')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_dffd964')
.setTargeting('Slot', 'interstitial')
.setTargeting('Sliding', 'Both')
.addService(googletag.pubads());
});
googletag.cmd.push(function() {
googletag.defineOutOfPageSlot('/6783/OverBlogKiwi/fr/245297_lesitedontvousetesleheros.overblog.com', '_1117e8c')
.setTargeting('Slot', 'pop')
.addService(googletag.pubads());
});
</script>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogpdafront/prebid.js?v2.35.0.0" async></script>
<script>
googletag.cmd.push(function() {
googletag.pubads().disableInitialLoad();
});
function sendAdserverRequest() {
if (pbjs.adserverRequestSent) return;
pbjs.adserverRequestSent = true;
googletag.cmd.push(function() {
pbjs.que.push(function() {
pbjs.setTargetingForGPTAsync();
googletag.pubads().refresh();
});
});
}
var PREBID_TIMEOUT = 2000;
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
pbjs.que.push(function() {
pbjs.enableAnalytics({
provider: 'ga',
options: {
global: 'ga',
enableDistribution: false,
sampling: 0.01
}
});
pbjs.setConfig({
userSync: {
enabledBidders: ['rubicon'],
iframeEnabled: false
} ,
consentManagement: {
cmpApi: 'iab',
timeout: 2500,
allowAuctionWithoutConsent: true
}
});
pbjs.bidderSettings = {
standard: {
adserverTargeting: [{
key: "hb_bidder",
val: function(bidResponse) {
return bidResponse.bidderCode;
}
}, {
key: "hb_adid",
val: function(bidResponse) {
return bidResponse.adId;
}
}, {
key: "custom_bid_price",
val: function(bidResponse) {
var cpm = bidResponse.cpm;
if (cpm < 1.00) {
return (Math.floor(cpm * 20) / 20).toFixed(2);
} else if (cpm < 5.00) {
return (Math.floor(cpm * 10) / 10).toFixed(2);
} else if (cpm < 10.00) {
return (Math.floor(cpm * 5) / 5).toFixed(2);
} else if (cpm < 20.00) {
return (Math.floor(cpm * 2) / 2).toFixed(2);
} else if (cpm < 50.00) {
return (Math.floor(cpm * 1) / 1).toFixed(2);
} else if (cpm < 100.00) {
return (Math.floor(cpm * 0.2) / 0.2).toFixed(2);
} else if (cpm < 300.00) {
return (Math.floor(cpm * 0.04) / 0.04).toFixed(2);
} else {
return '300.00';
}
}
}]
}
};
});
setTimeout(sendAdserverRequest, PREBID_TIMEOUT);
</script>
<script>
pbjs.que.push(function() {
var adUnits = [];
adUnits.push({
code: '_3b42816',
sizes: [[728,90]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542403,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775434,
},
},
]
})
adUnits.push({
code: '_8cc36f1',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531816,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775488,
},
},
]
})
adUnits.push({
code: '_224e563',
sizes: [[300,250]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6531817,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775490,
},
},
]
})
adUnits.push({
code: '_2cb08c0',
sizes: [[300,250],[300,600]],
bids: [
{
bidder: 'appnexusAst',
params: {
placementId: 6542408,
},
},
{
bidder: 'rubicon',
params: {
accountId: 16072,
siteId: 119536,
zoneId: 775484,
},
},
]
})
pbjs.addAdUnits(adUnits);
pbjs.requestBids({
bidsBackHandler: function(bidResponses) {
sendAdserverRequest();
}
});
});
</script>
<script>
try {
googletag.cmd.push(function() {
// DFP Global Targeting
googletag.pubads().setTargeting('Rating', 'BS');
googletag.pubads().setTargeting('Disused', 'Yes');
googletag.pubads().setTargeting('Adult', 'No');
googletag.pubads().setTargeting('Category', 'literature-comics-poetry');
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
});
}
catch(e) {}
</script>
<!-- DFP -->
<script>
var _eStat_Whap_loaded=0;
</script>
<script src="//w.estat.com/js/whap.js"></script>
<script>
if(_eStat_Whap_loaded) {
eStatWhap.serial("800000207013");
eStatWhap.send();
}
</script>
<script src="https://cdn.tradelab.fr/tag/208269514b.js" async></script>
</head>
<body class="withDisplay" >
<div class="ob-ShareBar ob-ShareBar--dark js-ob-ShareBar">
<div class="ob-ShareBar-container ob-ShareBar-container--left">
<a href="https://www.over-blog.com" class="ob-ShareBar-branding">
<img class="ob-ShareBar-brandingImg" src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/shareicon-branding-ob--dark.png?v2.35.0.0" alt="Overblog">
</a>
</div>
<div class="ob-ShareBar-container ob-ShareBar-container--right">
<a href="#" data-href="https://www.facebook.com/sharer/sharer.php?u={referer}" title=" facebook"="FACEBOOK"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--facebook"></a>
<a href="#" data-href="https://twitter.com/intent/tweet?url={referer}&text={title}" title=" twitter"="TWITTER"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--twitter"></a>
<a href="#" data-href="#" title=" pinterest"="PINTEREST"|trans }}"" class="ob-ShareBar-share ob-ShareBar-share--pinterest js-ob-ShareBar-share--pinterest"></a>
<form action="/search" method="post" accept-charset="utf-8" class="ob-ShareBar-search">
<input type="text" name="q" value="" class="ob-ShareBar-input" placeholder="Rechercher">
<button class="ob-ShareBar-submit"></button>
</form>
<a href="https://admin.over-blog.com/write/79882182?blog=245297" class="ob-ShareBar-edit ob-ShareBar--connected-blog">
<span>Editer l'article</span>
</a>
<a class="js-ob-ShareBar-follow ob-ShareBar--connected ob-ShareBar-follow" href="https://admin.over-blog.com/_follow/245297" target="_blank" rel="nofollow">
Suivre ce blog
</a>
<a href="https://admin.over-blog.com/" class="ob-ShareBar-admin ob-ShareBar--connected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Administration</span>
</a>
<a href="https://connect.over-blog.com/fr/login" class="ob-ShareBar-login ob-ShareBar--notconnected">
<img src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/images/lock-alt-dark.svg?v2.35.0.0" class="ob-ShareBar-lock">
<span>Connexion</span>
</a>
<a href="https://connect.over-blog.com/fr/signup" class="ob-ShareBar-create ob-ShareBar--notconnected">
<span class="ob-ShareBar-plus">+</span>
<span>Créer mon blog</span>
</a>
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--hide js-ob-ShareBar-toggle"></span>
</div>
</div>
<div class="ob-ShareBar ob-ShareBar--minified js-ob-ShareBar--minified">
<div class="ob-ShareBar-container">
<span class="ob-ShareBar-toggle ob-ShareBar-toggle--show js-ob-ShareBar-toggle"></span>
</div>
</div>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/sharebar.js?v2.35.0.0"></script>
<script>
var postTitle = "289"
socialShare(document.querySelector('.ob-ShareBar-share--facebook'), postTitle)
socialShare(document.querySelector('.ob-ShareBar-share--twitter'), postTitle)
</script> <!-- Init Facebook script -->
<div id="fb-root"></div>
<div class="ads ads-728x90">
<div id='_3b42816'><script>
try {
if (!window.__3b42816) {
window.__3b42816 = true;
googletag.cmd.push(function() { googletag.display('_3b42816'); });
}
} catch(e) {}
</script></div> </div>
<div id="global">
<div id="ln_0" class="ln">
<div id="cl_0_0" class="cl">
<div class="column_content">
<div class="header">
<div id="top">
<h1 class="title">
<a href="http://lesitedontvousetesleheros.overblog.com" class="topLien" title="Lecture des livres dont vous êtes le héros">Le Site dont vous êtes le Héros</a>
</h1>
<p class="description">Lecture des livres dont vous êtes le héros</p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="ln_1" class="ln">
<div id="cl_1_0" class="cl">
<div class="column_content">
<div>
<!-- Title -->
<!-- list posts -->
<article>
<div class="article">
<div class="option beforeArticle">
<div class="date">
Publié le
<time datetime="2016-04-07T11:23:49+02:00">7 Avril 2016</time>
</div>
<span class="tags">
</span>
</div>
<div class="divTitreArticle">
<h2 class="post-title">
<a href="http://lesitedontvousetesleheros.overblog.com/2016/04/289.html" class="titreArticle" title="Vous vous engouffrez dans un étroit passage mal éclairé. Vous vous apprêtez à ôter les vêtements qui préservent votre anonymat, pour dévoiler la tenue dans laquelle vous pourchassez le Crime. Des plaintes apeurées et des menaces sourdes attirent votre...">
289
</a>
</h2>
</div>
<div class="contenuArticle">
<div class="ob-sections">
<div class="ob-section ob-section-text">
<div class="ob-text">
<p>Vous vous engouffrez dans un étroit passage mal éclairé. Vous vous apprêtez à ôter les vêtements qui préservent votre anonymat, pour dévoiler la tenue dans laquelle vous pourchassez le Crime. Des plaintes apeurées et des menaces sourdes attirent votre attention. Deux voyous tentent de dérober le sac d'une vieille dame qui se débat faiblement.</p><p><a href="http://www.lesitedontvousetesleheros.fr/2016/04/393.html">Allez-vous empêcher les deux malfaiteurs de la détrousser, au risque de dévoiler votre identité secrète</a></p><p><a href="http://www.lesitedontvousetesleheros.fr/2016/04/288.html">ou préférez-vous vous changer rapidement et vous précipiter au musée, sans prendre parti dans cette agression ?</a></p>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
<!-- Share buttons + comments -->
<div class="afterArticle">
<div class="clear"></div>
<!-- Pagination -->
<div class="pagination clearfix">
<a href="http://lesitedontvousetesleheros.overblog.com/2016/04/288.html" title="288" class="previous">← 288</a>
<a href="http://lesitedontvousetesleheros.overblog.com/2016/04/290.html" title="290" class="next">290 →</a>
</div>
<!-- Comments -->
</div>
</article>
</div>
<div class="ads ads-600x250 clearfix">
<div id='_8cc36f1'><script>
try {
if (!window.__8cc36f1) {
window.__8cc36f1 = true;
googletag.cmd.push(function() { googletag.display('_8cc36f1'); });
}
} catch(e) {}
</script></div> <div id='_224e563'><script>
try {
if (!window.__224e563) {
window.__224e563 = true;
googletag.cmd.push(function() { googletag.display('_224e563'); });
}
} catch(e) {}
</script></div> </div>
<!-- Pagination -->
</div>
</div>
<div id="cl_1_1" class="cl">
<div class="column_content">
<div class="box freeModule">
<div class="box-titre">
<h3><span></span></h3>
</div>
<div class="box-content">
<div><script src="http://h1.flashvortex.com/display.php?id=2_1391984427_52721_435_0_468_60_8_1_13" type="text/javascript"></script></div>
</div>
</div>
<!-- Search -->
<div class="ads ads-300">
<div id='_2cb08c0'><script>
try {
if (!window.__2cb08c0) {
window.__2cb08c0 = true;
googletag.cmd.push(function() { googletag.display('_2cb08c0'); });
}
} catch(e) {}
</script></div> </div>
<!-- Navigation -->
<div class="box blogroll">
<div class="box-titre">
<h3>
<span>Liens</span>
</h3>
</div>
<div class="box-content">
<ul class="list">
<li>
<a href="http://www.lesitedontvousetesleheros.fr/liste-des-series" target="_blank">
LISTE DES SERIES
</a>
</li>
<li>
<a href="http://www.lesitedontvousetesleheros.fr/2017/02/autres-livres-dont-vous-etes-le-heros-chez-divers-editeurs.html" target="_blank">
AUTRES LIVRES DONT VOUS ETES LE HEROS
</a>
</li>
</ul>
</div>
</div>
<p class="credits">
Hébergé par <a href="http://www.over-blog.com" target="_blank">Overblog</a>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="http://assets.over-blog-kiwi.com/themes/jquery/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script>
$(document).ready(function() {
// Fancybox
$(".ob-section-images a, .ob-link-img").attr("rel", "fancybox");
$("a[rel=fancybox]").fancybox({
'overlayShow' : true,
'transitionIn' : 'fadin',
'transitionOut' : 'fadin',
'type' : 'image'
});
});
// Twitter share + tweets
!function(d,s,id){
var js, fjs = d.getElementsByTagName(s)[0];
if(!d.getElementById(id)){
js = d.createElement(s);
js.id = id;
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js,fjs);
}
}(document,"script","twitter-wjs");
// Google + button
window.___gcfg = {lang: 'fr'};
(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>
<script src="//assets.over-blog-kiwi.com/b/blog/bundles/overblogblogblog/js/print.js?v2.35.0.0"></script>
<script>
var postTitle = "289"
printPost(postTitle)
</script>
<div class="ob-footer" id="legals" >
<ul>
<li class="ob-footer-item"><a href="https://www.over-blog.com/" target="_blank">Créer un blog gratuit sur Overblog</a></li>
<li class="ob-footer-item"><a href="/top">Top articles</a></li>
<li class="ob-footer-item"><a href="/contact">Contact</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/abuse/245297"> Signaler un abus </a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/terms-of-use" target="_blank">C.G.U.</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/earn-money.html" target="_blank">Rémunération en droits d'auteur</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/features/premium.html" target="_blank">Offre Premium</a></li>
<li class="ob-footer-item"><a href="https://www.over-blog.com/cookies" target="_blank">Cookies et données personnelles</a></li>
</ul>
</div>
<div id='_dffd964'><script>
googletag.cmd.push(function() { googletag.display('_dffd964'); });
</script></div><div id='_1117e8c'><script>
googletag.cmd.push(function() { googletag.display('_1117e8c'); });
</script></div>
<!-- End Google Tag Manager -->
<script>
dataLayer = [{
'category' : 'Literature, Comics & Poetry',
'rating' : 'BS',
'unused' : 'Yes',
'adult' : 'No',
'pda' : 'No',
'hasAds' : 'Yes',
'lang' : 'fr',
'adblock' : '__ads_loaded__' in window ? 'No' : 'Yes'
}];
</script>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-KJ6B85"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
googletag.cmd.push(function() {
(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!='dataLayer'?'&l='+l:'';
j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KJ6B85');
});
</script>
<!-- Begin comScore Tag -->
<script>
var _comscore = _comscore || [];
_comscore.push({ c1: "2", c2: "6035191" });
(function() {
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
el.parentNode.insertBefore(s, el);
})();
</script>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=6035191&cv=2.0&cj=1" />
</noscript>
<!-- End comScore Tag -->
<!-- Begin Mediamétrie Tag -->
<script>
function _eStat_Whap_loaded_func(){
eStatWhap.serial("800000207013");
eStatWhap.send();
}
(function() {
var myscript = document.createElement('script');
myscript.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'w.estat.com/js/whap.js';
myscript.setAttribute('async', 'true');
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(myscript, s);
})();
</script>
<!-- End Mediamétrie Tag -->
<script>
(function() {
var alreadyAccept = getCookie('wbCookieNotifier');
if(alreadyAccept != 1) showWbCookieNotifier();
window.closeWbCookieNotifier = function() {
setCookie('wbCookieNotifier', 1, 730);
window.document.getElementById("ob-cookies").style.display = "none";
}
function showWbCookieNotifier(){
var el = document.createElement("div");
var bo = document.body;
el.id = "ob-cookies";
el.className = "__wads_no_click ob-cookies";
var p = document.createElement("p");
p.className = "ob-cookies-content";
p.innerHTML = "En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services, d'outils d'analyse et l’affichage de publicités pertinentes. <a class='ob-cookies-link' href='https://www.over-blog.com/cookies' target='_blank'>En savoir plus et agir</a> sur les cookies. <span class='ob-cookies-button' onclick='closeWbCookieNotifier()'>J'accepte</span>"
document.body.appendChild(el); el.appendChild(p);
window.wbCookieNotifier = el;
}
function setCookie(e,t,n,d){var r=new Date;r.setDate(r.getDate()+n);var i=escape(t)+(n==null?"":"; expires="+r.toUTCString())+(d==null?"":"; domain="+d)+";path=/";document.cookie=e+"="+i}
function getCookie(e){var t,n,r,i=document.cookie.split(";");for(t=0;t<i.length;t++){n=i[t].substr(0,i[t].indexOf("="));r=i[t].substr(i[t].indexOf("=")+1);n=n.replace(/^\s+|\s+$/g,"");if(n==e){return unescape(r)}}}
})();
</script>
</body>
</html>
| czuger/haute_tension | work/raw_data/superpouvoirs_nuit_meteore/c557ed5e2b130a9e6f61d194606f0c5bfb88c67dc9840cbc45fb9e299b4a5071.html | HTML | mit | 66,142 |
<!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>120-56-9.smi.png.html</title>
</head>
<body>ID120-56-9<br/>
<img border="0" src="120-56-9.smi.png" alt="120-56-9.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>120-56-9</td><td>6073</td><td>C20H22O6</td><td>358.3851</td><td>9611</td><td>78786</td><td>29611</td><td>3468</td><td>Ethanol, 2,2'-[1,2-ethanediylbis(oxy)]bis-, dibenzoate</td><td></td><td>120-56-9</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C20H22O6</td><td>358.3851</td><td>defined organic</td><td>parent</td><td>ethane-1,2-diylbis(oxyethane-2,1-diyl) dibenzoate</td><td>O=C(OCCOCCOCCOC(=O)c1ccccc1)c2ccccc2</td><td>O=C(OCCOCCOCCOC(=O)c1ccccc1)c2ccccc2</td><td>20080429</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 03:57:58 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/120-56-9.smi.png.html | HTML | mit | 1,693 |
<!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="./30755160e299218818f34a6de9ddcf050a22d1f616c4dac0c082a2e1b92bc97b.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/f34479dd50b3a2c611e3509fb4a06ea1fa6282393e1b9c26bbe449f6184da3ed.html | HTML | mit | 550 |
<!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">
<title>Editor example - Join tables - link table</title>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/buttons/1.2.4/css/buttons.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/select/1.2.1/css/select.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="../../css/editor.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
<style type="text/css" class="init">
</style>
<script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.12.4.js">
</script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js">
</script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/buttons/1.2.4/js/dataTables.buttons.min.js">
</script>
<script type="text/javascript" language="javascript" src="https://cdn.datatables.net/select/1.2.1/js/dataTables.select.min.js">
</script>
<script type="text/javascript" language="javascript" src="../../js/dataTables.editor.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>
<script type="text/javascript" language="javascript" src="../resources/editor-demo.js">
</script>
<script type="text/javascript" language="javascript" class="init">
var editor; // use a global for the submit and return data rendering in the examples
$(document).ready(function() {
editor = new $.fn.dataTable.Editor( {
ajax: "../php/joinLinkTable.php",
table: "#example",
fields: [ {
label: "First name:",
name: "users.first_name"
}, {
label: "Last name:",
name: "users.last_name"
}, {
label: "Site:",
name: "users.site",
type: "select"
}, {
label: "Department:",
name: "user_dept.dept_id",
type: "select"
}
]
} );
$('#example').DataTable( {
dom: "Bfrtip",
ajax: {
url: "../php/joinLinkTable.php",
type: 'POST'
},
columns: [
{ data: "users.first_name" },
{ data: "users.last_name" },
{ data: "sites.name" },
{ data: "dept.name" }
],
select: true,
buttons: [
{ extend: "create", editor: editor },
{ extend: "edit", editor: editor },
{ extend: "remove", editor: editor }
]
} );
} );
</script>
</head>
<body class="dt-example">
<div class="container">
<section>
<h1>Editor example <span>Join tables - link table</span></h1>
<div class="info">
<p>Data in relational databases is often stored over multiple tables, partitioned by the data type and then joined together using SQL JOIN queries. In one form of
joined table, a 'link' table is used linking records between two different types of data.</p>
<p>In this example, which extends the <a href="../simple/join.html">simple join example</a>, the <code>users</code> and <code>dept</code> tables are linked by the
<code>user_dept</code> table. When the data is read, we read from all three tables (plus the <code>sites</code> table to show multiple joins working together). The
returned data structure for each row in this example is:</p>
<pre><code class="multiline language-js">{
"DT_RowId": "row_1",
"users": {
"first_name": "Quynn",
"last_name": "Contreras",
"site": "1"
},
"sites": {
"name": "Edinburgh"
},
"user_dept": {
"dept_id": "1"
},
"dept": {
"name": "IT"
}
}
</code></pre>
<p>For editing we want to write to three <code>users</code> fields and the <code>user_dept</code> field. The Editor instance is configured with these four fields
using the <a href="//editor.datatables.net/reference/option/fields.name"><code class="option" title="Editor initialisation option">fields.name</code></a> option
and the Editor server-side libraries preform the required SQL operations for us on create, edit and delete.</p>
<p>See the join documentation (<a href="http://editor.datatables.net/manual/php/joins">PHP</a> | <a href="http://editor.datatables.net/manual/net/joins">.NET</a>)
for further information about joins with Editor's framework libraries.</p>
</div>
<div class="demo-html"></div>
<table id="example" class="display" cellspacing="0" width="100%">
<thead>
<tr>
<th>First name</th>
<th>Last name</th>
<th>Location</th>
<th>Department</th>
</tr>
</thead>
<tfoot>
<tr>
<th>First name</th>
<th>Last name</th>
<th>Location</th>
<th>Department</th>
</tr>
</tfoot>
</table>
<ul class="tabs">
<li class="active">Javascript</li>
<li>HTML</li>
<li>CSS</li>
<li>Ajax</li>
<li>Server-side script</li>
</ul>
<div class="tabs">
<div class="js">
<p>The Javascript shown below is used to initialise the table shown in this example:</p><code class="multiline language-js">var editor; // use a global for the submit and return data rendering in the examples
$(document).ready(function() {
editor = new $.fn.dataTable.Editor( {
ajax: "../php/joinLinkTable.php",
table: "#example",
fields: [ {
label: "First name:",
name: "users.first_name"
}, {
label: "Last name:",
name: "users.last_name"
}, {
label: "Site:",
name: "users.site",
type: "select"
}, {
label: "Department:",
name: "user_dept.dept_id",
type: "select"
}
]
} );
$('#example').DataTable( {
dom: "Bfrtip",
ajax: {
url: "../php/joinLinkTable.php",
type: 'POST'
},
columns: [
{ data: "users.first_name" },
{ data: "users.last_name" },
{ data: "sites.name" },
{ data: "dept.name" }
],
select: true,
buttons: [
{ extend: "create", editor: editor },
{ extend: "edit", editor: editor },
{ extend: "remove", editor: editor }
]
} );
} );</code>
<p>In addition to the above code, the following Javascript library files are loaded for use in this example:</p>
<ul>
<li>
<a href="//code.jquery.com/jquery-1.12.4.js">//code.jquery.com/jquery-1.12.4.js</a>
</li>
<li>
<a href="https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js">https://cdn.datatables.net/1.10.13/js/jquery.dataTables.min.js</a>
</li>
<li>
<a href=
"https://cdn.datatables.net/buttons/1.2.4/js/dataTables.buttons.min.js">https://cdn.datatables.net/buttons/1.2.4/js/dataTables.buttons.min.js</a>
</li>
<li>
<a href="https://cdn.datatables.net/select/1.2.1/js/dataTables.select.min.js">https://cdn.datatables.net/select/1.2.1/js/dataTables.select.min.js</a>
</li>
<li>
<a href="../../js/dataTables.editor.min.js">../../js/dataTables.editor.min.js</a>
</li>
</ul>
</div>
<div class="table">
<p>The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables:</p>
</div>
<div class="css">
<div>
<p>This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in order to correctly display the table. The
additional CSS used is shown below:</p><code class="multiline language-css"></code>
</div>
<p>The following CSS library files are loaded for use in this example to provide the styling of the table:</p>
<ul>
<li>
<a href="https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css">https://cdn.datatables.net/1.10.13/css/jquery.dataTables.min.css</a>
</li>
<li>
<a href=
"https://cdn.datatables.net/buttons/1.2.4/css/buttons.dataTables.min.css">https://cdn.datatables.net/buttons/1.2.4/css/buttons.dataTables.min.css</a>
</li>
<li>
<a href=
"https://cdn.datatables.net/select/1.2.1/css/select.dataTables.min.css">https://cdn.datatables.net/select/1.2.1/css/select.dataTables.min.css</a>
</li>
<li>
<a href="../../css/editor.dataTables.min.css">../../css/editor.dataTables.min.css</a>
</li>
</ul>
</div>
<div class="ajax">
<p>This table loads data by Ajax. The latest data that has been loaded is shown below. This data will update automatically as any additional data is
loaded.</p>
</div>
<div class="php">
<p>The script used to perform the server-side processing for this table is shown below. Please note that this is just an example script using PHP. Server-side
processing scripts can be written in any language, using <a href="//datatables.net/manual/server-side">the protocol described in the DataTables
documentation</a>.</p>
</div>
</div>
</section>
</div>
<section>
<div class="footer">
<div class="gradient"></div>
<div class="liner">
<h2>Other examples</h2>
<div class="toc">
<div class="toc-group">
<h3><a href="../simple/index.html">Simple initialisation</a></h3>
<ul class="toc">
<li>
<a href="../simple/simple.html">Basic initialisation</a>
</li>
<li>
<a href="../simple/multiRow.html">Multi-row editing</a>
</li>
<li>
<a href="../simple/fieldTypes.html">Field types</a>
</li>
<li>
<a href="../simple/fieldDefaults.html">Setting defaults</a>
</li>
<li>
<a href="../simple/noAjax.html">Local table editing</a>
</li>
<li>
<a href="../simple/i18n.html">Internationalisation</a>
</li>
<li>
<a href="../simple/inTableControls.html">In table form controls</a>
</li>
<li>
<a href="../simple/server-side-processing.html">Server-side processing</a>
</li>
<li>
<a href="../simple/template.html">Custom form layout / templates</a>
</li>
<li>
<a href="../simple/join.html">Join tables - working with multiple SQL tables</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="./index.html">Advanced initialisation</a></h3>
<ul class="toc active">
<li>
<a href="./formOnlyData.html">Data shown only in the form</a>
</li>
<li>
<a href="./tableOnlyData.html">Data shown in table only</a>
</li>
<li>
<a href="./multiItem.html">Multi-item editing (rows, columns, cells)</a>
</li>
<li>
<a href="./REST.html">REST interface</a>
</li>
<li>
<a href="./deepObjects.html">Complex (nested) JSON data source</a>
</li>
<li>
<a href="./localstorage.html">Ajax override - using localStorage for the data source</a>
</li>
<li>
<a href="./jsonId.html">Row ID source specification</a>
</li>
<li>
<a href="./compoundKey.html">Compound database primary key</a>
</li>
<li>
<a href="./htmlTable.html">DOM sourced table</a>
</li>
<li>
<a href="./joinSelf.html">Join tables - self referencing join</a>
</li>
<li class="active">
<a href="./joinLinkTable.html">Join tables - link table</a>
</li>
<li>
<a href="./joinArray.html">Join tables - one-to-many join</a>
</li>
<li>
<a href="./upload.html">File upload</a>
</li>
<li>
<a href="./upload-many.html">File upload (many)</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../extensions/index.html">DataTables extensions</a></h3>
<ul class="toc">
<li>
<a href="../extensions/keyTable.html">Excel like keyboard navigation</a>
</li>
<li>
<a href="../extensions/autoFill.html">Excel like AutoFill feature</a>
</li>
<li>
<a href="../extensions/excel.html">AutoFill and KeyTable together</a>
</li>
<li>
<a href="../extensions/exportButtons.html">Export buttons</a>
</li>
<li>
<a href="../extensions/responsive.html">Responsive table extension</a>
</li>
<li>
<a href="../extensions/rowReorder.html">Row reordering</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../dates/index.html">Dates and time</a></h3>
<ul class="toc">
<li>
<a href="../dates/dates.html">Date picker</a>
</li>
<li>
<a href="../dates/formatting.html">Formatted dates</a>
</li>
<li>
<a href="../dates/datetime.html">Date and time input</a>
</li>
<li>
<a href="../dates/time.html">Time inputs</a>
</li>
<li>
<a href="../dates/time-increment.html">Time increment options</a>
</li>
<li>
<a href="../dates/options-min-max.html">Options - min and max dates</a>
</li>
<li>
<a href="../dates/options-week-numbers.html">Options - week numbers</a>
</li>
<li>
<a href="../dates/options-disable-days.html">Options - disable days</a>
</li>
<li>
<a href="../dates/i18n.html">Internationalisation</a>
</li>
<li>
<a href="../dates/jqueryui.html">jQuery UI DatePicker</a>
</li>
<li>
<a href="../dates/jqueryui-formatting.html">jQuery UI DatePicker with custom formatting</a>
</li>
<li>
<a href="../dates/html5.html">HTML5 date input</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../inline-editing/index.html">Inline editing</a></h3>
<ul class="toc">
<li>
<a href="../inline-editing/simple.html">Simple inline editing</a>
</li>
<li>
<a href="../inline-editing/tabControl.html">Tab between columns</a>
</li>
<li>
<a href="../inline-editing/options.html">Editing options - submit on blur</a>
</li>
<li>
<a href="../inline-editing/submitData.html">Editing options - submit full row data</a>
</li>
<li>
<a href="../inline-editing/submitButton.html">Inline editing with a submit button</a>
</li>
<li>
<a href="../inline-editing/editIcon.html">Edit icon</a>
</li>
<li>
<a href="../inline-editing/join.html">Joined tables</a>
</li>
<li>
<a href="../inline-editing/responsive.html">Responsive integration</a>
</li>
<li>
<a href="../inline-editing/columns.html">Selected columns only</a>
</li>
<li>
<a href="../inline-editing/fixedcolumns.html">FixedColumns integration</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../bubble-editing/index.html">Bubble editing</a></h3>
<ul class="toc">
<li>
<a href="../bubble-editing/simple.html">Simple bubble editing</a>
</li>
<li>
<a href="../bubble-editing/grouped.html">Multiple fields in a bubble</a>
</li>
<li>
<a href="../bubble-editing/options.html">Form control and display options</a>
</li>
<li>
<a href="../bubble-editing/defaultOptions.html">Default control and display options</a>
</li>
<li>
<a href="../bubble-editing/inTableControls.html">Bubble editing with in table row controls</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../api/index.html">API</a></h3>
<ul class="toc">
<li>
<a href="../api/dependentFields.html">Dependent fields</a>
</li>
<li>
<a href="../api/confirmClose.html">Events - unsaved changes close confirmation</a>
</li>
<li>
<a href="../api/clientValidation.html">Client-side validation</a>
</li>
<li>
<a href="../api/triggerButton.html">Customised control buttons</a>
</li>
<li>
<a href="../api/backNext.html">Previous / next editing buttons</a>
</li>
<li>
<a href="../api/cancelButton.html">Cancel button</a>
</li>
<li>
<a href="../api/checkbox.html">Always shown checkbox</a>
</li>
<li>
<a href="../api/duplicateButton.html">Duplicate button</a>
</li>
<li>
<a href="../api/removeMessage.html">Custom delete / remove message</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../standalone/index.html">Standalone</a></h3>
<ul class="toc">
<li>
<a href="../standalone/simple.html">Simple standalone editing</a>
</li>
<li>
<a href="../standalone/bubble.html">Bubble editing</a>
</li>
<li>
<a href="../standalone/inline.html">Inline editing</a>
</li>
<li>
<a href="../standalone/collection.html">Standalone collection editor</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../styling/index.html">Styling</a></h3>
<ul class="toc">
<li>
<a href="../styling/bootstrap.html">Bootstrap 3</a>
</li>
<li>
<a href="../styling/bootstrap4.html">Bootstrap 4</a>
</li>
<li>
<a href="../styling/foundation.html">Foundation</a>
</li>
<li>
<a href="../styling/semanticui.html">Semantic UI</a>
</li>
<li>
<a href="../styling/jqueryui.html">jQuery UI</a>
</li>
<li>
<a href="../styling/fieldDisplay.html">Field display styling options</a>
</li>
<li>
<a href="../styling/columns.html">Multi-column layout</a>
</li>
<li>
<a href="../styling/large.html">Large window layout</a>
</li>
<li>
<a href="../styling/stackedInputs.html">Stacked inputs</a>
</li>
<li>
<a href="../styling/envelope.html">Envelope display controller</a>
</li>
<li>
<a href="../styling/envelopeInTable.html">Envelope display with in table controls</a>
</li>
<li>
<a href="../styling/template.html">Custom form layout / templates</a>
</li>
</ul>
</div>
<div class="toc-group">
<h3><a href="../plug-ins/index.html">Plug-ins</a></h3>
<ul class="toc">
<li>
<a href="../plug-ins/fieldPlugin.html">Custom field type plug-ins</a>
</li>
<li>
<a href="../plug-ins/displayController.html">Custom display controller</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> | mangadul/ozone | application/libraries/EditorPHP/examples/advanced/joinLinkTable.html | HTML | mit | 19,809 |
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="SemiColonWeb" />
<!-- Stylesheets
============================================= -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<!-- External JavaScripts
============================================= -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<!-- Document Title
============================================= -->
<title>GFXFree.Net - All For WebMasters...Event - Single Left Sidebar | Canvas</title>
</head>
<body class="stretched">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="full-header">
<div id="header-wrap">
<div class="container clearfix">
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<!-- Logo
============================================= -->
<div id="logo">
<a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png"><img src="images/logo.png" alt="Canvas Logo"></a>
<a href="index.html" class="retina-logo" data-dark-logo="images/logo-dark@2x.png"><img src="images/logo@2x.png" alt="Canvas Logo"></a>
</div><!-- #logo end -->
<!-- Primary Navigation
============================================= -->
<nav id="primary-menu">
<ul>
<li><a href="index.html"><div>Home</div></a>
<ul>
<li><a href="index-corporate.html"><div>Home - Corporate</div></a>
<ul>
<li><a href="index-corporate.html"><div>Corporate - Layout 1</div></a></li>
<li><a href="index-corporate-2.html"><div>Corporate - Layout 2</div></a></li>
<li><a href="index-corporate-3.html"><div>Corporate - Layout 3</div></a></li>
<li><a href="index-corporate-4.html"><div>Corporate - Layout 4</div></a></li>
</ul>
</li>
<li><a href="index-portfolio.html"><div>Home - Portfolio</div></a>
<ul>
<li><a href="index-portfolio.html"><div>Portfolio - Layout 1</div></a></li>
<li><a href="index-portfolio-2.html"><div>Portfolio - Layout 2</div></a></li>
<li><a href="index-portfolio-3.html"><div>Portfolio - Masonry</div></a></li>
<li><a href="index-portfolio-4.html"><div>Portfolio - AJAX</div></a></li>
</ul>
</li>
<li><a href="index-blog.html"><div>Home - Blog</div></a>
<ul>
<li><a href="index-blog.html"><div>Blog - Layout 1</div></a></li>
<li><a href="index-blog-2.html"><div>Blog - Layout 2</div></a></li>
<li><a href="index-blog-3.html"><div>Blog - Layout 3</div></a></li>
</ul>
</li>
<li><a href="index-shop.html"><div>Home - Shop</div></a>
<ul>
<li><a href="index-shop.html"><div>Shop - Layout 1</div></a></li>
<li><a href="index-shop-2.html"><div>Shop - Layout 2</div></a></li>
</ul>
</li>
<li><a href="index-magazine.html"><div>Home - Magazine</div></a>
<ul>
<li><a href="index-magazine.html"><div>Magazine - Layout 1</div></a></li>
<li><a href="index-magazine-2.html"><div>Magazine - Layout 2</div></a></li>
<li><a href="index-magazine-3.html"><div>Magazine - Layout 3</div></a></li>
</ul>
</li>
<li><a href="landing.html"><div>Home - Landing Page</div></a>
<ul>
<li><a href="landing.html"><div>Landing Page - Layout 1</div></a></li>
<li><a href="landing-2.html"><div>Landing Page - Layout 2</div></a></li>
<li><a href="landing-3.html"><div>Landing Page - Layout 3</div></a></li>
<li><a href="landing-4.html"><div>Landing Page - Layout 4</div></a></li>
<li><a href="landing-5.html"><div>Landing Page - Layout 5</div></a></li>
</ul>
</li>
<li><a href="index-fullscreen-image.html"><div>Home - Full Screen</div></a>
<ul>
<li><a href="index-fullscreen-image.html"><div>Full Screen - Image</div></a></li>
<li><a href="index-fullscreen-slider.html"><div>Full Screen - Slider</div></a></li>
<li><a href="index-fullscreen-video.html"><div>Full Screen - Video</div></a></li>
</ul>
</li>
<li><a href="index-onepage.html"><div>Home - One Page</div></a>
<ul>
<li><a href="index-onepage.html"><div>One Page - Default</div></a></li>
<li><a href="index-onepage-2.html"><div>One Page - Submenu</div></a></li>
<li><a href="index-onepage-3.html"><div>One Page - Dots Style</div></a></li>
</ul>
</li>
<li><a href="index-wedding.html"><div>Home - Wedding</div></a></li>
<li><a href="index-restaurant.html"><div>Home - Restaurant</div></a></li>
<li><a href="index-events.html"><div>Home - Events</div></a></li>
<li><a href="index-parallax.html"><div>Home - Parallax</div></a></li>
<li><a href="index-app-showcase.html"><div>Home - App Showcase</div></a></li>
</ul>
</li>
<li class="current"><a href="#"><div>Features</div></a>
<ul>
<li><a href="#"><div><i class="icon-stack"></i>Sliders</div></a>
<ul>
<li><a href="slider-revolution.html"><div>Revolution Slider</div></a>
<ul>
<li><a href="slider-revolution.html"><div>Full Screen</div></a></li>
<li><a href="slider-revolution-fullwidth.html"><div>Full Width</div></a></li>
<li><a href="slider-revolution-kenburns.html"><div>Kenburns Effect</div></a></li>
<li><a href="slider-revolution-html5-videos.html"><div>HTML5 Video</div></a></li>
</ul>
</li>
<li><a href="slider-canvas.html"><div>Canvas Slider</div></a>
<ul>
<li><a href="slider-canvas.html"><div>Full Width</div></a></li>
<li><a href="slider-canvas-fade.html"><div>Fade Transition</div></a></li>
<li><a href="slider-canvas-autoplay.html"><div>Autoplay Feature</div></a></li>
<li><a href="slider-canvas-video-event.html"><div>Custom Video Event</div></a></li>
<li><a href="slider-canvas-pagination.html"><div>Pagination Navigation</div></a></li>
<li><a href="slider-canvas-3.html"><div>3 Columns</div></a></li>
<li><a href="slider-canvas-4.html"><div>4 Columns</div></a></li>
<li><a href="slider-canvas-5.html"><div>5 Columns</div></a></li>
</ul>
</li>
<li><a href="slider-flex.html"><div>Flex Slider</div></a>
<ul>
<li><a href="slider-flex.html"><div>Default Layout</div></a></li>
<li><a href="slider-flex-thumbs.html"><div>with Thumbs</div></a></li>
</ul>
</li>
<li><a href="slider-owl.html"><div>Owl Slider</div></a>
<ul>
<li><a href="slider-owl-full.html"><div>Full Width</div></a></li>
<li><a href="slider-owl.html"><div>Boxed Width</div></a></li>
<li><a href="slider-owl-videos.html"><div>Video Slider</div></a></li>
</ul>
</li>
<li><a href="static-parallax.html"><div>Static Media</div></a>
<ul>
<li><a href="static-parallax.html"><div>Static - Parallax</div></a></li>
<li><a href="static-image.html"><div>Static - Image</div></a></li>
<li><a href="static-thumbs-grid.html"><div>Static - Thumb Gallery</div></a></li>
<li><a href="static-html5-video.html"><div>Static - HTML5 Video</div></a></li>
<li><a href="static-embed-video.html"><div>Static - Embedded Video</div></a></li>
</ul>
</li>
<li><a href="slider-camera.html"><div>Camera Slider</div></a></li>
<li><a href="slider-elastic.html"><div>Elastic Slider</div></a></li>
<li><a href="slider-nivo.html"><div>Nivo Slider</div></a></li>
</ul>
</li>
<li><a href="#"><div><i class="icon-gift"></i>Widgets</div></a>
<ul>
<li><a href="#"><div>Links</div></a></li>
<li><a href="#"><div>Flickr Photostream</div></a></li>
<li><a href="#"><div>Dribbble Shots</div></a></li>
<li><a href="#"><div>Instagram Feed</div></a></li>
<li><a href="#"><div>Posts List</div></a></li>
<li><a href="#"><div>Twitter Feed</div></a></li>
<li><a href="#"><div>Tabbed Widgets</div></a></li>
<li><a href="#"><div>Carousel</div></a></li>
<li><a href="#"><div>Subscribers</div></a></li>
<li><a href="#"><div>Social Icons</div></a></li>
<li><a href="#"><div>Testimonials</div></a></li>
<li><a href="#"><div>Quick Contact</div></a></li>
<li><a href="#"><div>Tags Cloud</div></a></li>
<li><a href="#"><div>Video Embeds</div></a></li>
<li><a href="#"><div>Raw Text/HTML</div></a></li>
</ul>
</li>
<li><a href="#"><div><i class="icon-umbrella"></i>Headers</div></a>
<ul>
<li><a href="header-light.html"><div>Light Version</div></a></li>
<li><a href="header-dark.html"><div>Dark Version</div></a></li>
<li><a href="header-transparent.html"><div>Transparent</div></a></li>
<li><a href="header-semi-transparent.html"><div>Semi Transparent</div></a>
<ul>
<li><a href="header-semi-transparent.html"><div>Light Version</div></a></li>
<li><a href="header-semi-transparent-dark.html"><div>Dark Version</div></a></li>
</ul>
</li>
<li><a href="header-side-left.html"><div>Left Side Header</div></a>
<ul>
<li><a href="header-side-left.html"><div>Fixed Position</div></a></li>
<li><a href="header-side-left-open.html"><div>OnClick Open</div></a></li>
<li><a href="header-side-left-open-push.html"><div>Push Content</div></a></li>
</ul>
</li>
<li><a href="header-side-right.html"><div>Right Side Header</div></a>
<ul>
<li><a href="header-side-right.html"><div>Fixed Position</div></a></li>
<li><a href="header-side-right-open.html"><div>OnClick Open</div></a></li>
<li><a href="header-side-right-open-push.html"><div>Push Content</div></a></li>
</ul>
</li>
<li><a href="header-floating.html"><div>Floating Version</div></a></li>
<li><a href="static-sticky.html"><div>Static Sticky</div></a></li>
<li><a href="responsive-sticky.html"><div>Responsive Sticky</div></a></li>
</ul>
</li>
<li><a href="side-panel.html"><div><i class="icon-line-layout"></i>Side Panel</div></a></li>
<li><a href="#"><div><i class="icon-align-justify2"></i>Menu Styles</div></a>
<ul>
<li><a href="header-light.html"><div>Menu - Style 1</div></a></li>
<li><a href="menu-2.html"><div>Menu - Style 2</div></a></li>
<li><a href="menu-3.html"><div>Menu - Style 3</div></a></li>
<li><a href="menu-4.html"><div>Menu - Style 4</div></a></li>
<li><a href="menu-5.html"><div>Menu - Style 5</div></a></li>
<li><a href="menu-6.html"><div>Menu - Style 6</div></a></li>
<li><a href="menu-7.html"><div>Menu - Style 7</div></a></li>
<li><a href="menu-8.html"><div>Menu - Style 8</div></a></li>
<li><a href="menu-9.html"><div>Menu - Style 9</div></a></li>
<li><a href="menu-10.html"><div>Menu - Overlay</div></a></li>
</ul>
</li>
<li><a href="#"><div><i class="icon-ok-sign"></i>Page Titles</div></a>
<ul>
<li><a href="page.html"><div>Left Align</div></a></li>
<li><a href="page-title-right.html"><div>Right Align</div></a></li>
<li><a href="page-title-center.html"><div>Center Align</div></a></li>
<li><a href="page-titledark.html"><div>Dark Style</div></a></li>
<li><a href="page-title-pattern.html"><div>Pattern Background</div></a></li>
<li><a href="page-title-parallax.html"><div>Parallax Background</div></a>
<ul>
<li><a href="page-title-parallax.html"><div>Default Header</div></a></li>
<li><a href="page-title-parallax-header.html"><div>Transparent Header</div></a></li>
</ul>
</li>
<li><a href="page-title-video.html"><div>HTML5 Video</div></a></li>
<li><a href="page-title-nobg.html"><div>No Background</div></a></li>
<li><a href="page-title-mini.html"><div>Mini Version</div></a></li>
</ul>
</li>
<li><a href="contact.html"><div><i class="icon-envelope-alt"></i>Contact Pages</div></a>
<ul>
<li><a href="contact.html">Contact 1</a></li>
<li><a href="contact-2.html">Contact 2</a></li>
<li><a href="contact-3.html">Contact 3</a></li>
<li><a href="contact-4.html">Contact 4</a></li>
<li><a href="contact-5.html">Contact 5</a></li>
<li><a href="contact-6.html">Contact 6</a></li>
<li><a href="contact-7.html">Contact 7</a></li>
</ul>
</li>
<li><a href="coming-soon.html"><div><i class="icon-time"></i>Coming Soon</div></a>
<ul>
<li><a href="coming-soon.html"><div>Simple Layout</div></a></li>
<li><a href="coming-soon-2.html"><div>Parallax Image</div></a></li>
<li><a href="coming-soon-3.html"><div>HTML5 Video</div></a></li>
</ul>
</li>
<li><a href="#"><div><i class="icon-adjust"></i>Dark Version</div></a></li>
<li><a href="#"><div><i class="icon-calendar3"></i>Events</div></a>
<ul>
<li><a href="events-calendar.html"><div>Full Width Calendar</div></a></li>
<li><a href="events-list.html"><div>Events List</div></a>
<ul>
<li><a href="events-list.html"><div>Right Sidebar</div></a></li>
<li><a href="events-list-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="events-list-both-sidebar.html"><div>Both Sidebar</div></a></li>
<li><a href="events-list-fullwidth.html"><div>Full Width</div></a></li>
<li><a href="events-list-parallax.html"><div>Parallax List</div></a></li>
</ul>
</li>
<li><a href="event-single.html"><div>Single Event</div></a>
<ul>
<li><a href="event-single-right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="event-single-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="event-single-both-sidebar.html"><div>Both Sidebar</div></a></li>
<li><a href="event-single.html"><div>Full Width</div></a></li>
</ul>
</li>
<li><a href="event-single-full-width-image.html"><div>Single Event - Full</div></a>
<ul>
<li><a href="event-single-full-width-image.html"><div>Parallax Image</div></a></li>
<li><a href="event-single-full-width-map.html"><div>Google Map</div></a></li>
<li><a href="event-single-full-width-slider.html"><div>Slider Gallery</div></a></li>
<li><a href="event-single-full-width-video.html"><div>HTML5 Video</div></a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#footer" data-scrollto="#footer"><div><i class="icon-th"></i>Footers</div></a>
<ul>
<li><a href="#footer" data-scrollto="#footer"><div>Footer - Layout 1</div></a></li>
<li><a href="footer-2.html#footer"><div>Footer - Layout 2</div></a></li>
<li><a href="footer-3.html#footer"><div>Footer - Layout 3</div></a></li>
<li><a href="footer-4.html#footer"><div>Footer - Layout 4</div></a></li>
<li><a href="footer-5.html#footer"><div>Footer - Layout 5</div></a></li>
<li><a href="footer-6.html#footer"><div>Footer - Layout 6</div></a></li>
</ul>
</li>
</ul>
</li>
<li class="mega-menu"><a href="#"><div>Pages</div></a>
<div class="mega-menu-content style-2 col-4 clearfix">
<ul>
<li class="mega-menu-title"><a href="#"><div>Introduction</div></a>
<ul>
<li><a href="about.html"><div>About Us</div></a></li>
<li><a href="about-2.html"><div>About Us - Layout 2</div></a></li>
<li><a href="about-me.html"><div>About Me</div></a></li>
<li><a href="team.html"><div>Team Members</div></a></li>
<li><a href="jobs.html"><div>Careers</div></a></li>
<li><a href="side-navigation.html"><div>Side Navigation</div></a></li>
<li><a href="page-submenu.html"><div>Page Submenu</div></a></li>
<li><a href="sitemap.html"><div>Sitemap</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Utility</div></a>
<ul>
<li><a href="services.html"><div>Services - Layout 1</div></a></li>
<li><a href="services-2.html"><div>Services - Layout 2</div></a></li>
<li><a href="services-3.html"><div>Services - Layout 3</div></a></li>
<li><a href="faqs.html"><div>FAQs - Layout 1</div></a></li>
<li><a href="faqs-2.html"><div>FAQs - Layout 2</div></a></li>
<li><a href="faqs-3.html"><div>FAQs - Layout 3</div></a></li>
<li><a href="faqs-4.html"><div>FAQs - Layout 4</div></a></li>
<li><a href="maintenance.html"><div>Maintenance Page</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Layout Grids</div></a>
<ul>
<li><a href="full-width.html"><div>Full Width</div></a></li>
<li><a href="full-width-wide.html"><div>Full Width - Wide</div></a></li>
<li><a href="right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="both-sidebar.html"><div>Both Sidebar</div></a></li>
<li><a href="both-right-sidebar.html"><div>Both Right Sidebar</div></a></li>
<li><a href="both-left-sidebar.html"><div>Both Left Sidebar</div></a></li>
<li><a href="blank-page.html"><div>Blank Page</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Miscellaneous</div></a>
<ul>
<li><a href="login-register.html"><div>Login/Register</div></a></li>
<li><a href="login-register-2.html"><div>Login/Register - Style 2</div></a></li>
<li><a href="login-register-3.html"><div>Login/Register - Style 3</div></a></li>
<li><a href="login-1.html"><div>Login - Style 1</div></a></li>
<li><a href="login-2.html"><div>Login - Style 2</div></a></li>
<li><a href="404.html"><div>404 - Simple Layout</div></a></li>
<li><a href="404-2.html"><div>404 - Parallax Image</div></a></li>
<li><a href="404-3.html"><div>404 - HTML5 Video</div></a></li>
</ul>
</li>
</ul>
</div>
</li>
<li class="mega-menu"><a href="#"><div>Portfolio</div></a>
<div class="mega-menu-content style-2 col-5 clearfix">
<ul>
<li class="mega-menu-title"><a href="#"><div>Grids</div></a>
<ul>
<li><a href="portfolio-1.html"><div>1 Column</div></a></li>
<li><a href="portfolio-2.html"><div>2 Columns</div></a></li>
<li><a href="portfolio-3.html"><div>3 Columns</div></a></li>
<li><a href="portfolio.html"><div>4 Columns</div></a></li>
<li><a href="portfolio-5.html"><div>5 Columns</div></a></li>
<li><a href="portfolio-6.html"><div>6 Columns</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Masonry</div></a>
<ul>
<li><a href="portfolio-mixed-masonry.html"><div>Mixed Columns</div></a></li>
<li><a href="portfolio-2-masonry.html"><div>2 Columns</div></a></li>
<li><a href="portfolio-3-masonry.html"><div>3 Columns</div></a></li>
<li><a href="portfolio-masonry.html"><div>4 Columns</div></a></li>
<li><a href="portfolio-5-masonry.html"><div>5 Columns</div></a></li>
<li><a href="portfolio-6-masonry.html"><div>6 Columns</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Loading Styles</div></a>
<ul>
<li><a href="portfolio.html"><div>jQuery Filter</div></a></li>
<li><a href="portfolio-pagination.html"><div>Pagination</div></a></li>
<li><a href="portfolio-jpagination.html"><div>jQuery Pagination</div></a></li>
<li><a href="portfolio-infinity-scroll.html"><div>Infinity Scroll</div></a></li>
<li><a href="portfolio-ajax.html"><div>AJAX In Page</div></a></li>
<li><a href="portfolio-ajax-in-modal.html"><div>AJAX In Modal</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Single Project</div></a>
<ul>
<li><a href="portfolio-single-extended.html"><div>Extended Item</div></a></li>
<li><a href="portfolio-single-fullwidth.html"><div>Parallax Image</div></a></li>
<li><a href="portfolio-single-gallery-full.html"><div>Slider Gallery</div></a></li>
<li><a href="portfolio-single-video-fullwidth-left-sidebar.html"><div>HTML5 Video</div></a></li>
<li><a href="portfolio-single-thumbs-right-sidebar.html"><div>Masonry Thumbs</div></a></li>
<li><a href="portfolio-single-video-both-sidebar.html"><div>Embed Video</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Layouts</div></a>
<ul>
<li><a href="portfolio-nomargin.html"><div>Default</div></a></li>
<li><a href="portfolio-1-alt-right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="portfolio-3-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="portfolio-2-both-sidebar.html"><div>Both Sidebar</div></a></li>
<li><a href="portfolio-fullwidth-notitle.html"><div>100% Width</div></a></li>
<li><a href="portfolio-parallax.html"><div>Parallax</div></a></li>
</ul>
</li>
</ul>
</div>
</li>
<li class="mega-menu"><a href="#"><div>Blog</div></a>
<div class="mega-menu-content style-2 col-4 clearfix">
<ul>
<li class="mega-menu-title"><a href="#"><div>Default</div></a>
<ul>
<li><a href="blog.html"><div>Right Sidebar</div></a></li>
<li><a href="blog-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="blog-both-sidebar.html"><div>Both Sidebar</div></a></li>
<li><a href="blog-full-width.html"><div>Full Width</div></a></li>
</ul>
</li>
<li class="mega-menu-title"><a href="#"><div>Timeline</div></a>
<ul>
<li><a href="blog-timeline-right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="blog-timeline-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="blog-timeline.html"><div>Full Width</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Masonry</div></a>
<ul>
<li><a href="blog-masonry.html"><div>4 Columns</div></a></li>
<li><a href="blog-masonry-3.html"><div>3 Columns</div></a></li>
<li><a href="blog-masonry-2.html"><div>2 Columns</div></a></li>
<li><a href="blog-masonry-full.html"><div>100% Width</div></a></li>
</ul>
</li>
<li class="mega-menu-title"><a href="#"><div>Grid</div></a>
<ul>
<li><a href="blog-grid.html"><div>4 Columns</div></a></li>
<li><a href="blog-grid-3.html"><div>3 Columns</div></a></li>
<li><a href="blog-grid-2.html"><div>2 Columns</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Small Thumbs</div></a>
<ul>
<li><a href="blog-small-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="blog-small.html"><div>Right Sidebar</div></a></li>
<li><a href="blog-small-both-sidebar.html"><div>Both Sidebar</div></a></li>
<li><a href="blog-small-full-width.html"><div>Full Width</div></a></li>
<li><a href="blog-small-alt.html"><div>Alternate Layout</div></a></li>
</ul>
</li>
<li class="mega-menu-title"><a href="#"><div>Item Splitting</div></a>
<ul>
<li><a href="blog-grid.html"><div>Pagination</div></a></li>
<li><a href="blog-masonry.html"><div>Infinite Scroll</div></a></li>
</ul>
</li>
</ul>
<ul>
<li class="mega-menu-title"><a href="#"><div>Single</div></a>
<ul>
<li><a href="blog-single.html"><div>Default Layout</div></a></li>
<li><a href="blog-single-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="blog-single-full.html"><div>Full Width</div></a></li>
<li><a href="blog-single-small.html"><div>Small Image</div></a></li>
<li><a href="blog-single-split-right-sidebar.html"><div>Split Layout</div></a></li>
</ul>
</li>
<li class="mega-menu-title"><a href="#"><div>Comments Module</div></a>
<ul>
<li><a href="blog-single-left-sidebar.html#comments"><div>Facebook Comments</div></a></li>
<li><a href="blog-single-small.html#comments"><div>Disqus Comments</div></a></li>
</ul>
</li>
</ul>
</div>
</li>
<li><a href="shop.html"><div>Shop</div></a>
<ul>
<li><a href="shop.html"><div>4 Columns</div></a></li>
<li><a href="shop-3.html"><div>3 Columns</div></a>
<ul>
<li><a href="shop-3.html"><div>Full Width</div></a></li>
<li><a href="shop-3-right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="shop-3-left-sidebar.html"><div>Left Sidebar</div></a></li>
</ul>
</li>
<li><a href="shop-2.html"><div>2 Columns</div></a>
<ul>
<li><a href="shop-2-right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="shop-2-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="shop-2-both-sidebar.html"><div>Both Sidebar</div></a></li>
</ul>
</li>
<li><a href="shop-1.html"><div>1 Columns</div></a>
<ul>
<li><a href="shop-1.html"><div>Full Width</div></a></li>
<li><a href="shop-1-right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="shop-1-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="shop-1-both-sidebar.html"><div>Both Sidebar</div></a></li>
</ul>
</li>
<li><a href="shop-category-parallax.html"><div>Categories - Parallax</div></a></li>
<li><a href="shop-single.html"><div>Single Product</div></a>
<ul>
<li><a href="shop-single.html"><div>Full Width</div></a></li>
<li><a href="shop-single-right-sidebar.html"><div>Right Sidebar</div></a></li>
<li><a href="shop-single-left-sidebar.html"><div>Left Sidebar</div></a></li>
<li><a href="shop-single-both-sidebar.html"><div>Both Sidebar</div></a></li>
</ul>
</li>
<li><a href="cart.html"><div>Cart</div></a></li>
<li><a href="checkout.html"><div>Checkout</div></a></li>
</ul>
</li>
<li class="mega-menu"><a href="#"><div>Shortcodes</div></a>
<div class="mega-menu-content col-5 clearfix">
<ul>
<li><a href="animations.html"><div><i class="icon-magic"></i>Animations</div></a></li>
<li><a href="buttons.html"><div><i class="icon-link"></i>Buttons</div></a></li>
<li><a href="carousel.html"><div><i class="icon-heart3"></i>Carousel</div></a></li>
<li><a href="charts.html"><div><i class="icon-bar-chart"></i>Charts</div></a></li>
<li><a href="clients.html"><div><i class="icon-apple"></i>Clients</div></a></li>
<li><a href="columns-grids.html"><div><i class="icon-th-large"></i>Columns</div></a></li>
<li><a href="counters.html"><div><i class="icon-time"></i>Counters</div></a></li>
</ul>
<ul>
<li><a href="dividers.html"><div><i class="icon-indent-right"></i>Dividers</div></a></li>
<li><a href="featured-boxes.html"><div><i class="icon-lightbulb"></i>Icon Boxes</div></a></li>
<li><a href="gallery.html"><div><i class="icon-picture"></i>Galleries</div></a></li>
<li><a href="headings-dropcaps.html"><div><i class="icon-pencil2"></i>Heading Styles</div></a></li>
<li><a href="icon-lists.html"><div><i class="icon-list-alt"></i>Icon Lists</div></a></li>
<li><a href="labels-badges.html"><div><i class="icon-plus-sign"></i>Labels</div></a></li>
<li><a href="lightbox.html"><div><i class="icon-resize-full"></i>Lightbox</div></a></li>
</ul>
<ul>
<li><a href="lists-panels.html"><div><i class="icon-th-list"></i>Lists & Panels</div></a></li>
<li><a href="maps.html"><div><i class="icon-map-marker2"></i>Maps</div></a></li>
<li><a href="media-embeds.html"><div><i class="icon-play"></i>Media Embeds</div></a></li>
<li><a href="modal-popovers.html"><div><i class="icon-move"></i>Modal Boxes</div></a></li>
<li><a href="navigation.html"><div><i class="icon-align-justify2"></i>Navigations</div></a></li>
<li><a href="pagination-progress.html"><div><i class="icon-cogs"></i>Pagination</div></a></li>
<li><a href="pie-skills.html"><div><i class="icon-tasks"></i>Pies & Skills</div></a></li>
</ul>
<ul>
<li><a href="pricing.html"><div><i class="icon-dollar"></i>Pricing Boxes</div></a></li>
<li><a href="process-steps.html"><div><i class="icon-thumbs-up"></i>Process Steps</div></a></li>
<li><a href="promo-boxes.html"><div><i class="icon-rocket"></i>Promo Boxes</div></a></li>
<li><a href="quotes-blockquotes.html"><div><i class="icon-quote-left"></i>Blockquotes</div></a></li>
<li><a href="responsive.html"><div><i class="icon-laptop2"></i>Responsive</div></a></li>
<li><a href="sections.html"><div><i class="icon-folder-open"></i>Sections</div></a></li>
<li><a href="social-icons.html"><div><i class="icon-facebook2"></i>Social Icons</div></a></li>
</ul>
<ul>
<li><a href="style-boxes.html"><div><i class="icon-exclamation-sign"></i>Alert Boxes</div></a></li>
<li><a href="styled-icons.html"><div><i class="icon-flag2"></i>Styled Icons</div></a></li>
<li><a href="tables.html"><div><i class="icon-table"></i>Tables</div></a></li>
<li><a href="tabs.html"><div><i class="icon-star3"></i>Tabs</div></a></li>
<li><a href="testimonials-twitter.html"><div><i class="icon-user4"></i>Testimonials</div></a></li>
<li><a href="thumbnails-slider.html"><div><i class="icon-camera3"></i>Thumbnails</div></a></li>
<li><a href="toggles-accordions.html"><div><i class="icon-ok-circle"></i>Toggles</div></a></li>
</ul>
</div>
</li>
</ul>
<!-- Top Cart
============================================= -->
<div id="top-cart">
<a href="#" id="top-cart-trigger"><i class="icon-shopping-cart"></i><span>5</span></a>
<div class="top-cart-content">
<div class="top-cart-title">
<h4>Shopping Cart</h4>
</div>
<div class="top-cart-items">
<div class="top-cart-item clearfix">
<div class="top-cart-item-image">
<a href="#"><img src="images/shop/small/1.jpg" alt="Blue Round-Neck Tshirt" /></a>
</div>
<div class="top-cart-item-desc">
<a href="#">Blue Round-Neck Tshirt</a>
<span class="top-cart-item-price">$19.99</span>
<span class="top-cart-item-quantity">x 2</span>
</div>
</div>
<div class="top-cart-item clearfix">
<div class="top-cart-item-image">
<a href="#"><img src="images/shop/small/6.jpg" alt="Light Blue Denim Dress" /></a>
</div>
<div class="top-cart-item-desc">
<a href="#">Light Blue Denim Dress</a>
<span class="top-cart-item-price">$24.99</span>
<span class="top-cart-item-quantity">x 3</span>
</div>
</div>
</div>
<div class="top-cart-action clearfix">
<span class="fleft top-checkout-price">$114.95</span>
<button class="button button-3d button-small nomargin fright">View Cart</button>
</div>
</div>
</div><!-- #top-cart end -->
<!-- Top Search
============================================= -->
<div id="top-search">
<a href="#" id="top-search-trigger"><i class="icon-search3"></i><i class="icon-line-cross"></i></a>
<form action="search.html" method="get">
<input type="text" name="q" class="form-control" value="" placeholder="Type & Hit Enter..">
</form>
</div><!-- #top-search end -->
</nav><!-- #primary-menu end -->
</div>
</div>
</header><!-- #header end -->
<!-- Page Title
============================================= -->
<section id="page-title">
<div class="container clearfix">
<h1>Ibiza: Full Moon Beach Party</h1>
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Events</a></li>
<li class="active">Event Single</li>
</ol>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<div class="postcontent nobottommargin clearfix">
<div class="single-event">
<div class="col_three_fourth">
<div class="entry-image nobottommargin">
<a href="#"><img src="images/events/2.jpg" alt="Event Single"></a>
<div class="entry-overlay">
<span class="hidden-xs">Starts in: </span><div id="event-countdown" class="countdown"></div>
</div>
<script>
jQuery(document).ready( function($){
var eventStartDate = new Date();
eventStartDate = new Date(2015, 2, 31);
$('#event-countdown').countdown({until: eventStartDate});
});
</script>
</div>
</div>
<div class="col_one_fourth col_last">
<div class="panel panel-default events-meta">
<div class="panel-heading">
<h3 class="panel-title">Event Info:</h3>
</div>
<div class="panel-body">
<ul class="iconlist nobottommargin">
<li><i class="icon-calendar3"></i> 31st March, 2015</li>
<li><i class="icon-time"></i> 20:00 - 02:00</li>
<li><i class="icon-map-marker2"></i> Ibiza, Spain</li>
<li><i class="icon-euro"></i> <strong>99.99</strong></li>
</ul>
</div>
</div>
<a href="#" class="btn btn-success btn-block btn-lg">Buy Tickets</a>
</div>
<div class="clear"></div>
<div class="col_three_fourth">
<h3>Details</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, voluptatum, amet, eius esse sit praesentium similique tenetur accusamus deserunt modi dignissimos debitis consequatur facere unde sint quasi quae architecto eum!</p>
<p>Obcaecati dolores perspiciatis eveniet adipisci repellendus consequatur ab officiis ipsa laudantium! Provident expedita odio iste corporis nam natus illum. Cupiditate, quis libero distinctio reiciendis quos adipisci eius animi.</p>
<h4>Inclusions</h4>
<div class="col_half nobottommargin">
<ul class="iconlist nobottommargin">
<li><i class="icon-ok"></i> Return Flight Tickets</li>
<li><i class="icon-ok"></i> All Local/Airport Transfers</li>
<li><i class="icon-ok"></i> Resort Accomodation</li>
<li><i class="icon-ok"></i> All Meals Included</li>
<li><i class="icon-ok"></i> Adventure Activities</li>
</ul>
</div>
<div class="col_half nobottommargin col_last">
<ul class="iconlist nobottommargin">
<li><i class="icon-ok"></i> Erotic Games</li>
<li><i class="icon-ok"></i> Local Guides</li>
<li><i class="icon-ok"></i> Support Staff</li>
<li><i class="icon-ok"></i> Personal Security</li>
<li><i class="icon-ok"></i> VISA Fees & Medical Insurance</li>
</ul>
</div>
</div>
<div class="col_one_fourth col_last">
<h4>Location</h4>
<section id="event-location" class="gmap" style="height: 300px;"></section>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/jquery.gmap.js"></script>
<script type="text/javascript">
jQuery('#event-location').gMap({
address: 'Ibiza, Spain',
maptype: 'ROADMAP',
zoom: 15,
markers: [
{
address: "Ibiza, Spain"
}
],
doubleclickzoom: false,
controls: {
panControl: true,
zoomControl: true,
mapTypeControl: true,
scaleControl: false,
streetViewControl: false,
overviewMapControl: false
}
});
</script>
</div>
<div class="clear"></div>
<div class="col_one_third nobottommargin">
<h4>Preview</h4>
<iframe src="//player.vimeo.com/video/30626474" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="col_two_third nobottommargin col_last">
<h4>Events Timeline</h4>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Timings</th>
<th>Location</th>
<th>Events</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="label label-danger">10:00 - 12:00</span></td>
<td>Main Auditorium</td>
<td>WWDC Developer Conference</td>
</tr>
<tr>
<td><span class="label label-danger">12:00 - 12:45</span></td>
<td>Cafeteria</td>
<td>Lunch</td>
</tr>
<tr>
<td><span class="label label-danger">15:00 - 18:00</span></td>
<td>Room - 25, 2nd Floor</td>
<td>Hardware Testing & Evaluation</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="sidebar nobottommargin col_last clearfix">
<div class="sidebar-widgets-wrap">
<div class="widget clearfix">
<h4>Upcoming Events</h4>
<div id="post-list-footer">
<div class="spost clearfix">
<div class="entry-image">
<a href="#" class="nobg"><img src="images/events/thumbs/1.jpg" alt=""></a>
</div>
<div class="entry-c">
<div class="entry-title">
<h4><a href="#">Lorem ipsum dolor sit amet, consectetur</a></h4>
</div>
<ul class="entry-meta">
<li>10th July 2014</li>
</ul>
</div>
</div>
<div class="spost clearfix">
<div class="entry-image">
<a href="#" class="nobg"><img src="images/events/thumbs/2.jpg" alt=""></a>
</div>
<div class="entry-c">
<div class="entry-title">
<h4><a href="#">Elit Assumenda vel amet dolorum quasi</a></h4>
</div>
<ul class="entry-meta">
<li>10th July 2014</li>
</ul>
</div>
</div>
<div class="spost clearfix">
<div class="entry-image">
<a href="#" class="nobg"><img src="images/events/thumbs/3.jpg" alt=""></a>
</div>
<div class="entry-c">
<div class="entry-title">
<h4><a href="#">Debitis nihil placeat, illum est nisi</a></h4>
</div>
<ul class="entry-meta">
<li>10th July 2014</li>
</ul>
</div>
</div>
</div>
</div>
<div class="widget clearfix">
<h4>Events</h4>
<div id="oc-portfolio-sidebar" class="owl-carousel portfolio-5">
<div class="oc-item">
<div class="iportfolio">
<div class="portfolio-image">
<a href="#">
<img src="images/events/thumbs/3.jpg" alt="Mac Sunglasses">
</a>
<div class="portfolio-overlay">
<a href="http://vimeo.com/89396394" class="center-icon" data-lightbox="iframe"><i class="icon-line-play"></i></a>
</div>
</div>
<div class="portfolio-desc center nobottompadding">
<h3><a href="portfolio-single-video.html">Inventore voluptates velit totam ipsa tenetur</a></h3>
<span><a href="#">Melbourne, Australia</a></span>
</div>
</div>
</div>
<div class="oc-item">
<div class="iportfolio">
<div class="portfolio-image">
<a href="portfolio-single.html">
<img src="images/events/thumbs/1.jpg" alt="Open Imagination">
</a>
<div class="portfolio-overlay">
<a href="images/portfolio/full/1.jpg" class="center-icon" data-lightbox="image"><i class="icon-line-plus"></i></a>
</div>
</div>
<div class="portfolio-desc center nobottompadding">
<h3><a href="portfolio-single.html">Nisi officia adipisci molestiae aliquam</a></h3>
<span><a href="#">Perth, Australia</a></span>
</div>
</div>
</div>
</div>
<script type="text/javascript">
jQuery(document).ready(function($) {
var ocClients = $("#oc-portfolio-sidebar");
ocClients.owlCarousel({
items: 1,
margin: 10,
loop: true,
nav: false,
autoplay: true,
dots: true,
autoplayHoverPause: true
});
});
</script>
</div>
<div class="widget clearfix">
<h4>Recent Event in Video</h4>
<iframe src="//player.vimeo.com/video/103927232" width="500" height="250" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="widget quick-contact-widget clearfix">
<h4>Quick Contact</h4>
<div id="quick-contact-form-result" data-notify-type="success" data-notify-msg="<i class=icon-ok-sign></i> Message Sent Successfully!"></div>
<form id="quick-contact-form" name="quick-contact-form" action="include/quickcontact.php" method="post" class="quick-contact-form nobottommargin">
<div class="form-process"></div>
<input type="text" class="required sm-form-control input-block-level" id="quick-contact-form-name" name="quick-contact-form-name" value="" placeholder="Full Name" />
<input type="text" class="required sm-form-control email input-block-level" id="quick-contact-form-email" name="quick-contact-form-email" value="" placeholder="Email Address" />
<textarea class="required sm-form-control input-block-level short-textarea" id="quick-contact-form-message" name="quick-contact-form-message" rows="4" cols="30" placeholder="Message"></textarea>
<input type="text" class="hidden" id="quick-contact-form-botcheck" name="quick-contact-form-botcheck" value="" />
<button type="submit" id="quick-contact-form-submit" name="quick-contact-form-submit" class="button button-small button-3d nomargin" value="submit">Send Email</button>
</form>
<script type="text/javascript">
$("#quick-contact-form").validate({
submitHandler: function(form) {
$(form).find('.form-process').fadeIn();
$(form).ajaxSubmit({
target: '#quick-contact-form-result',
success: function() {
$(form).find('.form-process').fadeOut();
$(form).find('.sm-form-control').val('');
$('#quick-contact-form-result').attr('data-notify-msg', $('#quick-contact-form-result').html()).html('');
SEMICOLON.widget.notifications($('#quick-contact-form-result'));
}
});
}
});
</script>
</div>
</div>
</div>
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="dark">
<div class="container">
<!-- Footer Widgets
============================================= -->
<div class="footer-widgets-wrap clearfix">
<div class="col_two_third">
<div class="col_one_third">
<div class="widget clearfix">
<img src="images/footer-widget-logo.png" alt="" class="footer-logo">
<p>We believe in <strong>Simple</strong>, <strong>Creative</strong> & <strong>Flexible</strong> Design Standards.</p>
<div style="background: url('images/world-map.png') no-repeat center center; background-size: 100%;">
<address>
<strong>Headquarters:</strong><br>
795 Folsom Ave, Suite 600<br>
San Francisco, CA 94107<br>
</address>
<abbr title="Phone Number"><strong>Phone:</strong></abbr> (91) 8547 632521<br>
<abbr title="Fax"><strong>Fax:</strong></abbr> (91) 11 4752 1433<br>
<abbr title="Email Address"><strong>Email:</strong></abbr> info@canvas.com
</div>
</div>
</div>
<div class="col_one_third">
<div class="widget widget_links clearfix">
<h4>Blogroll</h4>
<ul>
<li><a href="http://codex.wordpress.org/">Documentation</a></li>
<li><a href="http://wordpress.org/support/forum/requests-and-feedback">Feedback</a></li>
<li><a href="http://wordpress.org/extend/plugins/">Plugins</a></li>
<li><a href="http://wordpress.org/support/">Support Forums</a></li>
<li><a href="http://wordpress.org/extend/themes/">Themes</a></li>
<li><a href="http://wordpress.org/news/">WordPress Blog</a></li>
<li><a href="http://planet.wordpress.org/">WordPress Planet</a></li>
</ul>
</div>
</div>
<div class="col_one_third col_last">
<div class="widget clearfix">
<h4>Recent Posts</h4>
<div id="post-list-footer">
<div class="spost clearfix">
<div class="entry-c">
<div class="entry-title">
<h4><a href="#">Lorem ipsum dolor sit amet, consectetur</a></h4>
</div>
<ul class="entry-meta">
<li>10th July 2014</li>
</ul>
</div>
</div>
<div class="spost clearfix">
<div class="entry-c">
<div class="entry-title">
<h4><a href="#">Elit Assumenda vel amet dolorum quasi</a></h4>
</div>
<ul class="entry-meta">
<li>10th July 2014</li>
</ul>
</div>
</div>
<div class="spost clearfix">
<div class="entry-c">
<div class="entry-title">
<h4><a href="#">Debitis nihil placeat, illum est nisi</a></h4>
</div>
<ul class="entry-meta">
<li>10th July 2014</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col_one_third col_last">
<div class="widget clearfix" style="margin-bottom: -20px;">
<div class="row">
<div class="col-md-6 bottommargin-sm">
<div class="counter counter-small"><span data-from="50" data-to="15065421" data-refresh-interval="80" data-speed="3000" data-comma="true"></span></div>
<h5 class="nobottommargin">Total Downloads</h5>
</div>
<div class="col-md-6 bottommargin-sm">
<div class="counter counter-small"><span data-from="100" data-to="18465" data-refresh-interval="50" data-speed="2000" data-comma="true"></span></div>
<h5 class="nobottommargin">Clients</h5>
</div>
</div>
</div>
<div class="widget subscribe-widget clearfix">
<h5><strong>Subscribe</strong> to Our Newsletter to get Important News, Amazing Offers & Inside Scoops:</h5>
<div id="widget-subscribe-form-result" data-notify-type="success" data-notify-msg=""></div>
<form id="widget-subscribe-form" action="include/subscribe.php" role="form" method="post" class="nobottommargin">
<div class="input-group divcenter">
<span class="input-group-addon"><i class="icon-email2"></i></span>
<input type="email" id="widget-subscribe-form-email" name="widget-subscribe-form-email" class="form-control required email" placeholder="Enter your Email">
<span class="input-group-btn">
<button class="btn btn-success" type="submit">Subscribe</button>
</span>
</div>
</form>
<script type="text/javascript">
$("#widget-subscribe-form").validate({
submitHandler: function(form) {
$(form).find('.input-group-addon').find('.icon-email2').removeClass('icon-email2').addClass('icon-line-loader icon-spin');
$(form).ajaxSubmit({
target: '#widget-subscribe-form-result',
success: function() {
$(form).find('.input-group-addon').find('.icon-line-loader').removeClass('icon-line-loader icon-spin').addClass('icon-email2');
$('#widget-subscribe-form').find('.form-control').val('');
$('#widget-subscribe-form-result').attr('data-notify-msg', $('#widget-subscribe-form-result').html()).html('');
SEMICOLON.widget.notifications($('#widget-subscribe-form-result'));
}
});
}
});
</script>
</div>
<div class="widget clearfix" style="margin-bottom: -20px;">
<div class="row">
<div class="col-md-6 clearfix bottommargin-sm">
<a href="#" class="social-icon si-dark si-colored si-facebook nobottommargin" style="margin-right: 10px;">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#"><small style="display: block; margin-top: 3px;"><strong>Like us</strong><br>on Facebook</small></a>
</div>
<div class="col-md-6 clearfix">
<a href="#" class="social-icon si-dark si-colored si-rss nobottommargin" style="margin-right: 10px;">
<i class="icon-rss"></i>
<i class="icon-rss"></i>
</a>
<a href="#"><small style="display: block; margin-top: 3px;"><strong>Subscribe</strong><br>to RSS Feeds</small></a>
</div>
</div>
</div>
</div>
</div><!-- .footer-widgets-wrap end -->
</div>
<!-- Copyrights
============================================= -->
<div id="copyrights">
<div class="container clearfix">
<div class="col_half">
Copyrights © 2014 All Rights Reserved by Canvas Inc.<br>
<div class="copyright-links"><a href="#">Terms of Use</a> / <a href="#">Privacy Policy</a></div>
</div>
<div class="col_half col_last tright">
<div class="fright clearfix">
<a href="#" class="social-icon si-small si-borderless si-facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-gplus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-pinterest">
<i class="icon-pinterest"></i>
<i class="icon-pinterest"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-vimeo">
<i class="icon-vimeo"></i>
<i class="icon-vimeo"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-github">
<i class="icon-github"></i>
<i class="icon-github"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-yahoo">
<i class="icon-yahoo"></i>
<i class="icon-yahoo"></i>
</a>
<a href="#" class="social-icon si-small si-borderless si-linkedin">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
</div>
<div class="clear"></div>
<i class="icon-envelope2"></i> info@canvas.com <span class="middot">·</span> <i class="icon-headphones"></i> +91-11-6541-6369 <span class="middot">·</span> <i class="icon-skype2"></i> CanvasOnSkype
</div>
</div>
</div><!-- #copyrights end -->
</footer><!-- #footer end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- Footer Scripts
============================================= -->
<script type="text/javascript" src="js/functions.js"></script>
</body>
</html> | vuthea/SmartMartPro | OriginalTemplate/event-single-right-sidebar.html | HTML | mit | 87,067 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ctltctl: 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~camlp4 / ctltctl - 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>
ctltctl
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-30 12:27:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-30 12:27:18 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
camlp4 4.03+1 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.5.2~camlp4 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
ocamlbuild 0.14.0 OCamlbuild is a build system with builtin rules to easily build most OCaml projects.
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ctltctl"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CTLTCTL"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: CTL"
"keyword: TCTL"
"keyword: real time"
"keyword: reactive systems"
"keyword: temporal logic"
"keyword: timed automatas"
"keyword: timed graphs"
"keyword: discrete time"
"keyword: modal logic"
"category: Mathematics/Logic/Modal logic"
"date: February-March 2000"
]
authors: [
"Carlos Daniel Luna"
]
bug-reports: "https://github.com/coq-contribs/ctltctl/issues"
dev-repo: "git+https://github.com/coq-contribs/ctltctl.git"
synopsis: "Computation Tree Logic for Reactive Systems and Timed Computation Tree Logic for Real Time Systems"
description: """
This library formalises two logics for reasoning about
reactive systems (CTL) and real time systems (TCTL) represents using
timed automatas (timed graphs) with discrete time.
http://www.fing.edu.uy/~cluna"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ctltctl/archive/v8.10.0.tar.gz"
checksum: "md5=aae6528c516dd59f4702f86c13c70715"
}
</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-ctltctl.8.10.0 coq.8.5.2~camlp4</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~camlp4).
The following dependencies couldn't be met:
- coq-ctltctl -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ctltctl.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.03.0-2.0.5/released/8.5.2~camlp4/ctltctl/8.10.0.html | HTML | mit | 7,474 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-erasure: 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.10.1 / metacoq-erasure - 1.0~alpha1+8.9</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
metacoq-erasure
<small>
1.0~alpha1+8.9
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-09 13:43:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-09 13:43: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.10.1 Formal proof management system
num 1.4 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.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://metacoq.github.io/metacoq"
dev-repo: "git+https://github.com/MetaCoq/metacoq.git#coq-8.8"
bug-reports: "https://github.com/MetaCoq/metacoq/issues"
authors: ["Abhishek Anand <aa755@cs.cornell.edu>"
"Simon Boulier <simon.boulier@inria.fr>"
"Cyril Cohen <cyril.cohen@inria.fr>"
"Yannick Forster <forster@ps.uni-saarland.de>"
"Fabian Kunze <fkunze@fakusb.de>"
"Gregory Malecha <gmalecha@gmail.com>"
"Matthieu Sozeau <matthieu.sozeau@inria.fr>"
"Nicolas Tabareau <nicolas.tabareau@inria.fr>"
"Théo Winterhalter <theo.winterhalter@inria.fr>"
]
license: "MIT"
build: [
["sh" "./configure.sh"]
[make "-j%{jobs}%" "-C" "erasure"]
[make "test-suite"] {with-test}
]
install: [
[make "-C" "erasure" "install"]
]
depends: [
"ocaml" {> "4.02.3"}
"coq" {>= "8.9" & < "8.10~"}
"coq-metacoq-template" {= version}
"coq-metacoq-checker" {= version}
"coq-metacoq-pcuic" {= version}
"coq-metacoq-safechecker" {= version}
]
synopsis: "Implementation and verification of an erasure procedure for Coq"
description: """
MetaCoq is a meta-programming framework for Coq.
The Erasure module provides a complete specification of Coq's so-called
\"extraction\" procedure, starting from the PCUIC calculus and targeting
untyped call-by-value lambda-calculus.
The `erasure` function translates types and proofs in well-typed terms
into a dummy `tBox` constructor, following closely P. Letouzey's PhD
thesis.
"""
url {
src: "https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.9.tar.gz"
checksum: "sha256=899ef4ee73b1684a0f1d2e37ab9ab0f9b24424f6d8a10a10efd474c0ed93488e"
}</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-metacoq-erasure.1.0~alpha1+8.9 coq.8.10.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.10.1).
The following dependencies couldn't be met:
- coq-metacoq-erasure -> coq-metacoq-safechecker = 1.0~alpha1+8.9 -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-erasure.1.0~alpha1+8.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.07.1-2.0.6/released/8.10.1/metacoq-erasure/1.0~alpha1+8.9.html | HTML | mit | 7,976 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>demos: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">dev / demos - 8.5.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
demos
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-20 06:05:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-20 06:05:22 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 2.9.1 Fast, portable, and opinionated build system
ocaml 4.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/demos"
license: "LGPL 2"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Demos"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:sorting" "keyword:cases" "keyword:tauto" "keyword:autorewrite" "keyword:prolog" "category:Miscellaneous/Coq Use Examples" ]
authors: [ "Coq group <>" ]
bug-reports: "https://github.com/coq-contribs/demos/issues"
dev-repo: "git+https://github.com/coq-contribs/demos.git"
synopsis: "Demos of some Coq tools appeared in version V6.0"
description: """
Example of sorting algorithms defined using the Cases
(pattern-matching) construction. Demo of the decision tactic Tauto for
intuitionistic propositional calculus. Demo of the AutoRewrite tactic. Demo of
the Prolog tactic applied to the compilation of miniML programs."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/demos/archive/v8.5.0.tar.gz"
checksum: "md5=7bfa2baade43e53478321107894d921b"
}
</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-demos.8.5.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is dev).
The following dependencies couldn't be met:
- coq-demos -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-demos.8.5.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.10.2-2.0.6/extra-dev/dev/demos/8.5.0.html | HTML | mit | 7,156 |
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="广州坚记建材有限公司主营环保彩砖|透水砖|建菱砖|植草砖|环保砖|路面砖|人行道砖|广场砖|水泥砖|电缆沟盖板|电力盖板|水泥隔离墩|水泥防撞墩|交通隔离墩|仿花岗岩路侧石|水泥排水管|钢筋混凝土排水管|广州顶管|路平石|路侧石|配重块等各种水泥制品,服务热线:135-0303-2349">
<meta name="keywords" content="环保彩砖|透水砖|建菱砖|电缆沟盖板|电力盖板|水泥隔离墩|水泥防撞墩|交通隔离墩|仿花岗岩路侧石|水泥排水管|钢筋混凝土排水管|路侧石|配重块">
<meta name="author" content="AmosZhong <983064150@qq.com>">
<title>彩砖 - 井形植草砖 广州坚记建材有限公司-全国唯一官方网站</title>
<!--Core CSS -->
<link href="//cdn.bootcss.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../dist/css/product_detail.css">
<link rel="apple-touch-icon" href="../dist/image/apple-touch-icon.png">
<link rel="shortcut icon" href="../dist/image/favicon.ico">
</head>
<body>
<div id="doc-header" class="navbar navbar-default navbar-dark">
<div class="container">
<div class="row">
<a class="navbar-brand media" href="/">
<div class="media-left media-middle">
<img class="lazyload" src="../dist/image/apple-touch-icon.png" />
</div>
<div class="media-body text-xs-center">
<h5 class="media-heading">坚记</h5>
<div class="media-content">gzjjjc.cn</div>
</div>
</a>
<div class="pull-xs-left hidden-md-down navbar-slogan">共你建设美好城市</div>
<button class="navbar-toggler hidden-md-up" type="button" data-toggle="collapse" data-target="#doc-header-menu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-toggleable-sm" id="doc-header-menu">
<ul class="nav navbar-nav pull-md-right" role="tablist">
<li class="nav-item">
<a class="nav-link" href="/">首页</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/product.html">产品展示</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/project.html">项目案例</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html#doc-about">关于我们</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="doc-menu">
<div class="container">
<div class="row" id="doc-menu-detail">
<ol class="breadcrumb">
<li><a href="/">首页</a></li>
<li><a href="/product.html">产品展示</a></li>
<li><a href="/product.html?id=1">彩砖</a></li>
<li class="active">井形植草砖</li>
</ol>
</div>
</div>
</div>
<div id="doc-body">
<div class="container">
<div class="row">
<div class="article">
<h3 class="article-title text-xs-center">井形植草砖</h3>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 col-md-push-8">
<div class="artical-right-image lazyload-background" data-original="/dist/image/product/13/1.png">
</div>
</div>
<div class="col-xs-12 col-md-8 col-md-pull-4">
<p>植草砖是有混凝土、河沙、颜料等优质材料经过高压砖机振压而成,完全免烧砖,达到环保生产的要求,经过科学系统的养护,植草砖具有很强的抗压性,铺设在地 面上有很好的稳固性,绿化面积广,能经受行人、车辆的辗压而不被损坏,同时绿草的根部是生长在植草砖下面,不会因此而令到草根受到伤害,因此坚记植草砖得到了广泛的使用,很多大小城市也正在使用坚记植草砖,如广州、东莞、佛山等等,从而坚记植草砖也得到一些方面的认可,它既可以方便人们出行,又可以增加城市的绿化面积,从而改善的空气。</p>
<h6 class="article-specific">1、植草砖的产品特征和颜色:</h6>
<p>植草砖的常用颜色为绿色,黑色,白色,其他颜色可以定做。具有抗老化,耐腐蚀,可重复使用。</p>
<h6 class="article-specific">2、植草砖的适用场景和规格:</h6>
<p>植草砖,主要用于各种停车场,各种河渠坡道护坡砖。具有强度高,植草面积大可达50%以上,其独特结构设计使其绿化面积可达75%以上。砖体表面凹凸不平设计使车 轮只能压在砖体表面四个凸出的点上,因此车轮不能压住绿草,从而给草留有生长空间,其成活率远远大于普通植草砖。规格:250mm*190mm*70mm 颜色:红色、黄色、灰色,(可根据客户需求定做)</p>
<h6 class="article-specific">3、植草砖的基本参数:</h6>
<ul>
<li>1)种类
<div class="article-li-detail">井字形、背心形、单8字形、双8字形、网格形</div>
</li>
<li>2)制造标准
<div class="article-li-detail">JC/T446-2000</div>
</li>
<li>3)强度
<div class="article-li-detail">25Mpa</div>
</li>
<li>4)等级
<div class="article-li-detail">优等级</div>
</li>
<li>5)材质
<div class="article-li-detail">混凝土、河沙、颜料</div>
</li>
<li>6)使用寿命
<div class="article-li-detail">40年以上、绿草一般8年复种一次</div>
</li>
<li>7)绿化率
<div class="article-li-detail">30%以上</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="doc-footer" class="section">
<div class="container">
<div class="row vertical-margin-lg">
<div class="col-md-4 col-md-offset-0 col-xs-8 col-xs-offset-2">
<div>办公地址</div>
<div class="text-sm text-muted">广州市天河区泰安北路</div>
<div class="text-sm text-muted">电话: 135-0303-2349</div>
<div class="text-sm text-muted">电话: 150-1199-3387</div>
<div class="text-sm text-muted">传真: 020-38109404</div>
<div class="text-sm text-muted">邮箱: 469696037@qq.com</div>
<div>工厂地址</div>
<div class="text-sm text-muted">广州市天河区岑村工业区</div>
</div>
<div class="col-md-4 col-md-offset-0 col-xs-8 col-xs-offset-2">
<div class="doc-footer-wechat-label">微信公众号</div>
<div class="doc-footer-wechat" class="text-sm text-muted">
<img width="90" height="90" class="lazyload" data-original="../dist/image/wechat.jpg" src="../dist/image/wechat.jpg" style="display: inline;">
</div>
<div class="doc-footer-wechat-number text-muted text-sm">caizhuan13503032349</div>
</div>
<div class="col-md-4 col-md-offset-0 col-xs-8 col-xs-offset-2">
<div>在线留言</div>
<div>
<form id="emf-form" target="_self" class="feedbackForm" enctype="multipart/form-data" method="post" action="http://www.emailmeform.com/builder/form/f4srdbf0f9g99MeEc4S">
<fieldset class="form-group">
<label for="element_0" class="text-sm text-muted">您的邮箱</label>
<input type="text" class="form-control form-control-sm" id="element_0" name="element_0" class="custom[email]]" placeholder="请输入您的邮箱">
</fieldset>
<fieldset class="form-group">
<label for="element_1" class="text-sm text-muted">留言咨询</label>
<textarea class="form-control form-control-sm" id="element_1" name="element_1" class="" rows="3" placeholder="请输入您想咨询的业务或反馈建议"></textarea>
</fieldset>
<fieldset class="form-group">
<input name="element_counts" value="2" type="hidden" />
<input name="embed" value="forms" type="hidden" />
<button type="submit" value="Submit" class="btn btn-sm btn-secondary">确定</button>
</fieldset>
</form>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row text-xs-center">
<div class="copyright text-sm">Copyright <span style="font-family:arial;">©</span>2016 GZJJJC Website, page made by <a target="_blank" href="https://github.com/biaomingzhong">Amos</a>
</div>
</div>
</div>
</div>
<div id="fixedHelper" class="hidden-sm-down">
<a href="javascript:void(0);" class="contactHelper iconfont-toggle" data-toggle="tooltip" data-html="true" data-placement="left" title="135-0303-2349<br/>150-1199-3387"><span class="iconfont icon-phone"></span><span class="contact-detail">电话咨询</span></a>
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=469696037&site=qq&menu=yes" class="contactHelper iconfont-toggle" data-toggle="tooltip" data-html="true" data-placement="left" title="点击咨询"><span class="iconfont icon-qq"></span><span class="contact-detail">在线QQ</span></a>
<a href="javascript:void(0);" class="contactHelper iconfont-toggle" data-toggle="tooltip" data-html="true" data-placement="left" title='<div class="text-xs-center text-muted">公众号</div><img width="90" height="90" src="../dist/image/wechat.jpg" />'><span class="iconfont icon-wx"></span><span class="contact-detail">微信客服</span></a>
<a href="#doc-footer" class="contactHelper iconfont-toggle" data-toggle="tooltip" data-html="true" data-placement="left" title="点击留言"><span class="iconfont icon-email"></span><span class="contact-detail">邮件留言</span></a>
<a id="goToTop" href="#doc-header" class="contactHelper"><span class="iconfont icon-toTop"></span></a>
</div>
<div id="fixedDownHelper" class="hidden-md-up">
<a href="javascript:void(0);" class="contactHelper iconfont-toggle" data-toggle="tooltip" data-html="true" data-placement="top" title="135-0303-2349<br/>150-1199-3387"><span class="iconfont icon-phone"></span> <span class="contact-detail">电话</span></a>
<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=469696037&site=qq&menu=yes" class="contactHelper iconfont-toggle"><span class="iconfont icon-qq"></span> <span class="contact-detail">在线QQ</span></a>
<a href="javascript:void(0);" class="contactHelper iconfont-toggle" data-toggle="tooltip" data-html="true" data-placement="top" title='<div class="text-xs-center text-muted">公众号</div><img width="90" height="90" src="../dist/image/wechat.jpg" />'><span class="iconfont icon-wx"></span> <span class="contact-detail">微信</span></a>
</div>
</body>
<script src="//cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script src="//cdn.bootcss.com/tether/1.3.2/js/tether.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/jquery.lazyload/1.9.1/jquery.lazyload.min.js"></script>
<script src="../dist/js/product_detail.js?rev=f50297182af46f28ac7eaae4416f20fb"></script>
</html>
| gzjjjc/gzjjjc.github.io | product/13.html | HTML | mit | 13,823 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.