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 |
|---|---|---|---|---|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
go-micro 启动报错 - Donne blog
</title>
<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, minimum-scale=1, user-scalable=no, minimal-ui">
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no,email=no,adress=no">
<meta name="theme-color" content="#000000" />
<meta http-equiv="window-target" content="_top" />
<meta name="description" content="micro new myservice panic: qtls.ClientSessionState not compatible with tls.ClientSessionState goroutine 1 [running]: github.com/lucas-clemente/quic-go/internal/handshake.init.0() /go/src/github.com/lucas-clemente/quic-go/internal/handshake/unsafe.go:20 +0x113 解决方法: 安装 go1.12 版本。" />
<meta name="generator" content="Hugo 0.61.0 with theme pure" />
<title>go-micro 启动报错 - Donne blog</title>
<link rel="stylesheet" href="https://donng.github.io/css/style.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/highlight.js/9.15.10/styles/github.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.4.2/tocbot.css">
<meta property="og:title" content="go-micro 启动报错" />
<meta property="og:description" content="micro new myservice panic: qtls.ClientSessionState not compatible with tls.ClientSessionState goroutine 1 [running]: github.com/lucas-clemente/quic-go/internal/handshake.init.0() /go/src/github.com/lucas-clemente/quic-go/internal/handshake/unsafe.go:20 +0x113 解决方法: 安装 go1.12 版本。" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://donng.github.io/2019/08/go-micro%E5%90%AF%E5%8A%A8%E6%8A%A5%E9%94%99/" />
<meta property="article:published_time" content="2019-08-20T10:28:16+08:00" />
<meta property="article:modified_time" content="2019-08-20T10:28:16+08:00" />
<meta itemprop="name" content="go-micro 启动报错">
<meta itemprop="description" content="micro new myservice panic: qtls.ClientSessionState not compatible with tls.ClientSessionState goroutine 1 [running]: github.com/lucas-clemente/quic-go/internal/handshake.init.0() /go/src/github.com/lucas-clemente/quic-go/internal/handshake/unsafe.go:20 +0x113 解决方法: 安装 go1.12 版本。">
<meta itemprop="datePublished" content="2019-08-20T10:28:16+08:00" />
<meta itemprop="dateModified" content="2019-08-20T10:28:16+08:00" />
<meta itemprop="wordCount" content="26">
<meta itemprop="keywords" content="go," /><meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="go-micro 启动报错"/>
<meta name="twitter:description" content="micro new myservice panic: qtls.ClientSessionState not compatible with tls.ClientSessionState goroutine 1 [running]: github.com/lucas-clemente/quic-go/internal/handshake.init.0() /go/src/github.com/lucas-clemente/quic-go/internal/handshake/unsafe.go:20 +0x113 解决方法: 安装 go1.12 版本。"/>
<!--[if lte IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20170427/classList.min.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="https://cdn.jsdelivr.net/npm/html5shiv@3.7.3/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/respond.js@1.4.2/dest/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body class="main-center theme-black" itemscope itemtype="http://schema.org/WebPage"><header class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="slimContent">
<div class="navbar-header">
<div class="profile-block text-center">
<a id="avatar" href="https://github.com/donng" target="_blank">
<img class="img-circle img-rotate" src="https://donng.github.io/avatar.png" width="200" height="200">
</a>
<h2 id="name" class="hidden-xs hidden-sm">Donne</h2>
<h3 id="title" class="hidden-xs hidden-sm hidden-md">Web Developer</h3>
<small id="location" class="text-muted hidden-xs hidden-sm"><i class="icon icon-map-marker"></i>Beijing, China</small>
</div><div class="search" id="search-form-wrap">
<form class="search-form sidebar-form">
<div class="input-group">
<input type="text" class="search-form-input form-control" placeholder="Search" />
<span class="input-group-btn">
<button type="submit" class="search-form-submit btn btn-flat" onclick="return false;"><i
class="icon icon-search"></i></button>
</span>
</div>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="Type something..."
x-webkit-speech />
<button type="button" class="close ins-close ins-selectable" data-dismiss="modal"
aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
</form>
</div>
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav id="main-navbar" class="collapse navbar-collapse" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation">
<ul class="nav navbar-nav main-nav">
<li class="menu-item menu-item-home">
<a href="/">
<i class="icon icon-home-fill"></i>
<span class="menu-title">Home</span>
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/posts">
<i class="icon icon-archives-fill"></i>
<span class="menu-title">Archives</span>
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories">
<i class="icon icon-folder"></i>
<span class="menu-title">Categories</span>
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags">
<i class="icon icon-tags"></i>
<span class="menu-title">Tags</span>
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about">
<i class="icon icon-cup-fill"></i>
<span class="menu-title">About</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<aside class="sidebar" itemscope itemtype="http://schema.org/WPSideBar">
<div class="slimContent">
<div class="widget">
<h3 class="widget-title">Board</h3>
<div class="widget-body">
<div id="board">
<div class="content"><p>enjoy~</p>
</div>
</div>
</div>
</div>
<div class="widget">
<h3 class="widget-title"> Categories</h3>
<div class="widget-body">
<ul class="category-list">
</ul>
</div>
</div>
<div class="widget">
<h3 class="widget-title"> Tags</h3>
<div class="widget-body">
<ul class="tag-list">
<li class="tag-list-item"><a href="https://donng.github.io/tags/github/" class="tag-list-link">github</a><span
class="tag-list-count">1</span></li>
<li class="tag-list-item"><a href="https://donng.github.io/tags/go/" class="tag-list-link">go</a><span
class="tag-list-count">5</span></li>
<li class="tag-list-item"><a href="https://donng.github.io/tags/jwt/" class="tag-list-link">jwt</a><span
class="tag-list-count">1</span></li>
<li class="tag-list-item"><a href="https://donng.github.io/tags/laravel/" class="tag-list-link">laravel</a><span
class="tag-list-count">3</span></li>
<li class="tag-list-item"><a href="https://donng.github.io/tags/nginx/" class="tag-list-link">nginx</a><span
class="tag-list-count">1</span></li>
<li class="tag-list-item"><a href="https://donng.github.io/tags/php/" class="tag-list-link">php</a><span
class="tag-list-count">6</span></li>
<li class="tag-list-item"><a href="https://donng.github.io/tags/vue/" class="tag-list-link">vue</a><span
class="tag-list-count">2</span></li>
</ul>
</div>
</div>
<div class="widget">
<h3 class="widget-title">Recent Posts</h3>
<div class="widget-body">
<ul class="recent-post-list list-unstyled no-thumbnail">
<li>
<div class="item-inner">
<p class="item-title">
<a href="https://donng.github.io/2020/04/laravel%E5%92%8Cvue%E7%9A%84%E9%A1%B9%E7%9B%AE%E6%90%AD%E5%BB%BA%E8%BF%9B%E9%98%B6%E7%AF%87/" class="title">Laravel和Vue的项目搭建:进阶篇</a>
</p>
<p class="item-date">
<time datetime="2020-04-22 09:57:00 +0800 CST" itemprop="datePublished">2020-04-22</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-title">
<a href="https://donng.github.io/2020/04/laravel%E5%92%8Cvue%E7%9A%84%E9%A1%B9%E7%9B%AE%E6%90%AD%E5%BB%BA%E5%9F%BA%E7%A1%80%E7%AF%87/" class="title">Laravel和Vue的项目搭建:基础篇</a>
</p>
<p class="item-date">
<time datetime="2020-04-22 09:56:29 +0800 CST" itemprop="datePublished">2020-04-22</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-title">
<a href="https://donng.github.io/2020/01/%E4%BD%BF%E7%94%A8php%E8%84%9A%E6%9C%AC%E5%81%9A%E6%96%87%E6%9C%AC%E5%A4%84%E7%90%86/" class="title">使用PHP脚本做文本处理</a>
</p>
<p class="item-date">
<time datetime="2020-01-13 16:43:40 +0800 CST" itemprop="datePublished">2020-01-13</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-title">
<a href="https://donng.github.io/2020/01/php%E5%92%8Cgo%E5%AE%9E%E7%8E%B0%E5%A4%9A%E6%80%81%E7%9A%84%E5%AF%B9%E6%AF%94/" class="title">PHP和Go实现多态的对比</a>
</p>
<p class="item-date">
<time datetime="2020-01-08 18:38:49 +0800 CST" itemprop="datePublished">2020-01-08</time>
</p>
</div>
</li>
<li>
<div class="item-inner">
<p class="item-title">
<a href="https://donng.github.io/2020/01/laravel5.5%E5%AE%89%E8%A3%85jwt/" class="title">Laravel5.5 安装 JWT</a>
</p>
<p class="item-date">
<time datetime="2020-01-01 19:52:08 +0800 CST" itemprop="datePublished">2020-01-01</time>
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</aside>
<aside class="sidebar sidebar-toc collapse" id="collapseToc" itemscope itemtype="http://schema.org/WPSideBar">
<div class="slimContent">
<h4 class="toc-title">Catalogue</h4>
<nav id="toc" class="js-toc toc">
</nav>
</div>
</aside>
<main class="main" role="main"><div class="content">
<article id="-" class="article article-type-" itemscope
itemtype="http://schema.org/BlogPosting">
<div class="article-header">
<h1 itemprop="name">
<a
class="article-title"
href="/2019/08/go-micro%E5%90%AF%E5%8A%A8%E6%8A%A5%E9%94%99/"
>go-micro 启动报错</a
>
</h1>
<div class="article-meta">
<span class="article-date">
<i class="icon icon-calendar-check"></i>
<a href="https://donng.github.io/2019/08/go-micro%E5%90%AF%E5%8A%A8%E6%8A%A5%E9%94%99/" class="article-date">
<time datetime="2019-08-20 10:28:16 +0800 CST" itemprop="datePublished">2019-08-20</time>
</a>
</span>
<span class="article-tag">
<i class="icon icon-tags"></i>
<a class="article-tag-link" href="/tags/go/"> go </a>
</span>
<span class="post-comment"><i class="icon icon-comment"></i> <a href="/2019/08/go-micro%E5%90%AF%E5%8A%A8%E6%8A%A5%E9%94%99/#comments"
class="article-comment-link">Comments</a></span>
<span class="post-wordcount hidden-xs" itemprop="wordCount">Word Count:26words</span>
<span class="post-readcount hidden-xs" itemprop="timeRequired">Read Count:1minutes </span>
</div>
</div>
<div class="article-entry marked-body js-toc-content" itemprop="articleBody">
<pre><code>micro new myservice
panic: qtls.ClientSessionState not compatible with tls.ClientSessionState
goroutine 1 [running]:
github.com/lucas-clemente/quic-go/internal/handshake.init.0()
/go/src/github.com/lucas-clemente/quic-go/internal/handshake/unsafe.go:20 +0x113
</code></pre><p>解决方法: 安装 go1.12 版本。</p>
</div>
<div class="article-footer">
<blockquote class="mt-2x">
<ul class="post-copyright list-unstyled">
<li class="post-copyright-link hidden-xs">
<strong>Permalink: </strong>
<a href="https://donng.github.io/2019/08/go-micro%E5%90%AF%E5%8A%A8%E6%8A%A5%E9%94%99/" title="go-micro 启动报错" target="_blank" rel="external">https://donng.github.io/2019/08/go-micro%E5%90%AF%E5%8A%A8%E6%8A%A5%E9%94%99/</a>
</li>
<li class="post-copyright-license">
<strong>License:</strong><a href="http://creativecommons.org/licenses/by/4.0/deed.zh" target="_blank" rel="external">CC BY 4.0 CN</a>
</li>
</ul>
</blockquote>
<div class="panel panel-default panel-badger">
<div class="panel-body">
<figure class="media">
<div class="media-left">
<a href="https://github.com/donng" target="_blank" class="img-burn thumb-sm visible-lg">
<img src="https://donng.github.io/avatar.png" class="img-rounded w-full" alt="">
</a>
</div>
<div class="media-body">
<h3 class="media-heading"><a href="https://github.com/donng" target="_blank"><span class="text-dark">Donne</span><small class="ml-1x">Web Developer</small></a></h3>
<div>Good Good Study, Day Day Up~</div>
</div>
</figure>
</div>
</div>
</div>
</article>
<section id="comments">
</section>
</div><nav class="bar bar-footer clearfix" data-stick-bottom>
<div class="bar-inner">
<ul class="pager pull-left">
<li class="prev">
<a href="https://donng.github.io/2019/05/%E6%A8%A1%E6%8B%9F-nginx-%E7%83%AD%E9%83%A8%E7%BD%B2/" title="模拟 Nginx 热部署"><i
class="icon icon-angle-left"
aria-hidden="true"></i><span> Older</span></a>
</li>
<li class="next">
<a href="https://donng.github.io/2019/09/php%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E9%99%90%E5%88%B6/"
title="PHP 文件上传限制"><span>Newer </span><i
class="icon icon-angle-right" aria-hidden="true"></i></a>
</li>
<li class="toggle-toc">
<a class="toggle-btn collapsed" data-toggle="collapse" href="#collapseToc" aria-expanded="false"
title="Catalogue" role="button">
<span>[ </span><span>Catalogue</span>
<i class="text-collapsed icon icon-anchor"></i>
<i class="text-in icon icon-close"></i>
<span>]</span>
</a>
</li>
</ul>
<div class="bar-right">
<div class="share-component" data-sites="weibo,qq,wechat,facebook,twitter"
data-mobile-sites="weibo,qq,qzone"></div>
</div>
</div>
</nav>
</main><footer class="footer" itemscope itemtype="http://schema.org/WPFooter">
<ul class="social-links">
<li><a href="https://github.com/donng" target="_blank" title="github" data-toggle=tooltip data-placement=top >
<i class="icon icon-github"></i></a></li>
<li><a href="https://donng.github.io/index.xml" target="_blank" title="rss" data-toggle=tooltip data-placement=top >
<i class="icon icon-rss"></i></a></li>
</ul>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
showMathMenu: false, //disables context menu
tex2jax: {
inlineMath: [ ['$','$'], ['\\(','\\)'] ]
}
});
</script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')
</script>
<script type="text/javascript" src="https://cdn.staticfile.org/highlight.js/9.15.10/highlight.min.js"></script>
<script type="text/javascript" src="https://cdn.staticfile.org/highlight.js/9.15.10/languages/rust.min.js"></script>
<script type="text/javascript"
src="https://cdn.staticfile.org/highlight.js/9.15.10/languages/dockerfile.min.js"></script>
<script>
hljs.configure({
tabReplace: ' ',
classPrefix: ''
})
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="https://donng.github.io/js/application.js"></script>
<script type="text/javascript" src="https://donng.github.io/js/plugin.js"></script>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: 'Posts',
PAGES: 'Pages',
CATEGORIES: 'Categories',
TAGS: 'Tags',
UNTITLED: '(Untitled)',
},
ROOT_URL: 'https:\/\/donng.github.io\/',
CONTENT_URL: 'https:\/\/donng.github.io\/\/searchindex.json ',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script type="text/javascript" src="https://donng.github.io/js/insight.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.4.2/tocbot.min.js"></script>
<script>
tocbot.init({
tocSelector: '.js-toc',
contentSelector: '.js-toc-content',
headingSelector: 'h1, h2, h3',
hasInnerContainers: true,
});
</script>
</body>
</html>
| Donng/Donng.github.io | 2019/08/go-micro启动报错/index.html | HTML | mit | 20,006 |
<h1 class="title" id="page-title">RENO v. AMERICAN-ARAB ANTI-DISCRIMINATIONCOMM.</h1>
<casecontent>
<div class="syllabus">
<hr>
<a name="writing-ZS"></a>
<p>
<b>Syllabus</b>
</p>
<p class="toccaption">
RENO v. AMERICAN-ARAB ANTI-DISCRIMINATIONCOMM.
(
No. 97-1252
)
<br>
119 F. 3d 1367, vacated and remanded.
</p>
<ul class="writingtoc">
<li>
<span class="writnav">
<b>Syllabus</b>
</span>
<a href="#writing-97-1252.ZS">
<span class="writnav"> [HTML] </span>
</a>
<a href="http://www.law.cornell.edu/supct/pdf/97-1252.pdf">
<span class="writnav"> [PDF] </span>
</a>
</li>
<li>
<span class="writnav">
<b>Opinion</b>, Scalia</span>
<a href="#writing-97-1252.ZO">
<span class="writnav"> [HTML] </span>
</a>
<a href="http://www.law.cornell.edu/supct/pdf/97-1252.pdf">
<span class="writnav"> [PDF] </span>
</a>
</li>
<li>
<span class="writnav">
<b>Concurrence</b>, Ginsburg</span>
<a href="#writing-97-1252.ZC">
<span class="writnav"> [HTML] </span>
</a>
<a href="http://www.law.cornell.edu/supct/pdf/97-1252.pdf">
<span class="writnav"> [PDF] </span>
</a>
</li>
<li>
<span class="writnav">
<b>Concurrence</b>, Stevens</span>
<a href="#writing-97-1252.ZC1">
<span class="writnav"> [HTML] </span>
</a>
<a href="http://www.law.cornell.edu/supct/pdf/97-1252.pdf">
<span class="writnav"> [PDF] </span>
</a>
</li>
<li>
<span class="writnav">
<b>Dissent</b>, Souter</span>
<a href="#writing-97-1252.ZD">
<span class="writnav"> [HTML] </span>
</a>
<a href="http://www.law.cornell.edu/supct/pdf/97-1252.pdf">
<span class="writnav"> [PDF] </span>
</a>
</li>
</ul>
<p class="opcentered">
RENO, ATTORNEY GENERAL,
<span class="smallcaps">
et al.
</span>
<em>
v.
</em>
AMERICAN-ARAB ANTI-DISCRIMINATION COMMITTEE et al.
</p>
<h4 class="sylctb">
certiorari to the united states court of appeals for the ninth circuit
</h4>
<hr>
<div class="opiniondates">
No. 971252. Argued November 4, 1998Decided February 24, 1999
</div>
<hr>
<p class="bodytext">
Respondent resident aliens filed this suit, claiming that petitioners, the Attorney General and other federal parties, targeted them for deportation because of their affiliation with a politically unpopular group, in violation of their First and
<a href="/supct-cgi/get-const?amendmentv" class="subref" title="subref">Fifth Amendment</a> rights. After the District Court preliminarily enjoined the proceedings against respondents, but while an appeal by the Attorney General was pending, Congress passed the Illegal Immigration Reform and Immigrant Responsibility Act of 1996 (IIRIRA), which,
<em>
inter alia,
</em>
repealed the old judicial-review scheme in the Immigration and Nationality Act,
<a href="http://www.law.cornell.edu/uscode/8/1105a.html" class="subref" title="subref">8 U. S. C. §1105a</a>, and instituted a new provision,
<a href="http://www.law.cornell.edu/uscode/8/1252.html#g" class="subref" title="subref">8 U. S. C. §1252(g)</a>, which restricts judicial review of the Attorney Generals decision or action to commence proceedings, adjudicate cases, or execute removal orders against any alien under this Act [e]xcept as provided in this section. The Attorney General filed motions in both the District Court and the Ninth Circuit, arguing that §1252(g) deprived them of jurisdiction over respondents selective-enforcement claim. The District Court denied the motion. The Ninth Circuit, consolidating an appeal from that denial with the pending appeal, upheld jurisdiction and affirmed the District Courts decision on the merits.
</p>
<p class="SYLCTE">
<em>
Held:<unicode value="8194">
</em>
Section 1252(g) deprives the federal courts of jurisdiction over respondents suit. Pp. 521.
</p>
<p class="SYLCTF">
(a) Although IIRIRA §309(c)(1)s general rule is that the revised procedures for removing aliens, including §1252s judicial-review procedures, do not apply in exclusion or deportation proceedings pending on IIRIRAs effective date, IIRIRA §306(c)(1) directs that a single provision, §1252(g), shall apply without limitation to claims arising from all past, pending, or future exclusion, deportation, or removal proceedings. Section 1252(g) applies to three discrete actions that the Attorney General may take: her decision or action to
<em>
commence
</em>
proceedings,
<em>
adjudicate
</em>
cases, or
<em>
execute
</em>
removal orders. (Emphasis added.) The provision seems designed to give some measure of protection to such discretionary determinations, providing that if they are reviewable at all, they at least will not be made the bases for separate rounds of judicial intervention outside the streamlined process designed by Congress. Respondents challenge to the Attorney Generals decision to commence proceedings against them falls squarely within §1252(g), and §1252 does not otherwise provide jurisdiction. Pp. 517.
</p>
<p class="bodytext">
(b) The doctrine of constitutional doubt does not require that §1252(g) be interpreted in such fashion as to permit immediate review of respondents selective-enforcement claims. An alien unlawfully in this country has no constitutional right to assert such a claim as a defense against his deportation. Pp. 1721.
</p>
<p class="SYLCTG">
119 F. 3d 1367, vacated and remanded.
</p>
<p class="bodytext">
<span class="smallcaps">
Scalia, J.,
</span>
delivered the opinion of the Court, in which
<span class="smallcaps">
Rehnquist, C. J.,
</span>
and
<span class="smallcaps">
OConnor, Kennedy
</span>
, and
<span class="smallcaps">
Thomas, JJ.,
</span>
joined, and in Parts I and II of which
<span class="smallcaps">
Ginsburg
</span>
and
<span class="smallcaps">
Breyer, JJ.,
</span>
joined.
<span class="smallcaps">
Ginsburg, J.,
</span>
filed an opinion concurring in part and concurring in the judgment, in which
<span class="smallcaps">
Breyer, J.,
</span>
joined as to Part I.
<span class="smallcaps">
Stevens, J.,
</span>
filed an opinion concurring in the judgment.
<span class="smallcaps">
Souter, J.,
</span>
filed a dissenting opinion.
</p>
</div>
</casecontent>
| riordan/judiciary_ebooks | html/97-1252/97-1252.html | HTML | mit | 7,564 |
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1>Create - Repository</h1>
</div>
<div class="col-lg-12">
<hr><br>
</div>
<div class="col-lg-12">
<message ng-model="processMsg" auto-close></message>
</div>
<div class="col-lg-12">
<div style="max-width: 750px;">
<button type="button" class="btn btn-link" ng-click="BackToParentState()">Back to List</button>
<entry ng-model="entryForm" program-id="ds52ry" edit-mode="create">
<form class="form-horizontal" ng-submit="SubmitData()">
<fieldset>
<h4>Repository Entry</h4>
<div class="form-group">
<label class="col-sm-4 control-label" for="inputShortForm">Repository Name</label>
<div class="col-sm-8">
<input type="text" class="form-control" id="inputShortForm" ng-model="entryCtrl.ngModel.Name">
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label" for="inputFullName">Commit Date</label>
<div class="col-sm-8">
<input type="date" class="form-control" id="inputFullName" ng-model="entryCtrl.ngModel.CommitDate">
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label" for="inputFullName">Github Release ID</label>
<div class="col-sm-8">
<input type="text" class="form-control" id="inputFullName" ng-model="entryCtrl.ngModel.GithubReleaseID">
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label" for="inputFullName">Release Date</label>
<div class="col-sm-8">
<input type="date" class="form-control" id="inputFullName" ng-model="entryCtrl.ngModel.ReleaseDate">
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label" for="inputVersion">Version</label>
<div class="col-sm-8">
<input type="text" class="form-control" id="inputVersion" ng-model="entryCtrl.ngModel.Version">
</div>
</div>
<div class="form-group">
<label class="col-sm-4 control-label" for="inputVersion">Release Statge</label>
<div class="col-sm-8">
<div class="checkbox">
<label>
<input type="checkbox" id="genTemplate" ng-model="entryCtrl.ngModel.IsAlpha"> Alpha
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="genTemplate" ng-model="entryCtrl.ngModel.IsBeta"> Beta
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="genTemplate" ng-model="entryCtrl.ngModel.IsPreRelease"> Pre Release
</label>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-4 col-sm-8">
<button type="submit" class="btn btn-default">Create</button>
</div>
</div>
</fieldset>
</form>
</entry>
</div>
</div>
</div>
<!-- /.row -->
</div> | keithbox/AngularJS-CRUD-PHP | demo/v2/rc-53-create-repository.html | HTML | mit | 3,480 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ko">
<head>
<!-- Generated by javadoc (1.8.0_101) on Tue Apr 11 15:22:44 KST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.github.pocmo.sensordashboard.filter</title>
<meta name="date" content="2017-04-11">
<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="com.github.pocmo.sensordashboard.filter";
}
}
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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/github/pocmo/sensordashboard/data/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../com/github/pocmo/sensordashboard/Server/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/github/pocmo/sensordashboard/filter/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package com.github.pocmo.sensordashboard.filter</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../com/github/pocmo/sensordashboard/filter/LowPassFilter.html" title="class in com.github.pocmo.sensordashboard.filter">LowPassFilter</a></td>
<td class="colLast">
<div class="block">Created by OneStar on 2016-09-09.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../com/github/pocmo/sensordashboard/filter/MovingAverageFilter.html" title="class in com.github.pocmo.sensordashboard.filter">MovingAverageFilter</a></td>
<td class="colLast">
<div class="block">Created by OneStar on 2016-09-09.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../com/github/pocmo/sensordashboard/filter/SVM.html" title="class in com.github.pocmo.sensordashboard.filter">SVM</a></td>
<td class="colLast">
<div class="block">Created by OneStar on 2016-09-09.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../com/github/pocmo/sensordashboard/data/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../com/github/pocmo/sensordashboard/Server/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?com/github/pocmo/sensordashboard/filter/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
| GB-SHOCK/GBANG-SHOCK | JavaDOC/com/github/pocmo/sensordashboard/filter/package-summary.html | HTML | mit | 5,726 |
<html>
<head>
<tittle>randomowe</tittle>
</head>
<body>
nie wiem co mam myslec
</body>
</html>
| grzecho608/ProgUzytkowe | index.html | HTML | mit | 98 |
<script src="{{ "/assets/js/jquery.flexslider-min.js" | prepend: site.baseurl }}"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: Modernizr.touch ? "slide" : "fade",
manualControls: ".flexslider-nav-carousel div.item-nav",
selector: ".slides > div",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
| rdricco/typejekyll | _includes/footer/js_flexslider.html | HTML | mit | 422 |
<div class="container">
<md-card class="col-md-4 col-md-offset-4 center">
<md-toolbar color="primary">SIGN UP</md-toolbar>
<md-card-content class="col-md-12">
<form class="form-signin" [formGroup]="registerForm">
<md-input type="email" id="inputEmail"
class="form-control" placeholder="Email address"
autofocus="" formControlName="email"></md-input>
<md-input type="password" id="inputPassword"
class="form-control" placeholder="Password"
formControlName="password" #password></md-input>
<md-input type="password" id="inputRepeatPassword"
class="form-control" placeholder="Password again"
formControlName="confirmPassword"
[ngClass]="{error: confirmPassword.value != password.value}"
#confirmPassword></md-input>
<md-input type="text" id="deviceId"
class="form-control" placeholder="Device ID"
formControlName="deviceId"
#deviceId></md-input>
<p class="error-message">{{error}}</p>
</form>
<md-card-actions align="end">
<button md-button (click)="goToLogin()">LOGIN</button>
<button md-raised-button color="primary" (click)="onSubmit()">SIGN UP</button>
</md-card-actions>
</md-card-content>
</md-card>
</div>
| stich6269/AirLab | src/client/app/+auth/registration/registration.component.html | HTML | mit | 1,563 |
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="/socket.io/socket.io.js"></script>
<link rel="stylesheet" href="css/chatroom.css"/>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/trg.css"/>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
</head>
<body>
<div class='container'>
<div class='chatbox col span-8-t bd-m center' id="chatbox">
<p id="status">Status: Not Connected to chat</p>
<form class='forms' id="name">
<input class="inputs bdr-m"id="name_input" type="text" placeholder="Enter Your Username" required>
<input class="inputs bdr-m"type="Submit" value="Join the Chat!">
</form>
<form class='forms' id="chat_form" style="display:none">
<input class="inputs bdr-m"id="chat_input" type="text" placeholder="Enter Your Message!"/>
<input class="inputs bdr-m"type="submit" value="Send Message" />
</form>
</div>
<div class="users col span-4-t"id='current_users'>
<p>Current Users in Room</p>
</div>
</div>
<script src='js/main.js'>
</script>
</body>
</html> | lawyu89/Simple_Chatroom | views/index.html | HTML | mit | 1,297 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
<script src="../dynamic-updates/resources/SVGTestCase.js"></script>
<script src="resources/SVGAnimationTestCase.js"></script>
</head>
<body onload="runSMILTest()">
<h1>SVG 1.1 dynamic animation tests</h1>
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/svglength-animation-invalid-value-3.js"></script>
</body>
</html>
| lordmos/blink | LayoutTests/svg/animations/svglength-animation-invalid-value-3.html | HTML | mit | 459 |
<!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_34) on Wed Oct 23 13:33:57 EDT 2013 -->
<TITLE>
Uses of Class org.hibernate.internal.util.EntityPrinter (Hibernate JavaDocs)
</TITLE>
<META NAME="date" CONTENT="2013-10-23">
<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.hibernate.internal.util.EntityPrinter (Hibernate JavaDocs)";
}
}
</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/hibernate/internal/util/EntityPrinter.html" title="class in org.hibernate.internal.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</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/hibernate/internal/util//class-useEntityPrinter.html" target="_top"><B>FRAMES</B></A>
<A HREF="EntityPrinter.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.hibernate.internal.util.EntityPrinter</B></H2>
</CENTER>
No usage of org.hibernate.internal.util.EntityPrinter
<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/hibernate/internal/util/EntityPrinter.html" title="class in org.hibernate.internal.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</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/hibernate/internal/util//class-useEntityPrinter.html" target="_top"><B>FRAMES</B></A>
<A HREF="EntityPrinter.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>
Copyright © 2001-2013 <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved.
</BODY>
</HTML>
| HerrB92/obp | OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/internal/util/class-use/EntityPrinter.html | HTML | mit | 6,096 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">裹尸馬革</td></tr>
<tr><th class="ztd1"><b>典源 </b></th><td class="ztd2"> 此處所列為「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000888%22.%26v%3D-1" class="clink" target=_blank>馬革裹屍</a>」之典源,提供參考。</font> #<font class="dianuan_mark">《東觀漢記.卷一二.馬援列傳》</font><br><font size=4 color="#808080">援振旅京師,賜車一乘。援曰:「</font>方今匈奴<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>1></i></b></font></font>、烏桓<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>2></i></b></font></font>尚擾北邊,欲自請擊之。男兒要當死於邊野<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>3></i></b></font></font>,以馬革裹尸<font size=-2 color="#999900"><font class="dianyuanfont"><b><i>4></i></b></font></font>還葬耳,何能臥床上,在兒女子手中耶?<font size=4 color="#808080">」故人孟冀曰:「諒為烈士,當如此矣。」</font></font> <br><font class="dianuan_mark2">〔注解〕</font><br></font>
<div class="Rulediv"><font class="english_word">(1)</font> 匈奴:秦漢時北方的游牧民族。</font></div>
<div class="Rulediv"><font class="english_word">(2)</font> 烏桓:古代民族之一。本屬東胡,漢初匈奴冒頓滅其國,餘眾退保烏桓山(今熱河省境內),因以為號。漢獻帝建安年間,徙居內地,與漢人融化。或作「烏丸」。</font></div>
<div class="Rulediv"><font class="english_word">(3)</font> 邊野:邊遠的地方,指戰場。</font></div>
<div class="Rulediv"><font class="english_word">(4)</font> 尸:死人的軀體。「尸」同「屍」。</font><font size=4 ></div><br><font class="dianuan_mark2">〔參考資料〕</font><br></font><font size=3>另可參考:<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22FL00000005713%22.%26v%3D-1" target=_blank><font class="dianuan_mark">《後漢書.卷二四.馬援列傳》</font></a></font></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/4000-4999/4472-31.html | HTML | mit | 2,661 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="zh-TW">
<head>
<title>æè²é¨ãæèªå
¸ã</title>
<meta http-equiv="Pragma" content="no-cache">
<meta name="AUTHOR" content="FlySheet Information Services, Inc.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel=stylesheet type="text/css" href="/cydic/styles.css?v=1331799287.0">
</head>
<body bgcolor=snow >
<form method=post name=main action="/cgi-bin/cydic/gsweb.cgi">
<script language=JavaScript src="/cydic/prototype.js?v=1234435343.0"></script>
<script language=JavaScript src="/cydic/swfobject.js?v=1215332700.0"></script>
<script language=JavaScript src="/cydic/dicsearch.js?v=1306830621.0"></script>
<script language=JavaScript src="/cydic//yui/yui2.3.0/build/yahoo-dom-event/yahoo-dom-event.js"></script>
<script language=JavaScript src="/cydic/cydicpage/mycookie.js?v=1247566755.0"></script>
<link rel="stylesheet" type="text/css" href="/cydic/cydicpage/cyt.css?v=1398321301.0" />
<link rel="stylesheet" type="text/css" href="/cydic/fontcss.css?v=1301307888.0" />
<link rel="stylesheet" type="text/css" href="/cydic/fulu_f.css?v=1298448600.0" />
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<input type=hidden name="o" value="e0">
<input type=hidden name="ccd" value="xxxxxx">
<input type=hidden name="sec" value="sec3">
<SCRIPT language=JavaScript1.1>
<!--
exiturl = "1";
var showcountdown = ""
var exitalerturl = "/cydic/index.htm";
exitalertmsg = "å æ¨éç½®è¶
é30åéï¼ç³»çµ±å·²èªåç»åºï¼æ¡è¿å次ç»å
¥ä½¿ç¨ãè«æä¸ã確å®ãå系統é¦é ï¼ææãåæ¶ãééè¦çªã";
var secondsleft = 30 * 60;
var showntimeout = false; // has the alert been shown?
var timewin; // handle for the timeout warning window
var remind = 5 * 60; // remind user when this much time is left
function fsUnload() {
cleartimeout();
// BEGIN: FSPage plugin for the JS-onUnload() event.
// END: FSPage plugin for the JS-onUnload() event.
}
function cleartimeout() {
if ((timewin != null) && !(timewin.closed))
timewin.close();
}
function showtimeout() {
if (secondsleft <= 0){
if (exiturl != ""){
if (exitalertmsg!=""){
if (confirm(exitalertmsg)){
window.location.href = exitalerturl;
}
else{
window.close();
}
}
else{
parent.location.href = exiturl;
}
}
//self.close();
return;
}
if (showntimeout == false && secondsleft > 0 && secondsleft <= remind) {
}
var minutes = Math.floor (secondsleft / 60);
var seconds = secondsleft % 60;
if (seconds < 10)
seconds = "0" + seconds;
if (showcountdown){
window.status = toLatin("last time:" + minutes + ":" + seconds);
}
var period = 1;
setTimeout("showtimeout()", period*1000);
secondsleft -= period;
}
// -->
window.onload = function (){
showtimeout();
}
</SCRIPT>
<script language="JavaScript"> var _version = 1.0 </script>
<script language="JavaScript1.1"> _version = 1.1 </script>
<script language="JavaScript1.2"> _version = 1.2 </script>
<script language="JavaScript1.1">
function toLatin(x) {
if (_version >= 1.2 && ("zh" == "fr" || "zh" == "es")) {
var pattern = new RegExp("&#([0-9]+);");
while ((result = pattern.exec(x)) != null) {
x = x.replace(result[0], String.fromCharCode(RegExp.$1));
}
x = x.replace(/ /g, ' ');
}
return (x);
}
</script>
<div id="pageall">
<div id="gamelink">
<a href="/cydic/flash/game/flash001/game.html" target="_blank" title="æèªéæ²">æèªéæ²</a>
<a href="/cydic/flash/game/flash002/game2.html" target="_blank" title="æèªéæ²">æèªéæ²</a>
</div>
<div id="top">
<h1><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&func=diccydicfunc.cydicexit" title="æè²é¨æèªå
¸"><img src="/cydic/images/logo_text.jpg" alt="æè²é¨æèªå
¸" align="left" /></a></a></h1>
<p>
<span class="map">
<a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec10&init=1&active=webguide" title="ç¶²ç«å°è¦½">ç¶²ç«å°è¦½</a>â
<a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&func=diccydicfunc.cydic_switch" title="åæç">åæç</a>
</span>
<span class="een"> <a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&&sec=sec1&index=1&active=index&switchlanguage=eng" title="ENGLISH VERSION"></a></span>
</p>
<ul>
<li><a title="3a up ins" accessKey="u" href="#" style="position: absolute;top: 10px; left:-30px;color:#E6D29F;" >
<font class="fontcenter">:::</font></a></li>
<li class="link1"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&func=diccydicfunc.cydicexit" title="é¦é ">é¦é </a></li>
<li class="link2"><a href="/cydic/userguide/userguide1/userguide_top.htm" title="使ç¨èªªæ" target=_blank>使ç¨èªªæ</a></li>
<li class="link3"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec8&init=1&active=editor" title="編輯說æ">編輯說æ</a></li>
<li class="link4"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec6&ducfulu=1&init=1&active=dicfulu&dicfululv1=1" title="è¾å
¸éé">è¾å
¸éé</a></li>
<li class="link5"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec7&active=qadb&brwtype=browse&brwval=id%3D%27QR%2A%27&disparea=QR&init=1" title="常è¦åé¡">常è¦åé¡</a></li>
</ul>
</div>
<!-- top -->
<div id="menu">
<ul>
<a title="3a menu ins" accessKey="m" href="#" style="position: absolute;top: 40px; left:-30px;color:#969C32;" >
<font class="fontcenter">:::</font></a><li><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&&sec=sec1&index=1&active=index" class="m1clk" title="åºæ¬æª¢ç´¢"></a></li>
<li class="m2" title="é²é檢索"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&&sec=sec3&op=ma&init=1&advance=1&active=advance">é²é檢索</a></li>
<li class="m3" title="ééæª¢ç´¢"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec4&fulu=1&init=1&active=fulu">ééæª¢ç´¢</a></li>
<li class="m4" title="é»åæ¸ç覽"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec5&ebook=1&init=1&active=ebook">é»åæ¸ç覽</a></li>
</ul>
</div>
<a title="3a center ins" accessKey="c" href="#" style="position: absolute;color:red;" >
<font class="fontcenter">:::</font></a>
<div id="contents">
<div id="contents2">
<div class="search">
<input name="basicopt" id="basicopt1" type="radio" value="1" checked/>
<font class="chi_12">æèªæª¢ç´¢</font>
<input name="basicopt" id="basicopt2" type="radio" value="2" />
<font class="chi_12">ç¾©é¡æª¢ç´¢<font>
<input type="text" name="qs0" id="qs0" size="10" class="s1b" onKeypress="return dealsubmitsearch(event, '0', 'qs0', 'è«è¼¸å
¥æª¢ç´¢å串ï¼')" onclick="this.focus();"
onmouseover="this.focus();" onfocus="this.focus();" />
<input name="input" type="submit" class="s2f" value="檢索" onclick="return cydic_basic_cksearch(event, '0', 'qs0', 'è«è¼¸å
¥æª¢ç´¢å串', 'è«è¼¸å
¥æª¢ç´¢åè©ï¼å¯æé
ç¬¦èæª¢ç´¢/è«éµå
¥æèªèªç¾©é¡å¥');;" onKeypress="" />
</div>
<!-- div search -->
<div class="prbtnbar"><table cellspacing=0 cellpadding=2 align=right summary="system htm table"><tr> <td><label for=browse></label><input type=image border=0 align=top hspace=0 style="cursor:hand" alt="æ¨é¡ç覽" onMouseOver="mover(event)" onMouseOut="mout(0,event)" onblur="mout(0,event)" onfocus="mover(event)" name=browse id="browse" src="/cydic/images/browse.gif"></td></tr></table></div>
<table class="fmt0table">
<tr><td colspan=2>
<script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass"><div class="layoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>æèª </b></th><td class="std2"><font class=inverse>å
µè馬äº</font></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Ä«ng huÄng mÇ luà n</font></td></tr>
<tr><th class="std1"><b>é義 </b></th><td class="std2"></font> 形容æ°çæé æçæ··äºæ¯è±¡ãâ»èªæåºå
ï¼ç¡åæ°ã梧æ¡èï¼ç¬¬åæããâ³ã<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000564%22.%26v%3D-1" class="clink" target=_blank>å
µé£ç¦çµ</a>ããã<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22FL00000000885%22.%26v%3D-1" class="clink" target=_blank>å
µäºå¹´è</a>ã</font></td></tr>
</td></tr></table></div> <!-- layoutclass_first --><div class="layoutclass_second"><h5 class="btitle2">å
µè馬äº</h5>
<div class="leftm"><ul><li class="leftm1n"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=59-1&fmt=11" title="é³è®èé義" class=clink></a></li>
<li class="leftm2"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=59-1&fmt=12" title="å
¸æº"></a></li>
<li class="leftm8"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=59-1&fmt=13" title="å
¸æ
說æ"></a></li>
<li class="leftm3"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=59-1&fmt=14" title="æ¸è"></a></li>
<li class="leftm4"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=59-1&fmt=15" title="ç¨æ³èªªæ"></a></li>
<li class="leftm6"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=59-1&fmt=17" title="辨è"></a></li>
<li class="leftm5"><a href="/cgi-bin/cydic/gsweb.cgi?ccd=xxxxx&o=e0&sec=sec3&op=v&view=59-1&fmt=16" title="åè說æ"></a></li>
</ul></div></div> <!-- layoutclass_second --></div> <!-- layoutclass -->
</td></tr>
</table>
<table class="referencetable1">
<tr><td>
æ¬é ç¶²å︰<input type="text" value="http://dict.idioms.moe.edu.tw/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&searchid=CW0000000784" size=60 onclick="select()" readonly="">
</td></tr>
</table>
<input type=hidden name=r1 value=1>
<input type=hidden name=op value="v">
<div class="prbtnbar"><table cellspacing=0 cellpadding=2 align=right summary="system htm table"><tr> <td><label for=browse></label><input type=image border=0 align=top hspace=0 style="cursor:hand" alt="æ¨é¡ç覽" onMouseOver="mover(event)" onMouseOut="mout(0,event)" onblur="mout(0,event)" onfocus="mover(event)" name=browse id="browse" src="/cydic/images/browse.gif"></td></tr></table></div>
</div>
<!-- div contents2 -->
<link rel="stylesheet" type="text/css" href="/cydic/yui/yui2.3.0/build/container/assets/skins/sam/container.css?v=1185870262.0" />
<script language=JavaScript src="/cydic/yui/yui2.3.0/build/utilities/utilities.js?v=1185870262.0"></script>
<script language=JavaScript src="/cydic/yui/yui2.3.0/build/button/button-beta.js?v=1185870256.0"></script>
<script language=JavaScript src="/cydic/yui/yui2.3.0/build/container/container.js?v=1185870256.0"></script>
<div id="keybordarea">
</div>
<script type="text/javascript" language="JavaScript">
var inputfield = "qs0"
String.prototype.trim = function() {
return this.replace(/^\s+|\s+$/g,"");
}
function inputkeyb(digit){
var src = document.getElementById(inputfield).value.trim();
var dig = unescape(digit);
//ps("dig", dig);
if (dig =="空ç½"){dig = "ã"}
else if (dig == "ã§"){dig = "ï½"}
///// ³B²z²MÁn³¡¥÷. £»£¹£¬
dotchar = "Ë";
if (dig == "Ë"){
var oldv = document.getElementById(inputfield).value;
oldv = oldv + dotchar;
//ps("oldv", oldv);
pwlst = oldv.split(' ')
newlst = []
for(c=0; c < pwlst.length; c++){
//ps("v", pwlst[c]);
indv = pwlst[c].indexOf('Ë');
if (indv != -1){
var quote = /Ë/g;
val = pwlst[c].replace(quote, "");
newlst.push("Ë"+val);
}
else{
newlst.push(pwlst[c]);
}
}
oldv = newlst.join(' ')
}
///// ¤@¯ë¤è¦¡
else{
var oldv = document.getElementById(inputfield).value;
oldv += dig;
}
document.getElementById(inputfield).focus();
document.getElementById(inputfield).value = oldv;
}
</script>
<div id="line"></div>
<div id="foot">
<span class="logodiv1">
<img src="/cydic/images/stand_unitlogo.png" class="logoimg1" border="0" align="absmiddle">
</span><br>
<a href="http://www.edu.tw/" target="blank">
<img src="/cydic/images/logo.gif" alt="æè²é¨logo" width="46" height="36" align="absmiddle" />
</a>
<span class="ff">ä¸è¯æ°åæè²é¨çæ¬ææ</span><span class="ffeng">©2010 Ministry of Education, R.O.C. All rights reserved.</span>ã<span class="copyright">ç·ä¸ï¼N 仿¥äººæ¬¡ï¼N 總人次ï¼N</span><br><span class="ff"><a href="mailto:april0212@mail.naer.edu.tw"><img src="/cydic/images/mail_f.gif" border=0 alt="mail to our" title="è¯çµ¡æå" ></a>ï½<a href="#">é±ç§æ¬æ¿ç宣å</a>ï½<a href="#">é£çµææ¬è²æ</a>ï½å»ºè°ä½¿ç¨</span><span class="ffeng">IE8.0ãFirefox3.6</span><span class="ff">以ä¸çæ¬ç覽å¨åè§£æåº¦</span><span class="ffeng">1024*768</span>ã<a href="http://www.webguide.nat.gov.tw/enable.jsp?category=20110921092959" title="ç¡éç¤ç¶²ç«" target=_blank><img src="/cydic/images/aplus.jpg" alt="ééA+網路çç´ç¡éç¤ç¶²é 檢è¦" width="88" height="31" align="absmiddle" /></a>
</div>
</div>
<!-- contents -->
<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-44370428-1', 'moe.edu.tw');ga('send', 'pageview');</script>
</div>
<!-- pageall -->
</form>
</body>
</html>
| BuzzAcademy/idioms-moe-unformatted-data | cw-data/0-999/CW0000000784.html | HTML | mit | 16,387 |
<div class="commune_descr limited">
<p>
Coudures est
un village
localisé dans le département des Landes en Aquitaine. On dénombrait 415 habitants en 2008.</p>
<p>Si vous pensez emmenager à Coudures, vous pourrez facilement trouver une maison à vendre. </p>
<p>À proximité de Coudures sont localisées les communes de
<a href="{{VLROOT}}/immobilier/dumes_40092/">Dumes</a> à 5 km, 240 habitants,
<a href="{{VLROOT}}/immobilier/montsoue_40196/">Montsoué</a> située à 4 km, 568 habitants,
<a href="{{VLROOT}}/immobilier/hagetmau_40119/">Hagetmau</a> à 6 km, 4 583 habitants,
<a href="{{VLROOT}}/immobilier/sainte-colombe_40252/">Sainte-Colombe</a> située à 3 km, 592 habitants,
<a href="{{VLROOT}}/immobilier/sarraziet_40289/">Sarraziet</a> située à 2 km, 190 habitants,
<a href="{{VLROOT}}/immobilier/horsarrieu_40128/">Horsarrieu</a> à 6 km, 629 habitants,
entre autres. De plus, Coudures est située à seulement 22 km de <a href="{{VLROOT}}/immobilier/mont-de-marsan_40192/">Mont-de-Marsan</a>.</p>
<p>La commune offre quelques équipements, elle propose entre autres une boucle de randonnée.</p>
<p>Le nombre de logements, à Coudures, était réparti en 2011 en huit appartements et 216 maisons soit
un marché plutôt équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/40086.html | HTML | mit | 1,323 |
<div class="commune_descr limited">
<p>
Homps est
un village
situé dans le département des Gers en Midi-Pyrénées. Elle totalisait 88 habitants en 2008.</p>
<p>La commune propose quelques équipements sportifs, elle dispose, entre autres, de une boucle de randonnée.</p>
<p>Si vous pensez emmenager à Homps, vous pourrez aisément trouver une maison à acheter. </p>
<p>À proximité de Homps sont positionnées géographiquement les communes de
<a href="{{VLROOT}}/immobilier/monfort_32269/">Monfort</a> localisée à 3 km, 460 habitants,
<a href="{{VLROOT}}/immobilier/tillac_32446/">Tillac</a> à 1 km, 260 habitants,
<a href="{{VLROOT}}/immobilier/estramiac_32129/">Estramiac</a> située à 2 km, 134 habitants,
<a href="{{VLROOT}}/immobilier/maubec_82106/">Maubec</a> localisée à 4 km, 140 habitants,
<a href="{{VLROOT}}/immobilier/labrihe_32173/">Labrihe</a> localisée à 4 km, 196 habitants,
<a href="{{VLROOT}}/immobilier/marignac_82103/">Marignac</a> située à 5 km, 91 habitants,
entre autres. De plus, Homps est située à seulement 28 km de <a href="{{VLROOT}}/immobilier/auch_32013/">Auch</a>.</p>
<p>Le parc d'habitations, à Homps, se décomposait en 2011 en trois appartements et 59 maisons soit
un marché relativement équilibré.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/32154.html | HTML | mit | 1,323 |
---
layout: default
title: "The high quality, completely customizable, performant and 100% free blog template for Jekyll"
description: "Chalk uses all the best tools and merges them into one premium blogging theme."
---
<ul class="article-list">
{% for post in paginator.posts %}
<li class="article-list-item {% if site.scrollappear_enabled %}appear{% endif %}">
<a href="{{ post.url | relative_url }}" title="{{ post.title }}">
<h5>
{{ post.title }}
<span class="icon icon-arrow-right"></span>
</h5>
</a>
<p>{{ post.description }}</p>
<div class="article-list-footer">
<span class="article-list-date">
{{ post.date | date: "%B %-d, %Y" }}
</span>
<span class="article-list-divider">-</span>
<span class="article-list-minutes">
{% capture words %}
{{ post.content | number_of_words }}
{% endcapture %}
{% unless words contains "-" %}
{{ words | plus: 250 | divided_by: 250 | append: " minute read" }}
{% endunless %}
</span>
<span class="article-list-divider">-</span>
<div class="article-list-tags">
{% for tag in post.tags %}
<a href="{{ 'tag/' | relative_url }}{{ tag }}">{{ tag }}</a>
{% endfor %}
</div>
</div>
</li>
{% endfor %}
{% if paginator.total_pages > 1 %}
<li class="article-pagination {% if site.scrollappear_enabled %}appear{% endif %}">
{% if paginator.previous_page %}
<a href="{{ paginator.previous_page_path }}" class="article-pagination-right">Newer posts <span class="icon icon-arrow-right"></span></a>
{% endif %}
{% if paginator.next_page %}
<a href="{{ paginator.next_page_path }}"><span class="icon icon-arrow-left"></span> Older posts</a>
{% endif %}
</li>
{% endif %}
</ul>
| avidoggy/blog | index.html | HTML | mit | 1,903 |
<html>
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="img/logo.png"/>
<link rel="apple-touch-startup-image" href="img/startup.png" />
<title>Integra</title>
<script>
function button(value) {
if (window.XMLHttpRequest) {
request = new XMLHttpRequest();
} else if (window.ActiveXObject) {
try {
request = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
request = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {}
}
}
request.open('POST', '/control', true);
request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
request.setRequestHeader('Content-length', value.length);
request.setRequestHeader('Connection', 'close');
request.send('code=' + value);
}
</script>
<script>(function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")</script>
<style>
body {background-color:#000000; color:#FFFFFF}
a:link {color:#FFFFFF;} /* unvisited link */
a:visited {color:#FFFFFF;} /* visited link */
a:hover {color:#FFFFFF;} /* mouse over link */
a:active {color:#FFFFFF;}
<!—-
* {
-webkit-touch-callout: none;
}
-->
</style>
</head>
<body>
<center>
<p><h1>Main Zone:</h1></p>
<form name="remoteform" method="post">
<input type="hidden" name="code">
<img src="img/off.png" onClick="button('Power OFF')" >
<img src="img/on.png" onClick="button('Power ON')" >
<br />
<div style="width: auto; margin-left: auto; margin-right: auto;">
<img src="img/voldown.png" onClick="button('Volume Down')" >
<img src="img/mute.png" onClick="button('MuteToggle')" >
<img src="img/volup.png" onClick="button('Volume Up')" >
</center>
</form>
<div style="width: 100%; float: left; margin-left: auto; margin-right: auto; text-align: center;">
<form method="post">
<input type="hidden" name="code">
<p>Volume Level:</p>
<select onChange="button(value)">
<option value="MainVol00">Mute</option>
<option value="MainVol01">-81db</option>
<option value="MainVol02">-80db</option>
<option value="MainVol03">-79db</option>
<option value="MainVol04">-78db</option>
<option value="MainVol05">-77db</option>
<option value="MainVol06">-76db</option>
<option value="MainVol07">-75db</option>
<option value="MainVol08">-74db</option>
<option value="MainVol09">-73db</option>
<option value="MainVol0A">-72db</option>
<option value="MainVol0B">-71db</option>
<option value="MainVol0C">-70db</option>
<option value="MainVol0D">-69db</option>
<option value="MainVol0E">-68db</option>
<option value="MainVol0F">-67db</option>
<option value="MainVol10">-66db</option>
<option value="MainVol11">-65db</option>
<option value="MainVol12">-64db</option>
<option value="MainVol13">-63db</option>
<option value="MainVol14">-62db</option>
<option value="MainVol15">-61db</option>
<option value="MainVol16">-60db</option>
<option value="MainVol17">-59db</option>
<option value="MainVol18">-58db</option>
<option value="MainVol19">-57db</option>
<option value="MainVol1A">-56db</option>
<option value="MainVol1B">-55db</option>
<option value="MainVol1C">-54db</option>
<option value="MainVol1D">-53db</option>
<option value="MainVol1E">-52db</option>
<option value="MainVol1F">-51db</option>
<option value="MainVol20">-50db</option>
<option value="MainVol21">-49db</option>
<option value="MainVol22">-48db</option>
<option value="MainVol23">-47db</option>
<option value="MainVol24">-46db</option>
<option value="MainVol25">-45db</option>
<option value="MainVol26">-44db</option>
<option value="MainVol27">-43db</option>
<option value="MainVol28">-42db</option>
<option value="MainVol29">-41db</option>
<option value="MainVol2A">-40db</option>
<option value="MainVol2B">-39db</option>
<option value="MainVol2C">-38db</option>
<option value="MainVol2D">-37db</option>
<option value="MainVol2E">-36db</option>
<option value="MainVol2F">-35db</option>
<option value="MainVol30">-34db</option>
<option value="MainVol31">-33db</option>
<option value="MainVol32">-32db</option>
<option value="MainVol33">-31db</option>
<option value="MainVol34">-30db</option>
<option value="MainVol35">-29db</option>
<option value="MainVol36">-28db</option>
<option value="MainVol37">-27db</option>
<option value="MainVol38">-26db</option>
<option value="MainVol39">-25db</option>
<option value="MainVol3A">-24db</option>
<option value="MainVol3B">-23db</option>
<option value="MainVol3C">-22db</option>
<option value="MainVol3D">-21db</option>
<option value="MainVol3E">-20db</option>
<option value="MainVol3F">-19db</option>
<option value="MainVol40">-18db</option>
<option value="MainVol41">-17db</option>
<option value="MainVol42">-16db</option>
<option value="MainVol43">-15db</option>
<option value="MainVol44">-14db</option>
<option value="MainVol45">-13db</option>
<option value="MainVol46">-12db</option>
<option value="MainVol47">-11db</option>
<option value="MainVol48">-10db</option>
<option value="MainVol49">-09db</option>
<option value="MainVol4A">-08db</option>
<option value="MainVol4B">-07db</option>
<option value="MainVol4C">-06db</option>
<option value="MainVol4D">-05db</option>
<option value="MainVol4E">-04db</option>
<option value="MainVol4F">-03db</option>
<option value="MainVol50">-02db</option>
<option value="MainVol51">-01db</option>
<option value="MainVol52">00db</option>
<option value="MainVol53">+01db</option>
<option value="MainVol54">+02db</option>
<option value="MainVol55">+03db</option>
<option value="MainVol56">+04db</option>
<option value="MainVol57">+05db</option>
<option value="MainVol58">+06db</option>
<option value="MainVol59">+07db</option>
<option value="MainVol5A">+08db</option>
<option value="MainVol5B">+09db</option>
<option value="MainVol5C">+10db</option>
<option value="MainVol5D">+11db</option>
<option value="MainVol5E">+12db</option>
<option value="MainVol5F">+13db</option>
<option value="MainVol60">+14db</option>
<option value="MainVol61">+15db</option>
<option value="MainVol62">+16db</option>
<option value="MainVol63">+17db</option>
<option value="MainVol64">+18db</option>
</select>
</form>
<form method="post">
<input type="hidden" name="code">
<p>Source:</p>
<select onChange="button(value)">
<option value="DVD">DVD</option>
<option value="VCR/DVR">VCR</option>
<option value="CBL/SAT">Cable</option>
<option value="Game">Game</option>
<option value="AUX1">AUX1</option>
<option value="AUX2">AUX2</option>
<option value="Tape">Tape</option>
<option value="AM">AM</option>
<option value="FM">FM</option>
<option value="CD">CD</option>
<option value="Phono">Phono</option>
</select>
</form>
<form method="post">
<input type="hidden" name="code">
<p>Surround Mode:</p>
<select onChange="button(value)">
<option value="STEREO">Stereo</option>
<option value="DIRECT">Direct</option>
<option value="ALL CH STEREO">All Channel Stereo</option>
<option value="5.1ch Surround">Digital 5.1</option>
<option value="PLII/PLIIx Movie">PLIIx Movie</option>
<option value="PLII/PLIIx Music">PLIIx Music</option>
<option value="PLII/PLIIx Game">PLIIx Game</option>
<option value="Neo6 Cinema">Neo:6 Cinema</option>
<option value="Neo6 Music">Neo:6 Music</option>
</select>
</form>
<div style="text-align: center; width: 99%">
<a href="main.html">Main Zone</a>
<a href="zone2.html">Zone 2</a>
</div>
</body>
</html>
| thinkbrown/IntegraControl | web/main.html | HTML | mit | 7,954 |
<!DOCTYPE html>
<html>
<head>
<title>PLDownload</title>
<link type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" />
<style>
.badge-right {
position: absolute;
top: 0px;
right: 0px;
text-align: center;
width: 70px;
}
.badge-notify{
background:red;
position: absolute;
top: 5px;
right: 10px;
}
.btn-badge {
font-size: 36px;
}
.btn-ready {
color: green;
}
</style>
</head>
<body>
<div class="container-fluid">
<div class="col-md-6 col-md-offset-3">
<div class="page-header">
<h1>Playlist downloader</h1>
</div>
<form style="margin-bottom:20px;" method="POST" id="pl_form" class="form-inline">
<div class="form-group">
<label for="pl_link">YouTube URL</label>
<input type="text" id="pl_link" class="form-control" name="pl_link"/>
</div>
<button type="submit" class="btn btn-default">Download</button>
</form>
{% if list %}
<ul class="list-group">
{% for dl in list %}
{% if dl.error %}
<li id="{{ dl.playlist_id }}" class="list-group-item list-group-item-danger">
{% elif dl.completed %}
<li id="{{ dl.playlist_id }}" class="list-group-item list-group-item-success">
{% else %}
<li id="{{ dl.playlist_id }}" class="list-group-item list-group-item-info">
{% endif %}
<div class="badge-right">
{% if dl.zipped %}
<button class="btn btn-ready btn-lg btn-link btn-badge">
{% else %}
<button class="btn btn-lg btn-link btn-badge">
{% endif %}
<span class="glyphicon glyphicon-download"></span>
</button>
<span class="badge badge-notify">{{ dl.total_completed }}</span>
</div>
{{ dl.link }}
{% if dl.get_files() %}
<ul>
{% for f, l in dl.get_files().items() %}
<li><a href="{{ l }}">{{ f }}</a></li>
{% endfor %}
</ul>
{% endif %}
</li>
{% endfor %}
</ul>
{% endif %}
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.2.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" ></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-noty/2.3.8/jquery.noty.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-noty/2.3.8/layouts/topRight.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery-noty/2.3.8/themes/relax.min.js"></script>
<script src="https://cdn.socket.io/socket.io-1.4.5.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".badge-right button").click(function(ev) {
ev.preventDefault();
var playlist_id = $(this).parent().parent().attr("id");
$.ajax({url: 'download/' + playlist_id + '/status',
statusCode: {
202: function() {
noty({text: 'Please hold on, your zip file is being created! Please try again soon!',
type: 'information', layout: 'topRight', theme: 'relax'});
},
404: function() {
noty({text: 'This playlist was not found for the current session!', type: 'error',
layout: 'topRight', theme: 'relax'});
},
200: function() {
noty({text: 'Please hold on, your download is starting!', type: 'success', layout: 'topRight',
theme: 'relax'});
window.location.assign('download/' + playlist_id);
}
}});
});
var socket = io.connect('https://www.pielambr.be', {'path': '/youtube/socket.io'});
socket.on('connect', function() {
socket.emit("authentication", "{{ session["session_id"] }}");
});
socket.on('download_update', function(data) {
data = JSON.parse(data);
var playlist = $("#" + data.playlist_id);
var playlist_zip = playlist.find("div").first();
var playlist_completed = playlist_zip.children("span").first();
// Create <ul> if our playlist doesn't have any items yet
if(!playlist.has("ul").length) {
playlist.append($("<ul>"));
}
var playlist_ul = playlist.find("ul").first();
// If our download is finished, remove in progress and add the completed download
if(data.file_completed) {
finished = $("<li>").append(
$("<a>").attr('href', 'download/' + data.playlist_id + "/" + data.current_filename).
text(data.current_filename));
playlist_completed.text(data.total_completed);
playlist_ul.find(".in_progress").remove();
playlist_ul.append(finished);
} else {
playlist_ul.find(".in_progress").remove();
progress_bar = $("<div>").attr("class", "progress").append(
$("<div>").attr("class", "progress-bar progress-bar-success progress-bar-striped")
.attr("aria-valuenow", data.file_progress).attr("aria-valuemin", 0).attr("aria-valuemax", 100)
.width(data.file_progress + "%"));
progress = $("<li>").attr("class", "in_progress").text(data.current_filename).append(progress_bar);
playlist_ul.append(progress);
}
});
socket.on('playlist_update', function(data){
data = JSON.parse(data);
var playlist = $("#" + data.playlist_id);
if(data.playlist_completed) {
if(data.playlist_error) {
playlist.attr("class", "list-group-item list-group-item-danger");
} else {
playlist.attr("class", "list-group-item list-group-item-success");
}
}
});
socket.on('zip_update', function(data) {
data = JSON.parse(data);
var playlist = $("#" + data.playlist_id);
var playlist_zip = playlist.find("button").first();
if(data.finished) {
playlist_zip.attr("class", "btn btn-ready btn-lg btn-link btn-badge");
noty({text: 'Your zip file is now ready for downloading!', type: 'success', layout: 'topRight',
theme: 'relax'});
}
});
});
</script>
</body>
</html> | pielambr/PLDownload | templates/index.html | HTML | mit | 7,282 |
<!DOCTYPE html>
<html>
<head>
<title>IPS Converter Read Me</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/jumbotron.css" rel="stylesheet" media="screen">
</head>
<body>
<div class="container">
<div class="header">
<h3 class="text-muted">IPS UTF8 Converter Read Me</h3>
</div>
<div class="jumbotron">
<h1>Welcome!</h1>
<p class="lead">
This utility will convert all the tables in your community database to UTF-8 without deleting or overwriting your existing data.
</p>
</div>
<h3>Installing</h3>
<p>
Simply upload the directory <code>utf8convert</code> to your community root directory.
</p>
<h3>How it works</h3>
<p>
The converter will create new tables with the prefix "x_utf_". The converter will read your existing data, convert it to UTF-8 and then save it into the "x_utf_" prefixed tables.
</p>
<p>
Once the data conversion has taken place, you can test the conversion by editing your <code>conf_global.php</code> file to alter the <code>sql_tbl_prefix</code> and to make sure that the <code>sql_charset</code> is set to <code>utf8</code>. The exact instructions for this
are shown when the conversion has finished.
</p>
<p>
Once you are happy that the conversion is correct, you are prompted to <strong>finish</strong> the conversion. This will rename your existing database tables with the prefix "orig_" and the UTF-8 tables
will be renamed to your existing prefix. You are then prompted again to edit your <code>conf_global.php</code> file to alter the <code>sql_tbl_prefix</code>.
</p>
<p>
You can then delete the "orig_" prefixed tables when you are happy that the conversion is complete and the original unconverted data is no longer required.
</p>
<h3>Web or command line?</h3>
<p>
This converter is available with two interfaces. There is a <strong>web</strong> version that you can launch using the button below.
<br />
The preferred method is to use the command line version. If you have shell access with your hosting account, then please launch the shell converter interface by using <code>cd</code> to navigate to
your community root and then run <code>php cli.php</code> and follow the onscreen prompts. If you are running from the Windows command prompt or your shell client does not support colors, then run <code>php cli.php --basic</code>.
</p>
<h3>Getting Help</h3>
<p>
If you encounter any issues while using this converter, please report the issue to our <a href="https://invisionpower.com/4bugtrack/">bug tracker</a>. When creating a new
bug report please copy and paste the "info" from the converter output.
<br />
Active IP.Board license holders can also request support via the <a href="https://invisionpower.com/clientarea">client center</a>.
<br />
If you're using the command line version, please run <code>php cli.php --info</code>. If you're using the web version, please click on the "Tools" button at the top. This information
will help us debug the issue. No sensitive data is ever revealed with this tool.
</p>
<p><a class="btn btn-lg btn-info" href="index.php?controller=browser">Start Web Converter</a></p>
<div class="footer">
<p>© <script type="text/javascript">document.write( new Date().getFullYear() );</script><noscript>2015</noscript> Invision Power Services, Inc.</p>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
| Tresint/worldherb | forum/admin/convertutf8/readme.html | HTML | mit | 3,785 |
<!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Pathfinder: Pathfinder/Util/File/ModContent.cs File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="hacknet_modding_docs_logo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Pathfinder
 <span id="projectnumber">v3.0</span>
</div>
<div id="projectbrief">The definitive Hacknet programmable modding system</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_mod_content_8cs.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> |
<a href="#namespaces">Namespaces</a> |
<a href="#typedef-members">Typedefs</a> </div>
<div class="headertitle">
<div class="title">ModContent.cs File Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_pathfinder_1_1_util_1_1_file_1_1_mod_content.html">Pathfinder.Util.File.ModContent</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespace_pathfinder_1_1_util_1_1_file"><td class="memItemLeft" align="right" valign="top">namespace  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespace_pathfinder_1_1_util_1_1_file.html">Pathfinder.Util.File</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:a1e16ef9663a7a2a193931a6b5604e7d9"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="_mod_content_8cs.html#a1e16ef9663a7a2a193931a6b5604e7d9">IO</a> = System.IO</td></tr>
<tr class="separator:a1e16ef9663a7a2a193931a6b5604e7d9"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<h2 class="groupheader">Typedef Documentation</h2>
<a id="a1e16ef9663a7a2a193931a6b5604e7d9"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a1e16ef9663a7a2a193931a6b5604e7d9">◆ </a></span>IO</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">using <a class="el" href="_mod_content_8cs.html#a1e16ef9663a7a2a193931a6b5604e7d9">IO</a> = System.IO</td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_f17f94439237c4628605ae31fe1f1655.html">Pathfinder</a></li><li class="navelem"><a class="el" href="dir_65d530884dab34be182bc9660555976a.html">Util</a></li><li class="navelem"><a class="el" href="dir_c092f47b78606d2ccd4282a170129415.html">File</a></li><li class="navelem"><a class="el" href="_mod_content_8cs.html">ModContent.cs</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
| Spartan322/Hacknet-Pathfinder | docs/html/_mod_content_8cs.html | HTML | mit | 6,230 |
<!DOCTYPE HTML>
<html>
<head>
<title>Swipe 2</title>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'/>
<link href='style.css' rel='stylesheet'/>
<style>
/* Swipe 2 required styles */
.swipe {
overflow: hidden;
visibility: hidden;
position: relative;
}
.swipe-wrap {
overflow: hidden;
position: relative;
}
.swipe-wrap > div {
float:left;
width:100%;
position: relative;
}
/* END required styles */
</style>
</head>
<body>
<h1>Swipe 2</h1>
<div id='mySwipe' style='max-width:500px;margin:0 auto' class='swipe'>
<div class='swipe-wrap'>
<div><b>0</b></div>
<div><b>1</b></div>
<div><b>2</b></div>
<div><b>3</b></div>
<div><b>4</b></div>
<div><b>5</b></div>
<div><b>6</b></div>
<div><b>7</b></div>
<div><b>8</b></div>
<div><b>9</b></div>
<div><b>10</b></div>
<div><b>11</b></div>
<div><b>12</b></div>
<div><b>13</b></div>
<div><b>14</b></div>
<div><b>15</b></div>
<div><b>16</b></div>
<div><b>17</b></div>
<div><b>18</b></div>
<div><b>19</b></div>
<div><b>20</b></div>
</div>
</div>
<div style='text-align:center;padding-top:20px;'>
<button onclick='mySwipe.prev()'>prev</button>
<button onclick='mySwipe.next()'>next</button>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src='swipe.js'></script>
<script>
// pure JS
var elem = document.getElementById('mySwipe');
window.mySwipe = Swipe(elem, {
// startSlide: 4,
// auto: 3000,
// continuous: true,
// disableScroll: true,
// stopPropagation: true,
// callback: function(index, element) {},
// transitionEnd: function(index, element) {}
});
// with jQuery
// window.mySwipe = $('#mySwipe').Swipe().data('Swipe');
</script> | krisdigital/Swipe | index.html | HTML | mit | 1,862 |
<html>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="WME DocMaker 2.0">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>Game object</title>
<link rel="stylesheet" type="text/css" href="../../styles.css">
</head>
<body>
<!-- Generated on 7.11.2005 18:05:37, settings file: english -->
<h3>Game object</h3>
<p>
The Game object allows you to access the properties of your game, and the engine itself. There is always one and only Game object available and it's stored in a predefined variable <b>Game</b>.
</p>
<br>
<h4>Methods</h4>
<table border="2" cellspacing="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td nowrap width="25%"><b>Diagnostic functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LOG">LOG</a></td>
<td>Writes a text string to the system log file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#Msg">Msg</a></td>
<td>Writes a quick diagnostic message to the screen.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#DumpTextureStats">DumpTextureStats</a></td>
<td>Writes texture usage data to a text file in CSV format.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Object manipulation</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ValidObject">ValidObject</a></td>
<td>Queries whether a given object reference is valid.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#UnloadObject">UnloadObject</a></td>
<td>Removes an object from memory.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadActor">LoadActor</a></td>
<td>Loads a new actor from a file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadActor3D">LoadActor3D</a></td>
<td>Loads a new 3D actor from a file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadEntity">LoadEntity</a></td>
<td>Loads a new entity from a file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadWindow">LoadWindow</a></td>
<td>Loads a new window from a file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ExpandString">ExpandString</a></td>
<td>Expands a given string using the string table.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Music functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#MusicCrossfade">MusicCrossfade</a></td>
<td>Crossfades two music channels</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PlayMusic">PlayMusic</a></td>
<td>Plays a music.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#StopMusic">StopMusic</a></td>
<td>Stops a music playback.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PauseMusic">PauseMusic</a></td>
<td>Pauses a music playback.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ResumeMusic">ResumeMusic</a></td>
<td>Resumes a paused music playback.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetMusicPosition">SetMusicPosition</a></td>
<td>Sets the music's current playing position.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetMusicPosition">GetMusicPosition</a></td>
<td>Queries the music's current playing position</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#IsMusicPlaying">IsMusicPlaying</a></td>
<td>Queries whether the music is currently playing</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetMusic">GetMusic</a></td>
<td>Queries the filename of the current music</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetMusicVolume">SetMusicVolume</a></td>
<td>Sets the volume of currently playing music.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetMusicVolume">GetMusicVolume</a></td>
<td>Queries the music's current volume.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PlayMusicChannel">PlayMusicChannel</a></td>
<td>Plays a music in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#StopMusicChannel">StopMusicChannel</a></td>
<td>Stops a music playback in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PauseMusicChannel">PauseMusicChannel</a></td>
<td>Pauses a music playback in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ResumeMusicChannel">ResumeMusicChannel</a></td>
<td>Resumes a paused music playback in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetMusicChannelPosition">SetMusicChannelPosition</a></td>
<td>Sets the music's current playing position in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetMusicChannelPosition">GetMusicChannelPosition</a></td>
<td>Queries the music's current playing position in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#IsMusicChannelPlaying">IsMusicChannelPlaying</a></td>
<td>Queries whether the music is currently playing in a specified channel</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetMusicChannel">GetMusicChannel</a></td>
<td>Queries the filename of the current music in a specified channel</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetMusicChannelVolume">SetMusicChannelVolume</a></td>
<td>Sets the volume of currently playing music in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetMusicChannelVolume">GetMusicChannelVolume</a></td>
<td>Queries the music's current volume in a specified channel.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Script functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#AttachScript">AttachScript</a></td>
<td>Executes a script file and attaches it to the object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#DetachScript">DetachScript</a></td>
<td>Terminates a specified script file and detaches it from an object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#IsScriptRunning">IsScriptRunning</a></td>
<td>Queries whether a specified script file is running and attached to an object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#CanHandleMethod">CanHandleMethod</a></td>
<td>Queries whether the object supports a method of a specified name.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Sound functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetSoundLength">GetSoundLength</a></td>
<td>Queries length of a given sound file</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PlaySound">PlaySound</a></td>
<td>Plays a sound. If the filename is omitted, the currently assigned sound is played (if any).</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PlaySoundEvent">PlaySoundEvent</a></td>
<td>Plays a sound and triggers an event when the sound is over. If the filename is omitted, the currently assigned sound is played (if any).</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#StopSound">StopSound</a></td>
<td>Stops the currently playing sound (if any).</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PauseSound">PauseSound</a></td>
<td>Pauses the currently playing sound.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ResumeSound">ResumeSound</a></td>
<td>Resumes a paused sound playback.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#IsSoundPlaying">IsSoundPlaying</a></td>
<td>Queries whether a sound playback is in progress.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetSoundPosition">SetSoundPosition</a></td>
<td>Sets the sound's current playing position.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetSoundPosition">GetSoundPosition</a></td>
<td>Queries the sound's current playing position</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetSoundVolume">SetSoundVolume</a></td>
<td>Sets a volume of the currently playing sound.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetSoundVolume">GetSoundVolume</a></td>
<td>Gets a volume of the currently playing sound.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadSound">LoadSound</a></td>
<td>Initializes a sound from file and makes it ready to be played.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Sound effects functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SoundFXNone">SoundFXNone</a></td>
<td>Removes any sound effect currently assigned to this object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SoundFXEcho">SoundFXEcho</a></td>
<td>Assigns an echo effect to the sounds played by this object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SoundFXReverb">SoundFXReverb</a></td>
<td>Assigns a reverb effect to the sounds played by this object.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Event functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ApplyEvent">ApplyEvent</a></td>
<td>Applies a named event to the object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#CanHandleEvent">CanHandleEvent</a></td>
<td>Queries whether the object has an event handler for a specified event.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Miscelaneous functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SkipTo">SkipTo</a></td>
<td>Moves an object to a specified location.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetMousePos">SetMousePos</a></td>
<td>Sets the mouse cursor position.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#QuitGame">QuitGame</a></td>
<td>Quits the current game session.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#FileExists">FileExists</a></td>
<td>Queries whether a given file exists.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#Screenshot">Screenshot</a></td>
<td>Takes a screenshot of the current game and saves it into a BMP file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ScreenshotEx">ScreenshotEx</a></td>
<td>Takes an (optionally resized) screenshot of the current game and saves it into a BMP file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadStringTable">LoadStringTable</a></td>
<td>Loads the string table from a file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#AddSpeechDir">AddSpeechDir</a></td>
<td>Adds a directory to be used when WME automatically looks for speech files.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RemoveSpeechDir">RemoveSpeechDir</a></td>
<td>Removes a directory from the list of dirs to look for speech files automatically.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#Reset">Reset</a></td>
<td>Resets the game's persistent data.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#OpenDocument">OpenDocument</a></td>
<td>Opens a specified document file or internet URL in an associated program.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetLoadingScreen">SetLoadingScreen</a></td>
<td>Sets an image to be displayed while loading a saved game.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetSavingScreen">SetSavingScreen</a></td>
<td>Sets an image to be displayed while saving the game.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ClearScriptCache">ClearScriptCache</a></td>
<td>Clears the content of the engine script cache.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#DisplayLoadingIcon">DisplayLoadingIcon</a></td>
<td>Briefly displays a "loading" icon.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#HideLoadingIcon">HideLoadingIcon</a></td>
<td>Hides a "loading" icon displayed by DisplayLoadingIcon()</td>
</tr>
<tr>
<td nowrap width="25%"><b>Video functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PlayVideo">PlayVideo</a></td>
<td>Plays a given AVI video file</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#PlayTheora">PlayTheora</a></td>
<td>Plays a given Theora video file</td>
</tr>
<tr>
<td nowrap width="25%"><b>Registry functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RegWriteNumber">RegWriteNumber</a></td>
<td>Writes a given number to the Windows Registry.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RegWriteString">RegWriteString</a></td>
<td>Writes a given string to the Windows Registry.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RegReadNumber">RegReadNumber</a></td>
<td>Reads a numeric value from the Windows Registry.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RegReadString">RegReadString</a></td>
<td>Reads a string value from the Windows Registry.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Save/load functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SaveGame">SaveGame</a></td>
<td>Saves a game to the given save slot.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadGame">LoadGame</a></td>
<td>Loads a game from the given save slot.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#IsSaveSlotUsed">IsSaveSlotUsed</a></td>
<td>Queries whether a given save slot is in use.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetSaveSlotDescription">GetSaveSlotDescription</a></td>
<td>Queries a description of a given save slot.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#EmptySaveSlot">EmptySaveSlot</a></td>
<td>Empties a given save slot.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Volume functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetGlobalSFXVolume">SetGlobalSFXVolume</a></td>
<td>Sets the volume of sound effects.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetGlobalSpeechVolume">SetGlobalSpeechVolume</a></td>
<td>Sets the volume of speech.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetGlobalMusicVolume">SetGlobalMusicVolume</a></td>
<td>Sets the volume of music.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetGlobalMasterVolume">SetGlobalMasterVolume</a></td>
<td>Sets the master volume.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetGlobalSFXVolume">GetGlobalSFXVolume</a></td>
<td>Gets the current sound effects volume.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetGlobalSpeechVolume">GetGlobalSpeechVolume</a></td>
<td>Gets the current speech volume.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetGlobalMusicVolume">GetGlobalMusicVolume</a></td>
<td>Gets the current music volume.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetGlobalMasterVolume">GetGlobalMasterVolume</a></td>
<td>Gets the current master volume.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Cursor functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetCursor">SetCursor</a></td>
<td>Sets the standard cursor.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetCursor">GetCursor</a></td>
<td>Returns the filename of the cursor sprite (or null if no cursor is set)</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetCursorObject">GetCursorObject</a></td>
<td>Returns a reference to the cursor sprite (or null if no cursor is set)</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RemoveCursor">RemoveCursor</a></td>
<td>Removes the standard cursor.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#HasCursor">HasCursor</a></td>
<td>Queries whether the standard cursor is set.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetActiveCursor">SetActiveCursor</a></td>
<td>Sets the active cursor.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetActiveCursor">GetActiveCursor</a></td>
<td>Returns the filename of the active cursor sprite (or null if no cursor is set)</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetActiveCursorObject">GetActiveCursorObject</a></td>
<td>Returns a reference to the active cursor sprite (or null if no cursor is set)</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RemoveActiveCursor">RemoveActiveCursor</a></td>
<td>Removes the active cursor.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#HasActiveCursor">HasActiveCursor</a></td>
<td>Queries whether the active cursor is set.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetWaitCursor">SetWaitCursor</a></td>
<td>Sets the non-interactive cursor.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetWaitCursor">GetWaitCursor</a></td>
<td>Returns the filename of the non-interactive cursor sprite (or null if no cursor is set)</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetWaitCursorObject">GetWaitCursorObject</a></td>
<td>Returns a reference to the non-interactive cursor sprite (or null if no cursor is set)</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#RemoveWaitCursor">RemoveWaitCursor</a></td>
<td>Removes the non-interactive cursor.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Fading functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#FadeOut">FadeOut</a></td>
<td>Fades the screen out to a specified color.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#FadeIn">FadeIn</a></td>
<td>Fades the screen in from a specified color.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetFadeColor">GetFadeColor</a></td>
<td>Gets the current fading color.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Scene functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ChangeScene">ChangeScene</a></td>
<td>Loads a specified scene file.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Responses/inventory</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#AddResponse">AddResponse</a></td>
<td>Adds a single response sentence to the response box.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#AddResponseOnce">AddResponseOnce</a></td>
<td>Adds a single response sentence to the response box. The response is only added once per a dialogue branch.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#AddResponseOnceGame">AddResponseOnceGame</a></td>
<td>Adds a single response sentence to the response box. The response is only added once per a game session.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#ResetResponse">ResetResponse</a></td>
<td>Revives a previously disabled response.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetResponse">GetResponse</a></td>
<td>Displays a response box and waits for the player's choice.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetNumResponses">GetNumResponses</a></td>
<td>Queries the number of remaining responses in the response box.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetInventoryWindow">GetInventoryWindow</a></td>
<td>Returns a reference to the window object used by the inventory box.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetResponsesWindow">GetResponsesWindow</a></td>
<td>Returns a reference to the window object used by the responses box.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#StartDlgBranch">StartDlgBranch</a></td>
<td>Denotes a start of a dialogue branch.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#EndDlgBranch">EndDlgBranch</a></td>
<td>Denotes an end of a dialogue branch.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetCurrentDlgBranch">GetCurrentDlgBranch</a></td>
<td>Queries a current dialogue branch name.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadResponseBox">LoadResponseBox</a></td>
<td>Reloads a response box from file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadInventoryBox">LoadInventoryBox</a></td>
<td>Reloads an inventory box from file.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#LoadItems">LoadItems</a></td>
<td>Loads inventory items from a definition file.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Item functions</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#TakeItem">TakeItem</a></td>
<td>Adds an item into the inventory.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#DropItem">DropItem</a></td>
<td>Removes an item from the inventory.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetItem">GetItem</a></td>
<td>Queries an inventory item.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#HasItem">HasItem</a></td>
<td>Queries whether a given item is in inventory of any of this object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#IsItemTaken">IsItemTaken</a></td>
<td>Queries whether a given item is in inventory of any of the game objects.</td>
</tr>
<tr>
<td nowrap width="25%"><b>Dynamic object creation</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#CreateEntity">CreateEntity</a></td>
<td>Creates a new entity object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#DeleteEntity">DeleteEntity</a></td>
<td>Destroys a entity object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#CreateWindow">CreateWindow</a></td>
<td>Creates a new window object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#DeleteWindow">DeleteWindow</a></td>
<td>Destroys a window object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#CreateItem">CreateItem</a></td>
<td>Creates a new inventory item object.</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#DeleteItem">DeleteItem</a></td>
<td>Destroys an item object.</td>
</tr>
<tr>
<td nowrap width="25%"><b>3D characters related</b></td>
<td></td>
</tr>
<tr>
<td nowrap width="25%"><a href="#SetShadowImage">SetShadowImage</a></td>
<td>Sets and image to be used as a simple shadow for 3D characters</td>
</tr>
<tr>
<td nowrap width="25%"><a href="#GetShadowImage">GetShadowImage</a></td>
<td>Gets the currently assigned image to be used as a simple shadow for 3D characters</td>
</tr>
</table>
<h4>Attributes</h4>
<table border="2" cellspacing="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td nowrap width="25%">Type (read only)</td>
<td>Returns always "game"</td>
</tr>
<tr>
<td nowrap width="25%">Accelerated (read only)</td>
<td>Returns <b>true</b> if the game currently uses 3D acceleration to display graphics.</td>
</tr>
<tr>
<td nowrap width="25%">CurrentTime (read only)</td>
<td>Returns the time elapsed since the game has started.</td>
</tr>
<tr>
<td nowrap width="25%">WindowsTime (read only)</td>
<td>Returns the time elapsed since Windows has started.</td>
</tr>
<tr>
<td nowrap width="25%">TextEncoding</td>
<td>Specifies text encoding used for in-game texts, 0..ANSI, 1..UTF8</td>
</tr>
<tr>
<td nowrap width="25%">TextRTL</td>
<td>Specifies if the game uses right-to-left reading order (for Henrew and Arabic). Only affects TrueType fonts!</td>
</tr>
<tr>
<td nowrap width="25%">MouseX</td>
<td>The current X position of the mouse cursor</td>
</tr>
<tr>
<td nowrap width="25%">MouseY</td>
<td>The current Y position of the mouse cursor</td>
</tr>
<tr>
<td nowrap width="25%">MainObject</td>
<td>The object which is used for the scene's auto scrolling, can be (set to) <b>null</b></td>
</tr>
<tr>
<td nowrap width="25%">ActiveObject (read only)</td>
<td>Returns the object which is currently under the mouse cursor (or <b>null</b> if there's none)</td>
</tr>
<tr>
<td nowrap width="25%">InventoryObject</td>
<td>The object whose inventory is currently displayed.</td>
</tr>
<tr>
<td nowrap width="25%">ScreenWidth (read only)</td>
<td>Returns the screen's width in pixels.</td>
</tr>
<tr>
<td nowrap width="25%">ScreenHeight (read only)</td>
<td>Returns the screen's height in pixels.</td>
</tr>
<tr>
<td nowrap width="25%">DebugMode (read only)</td>
<td>Returns whether the game runs in the debugging mode.</td>
</tr>
<tr>
<td nowrap width="25%">SoundAvailable (read only)</td>
<td>Returns whether the sound is available and enabled.</td>
</tr>
<tr>
<td nowrap width="25%">Keyboard (read only)</td>
<td>Returns a reference to the Keyboard State object.</td>
</tr>
<tr>
<td nowrap width="25%">Subtitles</td>
<td>Specifes whether the speech subtitles are enabled.</td>
</tr>
<tr>
<td nowrap width="25%">VideoSubtitles</td>
<td>Specifes whether the AVI/Theora video subtitles are enabled.</td>
</tr>
<tr>
<td nowrap width="25%">SubtitlesSpeed</td>
<td>Specifies the speech subtitles speed (in milliseconds per one character)</td>
</tr>
<tr>
<td nowrap width="25%">Scene (read only)</td>
<td>Returns a reference to the currently loaded scene object.</td>
</tr>
<tr>
<td nowrap width="25%">SelectedItem</td>
<td>Currently selected inventory item (or <b>null</b> for no item).</td>
</tr>
<tr>
<td nowrap width="25%">NumItems (read only)</td>
<td>Returns the number of items in the player's inventory.</td>
</tr>
<tr>
<td nowrap width="25%">InventoryVisible</td>
<td>Specifies whether the inventory box is currently visible.</td>
</tr>
<tr>
<td nowrap width="25%">ResponsesVisible (read only)</td>
<td>Returns whether a response box is visible (i.e. the game awaits player's choice).</td>
</tr>
<tr>
<td nowrap width="25%">WindowedMode (read only)</td>
<td>Returns <b>true</b> if the game runs in windowed mode.</td>
</tr>
<tr>
<td nowrap width="25%">Hwnd (read only)</td>
<td>Returns the window handle (HWND) of the game window (only useful for plugin development).</td>
</tr>
<tr>
<td nowrap width="25%">PrevScene (read only)</td>
<td>Returns the name of the previous scene.</td>
</tr>
<tr>
<td nowrap width="25%">PrevSceneFilename (read only)</td>
<td>Returns the filename of the previous scene.</td>
</tr>
<tr>
<td nowrap width="25%">LastResponse (read only)</td>
<td>Returns the text of the most recently selected response.</td>
</tr>
<tr>
<td nowrap width="25%">FPS (read only)</td>
<td>Returns the current framerate (in frames per second)</td>
</tr>
<tr>
<td nowrap width="25%">Shadows</td>
<td>Specifies if shadows are enabled for 3D characters</td>
</tr>
<tr>
<td nowrap width="25%">SimpleShadows</td>
<td>Specifies if simple shadows are to be used for 3D characters. This attribute has no effect if real-time shadows are unsupported</td>
</tr>
<tr>
<td nowrap width="25%">SupportsRealTimeShadows (read only)</td>
<td>Returns <b>true</b> if the videocard supports real-time shadows</td>
</tr>
<tr>
<td nowrap width="25%">Direct3DDevice (read only)</td>
<td>Returns the pointer to the underlying IDirect3DDevice8 object (plugins only)</td>
</tr>
<tr>
<td nowrap width="25%">DirectDrawInterface (read only)</td>
<td>Returns the pointer to the underlying IDirectDraw7 object (plugins only)</td>
</tr>
<tr>
<td nowrap width="25%">Frozen (read only)</td>
<td>Returns <b>true</b> if the game is currently in frozen state</td>
</tr>
<tr>
<td nowrap width="25%">Name</td>
<td>The internal name of the object.</td>
</tr>
<tr>
<td nowrap width="25%">Caption</td>
<td>The caption of the object.</td>
</tr>
<tr>
<td nowrap width="25%">X</td>
<td>The X position of the object.</td>
</tr>
<tr>
<td nowrap width="25%">Y</td>
<td>The Y position of the object.</td>
</tr>
<tr>
<td nowrap width="25%">Height (read only)</td>
<td>Returns the current height of the object. In case of actors and entities the scaling is taken into account.</td>
</tr>
<tr>
<td nowrap width="25%">Filename (read only)</td>
<td>Returns the filename.</td>
</tr>
<tr>
<td nowrap width="25%">Ready (read only)</td>
<td>Returns whether the object isn't currently performing any action.</td>
</tr>
<tr>
<td nowrap width="25%">Interactive</td>
<td>Specifies whether the object recieves user input.</td>
</tr>
<tr>
<td nowrap width="25%">SoundPanning</td>
<td>Specifies whether the sounds played by this object are automatically panned depending on object's position on screen.</td>
</tr>
<tr>
<td nowrap width="25%">NonIntMouseEvents</td>
<td>Specifies if the object can receive the <b>MouseEntry</b> and <b>MouseLeave</b> events even if the game is in non-interactive mode.</td>
</tr>
</table>
<h4>Low level events</h4>
<table border="2" cellspacing="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td nowrap width="25%">LeftClick</td>
<td>The left mouse button has been pressed.</td>
</tr>
<tr>
<td nowrap width="25%">RightClick</td>
<td>The right mouse button has been pressed.</td>
</tr>
<tr>
<td nowrap width="25%">MiddleClick</td>
<td>The middle mouse button has been pressed.</td>
</tr>
<tr>
<td nowrap width="25%">LeftDoubleClick</td>
<td>The left mouse button has been double-clicked.</td>
</tr>
<tr>
<td nowrap width="25%">LeftRelease</td>
<td>The left mouse button has been released.</td>
</tr>
<tr>
<td nowrap width="25%">RightRelease</td>
<td>The right mouse button has been released.</td>
</tr>
<tr>
<td nowrap width="25%">MiddleRelease</td>
<td>The middle mouse button has been released.</td>
</tr>
<tr>
<td nowrap width="25%">MouseWheelUp</td>
<td>The mouse wheel has been rolled up.</td>
</tr>
<tr>
<td nowrap width="25%">MouseWheelDown</td>
<td>The mouse wheel has been rolled down.</td>
</tr>
<tr>
<td nowrap width="25%">Keypress</td>
<td>Some key has been pressed. Use the <b>Keyboard</b> variable to find out the details.</td>
</tr>
<tr>
<td nowrap width="25%">BeforeSave</td>
<td>The game is about to save its state.</td>
</tr>
<tr>
<td nowrap width="25%">AfterLoad</td>
<td>The game just loaded its state.</td>
</tr>
</table>
<hr>
<h3><a name="LOG"></a>LOG(Text)</h3>
<p>Writes a text string to the system log file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Text</i></dt>
<dd>The text string to be written to the system log file.</dd>
</dl>
<h4>Remarks</h4>
<p>When the game runs in debug mode, it generates a "wme.log" file in the same directory where the project file resides. Using this method you can add your own diagnostic messages to the log file.</p>
<hr>
<h3><a name="Msg"></a>Msg(Text)</h3>
<p>Writes a quick diagnostic message to the screen.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Text</i></dt>
<dd>The text string to de displayed on screen.</dd>
</dl>
<h4>Remarks</h4>
<p>The quick message disappears after a few seconds.</p>
<hr>
<h3><a name="DumpTextureStats"></a>DumpTextureStats(Filename)</h3>
<p>Writes texture usage data to a text file in CSV format.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The name of the export file.</dd>
</dl>
<h4>Remarks</h4>
<p>This method is only available if the game runs in accelerated mode.</p>
<hr>
<h3><a name="ValidObject"></a>ValidObject(Object)</h3>
<p>Queries whether a given object reference is valid.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Object</i></dt>
<dd>An object reference to be tested for validity.</dd>
</dl>
<h4>Return value</h4>
<p>If the object reference is valid, the return value is <b>true</b>.</p>
<h4>Remarks</h4>
<p>If you store an object reference in a variable, you can ensure this object is still valid using the ValidObject method. Objects become invalid after they are unloaded from memory (ether explicitly or for example by changing to a different scene).</p>
<hr>
<h3><a name="UnloadObject"></a>UnloadObject(Object)</h3>
<p>Removes an object from memory.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Object</i></dt>
<dd>The object to be removed from memory.</dd>
</dl>
<h4>Remarks</h4>
<p>If you load an object using the Game.LoadActor, Game.LoadEntity and similar methods, you should unload those when you no longer need them to free memory. Otherwise those objects will be released when the game quits.</p>
<hr>
<h3><a name="LoadActor"></a>LoadActor(Filename)</h3>
<p>Loads a new actor from a file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the actor file to be loaded.</dd>
</dl>
<h4>Return value</h4>
<p>A reference to the new Actor object. If the method fails, the return value is <b>null</b>.</p>
<hr>
<h3><a name="LoadActor3D"></a>LoadActor3D(Filename)</h3>
<p>Loads a new 3D actor from a file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the 3D actor file to be loaded.</dd>
</dl>
<h4>Return value</h4>
<p>A reference to the new 3D actor object. If the method fails, the return value is <b>null</b>.</p>
<hr>
<h3><a name="LoadEntity"></a>LoadEntity(Filename)</h3>
<p>Loads a new entity from a file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the entity file to be loaded.</dd>
</dl>
<h4>Return value</h4>
<p>A reference to the new Entity object. If the method fails, the return value is <b>null</b>.</p>
<hr>
<h3><a name="LoadWindow"></a>LoadWindow(Filename)</h3>
<p>Loads a new window from a file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Filename of the window definition file to be loaded.</dd>
</dl>
<h4>Return value</h4>
<p>Returns a reference to a newly created window object or <b>null</b> if the loading fails.</p>
<hr>
<h3><a name="ExpandString"></a>ExpandString(String)</h3>
<p>Expands a given string using the string table.</p>
<h4>Parameters</h4>
<dl>
<dt><i>String</i></dt>
<dd>The text string to be expanded.</dd>
</dl>
<h4>Return value</h4>
<p>Returns the expanded string.</p>
<h4>Remarks</h4>
<p>Note that methods such as Actor.Talk() do expand strings automatically, you don't need to expand them yourself.</p>
<hr>
<h3><a name="MusicCrossfade"></a>MusicCrossfade(Channel1, Channel2, Time, SwapChannels)</h3>
<p>Crossfades two music channels</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel1</i></dt>
<dd>The channel which should fade out</dd>
<dt><i>Channel2</i></dt>
<dd>The channel which should fade int</dd>
<dt><i>Time</i></dt>
<dd>A time period in which the channels should be crossfading</dd>
<dt><i>SwapChannels</i></dt>
<dd>Specifies whether the two channels will be swapped after the crossfading finishes (optional, default=true)</dd>
</dl>
<h4>Remarks</h4>
<p>There can be always only two channels crossfading at one moment.</p>
<hr>
<h3><a name="PlayMusic"></a>PlayMusic(Filename, Looping, LoopStart)</h3>
<p>Plays a music.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the sound file to be played.</dd>
<dt><i>Looping</i></dt>
<dd>Whether the music should be looped (optional, default = true).</dd>
<dt><i>LoopStart</i></dt>
<dd>The position where to restart the music when looping, in milliseconds (optional, default = 0).</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="StopMusic"></a>StopMusic()</h3>
<p>Stops a music playback.</p>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="PauseMusic"></a>PauseMusic()</h3>
<p>Pauses a music playback.</p>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="ResumeMusic"></a>ResumeMusic()</h3>
<p>Resumes a paused music playback.</p>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="SetMusicPosition"></a>SetMusicPosition(Time)</h3>
<p>Sets the music's current playing position.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Time</i></dt>
<dd>A new playing position (in milliseconds)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="GetMusicPosition"></a>GetMusicPosition()</h3>
<p>Queries the music's current playing position</p>
<h4>Return value</h4>
<p>Returns the current playing position (in milliseconds).</p>
<hr>
<h3><a name="IsMusicPlaying"></a>IsMusicPlaying()</h3>
<p>Queries whether the music is currently playing</p>
<h4>Return value</h4>
<p>Returns <b>true</b> if music is playing.</p>
<hr>
<h3><a name="GetMusic"></a>GetMusic()</h3>
<p>Queries the filename of the current music</p>
<h4>Return value</h4>
<p>Returns the current music filename or <b>null</b> if music isn't playing.</p>
<hr>
<h3><a name="SetMusicVolume"></a>SetMusicVolume(Volume)</h3>
<p>Sets the volume of currently playing music.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Volume</i></dt>
<dd>Music volume in percent.</dd>
</dl>
<hr>
<h3><a name="GetMusicVolume"></a>GetMusicVolume()</h3>
<p>Queries the music's current volume.</p>
<h4>Return value</h4>
<p>The volume in percent.</p>
<hr>
<h3><a name="PlayMusicChannel"></a>PlayMusicChannel(Channel, Filename, Looping, LoopStart)</h3>
<p>Plays a music in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
<dt><i>Filename</i></dt>
<dd>The filename of the sound file to be played.</dd>
<dt><i>Looping</i></dt>
<dd>Whether the music should be looped (optional, default = true).</dd>
<dt><i>LoopStart</i></dt>
<dd>The position where to restart the music when looping, in milliseconds (optional, default = 0).</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="StopMusicChannel"></a>StopMusicChannel(Channel)</h3>
<p>Stops a music playback in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="PauseMusicChannel"></a>PauseMusicChannel(Channel)</h3>
<p>Pauses a music playback in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="ResumeMusicChannel"></a>ResumeMusicChannel(Channel)</h3>
<p>Resumes a paused music playback in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="SetMusicChannelPosition"></a>SetMusicChannelPosition(Channel, Time)</h3>
<p>Sets the music's current playing position in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
<dt><i>Time</i></dt>
<dd>A new playing position (in milliseconds)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="GetMusicChannelPosition"></a>GetMusicChannelPosition(Channel)</h3>
<p>Queries the music's current playing position in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
</dl>
<h4>Return value</h4>
<p>Returns the current playing position (in milliseconds).</p>
<hr>
<h3><a name="IsMusicChannelPlaying"></a>IsMusicChannelPlaying(Channel)</h3>
<p>Queries whether the music is currently playing in a specified channel</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if music is playing.</p>
<hr>
<h3><a name="GetMusicChannel"></a>GetMusicChannel(Channel)</h3>
<p>Queries the filename of the current music in a specified channel</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
</dl>
<h4>Return value</h4>
<p>Returns the current music filename or <b>null</b> if music isn't playing.</p>
<hr>
<h3><a name="SetMusicChannelVolume"></a>SetMusicChannelVolume(Channel, Volume)</h3>
<p>Sets the volume of currently playing music in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
<dt><i>Volume</i></dt>
<dd>Music volume in percent</dd>
</dl>
<hr>
<h3><a name="GetMusicChannelVolume"></a>GetMusicChannelVolume(Channel)</h3>
<p>Queries the music's current volume in a specified channel.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Channel</i></dt>
<dd>Which music channel to use</dd>
</dl>
<h4>Return value</h4>
<p>The volume in percent.</p>
<hr>
<h3><a name="AttachScript"></a>AttachScript(Filename)</h3>
<p>Executes a script file and attaches it to the object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the script file to be executed.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the script hs been executed succesfuly.</p>
<h4>Remarks</h4>
<p>Each WME object can have multiple scripts attached.</p>
<hr>
<h3><a name="DetachScript"></a>DetachScript(Filename)</h3>
<p>Terminates a specified script file and detaches it from an object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the (running) script to be terminated and detached.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the script has been detached succesfully.</p>
<hr>
<h3><a name="IsScriptRunning"></a>IsScriptRunning(Filename)</h3>
<p>Queries whether a specified script file is running and attached to an object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the script to be queried.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if a specified script file is attached to an object.</p>
<hr>
<h3><a name="CanHandleMethod"></a>CanHandleMethod(MethodName)</h3>
<p>Queries whether the object supports a method of a specified name.</p>
<h4>Parameters</h4>
<dl>
<dt><i>MethodName</i></dt>
<dd>The name of the method to be checked.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the object is able to handle the specified method.</p>
<hr>
<h3><a name="GetSoundLength"></a>GetSoundLength(SoundFilename)</h3>
<p>Queries length of a given sound file</p>
<h4>Parameters</h4>
<dl>
<dt><i>SoundFilename</i></dt>
<dd>Name of the sound file to be queried</dd>
</dl>
<h4>Return value</h4>
<p>Returns length of the sound file (in milliseconds).</p>
<hr>
<h3><a name="PlaySound"></a>PlaySound(Filename, Looping, LoopStart)<br>PlaySound(Looping, LoopStart)</h3>
<p>Plays a sound. If the filename is omitted, the currently assigned sound is played (if any).</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the sound file to be played</dd>
<dt><i>Looping</i></dt>
<dd>Whether the sound should be looped (optional, default = false).</dd>
<dt><i>LoopStart</i></dt>
<dd>The point from which the sound restarts when looping, in milliseconds (optional, default=0).</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="PlaySoundEvent"></a>PlaySoundEvent(Filename, EventName)<br>PlaySoundEvent(EventName)</h3>
<p>Plays a sound and triggers an event when the sound is over. If the filename is omitted, the currently assigned sound is played (if any).</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the sound file to be played</dd>
<dt><i>EventName</i></dt>
<dd>The name of the event to be triggered after the sound finishes.</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="StopSound"></a>StopSound()</h3>
<p>Stops the currently playing sound (if any).</p>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="PauseSound"></a>PauseSound()</h3>
<p>Pauses the currently playing sound.</p>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="ResumeSound"></a>ResumeSound()</h3>
<p>Resumes a paused sound playback.</p>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="IsSoundPlaying"></a>IsSoundPlaying()</h3>
<p>Queries whether a sound playback is in progress.</p>
<h4>Return value</h4>
<p>If the sound is playing, the return value is <b>true</b>.</p>
<hr>
<h3><a name="SetSoundPosition"></a>SetSoundPosition(Time)</h3>
<p>Sets the sound's current playing position.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Time</i></dt>
<dd>A new playing position (in milliseconds)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="GetSoundPosition"></a>GetSoundPosition()</h3>
<p>Queries the sound's current playing position</p>
<h4>Return value</h4>
<p>Returns the current playing position (in milliseconds).</p>
<hr>
<h3><a name="SetSoundVolume"></a>SetSoundVolume(Volume)</h3>
<p>Sets a volume of the currently playing sound.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Volume</i></dt>
<dd>A new sound volume (in percent).</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="GetSoundVolume"></a>GetSoundVolume()</h3>
<p>Gets a volume of the currently playing sound.</p>
<h4>Return value</h4>
<p>Returns the volume of the currently playing sound (in percent).</p>
<hr>
<h3><a name="LoadSound"></a>LoadSound(Filename)</h3>
<p>Initializes a sound from file and makes it ready to be played.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The sound file to be loaded</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<h4>Remarks</h4>
<p>Use this method to pre-cache a sound file. Initializing the sound takes some time and sometimes it's desirable to move all sound initialization to e.g. scene start so that the subsequent PlaySound calls don't slow the game down. That's what LoadSound is for. To play the pre-cached sound simply call PlaySound without specifying a filename, for example SomeObject.PlaySound(false);</p>
<hr>
<h3><a name="SoundFXNone"></a>SoundFXNone()</h3>
<p>Removes any sound effect currently assigned to this object.</p>
<hr>
<h3><a name="SoundFXEcho"></a>SoundFXEcho(WetDryMix, Feedback, LeftDelay, RightDelay)</h3>
<p>Assigns an echo effect to the sounds played by this object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>WetDryMix</i></dt>
<dd>Wet/Dry Mix, in percent (0 to 100)</dd>
<dt><i>Feedback</i></dt>
<dd>Feedback, in percent (0 to 100)</dd>
<dt><i>LeftDelay</i></dt>
<dd>Left delay, in milliseconds (1 to 2000)</dd>
<dt><i>RightDelay</i></dt>
<dd>Right delay, in milliseconds (1 to 2000)</dd>
</dl>
<h4>Remarks</h4>
<p>Example: <b>actor.SoundFXEcho(50, 50);</b></p>
<hr>
<h3><a name="SoundFXReverb"></a>SoundFXReverb(InGain, ReverbMix, ReverbTime, HighFreqRTRatio)</h3>
<p>Assigns a reverb effect to the sounds played by this object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>InGain</i></dt>
<dd>In gain, in dB (-96 to 0)</dd>
<dt><i>ReverbMix</i></dt>
<dd>Reverb mix, in dB (-96 to 0)</dd>
<dt><i>ReverbTime</i></dt>
<dd>Reverb time, in milliseconds (0.001 to 3000)</dd>
<dt><i>HighFreqRTRatio</i></dt>
<dd>HighFreq RT Ratio (0.001 to 0.999)</dd>
</dl>
<h4>Remarks</h4>
<p>Example: <b>actor.SoundFXReverb(0, 0, 2000);</b></p>
<hr>
<h3><a name="ApplyEvent"></a>ApplyEvent(EventName)</h3>
<p>Applies a named event to the object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>EventName</i></dt>
<dd>A name of the event to be applied to the object.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> it the event has been applied succesfuly.</p>
<hr>
<h3><a name="CanHandleEvent"></a>CanHandleEvent(EventName)</h3>
<p>Queries whether the object has an event handler for a specified event.</p>
<h4>Parameters</h4>
<dl>
<dt><i>EventName</i></dt>
<dd>The name of the event to be checked.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the object is able to handle the specified event.</p>
<hr>
<h3><a name="SkipTo"></a>SkipTo(X, Y)</h3>
<p>Moves an object to a specified location.</p>
<h4>Parameters</h4>
<dl>
<dt><i>X</i></dt>
<dd>Destination X coordinate.</dd>
<dt><i>Y</i></dt>
<dd>Destination Y coordinate.</dd>
</dl>
<hr>
<h3><a name="SetMousePos"></a>SetMousePos(X, Y)</h3>
<p>Sets the mouse cursor position.</p>
<h4>Parameters</h4>
<dl>
<dt><i>X</i></dt>
<dd>New X position of the mouse cursor. </dd>
<dt><i>Y</i></dt>
<dd>New Y position of the mouse cursor. </dd>
</dl>
<hr>
<h3><a name="QuitGame"></a>QuitGame()</h3>
<p>Quits the current game session.</p>
<hr>
<h3><a name="FileExists"></a>FileExists(Filename)</h3>
<p>Queries whether a given file exists.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Filename to be tested.</dd>
</dl>
<h4>Return value</h4>
<p>If the specified file exists, the return value is <b>true</b>.</p>
<hr>
<h3><a name="Screenshot"></a>Screenshot(Name)</h3>
<p>Takes a screenshot of the current game and saves it into a BMP file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Name</i></dt>
<dd>Base name to be used for the generated BMP file (optional, defaults to Game.Name)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="ScreenshotEx"></a>ScreenshotEx(Filename, Width, Height)</h3>
<p>Takes an (optionally resized) screenshot of the current game and saves it into a BMP file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Filename of the BMP file to be created</dd>
<dt><i>Width</i></dt>
<dd>The resuting width of the screenshot</dd>
<dt><i>Height</i></dt>
<dd>The resuting height of the screenshot</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="LoadStringTable"></a>LoadStringTable(Filename, ClearOld)</h3>
<p>Loads the string table from a file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Name of the string table to be loaded</dd>
<dt><i>ClearOld</i></dt>
<dd>Remove the old string from the string table (optional, default=true)</dd>
</dl>
<h4>Remarks</h4>
<p>The string table is NOT part of the saved game. You need either to ask user for language selection each time the game is started or store the setting in the registry.</p>
<hr>
<h3><a name="AddSpeechDir"></a>AddSpeechDir(Directory)</h3>
<p>Adds a directory to be used when WME automatically looks for speech files.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Directory</i></dt>
<dd>The directory name to look in</dd>
</dl>
<h4>Remarks</h4>
<p>By default WME looks for speech files in a "speech" directory only.</p>
<hr>
<h3><a name="RemoveSpeechDir"></a>RemoveSpeechDir(Directory)</h3>
<p>Removes a directory from the list of dirs to look for speech files automatically.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Directory</i></dt>
<dd>The directory to be removed</dd>
</dl>
<hr>
<h3><a name="Reset"></a>Reset()</h3>
<p>Resets the game's persistent data.</p>
<h4>Remarks</h4>
<p>This method deletes all scene states, selected responses, sets timer to zero and also clears all global variables, except those holding game objects (such as windows or entities). Use this method if you want to start a new game.</p>
<hr>
<h3><a name="OpenDocument"></a>OpenDocument(Filename)</h3>
<p>Opens a specified document file or internet URL in an associated program.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the document file to be opened</dd>
</dl>
<h4>Remarks</h4>
<p>This method uses the Windows extension associations to run the right program. Note that the document file MUST NOT be stored inside the game packages. It must be a regular file and you must reference it either by full filename or a filename relative to the game directory.</p>
<hr>
<h3><a name="SetLoadingScreen"></a>SetLoadingScreen(ImageFilename, PosX, PosY)</h3>
<p>Sets an image to be displayed while loading a saved game.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ImageFilename</i></dt>
<dd>The filename of the image to be used or null</dd>
<dt><i>PosX</i></dt>
<dd>The X position of the image</dd>
<dt><i>PosY</i></dt>
<dd>The Y position of the image</dd>
</dl>
<hr>
<h3><a name="SetSavingScreen"></a>SetSavingScreen(ImageFilename, PosX, PosY)</h3>
<p>Sets an image to be displayed while saving the game.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ImageFilename</i></dt>
<dd>The filename of the image to be used or null</dd>
<dt><i>PosX</i></dt>
<dd>The X position of the image</dd>
<dt><i>PosY</i></dt>
<dd>The Y position of the image</dd>
</dl>
<hr>
<h3><a name="ClearScriptCache"></a>ClearScriptCache()</h3>
<p>Clears the content of the engine script cache.</p>
<h4>Remarks</h4>
<p>Normally the engine caches compiled scripts so that they don't need to be compiled multiple times. This method allows you to flush the script cache, for example if you generate scripts dynamically and need them to be always re-compiled.</p>
<hr>
<h3><a name="DisplayLoadingIcon"></a>DisplayLoadingIcon(Sprite, X, Y, Persistent)</h3>
<p>Briefly displays a "loading" icon.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Sprite</i></dt>
<dd>The filename of a sprite to be displayed as a loading icon.</dd>
<dt><i>X</i></dt>
<dd>The X position of the loading icon.</dd>
<dt><i>Y</i></dt>
<dd>The Y position of the loading icon.</dd>
<dt><i>Persistent</i></dt>
<dd>Specifies if the icon should stay on screen until HideLoadingIcon() is called (optional, default=false)</dd>
</dl>
<h4>Remarks</h4>
<p>You can use this function to briefly display a "work-in-progress" symbol; for example call this method before calling a command which takes a long time (loading a window, long animation etc.). The icon is displayed until the script returns control back to the engine, unless the Persistent parameter is set to true. In that case you have to manually hide the icon by calling the <b>Game.HideLoadingIcon()</b> method.</p>
<hr>
<h3><a name="HideLoadingIcon"></a>HideLoadingIcon()</h3>
<p>Hides a "loading" icon displayed by DisplayLoadingIcon()</p>
<hr>
<h3><a name="PlayVideo"></a>PlayVideo(Filename, Type, X, Y, FreezeMusic)</h3>
<p>Plays a given AVI video file</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the AVI file to be played.</dd>
<dt><i>Type</i></dt>
<dd>Type of display, 0=at a given position, 1=stretched, 2=centered (optional, default=1)</dd>
<dt><i>X</i></dt>
<dd>X position on screen. Only used when Type is 0 (optional, default=0)</dd>
<dt><i>Y</i></dt>
<dd>Y position on screen. Only used when Type is 0 (optional, default=0)</dd>
<dt><i>FreezeMusic</i></dt>
<dd>Specifies whether the background music should be suspended while video is playing (optional, default=true)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="PlayTheora"></a>PlayTheora(Filename, Type, X, Y, FreezeMusic, DropFrames)</h3>
<p>Plays a given Theora video file</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of the Ogg Theora file to be played.</dd>
<dt><i>Type</i></dt>
<dd>Type of display, 0=at a given position, 1=stretched, 2=centered (optional, default=1)</dd>
<dt><i>X</i></dt>
<dd>X position on screen. Only used when Type is 0 (optional, default=0)</dd>
<dt><i>Y</i></dt>
<dd>Y position on screen. Only used when Type is 0 (optional, default=0)</dd>
<dt><i>FreezeMusic</i></dt>
<dd>Specifies whether the background music should be suspended while video is playing (optional, default=true)</dd>
<dt><i>DropFrames</i></dt>
<dd>Specifies whether the video playback should drop frames if the playback is too slow (optional, default=true)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="RegWriteNumber"></a>RegWriteNumber(Key, Value)</h3>
<p>Writes a given number to the Windows Registry.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Key</i></dt>
<dd>Name of the key to be written</dd>
<dt><i>Value</i></dt>
<dd>The number to be written</dd>
</dl>
<hr>
<h3><a name="RegWriteString"></a>RegWriteString(Key, Value)</h3>
<p>Writes a given string to the Windows Registry.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Key</i></dt>
<dd>Name of the key to be written</dd>
<dt><i>Value</i></dt>
<dd>The string to be written</dd>
</dl>
<hr>
<h3><a name="RegReadNumber"></a>RegReadNumber(Key, InitValue)</h3>
<p>Reads a numeric value from the Windows Registry.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Key</i></dt>
<dd>Name of the key to be read from</dd>
<dt><i>InitValue</i></dt>
<dd>Initial value to be returned if the key doesn't exist (optional, default=null)</dd>
</dl>
<h4>Return value</h4>
<p>Returns the number read from the Windows Registry.</p>
<hr>
<h3><a name="RegReadString"></a>RegReadString(Key, InitValue)</h3>
<p>Reads a string value from the Windows Registry.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Key</i></dt>
<dd>Name of the key to be read from</dd>
<dt><i>InitValue</i></dt>
<dd>Initial value to be returned if the key doesn't exist (optional, default=null)</dd>
</dl>
<h4>Return value</h4>
<p>Returns the string read from the Windows Registry.</p>
<hr>
<h3><a name="SaveGame"></a>SaveGame(Slot, Description)</h3>
<p>Saves a game to the given save slot.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Slot</i></dt>
<dd>Number of the save slot to be used</dd>
<dt><i>Description</i></dt>
<dd>Description of the saved game</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="LoadGame"></a>LoadGame(Slot)</h3>
<p>Loads a game from the given save slot.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Slot</i></dt>
<dd>Number of the save slot to be used</dd>
</dl>
<h4>Return value</h4>
<p>If the method fails, the return value is <b>false</b>.</p>
<hr>
<h3><a name="IsSaveSlotUsed"></a>IsSaveSlotUsed(Slot)</h3>
<p>Queries whether a given save slot is in use.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Slot</i></dt>
<dd>Number of the save slot to be tested.</dd>
</dl>
<h4>Return value</h4>
<p>If the save slot is already in use, the return value is <b>true</b>.</p>
<hr>
<h3><a name="GetSaveSlotDescription"></a>GetSaveSlotDescription(Slot)</h3>
<p>Queries a description of a given save slot.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Slot</i></dt>
<dd>Number of the save slot to be queried</dd>
</dl>
<h4>Return value</h4>
<p>The description of a given save slot.</p>
<hr>
<h3><a name="EmptySaveSlot"></a>EmptySaveSlot(Slot)</h3>
<p>Empties a given save slot.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Slot</i></dt>
<dd>Number of the save slot to be emptied.</dd>
</dl>
<hr>
<h3><a name="SetGlobalSFXVolume"></a>SetGlobalSFXVolume(Percent)</h3>
<p>Sets the volume of sound effects.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Percent</i></dt>
<dd>A new sound volume (in percent)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="SetGlobalSpeechVolume"></a>SetGlobalSpeechVolume(Percent)</h3>
<p>Sets the volume of speech.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Percent</i></dt>
<dd>A new speech volume (in percent)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="SetGlobalMusicVolume"></a>SetGlobalMusicVolume(Percent)</h3>
<p>Sets the volume of music.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Percent</i></dt>
<dd>A new music volume (in percent)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="SetGlobalMasterVolume"></a>SetGlobalMasterVolume(Percent)</h3>
<p>Sets the master volume.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Percent</i></dt>
<dd>A new sound volume (in percent)</dd>
</dl>
<h4>Return value</h4>
<p>If the method succeeds, the return value is <b>true</b>.</p>
<hr>
<h3><a name="GetGlobalSFXVolume"></a>GetGlobalSFXVolume()</h3>
<p>Gets the current sound effects volume.</p>
<h4>Return value</h4>
<p>Returns the sound volume (in percent).</p>
<hr>
<h3><a name="GetGlobalSpeechVolume"></a>GetGlobalSpeechVolume()</h3>
<p>Gets the current speech volume.</p>
<h4>Return value</h4>
<p>Returns the speech volume (in percent).</p>
<hr>
<h3><a name="GetGlobalMusicVolume"></a>GetGlobalMusicVolume()</h3>
<p>Gets the current music volume.</p>
<h4>Return value</h4>
<p>Returns the music volume (in percent).</p>
<hr>
<h3><a name="GetGlobalMasterVolume"></a>GetGlobalMasterVolume()</h3>
<p>Gets the current master volume.</p>
<h4>Return value</h4>
<p>Returns the master volume (in percent).</p>
<hr>
<h3><a name="SetCursor"></a>SetCursor(Filename)</h3>
<p>Sets the standard cursor.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Filename of a sprite file to be used as a cursor pointer.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the cursor has been set succesfuly.</p>
<hr>
<h3><a name="GetCursor"></a>GetCursor()</h3>
<p>Returns the filename of the cursor sprite (or null if no cursor is set)</p>
<hr>
<h3><a name="GetCursorObject"></a>GetCursorObject()</h3>
<p>Returns a reference to the cursor sprite (or null if no cursor is set)</p>
<hr>
<h3><a name="RemoveCursor"></a>RemoveCursor()</h3>
<p>Removes the standard cursor.</p>
<hr>
<h3><a name="HasCursor"></a>HasCursor()</h3>
<p>Queries whether the standard cursor is set.</p>
<h4>Return value</h4>
<p>Returns <b>true</b> if the object has a custom mouse pointer assigned.</p>
<hr>
<h3><a name="SetActiveCursor"></a>SetActiveCursor(Filename)</h3>
<p>Sets the active cursor.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Filename of a sprite file to be used as a cursor pointer.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the cursor has been set succesfuly.</p>
<h4>Remarks</h4>
<p>The "active" cursor is used when the mouse pointer is over an interactive object.</p>
<hr>
<h3><a name="GetActiveCursor"></a>GetActiveCursor()</h3>
<p>Returns the filename of the active cursor sprite (or null if no cursor is set)</p>
<hr>
<h3><a name="GetActiveCursorObject"></a>GetActiveCursorObject()</h3>
<p>Returns a reference to the active cursor sprite (or null if no cursor is set)</p>
<hr>
<h3><a name="RemoveActiveCursor"></a>RemoveActiveCursor()</h3>
<p>Removes the active cursor.</p>
<hr>
<h3><a name="HasActiveCursor"></a>HasActiveCursor()</h3>
<p>Queries whether the active cursor is set.</p>
<h4>Return value</h4>
<p>Returns <b>true</b> it the object has a custom mouse pointer assigned.</p>
<hr>
<h3><a name="SetWaitCursor"></a>SetWaitCursor(Filename)</h3>
<p>Sets the non-interactive cursor.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Filename of a sprite file to be used as a cursor pointer.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the cursor has been set succesfuly.</p>
<hr>
<h3><a name="GetWaitCursor"></a>GetWaitCursor()</h3>
<p>Returns the filename of the non-interactive cursor sprite (or null if no cursor is set)</p>
<hr>
<h3><a name="GetWaitCursorObject"></a>GetWaitCursorObject()</h3>
<p>Returns a reference to the non-interactive cursor sprite (or null if no cursor is set)</p>
<hr>
<h3><a name="RemoveWaitCursor"></a>RemoveWaitCursor()</h3>
<p>Removes the non-interactive cursor.</p>
<hr>
<h3><a name="FadeOut"></a>FadeOut(Duration, TargetRed, TargetGreen, TargetBlue, TargetAlpha)<br>FadeOutAsync(Duration, TargetRed, TargetGreen, TargetBlue, TargetAlpha)<br>SystemFadeOut(Duration, TargetRed, TargetGreen, TargetBlue, TargetAlpha)<br>SystemFadeOutAsync(Duration, TargetRed, TargetGreen, TargetBlue, TargetAlpha)</h3>
<p>Fades the screen out to a specified color.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Duration</i></dt>
<dd>Specifies how long it will take to fade out, in milliseconds (optional, default=500)</dd>
<dt><i>TargetRed</i></dt>
<dd>The Red component of a target fade color (optional, default=0)</dd>
<dt><i>TargetGreen</i></dt>
<dd>The Green component of a target fade color (optional, default=0)</dd>
<dt><i>TargetBlue</i></dt>
<dd>The Blue component of a target fade color (optional, default=0)</dd>
<dt><i>TargetAlpha</i></dt>
<dd>The Alpha component (opacity) of a target fade color (optional, default=255)</dd>
</dl>
<h4>Remarks</h4>
<p>The <b>FadeOut</b> method blocks the script execution until the fading is over, while the <b>FadeOutAsync</b> method returns immediately. The <b>SystemFadeOut</b> and <b>SystemFadeOutAsync</b> methods continue fading even after the game enters the system exclusive mode.</p>
<hr>
<h3><a name="FadeIn"></a>FadeIn(Duration, SourceRed, SourceGreen, SourceBlue, SourceAlpha)<br>FadeInAsync(Duration, SourceRed, SourceGreen, SourceBlue, SourceAlpha)<br>SystemFadeIn(Duration, SourceRed, SourceGreen, SourceBlue, SourceAlpha)<br>SystemFadeInAsync(Duration, SourceRed, SourceGreen, SourceBlue, SourceAlpha)</h3>
<p>Fades the screen in from a specified color.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Duration</i></dt>
<dd>Specifies how long it will take to fade in, in milliseconds (optional, default=500)</dd>
<dt><i>SourceRed</i></dt>
<dd>The Red component of the initial fade color (optional, default=0)</dd>
<dt><i>SourceGreen</i></dt>
<dd>The Green component of the initial fade color (optional, default=0)</dd>
<dt><i>SourceBlue</i></dt>
<dd>The Blue component of the initial fade color (optional, default=0)</dd>
<dt><i>SourceAlpha</i></dt>
<dd>The Alpha component (opacity) of the initial fade color (optional, default=255)</dd>
</dl>
<h4>Remarks</h4>
<p>The <b>FadeIn</b> method blocks the script execution until the fading is over, while the <b>FadeInAsync</b> method returns immediately. The <b>SystemFadeIn</b> and <b>SystemFadeInAsync</b> methods continue fading even after the game enters the system exclusive mode.</p>
<hr>
<h3><a name="GetFadeColor"></a>GetFadeColor()</h3>
<p>Gets the current fading color.</p>
<h4>Return value</h4>
<p>Returns the current fading color in the encoded color format.</p>
<h4>Remarks</h4>
<p>You can use the GetRValue(), GetGValue(), GetBValue() and GetAValue() functions to extract individual color components.</p>
<hr>
<h3><a name="ChangeScene"></a>ChangeScene(Filename, FadeOut, FadeIn)</h3>
<p>Loads a specified scene file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>Filename of the scene file to be loaded.</dd>
<dt><i>FadeOut</i></dt>
<dd>Whether the old scene should fade out before the scene change (optional, default = true)</dd>
<dt><i>FadeIn</i></dt>
<dd>Whether the new scene should fade in after the scene change (optional, default = true)</dd>
</dl>
<hr>
<h3><a name="AddResponse"></a>AddResponse(ID, Response, IconFilename, HoverIconFilename, PressedIconFilename, FontFilename)</h3>
<p>Adds a single response sentence to the response box.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ID</i></dt>
<dd>An ID number of this response.</dd>
<dt><i>Response</i></dt>
<dd>A text of this reponse.</dd>
<dt><i>IconFilename</i></dt>
<dd>A filename of a sprite for this response (optional).</dd>
<dt><i>HoverIconFilename</i></dt>
<dd>A filename of a hover sprite for this response (optional).</dd>
<dt><i>PressedIconFilename</i></dt>
<dd>A filename of a pressed sprite for this response (optional).</dd>
<dt><i>FontFilename</i></dt>
<dd>Filename of font to be used for this response (optional).</dd>
</dl>
<hr>
<h3><a name="AddResponseOnce"></a>AddResponseOnce(ID, Response, IconFilename, HoverIconFilename, PressedIconFilename, FontFilename)</h3>
<p>Adds a single response sentence to the response box. The response is only added once per a dialogue branch.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ID</i></dt>
<dd>An ID number of this response.</dd>
<dt><i>Response</i></dt>
<dd>A text of this reponse.</dd>
<dt><i>IconFilename</i></dt>
<dd>A filename of a sprite for this response (optional).</dd>
<dt><i>HoverIconFilename</i></dt>
<dd>A filename of a hover sprite for this response (optional).</dd>
<dt><i>PressedIconFilename</i></dt>
<dd>A filename of a pressed sprite for this response (optional).</dd>
<dt><i>FontFilename</i></dt>
<dd>Filename of font to be used for this response (optional).</dd>
</dl>
<h4>Remarks</h4>
<p>The engine will only add the response to the response box if it wasn't selected before by the player in the current dialogue branch. You must denote the dialogue branch using the Game.StartDlgBranch() and Game.EntDlgBranch() to make this method work.</p>
<hr>
<h3><a name="AddResponseOnceGame"></a>AddResponseOnceGame(ID, Response, IconFilename, HoverIconFilename, PressedIconFilename, FontFilename)</h3>
<p>Adds a single response sentence to the response box. The response is only added once per a game session.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ID</i></dt>
<dd>An ID number of this response.</dd>
<dt><i>Response</i></dt>
<dd>A text of this reponse.</dd>
<dt><i>IconFilename</i></dt>
<dd>A filename of a sprite for this response (optional).</dd>
<dt><i>HoverIconFilename</i></dt>
<dd>A filename of a hover sprite for this response (optional).</dd>
<dt><i>PressedIconFilename</i></dt>
<dd>A filename of a pressed sprite for this response (optional).</dd>
<dt><i>FontFilename</i></dt>
<dd>Filename of font to be used for this response (optional).</dd>
</dl>
<h4>Remarks</h4>
<p>The engine will only add the response to the response box if it wasn't selected before by the player before. You must denote a dialogue branch using the Game.StartDlgBranch() and Game.EntDlgBranch() to make this method work.</p>
<hr>
<h3><a name="ResetResponse"></a>ResetResponse(ID)</h3>
<p>Revives a previously disabled response.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ID</i></dt>
<dd>An ID number of response to be revived.</dd>
</dl>
<h4>Remarks</h4>
<p>If you add a response using the Game.AddResponseOnce() or Game.AddResponseOnceGame() methods, it gets disabled once the player selects it. Use the ResetResponse method to make such response reappear.</p>
<hr>
<h3><a name="GetResponse"></a>GetResponse(AutoSelectLastResp)</h3>
<p>Displays a response box and waits for the player's choice.</p>
<h4>Parameters</h4>
<dl>
<dt><i>AutoSelectLastResp</i></dt>
<dd>Specifies whether the last remaining response should be automatically selected (optional, defaul=false)</dd>
</dl>
<h4>Return value</h4>
<p>An ID number of the selected response.</p>
<hr>
<h3><a name="GetNumResponses"></a>GetNumResponses()</h3>
<p>Queries the number of remaining responses in the response box.</p>
<h4>Return value</h4>
<p>Returns the number of responses remaining in the response box.</p>
<h4>Remarks</h4>
<p>Some of the responses added by the AddResponseOnce or AddResponseOnceGame methods may have not been actually added to the response box. Use this method to find out how many responses currently really are prepared in the response box.</p>
<hr>
<h3><a name="GetInventoryWindow"></a>GetInventoryWindow()</h3>
<p>Returns a reference to the window object used by the inventory box.</p>
<h4>Return value</h4>
<p>A reference to the inventory window object.</p>
<hr>
<h3><a name="GetResponsesWindow"></a>GetResponsesWindow()</h3>
<p>Returns a reference to the window object used by the responses box.</p>
<h4>Return value</h4>
<p>A reference to the responses window object.</p>
<hr>
<h3><a name="StartDlgBranch"></a>StartDlgBranch(DialogueName)</h3>
<p>Denotes a start of a dialogue branch.</p>
<h4>Parameters</h4>
<dl>
<dt><i>DialogueName</i></dt>
<dd>A name of the dialogue branch. Dialogue names should be unique within one script file. The parameter is optional but it's recommended to specify a name.</dd>
</dl>
<h4>Remarks</h4>
<p>Dialogue branches only need to be explicitly denoted if you want to use the Game.AddResponseOnce() or Game.AddResponseOnceGame() methods.</p>
<hr>
<h3><a name="EndDlgBranch"></a>EndDlgBranch(DialogueName)</h3>
<p>Denotes an end of a dialogue branch.</p>
<h4>Parameters</h4>
<dl>
<dt><i>DialogueName</i></dt>
<dd>A name of the dialogue branch. Dialogue names should be unique within one script file. The parameter is optional; if you don't specify a name, the inner-most dialogue branch is ended.</dd>
</dl>
<h4>Remarks</h4>
<p>Dialogue branches only need to be explicitly denoted if you want to use the Game.AddResponseOnce() or Game.AddResponseOnceGame() methods.</p>
<hr>
<h3><a name="GetCurrentDlgBranch"></a>GetCurrentDlgBranch()</h3>
<p>Queries a current dialogue branch name.</p>
<h4>Return value</h4>
<p>Returns the name of the current dialogue branch (started by the Game.StartDlgBranch method) or returns <b>null</b> if no dialgue branch has been started.</p>
<hr>
<h3><a name="LoadResponseBox"></a>LoadResponseBox(Filename)</h3>
<p>Reloads a response box from file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The response-box definition file to be loaded.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the method succeeded.</p>
<hr>
<h3><a name="LoadInventoryBox"></a>LoadInventoryBox(Filename)</h3>
<p>Reloads an inventory box from file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The inventory-box definition file to be loaded.</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the method succeeded.</p>
<hr>
<h3><a name="LoadItems"></a>LoadItems(Filename, Merge)</h3>
<p>Loads inventory items from a definition file.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The items definition file to be loaded</dd>
<dt><i>Merge</i></dt>
<dd>The new items will be merged with existing ones (optional, default=false)</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the items were successfuly loaded.</p>
<hr>
<h3><a name="TakeItem"></a>TakeItem(ItemName, InsertAfter)</h3>
<p>Adds an item into the inventory.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ItemName</i></dt>
<dd>A name of the item to be added to object's inventory.</dd>
<dt><i>InsertAfter</i></dt>
<dd>A name of the item which the new item should be inserted after (optional).</dd>
</dl>
<hr>
<h3><a name="DropItem"></a>DropItem(ItemName)</h3>
<p>Removes an item from the inventory.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ItemName</i></dt>
<dd>A name of the item to be removed from object's inventory.</dd>
</dl>
<hr>
<h3><a name="GetItem"></a>GetItem(ItemIndex)<br>GetItem(ItemName)</h3>
<p>Queries an inventory item.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ItemIndex</i></dt>
<dd>An index of a <b>taken item</b> to be queried.</dd>
<dt><i>ItemName</i></dt>
<dd>A name of an inventory item to be queried.</dd>
</dl>
<h4>Return value</h4>
<p>A reference to the item object of a given name or at a given index in the inventory.</p>
<hr>
<h3><a name="HasItem"></a>HasItem(ItemName)<br>HasItem(ItemObject)</h3>
<p>Queries whether a given item is in inventory of any of this object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ItemName</i></dt>
<dd>A name of the item to be queried.</dd>
<dt><i>ItemObject</i></dt>
<dd>Reference to the item object to be queried.</dd>
</dl>
<h4>Return value</h4>
<p>If the specified item is in the inventory of this object, the return value is <b>true</b>.</p>
<h4>Remarks</h4>
<p>Note that this method only searches the current object, use the <b>Game.IsItemTaken()</b> method if you want to search all game objects.</p>
<hr>
<h3><a name="IsItemTaken"></a>IsItemTaken(ItemName)<br>IsItemTaken(ItemObject)</h3>
<p>Queries whether a given item is in inventory of any of the game objects.</p>
<h4>Parameters</h4>
<dl>
<dt><i>ItemName</i></dt>
<dd>A name of the item to be queried.</dd>
<dt><i>ItemObject</i></dt>
<dd>Reference to the item object to be queried.</dd>
</dl>
<h4>Return value</h4>
<p>If the specified item is in the inventory, the return value is <b>true</b>.</p>
<hr>
<h3><a name="CreateEntity"></a>CreateEntity(Name)</h3>
<p>Creates a new entity object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Name</i></dt>
<dd>The name of the entity object (optional)</dd>
</dl>
<h4>Return value</h4>
<p>Returns a reference to the newly created entity.</p>
<hr>
<h3><a name="DeleteEntity"></a>DeleteEntity(Entity)</h3>
<p>Destroys a entity object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Entity</i></dt>
<dd>The entity object to be destroyed</dd>
</dl>
<hr>
<h3><a name="CreateWindow"></a>CreateWindow(Name)</h3>
<p>Creates a new window object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Name</i></dt>
<dd>The name of the window object (optional)</dd>
</dl>
<h4>Return value</h4>
<p>Returns a reference to the newly created window.</p>
<hr>
<h3><a name="DeleteWindow"></a>DeleteWindow(Window)</h3>
<p>Destroys a window object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Window</i></dt>
<dd>The window object to be destroyed</dd>
</dl>
<hr>
<h3><a name="CreateItem"></a>CreateItem(Name)</h3>
<p>Creates a new inventory item object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Name</i></dt>
<dd>The name of the item object (optional)</dd>
</dl>
<h4>Return value</h4>
<p>Returns a reference to the newly created item.</p>
<hr>
<h3><a name="DeleteItem"></a>DeleteItem(Item)</h3>
<p>Destroys an item object.</p>
<h4>Parameters</h4>
<dl>
<dt><i>Item</i></dt>
<dd>The item object to be destroyed</dd>
</dl>
<h4>Remarks</h4>
<p>This method permanently destroys the inventory item. You can no longer reference it in methods like TakeItem etc.</p>
<hr>
<h3><a name="SetShadowImage"></a>SetShadowImage(Filename)</h3>
<p>Sets and image to be used as a simple shadow for 3D characters</p>
<h4>Parameters</h4>
<dl>
<dt><i>Filename</i></dt>
<dd>The filename of an image to be used</dd>
</dl>
<h4>Return value</h4>
<p>Returns <b>true</b> if the image has been successfuly set.</p>
<hr>
<h3><a name="GetShadowImage"></a>GetShadowImage()</h3>
<p>Gets the currently assigned image to be used as a simple shadow for 3D characters</p>
<h4>Return value</h4>
<p>Returns the filename of currently assigned shadow image or <b>null</b> if no image is set.</p>
</body>
</html>
| segafan/wme1_jankavan_tlc_edition-repo | src/DocMaker2/DocMaker2/tests/english/scripting_ref_game.html | HTML | mit | 79,914 |
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
{% if page.description %}
<meta name="description" content="{{ page.description }}">
{% endif %}
<meta name="author" content="{{ site.author.name }}">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="{{ site.BASE_PATH }}/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="{{ site.BASE_PATH }}/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="{{ site.BASE_PATH }}/assets/resources/syntax/syntax.css" rel="stylesheet">
<link href="{{ site.BASE_PATH }}/assets/css/style.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<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">
-->
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.BASE_PATH }}/feed.xml">
{% include google_analytics.html %}
</head>
<body>
<nav class="navbar navbar-default visible-xs" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
{% if site.author.github %}
<a type="button" class="navbar-toggle nav-link" href="http://github.com/{{ site.author.github }}">
<i class="fa fa-github"></i>
</a>
{% endif %}
{% if site.author.twitter %}
<a type="button" class="navbar-toggle nav-link" href="http://twitter.com/{{ site.author.twitter }}">
<i class="fa fa-twitter"></i>
</a>
{% endif %}
{% if site.author.email %}
<a type="button" class="navbar-toggle nav-link" href="mailto:{{ site.author.email }}">
<i class="fa fa-envelope"></i>
</a>
{% endif %}
<a class="navbar-brand" href="{{ site.BASE_PATH }}/">
<img src="http://www.gravatar.com/avatar/{{site.author.email_md5}}?s=35" class="img-circle" />
{{ site.title }}
</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">
<li class="active"><a href="{{ site.BASE_PATH }}/">Home</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}">Categories</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}">Tags</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<!-- nav-menu-dropdown -->
<div class="btn-group hidden-xs" id="nav-menu">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bars"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="{{ site.BASE_PATH}}/"><i class="fa fa-home"></i> Home</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.categories_path }}"><i class="fa fa-folder"></i> Categories</a></li>
<li><a href="{{ site.BASE_PATH}}/{{ site.tags_path }}"><i class="fa fa-tags"></i> Tags</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-arrow-up"></i> Top of Page</a></li>
</ul>
</div>
<div class="col-sm-3 sidebar hidden-xs">
{% include sidebar.html %}
</div>
<div class="col-sm-9 col-sm-offset-3">
{{ content }}
<footer>
<hr/>
<p>
© {{ site.time | date: '%Y' }} {{ site.author.name }} with Jekyll. Theme: <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek.
</p>
</footer>
</div>
<script type="text/javascript" src="{{ site.BASE_PATH }}/assets/resources/jquery/jquery.min.js"></script>
<script type="text/javascript" src="{{ site.BASE_PATH }}/assets/resources/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="{{ site.BASE_PATH }}/assets/js/app.js"></script>
</body>
</html>
| dohuyhoang/dohuyhoang.github.io | _includes/default.html | HTML | mit | 4,443 |
<!DOCTYPE HTML>
<html>
<head></head>
<body style="margin:40px;"><object type="application/x-shockwave-flash" data="clock.swf" style="height:80px;
width:80px; position:absolute; top:0; left:0;"><param value="clock.swf" name="movie"><param value="wmode"
name="window"></object><iframe src="http://www.google.com/logos/" style="width:240px;
height:120px;"></iframe></body>
</html> | dota8/dota8.github.io | tests/RX8012/window_handle_stack_level.html | HTML | mit | 399 |
<html>
<head>
<title>This is test post 2</title>
</head>
<body>
<h2 id="title">This is test post 2</h2>
<p>The title is This is test post 2 and this is an example blog post number 2.
<br/>
<br/></p>
<div>
<a href="../../002-blog/2016-12-23-this-is-a-test-post-1/">older post</a>
<a href="../../002-blog/2016-12-25-this-is-a-test-post-3/">newer post</a>
</div>
Some comments belong here
</body>
</html>
| xriss/plated | test-expected/002-blog/2016-12-24-this-is-a-test-post-2/index.html | HTML | mit | 416 |
<footer class="footer-main">
{{ site.name }} © {{ site.time | date: '%Y' }}
<a class="link" href="{{ site.url }}/feed.xml" alt="site's xml_feed" rel="noopener" target="_blank">
<svg class="icon icon-rss">
<use xlink:href="#icon-rss"></use>
</svg>
</a>
<p class="extra">
<a class="link" href="https://github.com/sergiokopplin/indigo" alt="indigo_on_github">Indigo theme</a>
by
<a class="link" href="https://github.com/sergiokopplin/indigo" alt="indigo_on_github_2">Kopplin</a>
</p>
</footer>
| Aman-1412/Aman-1412.github.io | _includes/footer.html | HTML | mit | 566 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<meta name="collection" content="api">
<!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:24:05 PDT 2004 -->
<TITLE>
NumberUpSupported (Java 2 Platform SE 5.0)
</TITLE>
<META NAME="keywords" CONTENT="javax.print.attribute.standard.NumberUpSupported class">
<META NAME="keywords" CONTENT="equals()">
<META NAME="keywords" CONTENT="getCategory()">
<META NAME="keywords" CONTENT="getName()">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="NumberUpSupported (Java 2 Platform SE 5.0)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NumberUpSupported.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Standard Ed. 5.0</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/print/attribute/standard/NumberUp.html" title="class in javax.print.attribute.standard"><B>PREV CLASS</B></A>
<A HREF="../../../../javax/print/attribute/standard/OrientationRequested.html" title="class in javax.print.attribute.standard"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/print/attribute/standard/NumberUpSupported.html" target="_top"><B>FRAMES</B></A>
<A HREF="NumberUpSupported.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.print.attribute.standard</FONT>
<BR>
Class NumberUpSupported</H2>
<PRE>
<A HREF="../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html" title="class in javax.print.attribute">javax.print.attribute.SetOfIntegerSyntax</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>javax.print.attribute.standard.NumberUpSupported</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../java/io/Serializable.html" title="interface in java.io">Serializable</A>, <A HREF="../../../../java/lang/Cloneable.html" title="interface in java.lang">Cloneable</A>, <A HREF="../../../../javax/print/attribute/Attribute.html" title="interface in javax.print.attribute">Attribute</A>, <A HREF="../../../../javax/print/attribute/SupportedValuesAttribute.html" title="interface in javax.print.attribute">SupportedValuesAttribute</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public final class <B>NumberUpSupported</B><DT>extends <A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html" title="class in javax.print.attribute">SetOfIntegerSyntax</A><DT>implements <A HREF="../../../../javax/print/attribute/SupportedValuesAttribute.html" title="interface in javax.print.attribute">SupportedValuesAttribute</A></DL>
</PRE>
<P>
Class NumberUpSupported is a printing attribute class, a set of integers,
that gives the supported values for a <A HREF="../../../../javax/print/attribute/standard/NumberUp.html" title="class in javax.print.attribute.standard"><CODE>NumberUp</CODE></A> attribute.
<P>
<B>IPP Compatibility:</B> The NumberUpSupported attribute's canonical array
form gives the lower and upper bound for each range of number-up to be
included in an IPP "number-up-supported" attribute. See class <A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html" title="class in javax.print.attribute"><CODE>SetOfIntegerSyntax</CODE></A> for an
explanation of canonical array form. The category name returned by
<CODE>getName()</CODE> gives the IPP attribute name.
<P>
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#javax.print.attribute.standard.NumberUpSupported">Serialized Form</A></DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/NumberUpSupported.html#NumberUpSupported(int)">NumberUpSupported</A></B>(int member)</CODE>
<BR>
Construct a new number up supported attribute containing a single
integer.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/NumberUpSupported.html#NumberUpSupported(int[][])">NumberUpSupported</A></B>(int[][] members)</CODE>
<BR>
Construct a new number up supported attribute with the given members.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/NumberUpSupported.html#NumberUpSupported(int, int)">NumberUpSupported</A></B>(int lowerBound,
int upperBound)</CODE>
<BR>
Construct a new number up supported attribute containing a single range
of integers.</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/NumberUpSupported.html#equals(java.lang.Object)">equals</A></B>(<A HREF="../../../../java/lang/Object.html" title="class in java.lang">Object</A> object)</CODE>
<BR>
Returns whether this number up supported attribute is equivalent to the
passed in object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../java/lang/Class.html" title="class in java.lang">Class</A><? extends <A HREF="../../../../javax/print/attribute/Attribute.html" title="interface in javax.print.attribute">Attribute</A>></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/NumberUpSupported.html#getCategory()">getCategory</A></B>()</CODE>
<BR>
Get the printing attribute class which is to be used as the "category"
for this printing attribute value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../javax/print/attribute/standard/NumberUpSupported.html#getName()">getName</A></B>()</CODE>
<BR>
Get the name of the category of which this attribute value is an
instance.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_javax.print.attribute.SetOfIntegerSyntax"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class javax.print.attribute.<A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html" title="class in javax.print.attribute">SetOfIntegerSyntax</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html#contains(int)">contains</A>, <A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html#contains(javax.print.attribute.IntegerSyntax)">contains</A>, <A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html#getMembers()">getMembers</A>, <A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html#hashCode()">hashCode</A>, <A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html#next(int)">next</A>, <A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html#toString()">toString</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="NumberUpSupported(int[][])"><!-- --></A><H3>
NumberUpSupported</H3>
<PRE>
public <B>NumberUpSupported</B>(int[][] members)</PRE>
<DL>
<DD>Construct a new number up supported attribute with the given members.
The supported values for NumberUp are specified in "array form;" see
class
<A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html" title="class in javax.print.attribute"><CODE>SetOfIntegerSyntax</CODE></A>
for an explanation of array form.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>members</CODE> - Set members in array form.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../java/lang/NullPointerException.html" title="class in java.lang">NullPointerException</A></CODE> - (unchecked exception) Thrown if <CODE>members</CODE> is null or
any element of <CODE>members</CODE> is null.
<DD><CODE><A HREF="../../../../java/lang/IllegalArgumentException.html" title="class in java.lang">IllegalArgumentException</A></CODE> - (unchecked exception) Thrown if any element of
<CODE>members</CODE> is not a length-one or length-two array. Also
thrown if <CODE>members</CODE> is a zero-length array or if any
member of the set is less than 1.</DL>
</DL>
<HR>
<A NAME="NumberUpSupported(int)"><!-- --></A><H3>
NumberUpSupported</H3>
<PRE>
public <B>NumberUpSupported</B>(int member)</PRE>
<DL>
<DD>Construct a new number up supported attribute containing a single
integer. That is, only the one value of NumberUp is supported.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>member</CODE> - Set member.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../java/lang/IllegalArgumentException.html" title="class in java.lang">IllegalArgumentException</A></CODE> - (Unchecked exception) Thrown if <CODE>member</CODE> is less than
1.</DL>
</DL>
<HR>
<A NAME="NumberUpSupported(int, int)"><!-- --></A><H3>
NumberUpSupported</H3>
<PRE>
public <B>NumberUpSupported</B>(int lowerBound,
int upperBound)</PRE>
<DL>
<DD>Construct a new number up supported attribute containing a single range
of integers. That is, only those values of NumberUp in the one range are
supported.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>lowerBound</CODE> - Lower bound of the range.<DD><CODE>upperBound</CODE> - Upper bound of the range.
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../java/lang/IllegalArgumentException.html" title="class in java.lang">IllegalArgumentException</A></CODE> - (Unchecked exception) Thrown if a null range is specified or if a
non-null range is specified with <CODE>lowerBound</CODE> less than
1.</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(<A HREF="../../../../java/lang/Object.html" title="class in java.lang">Object</A> object)</PRE>
<DL>
<DD>Returns whether this number up supported attribute is equivalent to the
passed in object. To be equivalent, all of the following conditions
must be true:
<OL TYPE=1>
<LI>
<CODE>object</CODE> is not null.
<LI>
<CODE>object</CODE> is an instance of class NumberUpSupported.
<LI>
This number up supported attribute's members and <CODE>object</CODE>'s
members are the same.
</OL>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html#equals(java.lang.Object)">equals</A></CODE> in class <CODE><A HREF="../../../../javax/print/attribute/SetOfIntegerSyntax.html" title="class in javax.print.attribute">SetOfIntegerSyntax</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>object</CODE> - Object to compare to.
<DT><B>Returns:</B><DD>True if <CODE>object</CODE> is equivalent to this number up
supported attribute, false otherwise.<DT><B>See Also:</B><DD><A HREF="../../../../java/lang/Object.html#hashCode()"><CODE>Object.hashCode()</CODE></A>,
<A HREF="../../../../java/util/Hashtable.html" title="class in java.util"><CODE>Hashtable</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getCategory()"><!-- --></A><H3>
getCategory</H3>
<PRE>
public final <A HREF="../../../../java/lang/Class.html" title="class in java.lang">Class</A><? extends <A HREF="../../../../javax/print/attribute/Attribute.html" title="interface in javax.print.attribute">Attribute</A>> <B>getCategory</B>()</PRE>
<DL>
<DD>Get the printing attribute class which is to be used as the "category"
for this printing attribute value.
<P>
For class NumberUpSupported, the
category is class NumberUpSupported itself.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../javax/print/attribute/Attribute.html#getCategory()">getCategory</A></CODE> in interface <CODE><A HREF="../../../../javax/print/attribute/Attribute.html" title="interface in javax.print.attribute">Attribute</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Printing attribute class (category), an instance of class
<A HREF="../../../../java/lang/Class.html" title="class in java.lang"><CODE>java.lang.Class</CODE></A>.</DL>
</DD>
</DL>
<HR>
<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public final <A HREF="../../../../java/lang/String.html" title="class in java.lang">String</A> <B>getName</B>()</PRE>
<DL>
<DD>Get the name of the category of which this attribute value is an
instance.
<P>
For class NumberUpSupported, the
category name is <CODE>"number-up-supported"</CODE>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../javax/print/attribute/Attribute.html#getName()">getName</A></CODE> in interface <CODE><A HREF="../../../../javax/print/attribute/Attribute.html" title="interface in javax.print.attribute">Attribute</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>Attribute category name.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/NumberUpSupported.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Standard Ed. 5.0</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../javax/print/attribute/standard/NumberUp.html" title="class in javax.print.attribute.standard"><B>PREV CLASS</B></A>
<A HREF="../../../../javax/print/attribute/standard/OrientationRequested.html" title="class in javax.print.attribute.standard"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?javax/print/attribute/standard/NumberUpSupported.html" target="_top"><B>FRAMES</B></A>
<A HREF="NumberUpSupported.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="../../../../../relnotes/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to <a href="../../../../../relnotes/license.html">license terms</a>. Also see the <a href="http://java.sun.com/docs/redist.html">documentation redistribution policy</a>.</font>
<!-- Start SiteCatalyst code -->
<script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code_download.js"></script>
<script language="JavaScript" src="http://www.oracle.com/ocom/groups/systemobject/@mktg_admin/documents/systemobject/s_code.js"></script>
<!-- ********** DO NOT ALTER ANYTHING BELOW THIS LINE ! *********** -->
<!-- Below code will send the info to Omniture server -->
<script language="javascript">var s_code=s.t();if(s_code)document.write(s_code)</script>
<!-- End SiteCatalyst code -->
</body>
</HTML>
| Smolations/more-dash-docsets | docsets/Java 5.docset/Contents/Resources/Documents/javax/print/attribute/standard/NumberUpSupported.html | HTML | mit | 22,916 |
<!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>TestForANSIStreamHeaders — CMake 3.8.2 Documentation</title>
<link rel="stylesheet" href="../_static/cmake.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '3.8.2',
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>
<link rel="shortcut icon" href="../_static/cmake-favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="TestForSSTREAM" href="TestForSSTREAM.html" />
<link rel="prev" title="TestForANSIForScope" href="TestForANSIForScope.html" />
</head>
<body role="document">
<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="TestForSSTREAM.html" title="TestForSSTREAM"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="TestForANSIForScope.html" title="TestForANSIForScope"
accesskey="P">previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.8.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-modules.7.html" accesskey="U">cmake-modules(7)</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="testforansistreamheaders">
<span id="module:TestForANSIStreamHeaders"></span><h1>TestForANSIStreamHeaders<a class="headerlink" href="#testforansistreamheaders" title="Permalink to this headline">¶</a></h1>
<p>Test for compiler support of ANSI stream headers iostream, etc.</p>
<p>check if the compiler supports the standard ANSI iostream header
(without the .h)</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">CMAKE_NO_ANSI_STREAM_HEADERS</span> <span class="o">-</span> <span class="n">defined</span> <span class="n">by</span> <span class="n">the</span> <span class="n">results</span>
</pre></div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="TestForANSIForScope.html"
title="previous chapter">TestForANSIForScope</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="TestForSSTREAM.html"
title="next chapter">TestForSSTREAM</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/module/TestForANSIStreamHeaders.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<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"
>index</a></li>
<li class="right" >
<a href="TestForSSTREAM.html" title="TestForSSTREAM"
>next</a> |</li>
<li class="right" >
<a href="TestForANSIForScope.html" title="TestForANSIForScope"
>previous</a> |</li>
<li>
<img src="../_static/cmake-logo-16.png" alt=""
style="vertical-align: middle; margin-top: -2px" />
</li>
<li>
<a href="https://cmake.org/">CMake</a> »
</li>
<li>
<a href="../index.html">3.8.2 Documentation</a> »
</li>
<li class="nav-item nav-item-1"><a href="../manual/cmake-modules.7.html" >cmake-modules(7)</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2000-2017 Kitware, Inc. and Contributors.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2.
</div>
</body>
</html> | pipou/rae | builder/cmake/linux/doc/cmake/html/module/TestForANSIStreamHeaders.html | HTML | mit | 5,554 |
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2>Sign In</h2>
<a ui-sref="users.sign_up">Don't have an account? Sign up</a>
<hr>
<form ng-submit="submitForm(signInForm)" name="signInForm" id="signInForm" sf-schema="schema" sf-form="form" sf-model="user">
</form>
</div>
</div>
| zhoutong/coledger | app/assets/javascripts/templates/users/sign_in.html | HTML | mit | 315 |
<!doctype html>
<html>
<head>
<title>jsPlumb 1.5.5 demo - jQuery</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="../demo-all.css">
<link rel="stylesheet" href="../flowchart/demo.css">
<link rel="stylesheet" href="../perimeterAnchors/demo.css">
<link rel="stylesheet" href="../draggableConnectors/demo.css">
<link rel="stylesheet" href="../chart/demo.css">
<link rel="stylesheet" href="../sourcesAndTargets/demo.css">
<link rel="stylesheet" href="../dynamicAnchors/demo.css">
<link rel="stylesheet" href="../animation/demo.css">
<link rel="stylesheet" href="../statemachine/demo.css">
</head>
<body data-demo-id="home" data-library="jquery">
<div id="headerWrapper">
<div id="header">
<div class="logo"><img src="../../logo-bw.png"></div>
<div class="menu">
<a href="http://localhost:4567">DOCS</a>
<a href="../../apidocs/">API</a>
<a href="../../tests/all-tests.html">TESTS</a>
<a href="mailto:hello@jsplumbtoolkit.com">CONTACT</a>
<a href="http://github.com/sporritt/jsplumb/">GITHUB</a>
<a href="https://groups.google.com/forum/?fromgroups#!forum/jsplumb">DISCUSS</a>
<a href="https://github.com/sporritt/jsPlumb/issues">ISSUES</a>
</div>
</div>
</div>
<iframe id="like" src="http://www.facebook.com/widgets/like.php?href=http://jsplumb.com&layout=button_count"></iframe>
<div id="retweet_button">
<a href="http://twitter.com/share" class="twitter-share-button" data-url="http://jsplumb.org" data-text="jsPlumb - visually connect DOM elements." data-count="horizontal" data-via="jsPlumb">Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<!--div id="github_stars">
<iframe src="http://ghbtns.com/github-btn.html?user=sporritt&repo=jsPlumb&repo=offline&type=star&count=true&size=small" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"></iframe>
</div-->
<div id="main">
<div class="explanation">
<h4>FLOWCHART</h4>
<p>Nodes are connected with the Flowchart connector.</p>
<p>Hover over connections to highlight them, click to delete. </p>
<p>Drag new connections from hollow dots to solid dots. You can also drag connections from their source/target to other sources/targets, or back onto themselves.</p>
<p>By default, Flowchart connectors have square corners, but by setting the 'cornerRadius' parameter, as we have here, you can get rounded corners.</p>
</div>
<div class="demo flowchart-demo" id="flowchart-demo">
<div class="window" id="flowchartWindow1"><strong>1</strong><br/><br/></div>
<div class="window" id="flowchartWindow2"><strong>2</strong><br/><br/></div>
<div class="window" id="flowchartWindow3"><strong>3</strong><br/><br/></div>
<div class="window" id="flowchartWindow4"><strong>4</strong><br/><br/></div>
</div>
<div class="explanation">
<h4>STATE MACHINE</h4>
<p>Nodes are connected with the StateMachine connector.</p>
<p>Endpoints are located with 'Continuous' anchors, which are anchors whose location is calculated based on the location of all other connected elements, and which guarantee a unique endpoint per connection.
</p>
<p>Click and drag new Connections from the orange div in each element; the main elements in the UI are configured to be Connection targets. You can drag from one of these divs onto its parent element to create a 'loopback' connection. Each element supports up to 5 Connections.</p>
<p>Click on a Connection to delete it.</p>
</div>
<div class="demo statemachine-demo" id="statemachine-demo">
<div class="w" id="opened">BEGIN<div class="ep"></div></div>
<div class="w" id="phone1">PHONE INTERVIEW 1<div class="ep"></div></div>
<div class="w" id="phone2">PHONE INTERVIEW 2<div class="ep"></div></div>
<div class="w" id="inperson">IN PERSON<div class="ep"></div></div>
<div class="w" id="rejected">REJECTED<div class="ep"></div></div>
</div>
<div class="explanation">
<h4>DRAG & DROP</h4>
<p>Drag from any Endpoint to similar Endpoints on other elements to create Connections.</p>
<p>Blue Endpoints use a <strong>beforeDrop</strong> interceptor. This enables
you to intercept a new connection and decide whether or not you wish to allow it to proceed. They are also configured to automatically reattach if you drag a Connection off and drop it on the background.</p>
<p>Yellow Endpoints are configured to use a <strong>beforeDetach</strong> interceptor, which provides a way to programmatically override a Connection detach. Yellow connections are painted with the Straight connector</p>
<p>Green Endpoints support up to three Connections. Once a green Endpoint has three connections, when you drag from it you will drag the oldest connection made on the Endpoint.</p>
<div class="commands">
<a id="clear" class="cmd" href="#">clear plumbing</a>
</div>
</div>
<div id="drag-drop-demo" class="demo drag-drop-demo">
<div class="window" id="dragDropWindow1">one<br/><br/><a href="#" class="cmdLink hide" rel="dragDropWindow1">toggle connections</a><br/><a href="#" class="cmdLink drag" rel="dragDropWindow1">disable dragging</a><br/><a href="#" class="cmdLink detach" rel="dragDropWindow1">detach all</a></div>
<div class="window" id="dragDropWindow2">two<br/><br/><a href="#" class="cmdLink hide" rel="dragDropWindow2">toggle connections</a><br/><a href="#" class="cmdLink drag" rel="dragDropWindow2">disable dragging</a><br/><a href="#" class="cmdLink detach" rel="dragDropWindow2">detach all</a></div>
<div class="window" id="dragDropWindow3">three<br/><br/><a href="#" class="cmdLink hide" rel="dragDropWindow3">toggle connections</a><br/><a href="#" class="cmdLink drag" rel="dragDropWindow3">disable dragging</a><br/><a href="#" class="cmdLink detach" rel="dragDropWindow3">detach all</a></div>
<div class="window" id="dragDropWindow4">four<br/><br/><a href="#" class="cmdLink hide" rel="dragDropWindow4">toggle connections</a><br/><a href="#" class="cmdLink drag" rel="dragDropWindow4">disable dragging</a><br/><a href="#" class="cmdLink detach" rel="dragDropWindow4">detach all</a></div>
<div id="list"></div>
</div>
<div class="explanation">
<h4>PERIMETER ANCHORS</h4>
<p>These are anchors that track the perimeter of some shape.</p>
</div>
<div class="demo perimeter-demo" id="perimeter-demo">
<div class="shape" data-shape="Rectangle">Rectangle</div>
<div class="shape" data-shape="Ellipse">Ellipse</div>
<div class="shape" data-shape="Circle">Circle</div>
<div class="shape" data-shape="Diamond">Diamond</div>
<div class="shape" data-shape="Triangle" style="left:700px;top:380px;">Triangle</div>
<div class="shape _90" data-shape="Triangle" data-rotation="90" style="left:60px;top:500px;">90° rotation</div>
</div>
<div class="explanation">
<h4>CHART</h4>
<p>This is a simple demonstration of using jsPlumb to display hierarchical information.</p>
<p>Connectors have a paintStyle of `gray` and specify an endpoint of radius 9.
Each connection has an Arrow overlay indicating direction, and paints itself orange on mouse hover.
</p>
<p>The Bezier curve used in this demo has a 'curviness' of 50</p>
</div>
<div class="demo chart-demo" id="chart-demo">
<div class="window" id="chartWindow1">window one</div>
<div class="window" id="chartWindow2">window two</div>
<div class="window" id="chartWindow3">window three</div>
<div class="window" id="chartWindow4">window four</div>
<div class="window" id="chartWindow5">window five</div>
<div class="window" id="chartWindow6">window six</div>
</div>
<div class="explanation">
<h4>SOURCES & TARGETS</h4>
<p>Drag Connections from the blue element to any of the green ones. You can also drag existing
Connections from one green element to another - Connections are, by default, detachable (this behaviour can be overridden).</p>
<p>The <strong>makeSource</strong> and <strong>makeTarget</strong>functions provide an alternative means of setting up your UI to support draggable connections - here we treat entire
elements as sources and targets, and only when Connections are established do we assign Endpoints for them.</p>
<p>The blue element is configured as a Connection source (and is not draggable), with a list of possible Anchor locations.</p>
<p>
The `disable` link is excluded from being a drag source through the use of the `filter` parameter on the makeSource call.
</p>
<p>The green elements are configured as Connection targets, with a `Top` anchor, and are draggable</p>
</div>
<div class="demo source-target-demo" id="source-target-demo">
<div class="window" id="sourceWindow1">
<strong>Window 1</strong>
<a href="#" id="enableDisableSource">disable</a>
</div>
<div class="window smallWindow" id="targetWindow2"><strong>Window 2</strong><br/><br/></div>
<div class="window smallWindow" id="targetWindow3"><strong>Window 3</strong><br/><br/></div>
<div class="window smallWindow" id="targetWindow4"><strong>Window 4</strong><br/><br/></div>
<div class="window smallWindow" id="targetWindow5"><strong>Window 5</strong><br/><br/></div>
<div class="window smallWindow" id="targetWindow6"><strong>Window 6</strong><br/><br/></div>
</div>
<div class="explanation">
<h4>DYNAMIC ANCHORS</h4>
<p>This is a demonstration of anchors that change position dependent on the location of the other element in a connection. Each Connection is decorated with a Diamond overlay, located halfway along the connector.</p>
<p>You can drag new connections between Endpoints.</p>
<p>Endpoints support an unlimited number of Connections.</p>
</div>
<div class="demo dynamic-demo" id="dynamic-demo">
<div class="window" id="dynamicWindow1"><strong>1</strong><br/><br/></div>
<div class="window" id="dynamicWindow2"><strong>2</strong><br/><br/></div>
<div class="window" id="dynamicWindow3"><strong>3</strong><br/><br/></div>
<div class="window" id="dynamicWindow4"><strong>4</strong><br/><br/></div>
<div class="window" id="dynamicWindow5"><strong>5</strong><br/><br/></div>
<div class="window" id="dynamicWindow6"><strong>6</strong><br/><br/></div>
</div>
<div class="explanation">
<h4>ANIMATION</h4>
<p>This is a demonstration of jsPlumb's 'animate' method.</p>
<p>Drag orange dots to create connections.</p>
<p>Click on or near blue dots to make them move in that direction.</p>
<div class="commands">
<a id="add" href="#" class="cmd">Add a Disc</a>
<a id="anim-clear" href="#" class="cmd">Remove All Connections</a>
</div>
</div>
<div class="demo animation-demo" id="animation-demo">
<div class="bigdot" id="bd1"></div>
<div class="bigdot" id="bd2"></div>
<div class="bigdot" id="bd3"></div>
<div class="bigdot" id="bd4"></div>
</div>
</div>
<!-- DEP -->
<script src="../../lib/jquery-1.9.0.js"></script>
<script src="../../lib/jquery-ui-1.9.2-min.js"></script>
<script src="../../lib/jquery.ui.touch-punch.min.js"></script>
<!-- /DEP -->
<!-- for demo dropdown. not a jsplumb dependency -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<!-- JS -->
<!-- support lib for bezier stuff -->
<script src="../../lib/jsBezier-0.6.js"></script>
<!-- jsplumb geom functions -->
<script src="../../lib/jsplumb-geom-0.1.js"></script>
<!-- jsplumb util -->
<script src="../../src/util.js"></script>
<!-- base DOM adapter -->
<script src="../../src/dom-adapter.js"></script>
<!-- main jsplumb engine -->
<script src="../../src/jsPlumb.js"></script>
<!-- endpoint -->
<script src="../../src/endpoint.js"></script>
<!-- connection -->
<script src="../../src/connection.js"></script>
<!-- anchors -->
<script src="../../src/anchors.js"></script>
<!-- connectors, endpoint and overlays -->
<script src="../../src/defaults.js"></script>
<!-- bezier connectors -->
<script src="../../src/connectors-bezier.js"></script>
<!-- state machine connectors -->
<script src="../../src/connectors-statemachine.js"></script>
<!-- flowchart connectors -->
<script src="../../src/connectors-flowchart.js"></script>
<script src="../../src/connector-editors.js"></script>
<!-- SVG renderer -->
<script src="../../src/renderers-svg.js"></script>
<!-- canvas renderer -->
<script src="../../src/renderers-canvas.js"></script>
<!-- vml renderer -->
<script src="../../src/renderers-vml.js"></script>
<!-- jquery jsPlumb adapter -->
<script src="../../src/jquery.jsPlumb.js"></script>
<!-- /JS -->
<!-- demo code -->
<script src="../flowchart/demo.js"></script>
<script src="../draggableConnectors/demo.js"></script>
<script src="../perimeterAnchors/demo.js"></script>
<script src="../statemachine/demo-jquery.js"></script>
<script src="../chart/demo.js"></script>
<script src="../sourcesAndTargets/demo.js"></script>
<script src="../dynamicAnchors/demo.js"></script>
<script src="../animation/demo.js"></script>
</body>
</html> | leandrowkz/jsPlumb | demo/all/jquery.html | HTML | mit | 15,775 |
<!doctype html>
<html lang="en" ng-app="movieInfo">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Movie Info: Find info on millions of movies</title>
<meta name="description" content="Find info on millions of movies">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="/static/img/apple-touch-icon.png">
<link rel="icon" href="/static/img/favicon.ico">
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
<link rel="stylesheet" href="/static/css/social-share-kit.css">
<link rel="stylesheet" href="/static/css/main.css">
<link rel="author" href="https://plus.google.com/+BillMei" />
<link rel="publisher" href="https://plus.google.com/+BillMei" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@Kortaggio"/>
<meta name="twitter:domain" content="Kortaggio"/>
<meta name="twitter:creator" content="@Kortaggio"/>
<meta property="og:title" content="Movie Info" />
<meta property="og:description" content="Find info on millions of movies." />
<meta property="og:image" content="http://ga-movie-info.herokuapp.com/static/img/thumbnail.png" />
<link rel="image_src" href="/static/img/thumbnail.png" />
</head>
<body>
{% block content %}{% endblock %}
<footer>
<p class="text-center text-muted">Created by <a href="https://billmei.net">Bill Mei</a> using Flask and Angular.js. View this project <a href="https://github.com/billmei/movie-info">on GitHub</a>.</p>
<p class="text-center text-muted">All poster images belong to their respective copyright owners.</p>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/static/js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="/static/js/vendor/angular-1.3.15.min.js"></script>
<script src="/static/js/vendor/angular-sanitize.min.js"></script>
<script src="/static/js/vendor/bootstrap.min.js"></script>
<script src="/static/js/plugins.js"></script>
<script src="/static/js/main.js"></script>
<a href="https://github.com/billmei/movie-info"><img style="position: absolute; top: 0; left: 0; border: 0; z-index: 20;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
<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-10730961-12', 'auto');
ga('send', 'pageview');
</script>
<div id="alert-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 id="alert-modal-title" class="modal-title"></h4>
</div>
<div id="alert-modal-body" class="modal-body"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
</html>
| Kortaggio/movie-info | app/templates/base.html | HTML | mit | 3,849 |
<!DOCTYPE html>
<html>
<head>
<title>不可避とは、必然たる事と見つけたり</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="css/default-theme-noln.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77166665-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<textarea id="source">
name: centering
layout: true
class: center, middle
---
name: coverpage
# 不可避とは、必然たる事<br>と見つけたり
Masayoshi Nomura / @nmrmsys
2016/12/16 年忘れLT宴会<第52回IT勉強宴会>
???
今回のオーディオコメンタリーは必要箇所のみ
---
layout: false
.center[
[](http://openmatome.net/matome/view.php?q=14691230847291)
]
???
---
template: centering
.large-font[
1.Becoming
]
#( なっていく )
---
template: centering
# 現在の生活の中のどんな目立った変化も、その中心には何らかのテクノロジーが絡んでいる
---
template: centering
# テクノロジーの性質そのものにある方向に向かう傾向<バイアス>がある
---
template: centering
.large-font[
テクノロジーは<br>人間性を加速<br>する
]
---
template: centering
# テクノロジーによって<br>我々が作るものはどれも<br>何かに <なっていく><br>プロセスの途中にある
---
template: centering
# この絶え間ない変化の上に<br>現代の破壊的進歩が<br>成り立っている
---
template: centering
.large-font[
3.Flowing
]
#( 流れていく )
---
template: centering
# インターネットは世界最大のコピーマシン
---
template: centering
# デジタル経済は<br>この流れるコピーの川<br>の上で動いている
---
template: centering
# この超伝導<br>超流通システムこそが<br>われわれの経済や富の基盤
---
template: centering
# 永続的なアップデートは<br>物でさえも液化していく
---
template: centering
# 固定的/希少物<br>↓<br>無料/どこにでもある<br>↓<br>流動的/部品化される<br>↓<br>オープン/なっていく
---
template: centering
# プロダクトの分割化<br><アンバンドル><br>||<br>サービス指向
---
template: centering
# ソフトがハードを凌駕し<br>知識が物質を支配する
---
template: centering
.large-font[
4.Screening
]
#( 映しだしていく )
---
template: centering
# 古代文化は話し言葉が主流口伝社会では過去や神話<br>あいまいで、装飾主観的な<br>ものへの崇敬があった
---
template: centering
# それらが約500年前に<br>一つのテクノロジーに<br>追いやられる
---
template: centering
# 書き文字が文化の中心に<br>活版印刷の発明で超加速<br>安価に完全なコピーが流通
---
template: centering
# 印刷物がもたらしたもの<br><br>正確さへの崇敬<br>線形的な論理への評価<br>客観性への情熱<br>権威への忠誠<br><br>真実は固定され完結した
???
正確さへの崇敬(白い紙に黒インクで)<br>
線形的な論理への評価(文章の糸で)<br>
客観性への情熱(印刷された事実)<br>
権威への忠誠(作者性により)
---
template: centering
# 話し言葉の民<br>↓<br>本の民<br>↓<br>我々はスクリーンの民
---
template: centering
## スクリーニング=画面で読んでいく<br><br>絶え間なく流れ、終わりは無い<br><br>膨大な数の相互リンク&コメント<br><br>真実は断片を組み合わせ自分が構築
---
template: centering
# プラットフォームが<br>その性質を左右する<br><br>人間は社会的動物<br>ミーム<模倣子><br><br>FW, DSL, DSPを創ろう
---
template: centering
.large-font[
6.Sharing
]
#( シェアしていく )
---
template: centering
# シェア<br>↓<br>協力<br>↓<br>コラボレーション<br>↓<br>集産主義
---
template: centering
# シェアリングテクノロジー<br>のゴールとは個人の自律性<br>と集団が生み出す力を同時<br>に最大化すること
---
template: centering
## トップダウン方式は必要だが<br>それほど多く必要なわけでもない<br><br>ボトムアップは愚かかもしれないが<br>仕事をこなすには十分にスマート<br>それに何かを始めるには最良の方法
---
template: centering
# これからの30年で最大の<br>富の源泉、最も面白い<br>文化的イノベーションは<br>この方向の延長線上
---
template: centering
# 最速で成長するのは<br>今はまだ目に見えず<br>評価もされていない<br>新しいシェアの形を<br>見つけた会社だろう
---
template: centering
.large-font[
9.Interacting
]
#( 相互作用していく )
---
template: centering
# インタラクティブでない<br>ものは故障している
---
template: centering
# 今日考えうる最も寡黙な<br>物体でさえ、センサーを<br>付けてインタラクティブに<br>することで、飛躍的な<br>進歩が可能だ
---
template: centering
# われわれと人工物との間の<br>インタラクションが増える<br>ことで、人工物を存在と<br>して愛でるようになる
---
template: centering
# インタラクティブ<br>↓<br>ウェアラブル<br>↓<br>ジャックイン/BMI<br>↓<br>サイバースペース
---
template: centering
# より多くの感覚へ<br><br>親密さを増し<br><br>没入感を高めて
---
template: centering
.large-font[
11.Questioning
]
#( 問いかけていく )
---
template: centering
## 人間や知識の本質について<br>私が信じていたことの多くは<br>ウィキペディアによって<br>ひっくり返されてしまった<br><br>正しいツールが利用されるなら<br>コミュニティーでの協働は<br>野心家の個人同士が同じ規模で<br>競い合うより優れていたのだ
---
template: centering
# 不可能なことが<br>現実になっているのは<br>どんな場合にも、以前は<br>存在しなかったような<br>新しいレベルの組織が<br>出現していたからだった
---
template: centering
## 私はこれからの数年で、自分の考えが<br>大いに変えられることを期待している<br><br>人間が自然だと思っていた多くの事が<br>実はそうではないことが分かって<br>大いに驚かされるであろうことを
---
template: centering
## しかし新しいテクノロジーは<br>想像もしなかった重大な事件を<br>引き起こす可能性もあるだろう<br><br>新しい善が新しい悪を呼び覚まし<br>それが新しい善を作り出し<br>それがまた悪を拡散するという円環
---
template: centering
# だが繰り返すたびに<br>それ以前には<br>存在しなかった<br>新たな機会や選択が<br>生じているのだ
---
template: centering
## 人間はインターネットに<br>毎年2兆回の質問をし<br>検索エンジンは毎年2兆回<br>の回答を返している<br><br>超スマートな回答が<br>どこにでもある世界においては<br>完璧な質問こそが<br>求められるようになる
---
template: centering
# どうすれば完璧な質問が<br>為されるのだろうか?
---
template: centering
.large-font[
12.Beginning
]
#( 始まっていく )
---
template: centering
## 初期のネットから、文明の<br>協働型インターフェイスの誕生<br><br>世界脳<ワールドブレイン><br>思考の圏域<ノウアスフィア><br>惑星レベルの超生命<ホロス><br><br>シンギュラリティには二つの<br>バージョンが知られている
---
template: centering
## ひとつは強いシンギュラリティ<br>未来は超知能によってもたらされる<br>世代を重ね進化を繰り返したAIが<br>神となり人類を置き去りにする
---
template: centering
## もう一つは弱いシンギュラリティ<br>人間にマシンが加わって複雑な相互依存<br>へと向かっていく、水の様に空気の様に<br>それ無しでは生きていけない程に
???
IA(Intelligence Amplifier)
---
template: centering

---
# 行こうぜ!インターネット
[](https://asreader.jp/new_product/)
# のその先へ!!
</textarea>
<script src="js/remark-0.6.5.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create();
</script>
</body>
</html>
| nmrmsys/nmrmsys.github.io | slides/The-Inevitable-Is-Inevit.html | HTML | mit | 9,094 |
<div class="row">
<div class="container col offset-l3 s12 l9">
<div class="col l5 m6 s12" ng-repeat=" dep in dep | paginate:rowsPerPage ">
<div class="card small">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/nature-3.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4"><md-icon class="black-text">business</md-icon>  {{dep.name}}<i class="material-icons right">more_vert</i></span>
<p><a class="activator"><md-icon class="black-text">person</md-icon>    {{dep.responsavel}}</a></p>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">{{dep.name}}<i class="material-icons right">close</i></span>
<div class="cardBtn" >
<a href="#" class="waves-effect waves-light btn blue lighten-1 left black-text"><i class="material-icons right">group</i>Adicionar<md-tooltip>Adiconar Elementos em {{dep.name}}</md-tooltip></a>
<a href="#/userList" class="waves-effect waves-light btn green lighten-1 left black-text"><i class="material-icons right">library_books</i>Atualizar<md-tooltip>Atualizar Departamento {{dep.name}}</md-tooltip> </a>
<a href="#" class="waves-effect waves-light btn yellow black-text " ><i class="material-icons right">delete_forever</i>Remover <md-tooltip>Remover Departamento {{dep.name}}</md-tooltip></a>
<a href="#" class="waves-effect waves-light btn red lighten-1 black-text"><i class="material-icons right">receipt</i>Listar Elementos <md-tooltip>Listar todos os Elementos do Departamento {{dep.name}}</md-tooltip></a>
</div>
</div>
</div>
</div>
<div ng-include="'views/directives/pushPin.html'"></div>
<div class="row">
<div class="col offset-l3 offset-m3 offset-s2">
<paginator class="pagination"></paginator>
</div>
</div>
</div>
</div>
<cmpn-fab-button></cmpn-fab-button>
| kidSk/cmpnSite | API/public/views/admin/departamentos/listar.html | HTML | mit | 2,074 |
<div id='rules_info'>
<div id='listheader'>
<!-- dvr_rules_count -->
<div id="PageModifiers">
<ul class="viewmode">
<li>View As:</li>
<li><a href="JavaScript:viewRules('tile');">Tile</a></li>
<li><a href="JavaScript:viewRules('list');">List</a></li>
</ul>
</div>
</div>
<div id='rules_list_box'>
<!-- dvr_rules_list -->
</div>
</div>
| demonrik/HDHR-DVRUI | app/style/rules_list.html | HTML | mit | 378 |
---
layout: default
single: true
---
<!-- Content Header (Page header) -->
<section class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-12">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="{{ site.baseurl }}">Home</a></li>
<li class="breadcrumb-item"><a href="{{ site.baseurl }}/project">Projects</a></li>
<li class="breadcrumb-item active">{{ page.title }}</li>
</ol>
</div>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-12">
<!-- Default box -->
<div class="card card-solid">
<div class="card-body">
<div class="row">
<div class="col-12 col-sm-6">
<h3 class="d-inline-block d-sm-none">{{ page.title }}</h3>
<div class="col-12">
{% include page/photocarousel.html %}
</div>
</div>
<div class="col-12 col-sm-6">
<h3 class="my-3">{{ page.title }}</h3>
<p class="lead">{{ page.summary }}</p>
<hr>
<h5 class="mt-5 text-muted">Project links</h5>
<ul class="list-unstyled">
{% assign page_tag = site.data.links | where_exp:"tag", "tag.tag contains page.tag" %}
{% for tag in page_tag %}
{% for link in tag.links %}
<li>
<a href="{{ link.url }}" target="_blank" class="btn-link text-secondary"><i class="fas fa-fw fa-link"></i> {{ link.text }}</a>
</li>
{% endfor %}
{% endfor %}
</ul>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
{% if site.tags[page.tag].size > 0 %}
<div class="timeline" itemscope itemtype="http://schema.org/Blog">
{% for post in site.tags[page.tag] reversed %}
{% if post.layout == 'post' %}
{% include post/archive_post.html %}
{% endif %}
{% endfor %}
<div>
<i class="fas fa-clock bg-gray"></i>
</div>
</div>
{% endif %}
{{ content }}
</div>
</div>
</div><!-- /.card-body -->
</div><!-- /.card -->
</div>
<div class="col-12">
<div class="card">
<div class="card-header">
<h3 class="card-title">Project Gallery</h3>
</div>
<div class="card-body">
<div class="row">
{% assign project_images = site.static_files | where_exp:"image", "image.path contains page.photos_path" %}
{% for image in project_images %}
{% if image.extname.tolower == '.jpg' or image.extname == '.png' or image.extname == '.jpeg' or image.extname == '.JPG' or image.extname == '.JPEG' %}
<div class="col-sm-2">
<a href="../..{{ site.baseurl }}{{ image.path }}">
<img src="../..{{ site.baseurl }}{{ image.path }}" class="img-fluid mb-2" />
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</section><!-- /.content --> | garthvh/garthvh.github.io | _layouts/project.html | HTML | mit | 3,435 |
<!DOCTYPE html>
<html lang="pl">
<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, minimum-scale=1, user-scalable=no"/>
<title>Angielski</title>
<!-- inject:css -->
<link rel="stylesheet" href="./pages/app.css">
<!-- endinject -->
</head>
<body ng-app="app">
<div class="body-wrapper">
<div class="page-loader main-page" ng-show="mainPageLoading">
<i class="fa fa-spinner fa-spin"></i>
</div>
<ui-view></ui-view>
</div>
<!-- inject:js -->
<!--bower_components-->
<script src="./bower_components/jquery/dist/jquery.min.js"></script>
<script src="./bower_components/angular/angular.min.js"></script>
<script src="./bower_components/angular-i18n/angular-locale_pl-pl.js"></script>
<script src="./bower_components/angular-ui-router/release/angular-ui-router.min.js"></script>
<script src="./bower_components/angular-animate/angular-animate.min.js"></script>
<script src="./bower_components/angular-cookies/angular-cookies.min.js"></script>
<script src="./bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="./bower_components/angular-bootstrap/ui-bootstrap.min.js"></script>
<script src="./bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
<script src="./bower_components/angular-bootstrap-checkbox/angular-bootstrap-checkbox.js"></script>
<!--app files-->
<script src="./app.js"></script>
<script src="./app.routes.js"></script>
<script src="./app.requests.js"></script>
<script src="./configs/config.js"></script>
<script src="./configs/validation-errors.js"></script>
<!--utils-->
<script src="./utils/content-height.directive.js"></script>
<script src="./utils/focus-input.directive.js"></script>
<!--services-->
<script src="./services/auth.service.js"></script>
<script src="./services/words.service.js"></script>
<!--pages-->
<script src="./pages/app.controller.js"></script>
<script src="./pages/dashboard/dashboard.controller.js"></script>
<script src="./pages/login/login.controller.js"></script>
<script src="./pages/profile/profile.controller.js"></script>
<script src="./pages/settings/settings.controller.js"></script>
<!--learning-->
<script src="./pages/learning/routes.js"></script>
<script src="./pages/learning/learning-words/learning-words.controller.js"></script>
<script src="./pages/learning/learning-categories/learning-categories.controller.js"></script>
<!--words-database-->
<script src="./pages/words-database/routes.js"></script>
<script src="./pages/words-database/words/words.controller.js"></script>
<script src="./pages/words-database/categories/categories.controller.js"></script>
<!-- endinject -->
</body>
</html> | balzac91/english-app | app/index.html | HTML | mit | 2,753 |
<!--
> Muaz Khan - github.com/muaz-khan
> MIT License - www.webrtc-experiment.com/licence
> Documentation - www.RTCMultiConnection.org
-->
<!DOCTYPE html>
<html id="home" lang="en">
<head>
<script>
if(!location.hash.replace('#', '').length) {
location.href = location.href.split('#')[0] + '#' + (Math.random() * 100).toString().replace('.', '');
location.reload();
}
</script>
<title>Customizing Bandwidth using RTCMultiConnection | Muaz Khan</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="author" type="text/html" href="https://plus.google.com/+MuazKhan">
<meta name="author" content="Muaz Khan">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<script>
(function() {
var params = {},
r = /([^&=]+)=?([^&]*)/g;
function d(s) {
return decodeURIComponent(s.replace(/\+/g, ' '));
}
var match, search = window.location.search.toLowerCase();
while (match = r.exec(search.substring(1)))
params[d(match[1])] = d(match[2]);
window.params = params;
})();
if (!params.audio) {
location.href = location.href.replace(location.search, '') + '?audio=30&video=256';
}
</script>
<style>
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
html {
background: #eee;
}
body {
font-family: "Inconsolata", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
font-size: 1.2em;
line-height: 1.2em;
margin: 0;
}
article,
footer {
display: block;
max-width: 900px;
min-width: 360px;
width: 80%;
}
article {
background: #fff;
border: 1px solid;
border-color: #ddd #aaa #aaa #ddd;
margin: 2.5em auto 0 auto;
padding: 2em;
}
h1 {
margin-top: 0;
}
article p:first-of-type {
margin-top: 1.6em;
}
article p:last-child {
margin-bottom: 0;
}
footer {
margin: 0 auto 2em auto;
text-align: center;
}
footer a {
color: #666;
font-size: inherit;
padding: 1em;
text-decoration: none;
text-shadow: 0 1px 1px #fff;
}
footer a:hover,
footer a:focus {
color: #111;
}
h1,
h2 {
border-bottom: 1px solid black;
display: inline;
font-weight: normal;
line-height: 36px;
padding: 0 0 3px 0;
}
a {
color: #2844FA;
text-decoration: none;
}
a:hover,
a:focus {
color: #1B29A4;
}
a:active {
color: #000;
}
:-moz-any-link:focus {
border: 0;
color: #000;
}
::selection {
background: #ccc;
}
::-moz-selection {
background: #ccc;
}
button,
select {
-moz-border-radius: 3px;
-moz-transition: none;
-webkit-transition: none;
background: #0370ea;
background: -moz-linear-gradient(top, #008dfd 0, #0370ea 100%);
background: -webkit-linear-gradient(top, #008dfd 0, #0370ea 100%);
border: 1px solid #076bd2;
border-radius: 3px;
color: #fff;
display: inline-block;
font-family: inherit;
font-size: .8em;
line-height: 1.3;
padding: 5px 12px;
text-align: center;
text-shadow: 1px 1px 1px #076bd2;
}
button:hover {
background: rgb(9, 147, 240);
}
button:active {
background: rgb(10, 118, 190);
}
button[disabled] {
background: none;
border: 1px solid rgb(187, 181, 181);
color: gray;
text-shadow: none;
}
strong {
color: rgb(204, 14, 14);
font-family: inherit;
font-weight: normal;
}
select {
color: black;
text-shadow: none;
}
td {
vertical-align: top;
}
#chat-output div,
#file-progress div {
border: 1px solid black;
border-bottom: 0;
padding: .1em .4em;
}
input {
border: 1px solid black;
font-family: inherit;
margin: .1em .3em;
outline: none;
padding: .1em .2em;
width: 97%;
}
#chat-output,
#file-progress {
margin: 0 0 0 .4em;
max-height: 12em;
overflow: auto;
}
pre {
border-left: 2px solid red;
margin-left: 2em;
padding-left: 1em;
}
.video-container {
background: white;
border: 2px solid black;
border-radius: 0.2em;
display: inline-block;
margin: 2em .2em;
padding: .1em;
vertical-align: top;
}
.video-container h2 {
border: 0;
border-top: 1px solid black;
display: block;
margin: 0;
text-align: center;
}
.eject {
background-image: url('https://www.webrtc-experiment.com/images/eject.png') !important;
background-position: center center !important;
background-repeat: no-repeat !important;
border-color: white;
border-radius: 0;
height: 30px;
margin: .2em;
position: absolute;
width: 30px;
z-index: 200;
}
</style>
<!-- for HTML5 el styling -->
<script>
document.createElement('article');
document.createElement('footer');
</script>
<script src="https://cdn.webrtc-experiment.com/socket.io.js">
</script>
<script src="https://cdn.webrtc-experiment.com/RTCMultiConnection.js">
</script>
</head>
<body>
<article>
<a href="https://www.webrtc-experiment.com/" style="border-bottom: 1px solid #2844FA; font-size: 1.2em; position: absolute; right: 0; text-decoration: none; top: 0;">↑
WEBRTC EXPERIMENTS</a>
<h1>Customizing Bandwidth using <a href="https://github.com/muaz-khan/RTCMultiConnection" target="_blank">RTCMultiConnection</a>
</h1>
<p>
<span>Copyright ©</span>
<a href="https://github.com/muaz-khan" target="_blank">Muaz Khan</a>
<span><</span><a href="http://twitter.com/muazkh" target="_blank">@muazkh</a>
<span>>.</span>
</p>
<section>
<h2>New Session:</h2>
<button id="start-new-session">Start New Video Session</button>
</section>
<table style="border-left: 1px solid black; width: 100%;">
<tr>
<td id="local-video-container">
<h2>Local video container</h2>
</td>
<td id="remote-videos-container" style="background: white; border-left: 1px solid black;">
<h2>Remote videos container
</h2>
</td>
</tr>
<tr>
<td colspan="2">
<table id="sessions-list" style="width: 100%;"></table>
</td>
</tr>
</table>
<script>
window.username = Math.random() * 9999 << 9999;
connection = new RTCMultiConnection('bandwidth-customization');
// https://github.com/muaz-khan/WebRTC-Experiment/tree/master/socketio-over-nodejs
var SIGNALING_SERVER = 'https://webrtcweb.com:9559/';
connection.openSignalingChannel = function(config) {
var channel = config.channel || connection.channel || 'default-namespace';
var sender = Math.round(Math.random() * 9999999999) + 9999999999;
io.connect(SIGNALING_SERVER).emit('new-channel', {
channel: channel,
sender: sender
});
var socket = io.connect(SIGNALING_SERVER + channel);
socket.channel = channel;
socket.on('connect', function() {
if (config.callback) config.callback(socket);
});
socket.send = function(message) {
socket.emit('message', {
sender: sender,
data: message
});
};
socket.on('message', config.onmessage);
};
connection.bandwidth = {
audio: params.audio || 50,
video: params.video || 256
};
sessionsList = document.getElementById('sessions-list');
connection.onNewSession = function(session) {
alreadyExists = document.getElementById(session.userid);
if (alreadyExists) return;
if (!window.sessions) window.sessions = {};
window.sessions[session.userid] = session;
tr = document.createElement('tr');
tr.innerHTML = '<td>' + session.extra.username + '</td>';
td = document.createElement('td');
button = document.createElement('button');
button.setAttribute('id', session.userid);
button.innerHTML = 'join';
td.appendChild(button);
tr.appendChild(td);
sessionsList.insertBefore(tr, sessionsList.firstChild);
button.onclick = function() {
if (!window.username) window.username = prompt('Please enter your username') || 'Anonymous';
session = window.sessions[this.id];
connection.extra = {
username: window.username
};
connection.join(session);
document.getElementById('start-new-session').disabled = true;
sessionsList.style.display = 'none';
};
};
document.getElementById('start-new-session').onclick = function() {
if (!window.username) window.username = prompt('Please enter your username') || 'Anonymous';
connection.extra = {
username: window.username
};
connection.open();
document.getElementById('start-new-session').disabled = true;
sessionsList.style.display = 'none';
};
connection.onstream = function(e) {
if (e.type === 'local') {
e.extra = {
username: window.username
};
video = getVideo(e);
document.getElementById('local-video-container').appendChild(video);
}
if (e.type === 'remote') {
video = getVideo(e);
remoteVideosContainer = document.getElementById('remote-videos-container');
remoteVideosContainer.appendChild(video, remoteVideosContainer.firstChild);
}
e.mediaElement.width = innerWidth / 3.4;
};
connection.onleave = function(e) {
if (e.extra) console.log(e.extra.username + ' left you!');
video = document.getElementById(e.userid);
if (video) video.parentNode.removeChild(video);
};
// this line must be called both for initiator and participants
connection.connect();
function getVideo(e) {
div = document.createElement('div');
div.className = 'video-container';
div.id = e.userid || 'self';
if (e.type === 'remote') {
if (connection.isInitiator) {
eject = document.createElement('button');
eject.className = 'eject';
eject.title = 'Eject this User';
eject.onclick = function() {
connection.eject(this.parentNode.id);
this.parentNode.style.display = 'none';
};
div.appendChild(eject);
}
}
div.appendChild(e.mediaElement);
if (e.extra) {
h2 = document.createElement('h2');
h2.innerHTML = e.extra.username;
div.appendChild(h2);
}
return div;
}
</script>
<br/>
<p style="color: red; text-align: center;">You can customize bandwidth using URL parameters!</p>
<br/>
<h2 id="go">Go ahead and try <a href="https://github.com/muaz-khan/RTCMultiConnection" target="_blank">RTCMultiConnection</a>!</h2>
<p>Pass "session-id" only-over the constructor:</p>
<pre>
connection = new RTCMultiConnection('session-id'); connection.bandwidth = { audio: 50, video: 256 }; connection.open();
</pre>
<br/>
<br/>
<h2>What is <a href="https://github.com/muaz-khan/RTCMultiConnection" target="_blank">RTCMultiConnection</a>?</h2>
<br/>
<br/>RTCMultiConnection.js a javascript library supports features like audio/video conferencing; (one-way and one-to-many) broadcasting; screen sharing; data/text/file sharing (of any size); multi-and-manual sessions establishment; users ejection, rejection and presence detection; and more. It automatically keeps session "active" all the time; even if initiator leaves.
<br/>
<br/>
<section style="border: 1px solid rgb(189, 189, 189); border-radius: .2em; margin: 1em 3em;">
<h2 id="feedback" style="border-bottom: 1px solid rgb(189, 189, 189); padding: .2em .4em;">Feedback</h2>
<div>
<textarea id="message" style="border: 1px solid rgb(189, 189, 189); height: 8em; margin: .2em; outline: none; resize: vertical; width: 98%;" placeholder="Have any message? Suggestions or something went wrong?"></textarea>
</div>
<button id="send-message" style="font-size: 1em;">Send Message</button>
</section>
</article>
<footer>
<p> <a href="https://www.webrtc-experiment.com/" target="_blank">WebRTC Experiments!</a>© <a href="https://plus.google.com/100325991024054712503" rel="author" target="_blank">Muaz Khan</a>,
<span>2013 </span>» <a href="mailto:muazkh@gmail.com" target="_blank">Email</a>»
<a href="http://twitter.com/muazkh" target="_blank">@muazkh</a>» <a href="https://github.com/muaz-khan" target="_blank">Github</a>
</p>
</footer>
<script>window.useThisGithubPath = 'muaz-khan/RTCMultiConnection';</script>
<script src="https://cdn.webrtc-experiment.com/commits.js" async></script>
</body>
</html> | samiranmon/battleme | WebRTC-Experiment-master/RTCMultiConnection/v2.2.2/demos/bandwidth.html | HTML | mit | 15,193 |
{% extends "home/base.html" %}
{% load croquet_tags wagtailcore_tags wagtailimages_tags %}
{% block content %}
<div class="well">
<p><strong>
{{ self.date_from }}{% if self.date_to %} to {{ self.date_to }}{% endif %}
{% if self.time_from %}{{ self.time_from|time }}{% endif %}{% if self.time_to %} to {{ self.time_to|time }}{% endif %}
</strong></p>
{% if self.location %}<p>Location: {{ self.location }}</p>{% endif %}
{% if self.audience %}
<p>Audience:
{# From EVENT_AUDIENCE_CHOICES in models.py #}
{{ self.get_audience_display }}</p>
{% endif %}
{% if self.cost %}
<p>Cost: {{ self.cost }}</p>
{% endif %}
{% if self.signup_link %}
<p>Sign up: <a href="{{ self.signup_link }}">{{ self.signup_link }}</a></p>
{% endif %}
<p>
<a class='calendar' href= "{{ self.url }}?format=ical">
Add to calendar
</a>
</p>
</div>
{% include "home/includes/carousel.html" with carousel_items=self.carousel_items.all only %}
{% if self.body %}
<div class="body-content">
{{ self.body|richtext }}
</div>
{% endif %}
{% with self.speakers.all as speakers %}
{% if speakers %}
<div class="page-header"><h3>Speakers</h3></div>
{% for speaker in speakers %}
{% cycle '<div class="row">' '' '' %} {# Open row div before first speaker then every 3 loops #}
<div class="col-sm-4">
{% if speaker.link %}
<a href="{{ speaker.link }}">
{% endif %}
{# Speaker name_display fields concatenates first_name and last_name fields #}
<h4>{{ speaker.name_display }}</h4>
{% if speaker.image %}
<div class="image">{% image speaker.image width-200 %}</div>
{% endif %}
{% if speaker.link %}
</a>
{% endif %}
</div>
{% cycle '' '' '</div>' %} {# Close row div before every 3rd speaker #}
{% endfor %}
{% if not speakers|length|divisibleby:'3' %}</div>{% endif %} {# Last close of row div if speakers list not exactly divisble by 3 #}
{% endif %}
{% endwith %}
{% include "home/includes/related_links.html" with related_links=self.related_links.all only %}
{% endblock %}
| PaulRudin/croquet | croquet/home/templates/home/event_page.html | HTML | mit | 2,764 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>orb-stab: 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.13.2 / orb-stab - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
orb-stab
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-22 00:16:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-22 00:16:09 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 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
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/orb-stab"
license: "GNU Lesser Public License"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/OrbStab"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
"coq-algebra" {>= "8.7" & < "8.8~"}
"coq-lin-alg" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: orbit" "keyword: stabilizer" "keyword: inclusion-exclusion" "category: Mathematics/Algebra" "date: 2008-01-5" ]
authors: [ "Robert Kam <rkam2001@hotmail.com> [none]" ]
bug-reports: "https://github.com/coq-contribs/orb-stab/issues"
dev-repo: "git+https://github.com/coq-contribs/orb-stab.git"
synopsis: "Finite orbit-stabilizer theorem"
description:
"Finite orbit-stabilizer theorem, based on Rahbar Virk's lecture notes. A large portion of the work was a simplified version of the inclusion-exclusion principle. Requires Loic Pottier's Algebra contribution, and Jasper Stein's Linear Algebra contribution."
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/orb-stab/archive/v8.7.0.tar.gz"
checksum: "md5=0db7b16e283a153f4b7aa50106fdaff9"
}
</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-orb-stab.8.7.0 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-orb-stab -> coq < 8.8~ -> 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-orb-stab.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
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.13.2/orb-stab/8.7.0.html | HTML | mit | 7,373 |
{% extends 'layout.html' %}
{% block body %}
<div class="container-wide" ng-controller="homeCtrl">
<h2 style="width:100%;text-align:center;">
Shared Info
</h2>
<div class="row">
<div class="col-md-12">
<div class="well" style="padding-bottom: 50px;">
<form id="post" class="form-signin">
<textarea data-provide="limit" style="padding-right: 15px;width:100%;" data-counter="#counter" placeholder="How do you stop food waste..." rows="3" name="text"></textarea>
<em id="counter"></em>
<button class="pull-right btn" type="submit">
Post
</button>
</form>
</div>
<div class="well" ng-repeat="item in posts">
<td>[[item.text]]</td>
</div>
</div>
</div>
</div>
{% endblock %}
{% block script %}
<script type="text/javascript">
function homeCtrl($scope, $http) {
$scope.posts = []
$.ajax({
url: "/api/post",
method: "Get",
success: function(resp) {
$scope.posts = resp.data
$scope.$apply();
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
},
})
$("#post").on("submit", function(data, other) {
$.ajax({
url: "/api/post",
method: "Post",
data: $('#post').serialize(),
success: function(resp) {
location.reload();
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
},
})
})
}
</script>
{% endblock %} | TrevorDev/soberFood | view/postItBoard.html | HTML | mit | 1,520 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>
archive
</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="author" content="John Doe">
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="archive">
<meta property="og:url" content="http://hechunhi.github.io/archive/index.html">
<meta property="og:site_name" content="落尘惜">
<meta property="og:description">
<meta property="og:updated_time" content="2016-06-07T06:12:11.150Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="archive">
<meta name="twitter:description">
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="stylesheet" href="/css/uno.css">
<link rel="stylesheet" href="/css/highlight.css">
<link rel="stylesheet" href="/css/archive.css">
<link rel="stylesheet" href="/css/china-social-icon.css">
</head>
<body>
<span class="mobile btn-mobile-menu">
<i class="icon icon-list btn-mobile-menu__icon"></i>
<i class="icon icon-x-circle btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover panel-cover--collapsed">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<h1 class="panel-cover__title panel-title"><a href="/" title="link to homepage">落尘惜</a></h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description">
零落成泥碾作尘,唯有香如故。
</p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="/#blog" title="" class="blog-button">首页</a></li>
<li class="navigation__item"><a href="/archive" title="" class="">分类</a></li>
</ul>
</nav>
<!-- ----------------------------
To add a new social icon simply duplicate one of the list items from below
and change the class in the <i> tag to match the desired social network
and then add your link to the <a>. Here is a full list of social network
classes that you can use:
icon-social-500px
icon-social-behance
icon-social-delicious
icon-social-designer-news
icon-social-deviant-art
icon-social-digg
icon-social-dribbble
icon-social-facebook
icon-social-flickr
icon-social-forrst
icon-social-foursquare
icon-social-github
icon-social-google-plus
icon-social-hi5
icon-social-instagram
icon-social-lastfm
icon-social-linkedin
icon-social-medium
icon-social-myspace
icon-social-path
icon-social-pinterest
icon-social-rdio
icon-social-reddit
icon-social-skype
icon-social-spotify
icon-social-stack-overflow
icon-social-steam
icon-social-stumbleupon
icon-social-treehouse
icon-social-tumblr
icon-social-twitter
icon-social-vimeo
icon-social-xbox
icon-social-yelp
icon-social-youtube
icon-social-zerply
icon-mail
-------------------------------->
<!-- add social info here -->
</div>
</div>
</div>
<div class="panel-cover--overlay"></div>
</div>
</header>
<div class="content-wrapper">
<div class="content-wrapper__inner entry">
<article class="post-container post-container--single">
<header class="post-header">
<h1 class="post-title">archive</h1>
<section id="post-content" class="article-content post">
</section>
</header>
</article>
<div class="archive-meta">
<h3>分类</h3>
<div class="categorieslist">
<span><a href="/categories/javascript/" title="javascript">javascript<sup>1</sup></a></span>
<span><a href="/categories/开发者手册/" title="开发者手册">开发者手册<sup>1</sup></a></span>
</div>
<h3>标签</h3>
<div class="tagslist">
<span><a href="/tags/blog/" title="blog">blog<sup>1</sup></a></span>
<span><a href="/tags/hexo/" title="hexo">hexo<sup>1</sup></a></span>
<span><a href="/tags/javascript/" title="javascript">javascript<sup>1</sup></a></span>
<span><a href="/tags/JSON-Web-Token/" title="JSON Web Token">JSON Web Token<sup>1</sup></a></span>
</div>
<h3>归档</h3>
<div class="archiveslist">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2016/05/">五月 2016</a><span class="archive-list-count">2</span></li></ul>
</div>
</div>
<footer class="footer">
</footer>
</div>
</div>
<!-- js files -->
<script src="/js/jquery.min.js"></script>
<script src="/js/main.js"></script>
<script src="/js/scale.fix.js"></script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript">
$(document).ready(function(){
MathJax.Hub.Config({
tex2jax: {inlineMath: [['[latex]','[/latex]'], ['\\(','\\)']]}
});
});
</script>
<!--kill ie6 -->
<!--[if IE 6]>
<script src="//letskillie6.googlecode.com/svn/trunk/2/zh_CN.js"></script>
<![endif]-->
</body>
</html>
| hechunhi/hechunhi.github.com | archive/index.html | HTML | mit | 6,031 |
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Pixel Art</title>
<link rel="stylesheet" href="css/pixel-art.css"/>
</head>
<body>
<h1>Pixel Art</h1>
<section>
<div>
<button id="decrease-row">-</button>Row<button id="increase-row">+</button>
<button id="decrease-column">-</button>Column<button id="increase-column">+</button>
</div>
<canvas id="pixel-editor" class="editor" width="480" height="480"></canvas>
<canvas id="pixel-preview" width="30" height="30"></canvas>
<div id="color-usage" class="color usage container"></div>
<div>
<input type="range" id="red" name="red" min="0" max="255">
<input type="range" id="green" name="blue" min="0" max="255">
<input type="range" id="blue" name="blue" min="0" max="255">
<input type="range" id="alpha" name="alpha" min="0" max="1" step="0.05">
<div id="color" style="width: 100px; height: 100px; display: block;">
</div>
</section>
<script type="text/javascript" src="bower_components/cois-observable/cois-observable.min.js"></script>
<script type="text/javascript" src="bower_components/cois-sprite-editor/sprite.editor.min.js"></script>
<script type="text/javascript" src="bower_components/cois-color-array/color-array.min.js"></script>
<script type="text/javascript" src="bower_components/cois-sprite-previewer/sprite.previewer.min.js"></script>
<script type="text/javascript" src="bower_components/cois-color-usage/color-usage.min.js"></script>
<script type="text/javascript" src="bower_components/cois-color-picker/color.picker.min.js"></script>
<script type="text/javascript" src="application.js"></script>
</body>
</html>
| Chair-of-Indefinite-Studies/pixel-art | index.html | HTML | mit | 1,747 |
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.19.2 by Michael Rose
Copyright 2013-2019 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<!-- begin _includes/seo.html --><title>Publications - Gustavo Pinto</title>
<meta name="description" content="Soft Eng Professor and Researcher ">
<meta name="author" content="Gustavo Pinto">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Gustavo Pinto">
<meta property="og:title" content="Publications">
<meta property="og:url" content="http://localhost:4000/publications/sbes2018">
<meta property="og:description" content="Soft Eng Professor and Researcher ">
<meta name="twitter:site" content="@gustavopinto">
<meta name="twitter:title" content="Publications">
<meta name="twitter:description" content="Soft Eng Professor and Researcher ">
<meta name="twitter:url" content="http://localhost:4000/publications/sbes2018">
<meta name="twitter:card" content="summary">
<link rel="canonical" href="http://localhost:4000/publications/sbes2018">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Gustavo Pinto",
"url": "http://localhost:4000/",
"sameAs": "https://twitter.com/gustavopinto/"
}
</script>
<!-- end _includes/seo.html -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Gustavo Pinto Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<!--[if IE]>
<style>
/* old IE unsupported flexbox fixes */
.greedy-nav .site-title {
padding-right: 3em;
}
.greedy-nav button {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
</style>
<![endif]-->
<!-- start custom head snippets -->
<!-- insert favicons. use https://realfavicongenerator.net/ -->
<!-- end custom head snippets -->
</head>
<body class="layout--single">
<nav class="skip-links">
<h2 class="screen-reader-text">Skip links</h2>
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<div class="masthead">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="/">
Gustavo Pinto
</a>
<ul class="visible-links"><li class="masthead__menu-item">
<a href="/books/">Books</a>
</li><li class="masthead__menu-item">
<a href="/publications/">Publications</a>
</li><li class="masthead__menu-item">
<a href="/blog/">Blog</a>
</li><li class="masthead__menu-item">
<a href="/students/">Students</a>
</li><li class="masthead__menu-item">
<a href="/teaching/">Teaching</a>
</li><li class="masthead__menu-item">
<a href="/reading/">Reading</a>
</li><li class="masthead__menu-item">
<a href="/misc/">Misc</a>
</li><li class="masthead__menu-item">
<a href="/about/">About</a>
</li></ul>
<button class="search__toggle" type="button">
<span class="visually-hidden">Toggle search</span>
<svg class="icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.99 16">
<path d="M15.5,13.12L13.19,10.8a1.69,1.69,0,0,0-1.28-.55l-0.06-.06A6.5,6.5,0,0,0,5.77,0,6.5,6.5,0,0,0,2.46,11.59a6.47,6.47,0,0,0,7.74.26l0.05,0.05a1.65,1.65,0,0,0,.5,1.24l2.38,2.38A1.68,1.68,0,0,0,15.5,13.12ZM6.4,2A4.41,4.41,0,1,1,2,6.4,4.43,4.43,0,0,1,6.4,2Z" transform="translate(-.01)"></path>
</svg>
</button>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">Toggle menu</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div class="initial-content">
<div id="main" role="main">
<div class="sidebar sticky">
<div itemscope itemtype="https://schema.org/Person">
<div class="author__avatar">
<img src="/lost+found/ghlp4.png" alt="Gustavo Pinto" itemprop="image">
</div>
<div class="author__content">
<h3 class="author__name" itemprop="name">Gustavo Pinto</h3>
<div class="author__bio" itemprop="description">
<p>Software Engingeering Researcher</p>
</div>
</div>
<div class="author__urls-wrapper">
<button class="btn btn--inverse">Follow</button>
<ul class="author__urls social-icons">
<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place">
<i class="fas fa-fw fa-map-marker-alt" aria-hidden="true"></i> <span itemprop="name">Belém, Brazil</span>
</li>
<li><a href="https://gustavopinto.org" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-link" aria-hidden="true"></i><span class="label">Website</span></a></li>
<li><a href="https://twitter.com/gustavopinto" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/gustavopinto" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span></a></li>
<li>
<a href="mailto:gpinto@ufpa.br">
<meta itemprop="email" content="gpinto@ufpa.br" />
<i class="fas fa-fw fa-envelope-square" aria-hidden="true"></i><span class="label">Email</span>
</a>
</li>
<!--
<li>
<a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs" rel="nofollow noopener noreferrer">
<i class="fas fa-fw" aria-hidden="true"></i> Custom Social Profile Link
</a>
</li>
-->
</ul>
</div>
</div>
</div>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Publications">
<div class="page__inner-wrap">
<header>
<h1 id="page-title" class="page__title" itemprop="headline">Publications
</h1>
</header>
<section class="page__content" itemprop="text">
<h2 id="when-students-become-contributors-leveraging-oss-contributions-in-software-engineering-courses">When Students Become Contributors: Leveraging OSS Contributions in Software Engineering Courses</h2>
<p>by Clarice Ferreira, Cleice Souza, <strong>Gustavo Pinto</strong>, <a href="http://igor.pro.br/">Igor Steinmacher</a>, <a href="https://scholar.google.com.br/citations?user=zvU_PlcAAAAJ&hl=en">Paulo Meirelles</a></p>
<p>You can get a pre-print version from <a href="http://gustavopinto.github.io/lost+found/sbes2018-edu.pdf">here</a>.</p>
<p>You can view the publisher’s page <a href="https://dl.acm.org/citation.cfm?id=3266250">here</a>.</p>
<p>The slides are available here <a href="https://speakerdeck.com/gustavopinto/when-students-become-contributors-leveraging-oss-contributions-in-software-engineering-courses">here</a>.</p>
<p>The video from the talk can be seen <a href="https://youtu.be/Ii-x5BawlSg">here</a> (in Portuguese)</p>
<p>Bibtex record</p>
<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>@inproceedings{Ferreira:2018:SBES,
author = {Ferreira, Clarice and Souza, Cleice and Pinto, Gustavo and Steinmacher, Igor and Meirelles, Paulo},
title = {When Students Become Contributors: Leveraging OSS Contributions in Software Engineering Courses},
booktitle = {Proceedings of the XXXII Brazilian Symposium on Software Engineering},
series = {SBES '18},
year = {2018},
isbn = {978-1-4503-6503-1},
location = {Sao Carlos, Brazil},
pages = {260--269},
numpages = {10},
}
</code></pre></div></div>
</section>
<footer class="page__meta">
</footer>
</div>
</article>
</div>
</div>
<div class="search-content">
<div class="search-content__inner-wrap"><form class="search-content__form" onkeydown="return event.key != 'Enter';">
<label class="sr-only" for="search">
Enter your search term...
</label>
<input type="search" id="search" class="search-input" tabindex="-1" placeholder="Enter your search term..." />
</form>
<div id="results" class="results"></div></div>
</div>
<div id="footer" class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><strong>Follow:</strong></li>
<li><a href="gustavopinto" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
<li><a href="gustavopinto" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2021 Gustavo Pinto. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="/assets/js/main.min.js"></script>
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
<script src="/assets/js/lunr/lunr.min.js"></script>
<script src="/assets/js/lunr/lunr-store.js"></script>
<script src="/assets/js/lunr/lunr-en.js"></script>
</body>
</html>
| gustavopinto/gustavopinto.github.com | _site/publications/sbes2018.html | HTML | mit | 11,354 |
<HTML><HEAD>
<TITLE>Review for Chicken Run (2000)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120630">Chicken Run (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Mac+VerStandig">Mac VerStandig</A></H3><HR WIDTH="40%" SIZE="4">
<PRE>The Patriot
3 Stars (Out of 4)
Chicken Run
4 Stars (Out of 4)
Reviewed by Mac VerStandig
<A HREF="mailto:critic@moviereviews.org">critic@moviereviews.org</A>
<A HREF="http://www.moviereviews.org">http://www.moviereviews.org</A>
June 27, 2000</PRE>
<P>As I watched the sweeping landscapes, gory battles and generally noteworthy
performances that comprise "The Patriot," a very inappropriate thought simply
refused to exit my mind: Mel Gibson as a chicken.</P>
<P>Gibson takes on two very different roles in "The Patriot" and "Chicken Run,"
two appropriately diverse films opening in the month of June. In the premier,
he plays a British-born man who will help lead the American Revolution. In
the latter, he plays an American-born (?) Rooster who will lead a revolution
of British chickens. Both very entertaining films - albeit for different
reasons - the less serious "Chicken Run" is ultimately the superior. </P>
<P>Nick Park, the possibly-genius director who won an Oscar for his claymation
"Creature Comforts" and has received wide acclaim for his "Wallace and
Gromit" films - also claymations - teams up with Peter Lord for "Chicken Run"
and the product is the first must-see film of the summer and a comedy so
uproariously funny and unique that it is bound to survive the test of time,
even if the entire production is nothing more than clay figures being
meticulously moved very slightly in every frame (24 times every second!) to
create a live-action appearance. </P>
<P>"The Patriot," on the other hand, clearly aims for much more than laughs and
a much more adult audience than the kids who will be most attracted to
"Chicken Run" (although, the comedy does work on multiple levels and makes a
great date flick). Unfortunately, "The Patriot" seems to aim too high and
consequently is only an above-average film, not the great epic that its
makers clearly set out to create. </P>
<P>The revolution in "Chicken Run" comes about when a group of already
disgruntled chickens learn that not only has one of their own been beheaded
for her inability to lay eggs, but that they are all destined to be baked and
boxed so that families on the run can zap them in a matter of minutes and
still have a nutritious meal. Soon after the doomed flock learn this, Rocky -
the self proclaimed "Lone Free Ranger" - shows up and appears to be their
ticket to freedom. If the group can learn to fly, they will make it over the
fence that separates them from freedom and vegetarian pies will have to
suffice. But the process will be a grueling one in which several cock fights
will erupt and civility will oftentimes take a back seat to the chaos caused
by not very fair fowls who are actually rather chicken of what might happen
to them should their plan fail.</P>
<P>"The Patriot" is decidedly more firmly planted in reality with its entire
premise being based on the very-real Revolutionary War and a fictional family
destroyed by it. Screenwriter Robert Rodat takes sole credit for this piece
and having penned "Saving Private Ryan," - the greatest film ever made in
this critic's opinion - the similar yet inferior premise is all but marked
with his own blood. But don't think this production foreign to star Mel
Gibson either, as the title could well be "Braveheart 2" and few would wince.
Unfortunately, the plot is overburdened by Rodat's apparent need to kill as
many people as he can in an attempt to jerk the maximum number of tears
possible and to try to add excess depth with a slavery based side plot which
serves no purpose other than to overload the film with morals. </P>
<P>"The Patriot" does, however, comes across strong with some excellent
supporting performances, - especially one by Chris Cooper - oftentimes
breathtaking cinematography and a plot that, like it or not, does tap many
emotions. </P>
<P>"Chicken Run," on the other hand, taps many memories. Perhaps Lord and Park's
brightest move is making the film very much adult-friendly with references to
older films and a classic television show. When an escape attempt fails, you
see a character bouncing a ball against the wall and "The Great Escape" comes
to mind. And when the farm's dim owner continuously spies on his
fine-feathered animals and then insists to his wife "they are organizing"
only for them to scatter into chaotic formations when she takes a gander,
memories of "Bewitched" run free. Other references include, but surely aren't
limited to, "The Bridge on the River Kwai," "The Shawshank Redemption,"
"Stalag 17" Charly Chaplin's "Modern Times" and none other than Mr. Gibson's
"Braveheart."</P>
<P>In the time it takes to watch "The Patriot," you can see "Chicken Run" twice.
This may not be such a bad idea. Although, if you insist on seeing the longer
war epic, do so while the movie is still on the big screen as the broad
cinematography and battle scenes require such size. And if you decide to do
like I did and see "Chicken Run" first and then "The Patriot," please give
enough time in between so that you aren't stuck with mental images of a
chicken in the Revolutionary War. These birds of a feather clearly don't
flock together. </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/25126.html | HTML | mit | 6,450 |
<footer id="footer">
<p>By: <strong><a href="{{ site.author_link }}" target="_blank">{{ site.author }}</a></strong></p>
<p class="legal">{{ site.author_description }}</p>
</footer>
| janetye/janetye.github.io | _includes/footer.html | HTML | mit | 189 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_Hangul_KiyeogSios` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_Hangul_KiyeogSios">
<title>wayland_kbd::keysyms::XKB_KEY_Hangul_KiyeogSios - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_Hangul_KiyeogSios', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_Hangul_KiyeogSios</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-4160' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#1682' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_Hangul_KiyeogSios: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0x0ea3</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> | mcanders/bevy | doc/wayland_kbd/keysyms/constant.XKB_KEY_Hangul_KiyeogSios.html | HTML | mit | 3,883 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/favicon.ico" />
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/iosicon.png" />
<!-- DEVELOPMENT LESS -->
<!-- <link rel="stylesheet/less" href="css/photon.less" media="all" />
<link rel="stylesheet/less" href="css/photon-responsive.less" media="all" />
--> <!-- PRODUCTION CSS -->
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all" />
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/images/photon/js/js/plugins/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="elrte.min.js.html#">Sign Up »</a>
<a href="elrte.min.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="elrte.min.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/images/photon/js/js/plugins/js/plugins/elrte.min.js.html | HTML | mit | 16,032 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fi">
<head>
<!-- Generated by javadoc (1.8.0_20) on Fri Dec 12 05:58:31 EET 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class fi.c5.juustofraktaalit.kali.Tiedostokasittelija (juustofraktaalit 1.0 API)</title>
<meta name="date" content="2014-12-12">
<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 fi.c5.juustofraktaalit.kali.Tiedostokasittelija (juustofraktaalit 1.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../fi/c5/juustofraktaalit/kali/Tiedostokasittelija.html" title="class in fi.c5.juustofraktaalit.kali">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?fi/c5/juustofraktaalit/kali/class-use/Tiedostokasittelija.html" target="_top">Frames</a></li>
<li><a href="Tiedostokasittelija.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 fi.c5.juustofraktaalit.kali.Tiedostokasittelija" class="title">Uses of Class<br>fi.c5.juustofraktaalit.kali.Tiedostokasittelija</h2>
</div>
<div class="classUseContainer">No usage of fi.c5.juustofraktaalit.kali.Tiedostokasittelija</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="../../../../../fi/c5/juustofraktaalit/kali/Tiedostokasittelija.html" title="class in fi.c5.juustofraktaalit.kali">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?fi/c5/juustofraktaalit/kali/class-use/Tiedostokasittelija.html" target="_top">Frames</a></li>
<li><a href="Tiedostokasittelija.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 © 2014. All rights reserved.</small></p>
</body>
</html>
| theikkila/juustofraktaalit | dokumentointi/javadoc/fi/c5/juustofraktaalit/kali/class-use/Tiedostokasittelija.html | HTML | mit | 4,683 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.cookie.js.html#">Sign Up »</a>
<a href="jquery.cookie.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.cookie.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/js/plugins/prettify/js/bootstrap/js/plugins/jquery.cookie.js.html | HTML | mit | 15,088 |
<!DOCTYPE html>
<html>
<head>
<title>Picture in Picture</title>
<meta charset="utf-8">
<meta name="description" content="Chimee Player Demo">
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1, maximum-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<link rel="stylesheet" type="text/css" href="./index.css">
</head>
<body>
<header>
<h1>Picture in Picture</h1>
</header>
<section id="wrapper"></section>
</body>
<script type="text/javascript" src="/lib/index.dev.js"></script>
<script type="text/javascript" src="/node_modules/chimee-kernel-flv/lib/index.js"></script>
<script type="text/javascript" src="/node_modules/chimee-kernel-hls/lib/index.browser.js"></script>
<!--<script type="text/javascript" src="/lib/player.umd.js"></script>-->
<script type="text/javascript" src="./index.js"></script>
</html> | Chimeejs/chimee | demo/picture-in-picture/index.html | HTML | mit | 899 |
<template id="lively-code-occurence-selection" >
<style data-src="/templates/livelystyle.css"></style>
<style>
.container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
}
p {
padding-left: 5px;
padding-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
p.fill {
display: flex;
flex-direction: row;
}
input {
width: 40px;
flex: 1;
margin: 2px;
}
input:disabled {
color: #aaaaaa
}
label {
padding: 3px;
padding-top: 6px;
font-size: 13px;
color: #555555;
}
label.medium {
width: 70px;
}
label.small {
width: 40px;
}
tr:hover {
background-color: #aaaaaa
}
input.checkbox {
width: 14px;
height: 14px;
margin: 0px;
padding: 0px;
}
#editor {
flex: 0.5;
overflow: scroll;
}
#ListContainer {
flex: 0.5;
overflow: auto;
}
#CodeOccurencesList {
width: 800px;
margin-left: 10px;
/* width: 90%; */
}
#CodeOccurencesList a {
/*
display: block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
*/
}
#CodeOccurencesList span {
font-family: monospace
}
.filename {
white-space: nowrap;
}
#replaceBar {
display: none;
}
#additionalInput {
display: none;
}
#additionalInputField {
width: unset;
flex: 1;
}
:host([replace=true]) #replaceBar {
display: inherit;
}
td.logentry {
}
#preview {
}
</style>
<div class="container">
<p class="fill" id="additionalInput">
<input class="" id="additionalInputField" value=""/>
</p>
<div id="ListContainer">
<table id="CodeOccurencesList"></table>
</div>
<lively-separator reverse="true"></lively-separator>
<lively-editor id="editor"></lively-editor>
<button id="okButton">ok</button>
<button id="cancelButton">cancel</button>
</div>
</template> | LivelyKernel/lively4-core | src/components/widgets/lively-code-occurence-selection.html | HTML | mit | 2,286 |
<mat-drawer-container fullscreen>
<mat-drawer mode="side" opened="true">
<mat-menu ></mat-menu>
<a mat-menu-item *ngFor="let item of examples" [routerLink]="item.route" routerLinkActive="active">{{ item.title }}</a>
</mat-drawer>
<mat-drawer-content>
<h1>{{ title }}</h1>
<router-outlet></router-outlet>
</mat-drawer-content>
</mat-drawer-container>
| datencia/d3js-angular2-example | src/app/app.component.html | HTML | mit | 398 |
<template name="afInputPicture_semanticUI">
<input type="text" value="{{this.value}}" {{attsPlusFluidClass}}/>
</template>
| macmacs/meteor-autoform-semantic-ui | templates/semantic-ui/inputTypes/picture/picture.html | HTML | mit | 125 |
<!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>Algerian silver fir factsheet on ARKive - Abies numidica</title>
<link rel="canonical" href="http://www.arkive.org/algerian-silver-fir/abies-numidica/" />
<link rel="stylesheet" type="text/css" media="screen,print" href="/rcss/factsheet.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body> <!-- onload="window.print()">-->
<div id="container">
<div id="header"><a href="/"><img src="/rimg/factsheet/header_left.png" alt="" border="0" /><img src="/rimg/factsheet/header_logo.png" alt="" border="0" /><img src="/rimg/factsheet/header_right.png" alt="" border="0" /></a></div>
<div id="content">
<h1>Algerian silver fir (<i>Abies numidica</i>)</h1>
<img alt="" src="/media/61/616200DB-306B-4091-A9F4-FEC5B0B29740/Presentation.Large/Algerian-silver-fir-foliage-with-cones.jpg"/>
<table cellspacing="0" cellpadding="0" class="alternativeSpeciesNames"><tbody>
<tr><th align="left" valign="top">Also known as:</th><td>
Algerian fir
</td></tr>
<tr><th> </th><td> </td></tr>
<tr><th align="left" valign="top">French:</th><td>
Sapin D'Algerie, Sapin De Babors, Sapin De Numidie
</td></tr>
</tbody></table>
<table cellspacing="0" cellpadding="0" id="factList">
<tbody>
<tr class="kingdom"><th align="left">Kingdom</th><td align="left">Plantae</td></tr>
<tr class="phylum"><th align="left">Phylum</th><td align="left">Tracheophyta</td></tr>
<tr class="class"><th align="left">Class</th><td align="left">Coniferopsida</td></tr>
<tr class="order"><th align="left">Order</th><td align="left">Coniferales</td></tr>
<tr class="family"><th align="left">Family</th><td align="left">Pinaceae</td></tr>
<tr class="genus"><th align="left">Genus</th><td align="left"><em>Abies (1)</em></td></tr>
</tbody>
</table>
<h2><img src="/rimg/factsheet/Status.png" class="heading" /></h2><p class="Status"><p>The Algerian silver fir is classified as Critically Endangered (CR) on the IUCN Red List (1). </p></p><h2><img src="/rimg/factsheet/Description.png" class="heading" /></h2><p class="Description"><p>Information on the Algerian silver fir is currently being researched and written and will appear here shortly.</p></p><h2><img src="/rimg/factsheet/Authentication.png" class="heading" /></h2><p class="AuthenticatioModel"><p>This information is awaiting authentication by a species expert, and will be updated as soon as possible. If you are able to help please contact: <br/><a href="mailto:arkive@wildscreen.org.uk">arkive@wildscreen.org.uk</a></p></p><h2><img src="/rimg/factsheet/References.png" class="heading" /></h2>
<ol id="references">
<li id="ref1">
<a id="reference_1" name="reference_1"></a>
IUCN Red List (December, 2011) <br/><a href="http://www.iucnredlist.org" target="_blank">http://www.iucnredlist.org</a></li>
</ol>
</div>
</div>
</body>
</html>
| andrewedstrom/cs638project | raw_data/arkive-critically-endangered-html/abies-numidica.html | HTML | mit | 3,224 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36</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">
Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
</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>WhichBrowser<br /><small>v2.0.18</small><br /><small>vendor/whichbrowser/parser/tests/data/mobile/manufacturer-samsung-android.yaml</small></td><td>Samsung Internet 3.4</td><td>Blink </td><td>Android 5.1.1</td><td style="border-left: 1px solid #555"></td><td>Galaxy S6 Edge+</td><td>mobile:smart</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-027cff01-4a76-491b-ace3-9289fcbc172f">Detail</a>
<!-- Modal Structure -->
<div id="modal-027cff01-4a76-491b-ace3-9289fcbc172f" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[headers] => User-Agent: Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
[result] => Array
(
[browser] => Array
(
[name] => Samsung Internet
[version] => 3.4
[type] => browser
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[name] => Android
[version] => 5.1.1
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Samsung
[model] => Galaxy S6 Edge+
)
)
[readable] => Samsung Internet 3.4 on a Samsung Galaxy S6 Edge+ running Android 5.1.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><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Samsung Browser 3.4</td><td>Blink </td><td>Android 5.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.078</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] => /^mozilla\/5\.0 \(.*linux.*android.5\.1.* build\/.*\) applewebkit\/.* \(khtml.* like gecko\) samsungbrowser\/3\.4.*chrome.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?5.1* build/*) applewebkit/* (khtml* like gecko) samsungbrowser/3.4*chrome*safari*
[parent] => Samsung Browser 3.4
[comment] => Samsung Browser 3.4
[browser] => Samsung Browser
[browser_type] => Browser
[browser_bits] => 32
[browser_maker] => Samsung
[browser_modus] => unknown
[version] => 3.4
[majorver] => 3
[minorver] => 4
[platform] => Android
[platform_version] => 5.1
[platform_description] => Android OS
[platform_bits] => 32
[platform_maker] => Google Inc
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[isfake] =>
[isanonymized] =>
[ismodified] =>
[cssversion] => 3
[aolversion] => 0
[device_name] => general Mobile Phone
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[device_code_name] => general Mobile Phone
[device_brand_name] => unknown
[renderingengine_name] => Blink
[renderingengine_version] => unknown
[renderingengine_description] => a WebKit Fork by Google
[renderingengine_maker] => Google Inc
)
</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>Samsung Browser 3.4</td><td><i class="material-icons">close</i></td><td>Android </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 Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.0156</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] => /^mozilla\/5\.0 \(.*linux.*android.5\.1.* build\/.*\) applewebkit\/.* \(khtml.* like gecko\) samsungbrowser\/3\.4.*chrome.*safari.*$/
[browser_name_pattern] => mozilla/5.0 (*linux*android?5.1* build/*) applewebkit/* (khtml* like gecko) samsungbrowser/3.4*chrome*safari*
[parent] => Samsung Browser 3.4
[comment] => Samsung Browser 3.4
[browser] => Samsung Browser
[browser_type] => unknown
[browser_bits] => 0
[browser_maker] => Samsung
[browser_modus] => unknown
[version] => 3.4
[majorver] => 3
[minorver] => 4
[platform] => Android
[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] => 1
[istablet] =>
[issyndicationreader] => false
[crawler] =>
[isfake] => false
[isanonymized] => false
[ismodified] => false
[cssversion] => 0
[aolversion] => 0
[device_name] => unknown
[device_maker] => unknown
[device_type] => Mobile Phone
[device_pointing_method] => touchscreen
[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>Chrome 38.0.2125.102</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] => Android
[browser] => Chrome
[version] => 38.0.2125.102
)
</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>Chrome 38.0.2125.102</td><td><i class="material-icons">close</i></td><td>AndroidOS 5.1.1</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>yes</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-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] => Chrome
[browserVersion] => 38.0.2125.102
[osName] => AndroidOS
[osVersion] => 5.1.1
[deviceModel] => Samsung
[isMobile] => 1
[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>Chrome Mobile 38.0.2125.102</td><td><i class="material-icons">close</i></td><td>Android 5.1.1</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy S6 Edge+</td><td>mobile-browser</td><td>yes</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.3276</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] => 320
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] => Samsung
[mobile_model] => Galaxy S6 Edge+
[version] => 38.0.2125.102
[is_android] => 1
[browser_name] => Chrome Mobile
[operating_system_family] => Android
[operating_system_version] => 5.1.1
[is_ios] =>
[producer] => Google Inc.
[operating_system] => Android
[mobile_screen_width] => 240
[mobile_browser] => Android Webkit
)
</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>Chrome Mobile 38.0</td><td>Blink </td><td>Android 5.1</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-G9280</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0</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] => Chrome Mobile
[short_name] => CM
[version] => 38.0
[engine] => Blink
)
[operatingSystem] => Array
(
[name] => Android
[short_name] => AND
[version] => 5.1
[platform] =>
)
[device] => Array
(
[brand] => SA
[brandName] => Samsung
[model] => SM-G9280
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[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>Chrome 38.0.2125.102</td><td><i class="material-icons">close</i></td><td>Android 5.1.1</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>yes</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-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] => Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
)
[name:Sinergi\BrowserDetector\Browser:private] => Chrome
[version:Sinergi\BrowserDetector\Browser:private] => 38.0.2125.102
[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] => Android
[version:Sinergi\BrowserDetector\Os:private] => 5.1.1
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
)
)
[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] => Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
)
)
)
</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>Chrome Mobile 38.0.2125</td><td><i class="material-icons">close</i></td><td>Android 5.1.1</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-G9280</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</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] => 38
[minor] => 0
[patch] => 2125
[family] => Chrome Mobile
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] => 5
[minor] => 1
[patch] => 1
[patchMinor] =>
[family] => Android
)
[device] => UAParser\Result\Device Object
(
[brand] => Samsung
[model] => SM-G9280
[family] => Samsung SM-G9280
)
[originalUserAgent] => Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
)
</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>Chrome 38.0.2125.102</td><td>WebKit 537.36</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.156</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] => Android
[platform_version] => 5.1.1
[platform_type] => Mobile
[browser_name] => Chrome
[browser_version] => 38.0.2125.102
[engine_name] => WebKit
[engine_version] => 537.36
)
</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>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 5.1.1</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.078</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] => Android Webkit Browser
[agent_version] => --
[os_type] => Android
[os_name] => Android
[os_versionName] =>
[os_versionNumber] => 5.1.1
[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>Samsung Browser 3.4</td><td>WebKit 537.36</td><td>Android 5.1.1</td><td style="border-left: 1px solid #555">Samsung</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.2496</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] => Android
[simple_sub_description_string] =>
[simple_browser_string] => Samsung Browser 3.4 on Android (Lollipop)
[browser_version] => 3.4
[extra_info] => Array
(
)
[operating_platform] =>
[extra_info_table] => stdClass Object
(
[System Build] => LMY47X
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => samsung-browser
[operating_system_version] => Lollipop
[simple_operating_platform_string] => Samsung SM-G9280
[is_abusive] =>
[layout_engine_version] => 537.36
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => Samsung
[operating_system] => Android (Lollipop)
[operating_system_version_full] => 5.1.1
[operating_platform_code] => SM-G9280
[browser_name] => Samsung Browser
[operating_system_name_code] => android
[user_agent] => Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G9280 Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.4 Chrome/38.0.2125.102 Mobile Safari/537.36
[browser_version_full] => 3.4
[browser] => Samsung Browser 3.4
)
</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>Samsung Internet 3.4</td><td>Blink </td><td>Android 5.1.1</td><td style="border-left: 1px solid #555">Samsung</td><td>Galaxy S6 Edge+</td><td>mobile:smart</td><td>yes</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-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] => Samsung Internet
[version] => 3.4
[type] => browser
)
[engine] => Array
(
[name] => Blink
)
[os] => Array
(
[name] => Android
[version] => 5.1.1
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Samsung
[model] => Galaxy S6 Edge+
)
)
</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>Chrome 38.0.2125.102</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>smartphone</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] => Chrome
[vendor] => Google
[version] => 38.0.2125.102
[category] => smartphone
[os] => Android
[os_version] => 5.1.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>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Samsung Browser 3.4</td><td><i class="material-icons">close</i></td><td>Android 5.1.1</td><td style="border-left: 1px solid #555">Samsung</td><td>SM-G9280</td><td>Smartphone</td><td>yes</td><td>yes</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.0312</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] => true
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => true
[is_mobile] => true
[is_robot] => false
[is_smartphone] => true
[is_touchscreen] => true
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => false
[is_html_preferred] => true
[advertised_device_os] => Android
[advertised_device_os_version] => 5.1.1
[advertised_browser] => Samsung Browser
[advertised_browser_version] => 3.4
[complete_device_name] => Samsung SM-G9280 (Galaxy S6 Edge Plus)
[device_name] => Samsung Galaxy S6 Edge Plus
[form_factor] => Smartphone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] => Samsung
[model_name] => SM-G9280
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[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] => Android
[mobile_browser] => Chrome Mobile
[mobile_browser_version] =>
[device_os_version] => 5.1
[pointing_method] => touchscreen
[release_date] => 2015_august
[marketing_name] => Galaxy S6 Edge Plus
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[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] => wtai://wp/mc;
[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] => false
[xhtml_honors_bgcolor] => true
[xhtml_supports_forms_in_table] => true
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => true
[xhtml_supports_css_cell_table_coloring] => true
[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] => true
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => iso-8859-1
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => text/html
[xhtml_table_support] => true
[xhtml_send_sms_string] => sms:
[xhtml_send_mms_string] => mms:
[xhtml_file_upload] => supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => full
[xhtml_avoid_accesskeys] => true
[xhtml_can_embed_video] => none
[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] => w3c_api
[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] => true
[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] => 1440
[resolution_height] => 2560
[columns] => 60
[max_image_width] => 320
[max_image_height] => 640
[rows] => 40
[physical_screen_width] => 71
[physical_screen_height] => 126
[dual_orientation] => true
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => false
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => true
[transparent_png_index] => true
[svgt_1_1] => true
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 65536
[webp_lossy_support] => true
[webp_lossless_support] => true
[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] => 3600
[wifi] => true
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 2000000
[max_url_length_in_requests] => 256
[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] => true
[inline_support] => false
[oma_support] => true
[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] => true
[streaming_3gpp] => true
[streaming_mp4] => true
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => 10
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => 2
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => 3.0
[streaming_acodec_amr] => nb
[streaming_acodec_aac] => lc
[streaming_wmv] => none
[streaming_preferred_protocol] => http
[streaming_preferred_http_protocol] => apple_live_streaming
[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] => true
[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] => true
[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] => true
[mp3] => true
[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] => false
[css_supports_width_as_percentage] => true
[css_border_image] => webkit
[css_rounded_corners] => webkit
[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] => 10
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => 0
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => 3.0
[playback_real_media] => none
[playback_3gpp] => true
[playback_3g2] => false
[playback_mp4] => true
[playback_mov] => false
[playback_acodec_amr] => nb
[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] => true
[html_preferred_dtd] => html4
[viewport_supported] => true
[viewport_width] => device_width_token
[viewport_userscalable] => no
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => full
[image_inlining] => true
[is_smarttv] => false
[is_console] => false
[nfc_support] => true
[ux_full_desktop] => false
[jqm_grade] => A
[is_sencha_touch_ok] => false
)
)
</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>Google Chrome 38.0.2125.102</td><td><i class="material-icons">close</i></td><td>Android 5.1.1</td><td style="border-left: 1px solid #555">Samsung</td><td>G9280</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-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://google.com/chrome/
[title] => Google Chrome 38.0.2125.102
[name] => Google Chrome
[version] => 38.0.2125.102
[code] => chrome
[image] => img/16/browser/chrome.png
)
[os] => Array
(
[link] => http://www.android.com/
[name] => Android
[version] => 5.1.1
[code] => android
[x64] =>
[title] => Android 5.1.1
[type] => os
[dir] => os
[image] => img/16/os/android.png
)
[device] => Array
(
[link] => http://www.samsungmobile.com/
[title] => Samsung G9280
[model] => G9280
[brand] => Samsung
[code] => samsung
[dir] => device
[type] => device
[image] => img/16/device/samsung.png
)
[platform] => Array
(
[link] => http://www.samsungmobile.com/
[title] => Samsung G9280
[model] => G9280
[brand] => Samsung
[code] => samsung
[dir] => device
[type] => device
[image] => img/16/device/samsung.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 07:51:55</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/14/68/1468a2f8-8174-445b-894e-87bc018ce68a.html | HTML | mit | 55,049 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.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">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><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="../../..">Unstable</a></li>
<li><a href=".">8.4.5 / contrib:ruler-compass-geometry 8.4.dev</a></li>
<li class="active"><a href="">2015-02-03 17:41:16</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:ruler-compass-geometry
<small>
8.4.dev
<span class="label label-success">43 s</span>
</small>
</h1>
<p><em><script>document.write(moment("2015-02-03 17:41:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-02-03 17:41:16 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:ruler-compass-geometry/coq:contrib:ruler-compass-geometry.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</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 --dry-run coq:contrib:ruler-compass-geometry.8.4.dev coq.8.4.5</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<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 dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:ruler-compass-geometry.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:ruler-compass-geometry.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>43 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 919 K</p>
<ul>
<li>79 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/D7_NonParalleles_Secantes.vo</code></li>
<li>40 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/D5_ParalleleConst.vo</code></li>
<li>40 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/E3_Congruence.vo</code></li>
<li>37 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C4_Triangles_non_degeneres_egaux.vo</code></li>
<li>37 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C10_Milieu.vo</code></li>
<li>35 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/D6_SumAnglesProp.vo</code></li>
<li>34 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B12_Tacticques_base.vo</code></li>
<li>31 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C13_Angles_Supplem.vo</code></li>
<li>30 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/D2_Axe.vo</code></li>
<li>29 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/D4_CongruenceProp.vo</code></li>
<li>29 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/E2_Ordre.vo</code></li>
<li>26 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B11_Angle_prop.vo</code></li>
<li>26 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B10_Longueur_Prop.vo</code></li>
<li>26 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C7_DroitesSecantesProp.vo</code></li>
<li>23 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C8_DroitesConfondues.vo</code></li>
<li>22 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/D3_Triangle_Prop.vo</code></li>
<li>22 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/E5_Parallelisme.vo</code></li>
<li>21 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C11_Mediatrice.vo</code></li>
<li>21 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/A6_Intersection.vo</code></li>
<li>21 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C2_Entre_Prop.vo</code></li>
<li>20 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C5_Droite_Prop.vo</code></li>
<li>20 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/E1_Incidence.vo</code></li>
<li>18 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/E4_Continuite.vo</code></li>
<li>16 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C9_Triangles_Emboites.vo</code></li>
<li>16 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C3_Triangles_Egaux.vo</code></li>
<li>15 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C6_Parallele_Prop.vo</code></li>
<li>14 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B7_Triangle_Equilateral.vo</code></li>
<li>14 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C12_Angles_Opposes.vo</code></li>
<li>13 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/D1_DistanceProp.vo</code></li>
<li>12 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B8_Point_Def.vo</code></li>
<li>12 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C14_Angle_Droit.vo</code></li>
<li>11 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/A3_Metrique.vo</code></li>
<li>10 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/A5_Cercle.vo</code></li>
<li>10 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C15_Parallelogramm.vo</code></li>
<li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B2_Orient_Prop.vo</code></li>
<li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/A2_Orientation.vo</code></li>
<li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/A4_Droite.vo</code></li>
<li>8 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B3_Alignes_Prop.vo</code></li>
<li>6 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B5_Entre_Prel.vo</code></li>
<li>6 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/C1_DemiDroite_Prop.vo</code></li>
<li>4 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/A1_Plan.vo</code></li>
<li>4 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B6_Cercle_Def.vo</code></li>
<li>4 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B1_Confondu_Prop.vo</code></li>
<li>4 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B4_Droite_Def.vo</code></li>
<li>3 K <code>/home/bench/.opam/system/lib/coq/user-contrib/RulerCompassGeometry/B9_Inegalite_Triang.vo</code></li>
<li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:ruler-compass-geometry/opam.config</code></li>
<li>1 K <code>/home/bench/.opam/system/install/coq:contrib:ruler-compass-geometry.install</code></li>
</ul>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq:contrib:ruler-compass-geometry.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>2 s</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html> | coq-bench/coq-bench.github.io-old | clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:ruler-compass-geometry/8.4.dev/2015-02-03_17-41-16.html | HTML | mit | 11,513 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>list-string: 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.15.0 / list-string - 2.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
list-string
<small>
2.1.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-20 02:33:22 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-20 02:33: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 4 Virtual package relying on a GMP lib system installation
coq 8.15.0 Formal proof management system
dune 2.9.3 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.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-list-string"
dev-repo: "git+https://github.com/clarus/coq-list-string.git"
bug-reports: "https://github.com/clarus/coq-list-string/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["ruby" "pp.rb"]
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"conf-ruby" {build}
"coq-error-handlers"
"coq-list-plus"
"coq" {>= "8.4pl4" & < "8.14"}
"ocaml"
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"date:2015-03-23"
"logpath:ListString"
]
synopsis: "Strings implemented as lists"
url {
src: "https://github.com/clarus/coq-list-string/archive/2.1.0.tar.gz"
checksum: "md5=ded335c4340aeae01a80d046ac636f3a"
}
</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-list-string.2.1.0 coq.8.15.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.15.0).
The following dependencies couldn't be met:
- coq-list-string -> coq < 8.14 -> ocaml < 4.10
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-list-string.2.1.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.10.2-2.0.6/released/8.15.0/list-string/2.1.0.html | HTML | mit | 6,875 |
<div class=episode-details>
<div class=row>
<div class=season-poster ng-switch="episode.season">
<img ng-switch-when="0" ng-src="file://{{ episode.showLocation }}/season-specials.tbn" alt="Specials">
<img ng-switch-default ng-src="file://{{ episode.showLocation }}/season{{ episode.season | leadingZeros:2 }}.tbn" alt="Season {{ episode.season }}">
</div>
<dl class=episode>
<dt class=aired>Aired:</dt>
<dd>{{ episode.aired | date:'EEE, MMM d, yyyy' }}</dd>
<dt class=plot>Plot:</dt>
<dd>{{ episode.plot }}</dd>
</dl>
</div>
</div>
| StanAngeloff/media-browser | app/directives/episode-details/episode-details.html | HTML | mit | 588 |
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<!-- title -->
<title>Spikey</title>
<link rel="stylesheet" href="/css/cydia.min.css">
<script src="/css/analytics.js"></script>
</head>
<body>
<header>
<h1>Spikey</h1>
</header>
<main id="content">
<article>
<h2>Description</h2>
<ul>
<li>
<p>Animated respring theme for Springy.</p>
</li>
</ul>
<h2>Preview</h2>
<ul>
<li>
<img src="Spikey.gif" alt="Spikey animation" height="300" width="300">
</li>
</ul>
<!--
<h2>Features</h2>
<ul>
<li>
<p>
• Close current app on lock<br>
• Return to first page on lock<br>
• Prevent whitelisted apps from being closed</p>
</li>
</ul>
-->
<!--
<h2>Changelog</h2>
<ul>
<li>
<a href="./wave.changelog" role="button">Changelog</a>
</li>
</ul>
-->
</main>
</body>
</html> | VirenMohindra/CydiaRepo | depictions/Spikey/index.html | HTML | mit | 1,529 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.14.0 / hammer - 1.1+8.8</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer
<small>
1.1+8.8
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-24 15:36:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 15:36:45 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 4 Virtual package relying on a GMP lib system installation
coq 8.14.0 Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.09.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1 Official release 4.09.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL 2.1"
build: [
[make "-j%{jobs}%" {ocaml:version >= "4.06"}]
[make "tests"] {with-test}
]
install: [ make "install" ]
depends: [
"ocaml"
"conf-g++" {build}
"coq" {>= "8.8" & < "8.9~"}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"date:2018-11-09"
"logpath:Hammer"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
"Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>"
"Burak Ekici <burak.ekici@uibk.ac.at>"
]
synopsis: "Automation for Dependent Type Theory"
url {
src: "https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.1-coq8.8.tar.gz"
checksum: "md5=10158c5f3d545b8ed924758106d1fa09"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-hammer.1.1+8.8 coq.8.14.0</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.14.0).
The following dependencies couldn't be met:
- coq-hammer -> coq < 8.9~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.1+8.8</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.09.1-2.0.6/released/8.14.0/hammer/1.1+8.8.html | HTML | mit | 6,975 |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>module YMDP::FormTagHelper - RDoc Documentation</title>
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
<body id="top" class="module">
<nav id="metadata">
<nav id="home-section" class="section">
<h3 class="section-header">
<a href="../index.html">Home</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
</h3>
</nav>
<nav id="search-section" class="section project-section" class="initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
<h3 class="section-header">
<input type="text" name="search" placeholder="Search" id="search-field"
title="Type to search, Up and Down to navigate, Enter to load">
</h3>
</form>
<ul id="search-results" class="initially-hidden"></ul>
</nav>
<div id="file-metadata">
<nav id="file-list-section" class="section">
<h3 class="section-header">Defined In</h3>
<ul>
<li>lib/ymdp/view/asset_tag_helper.rb
</ul>
</nav>
</div>
<div id="class-metadata">
<!-- Method Quickref -->
<nav id="method-list-section" class="section">
<h3 class="section-header">Methods</h3>
<ul class="link-list">
<li><a href="#method-i-label">#label</a>
<li><a href="#method-i-password_field">#password_field</a>
<li><a href="#method-i-text_field">#text_field</a>
</ul>
</nav>
</div>
<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>
<ul>
<li class="file"><a href="../LICENSE.html">LICENSE</a>
<li class="file"><a href="../README_rdoc.html">README</a>
</ul>
</nav>
<nav id="classindex-section" class="section project-section">
<h3 class="section-header">Class and Module Index</h3>
<ul class="link-list">
<li><a href="../YMDP.html">YMDP</a>
<li><a href="../YMDP/ApplicationView.html">YMDP::ApplicationView</a>
<li><a href="../YMDP/AssetTagHelper.html">YMDP::AssetTagHelper</a>
<li><a href="../YMDP/Base.html">YMDP::Base</a>
<li><a href="../YMDP/Compiler.html">YMDP::Compiler</a>
<li><a href="../YMDP/Compiler/Base.html">YMDP::Compiler::Base</a>
<li><a href="../YMDP/Compiler/Domains.html">YMDP::Compiler::Domains</a>
<li><a href="../YMDP/Compiler/Options.html">YMDP::Compiler::Options</a>
<li><a href="../YMDP/Compiler/Template.html">YMDP::Compiler::Template</a>
<li><a href="../YMDP/Compiler/Template/Base.html">YMDP::Compiler::Template::Base</a>
<li><a href="../YMDP/Compiler/Template/CoffeeScript.html">YMDP::Compiler::Template::CoffeeScript</a>
<li><a href="../YMDP/Compiler/Template/JavaScript.html">YMDP::Compiler::Template::JavaScript</a>
<li><a href="../YMDP/Compiler/Template/View.html">YMDP::Compiler::Template::View</a>
<li><a href="../YMDP/Compiler/Template/YRB.html">YMDP::Compiler::Template::YRB</a>
<li><a href="../YMDP/Configuration.html">YMDP::Configuration</a>
<li><a href="../YMDP/Configuration/Base.html">YMDP::Configuration::Base</a>
<li><a href="../YMDP/Configuration/Config.html">YMDP::Configuration::Config</a>
<li><a href="../YMDP/Configuration/Servers.html">YMDP::Configuration::Servers</a>
<li><a href="../YMDP/Configuration/Setter.html">YMDP::Configuration::Setter</a>
<li><a href="../YMDP/FormTagHelper.html">YMDP::FormTagHelper</a>
<li><a href="../YMDP/GitHelper.html">YMDP::GitHelper</a>
<li><a href="../YMDP/LinkTagHelper.html">YMDP::LinkTagHelper</a>
<li><a href="../YMDP/View.html">YMDP::View</a>
<li><a href="../ActionView.html">ActionView</a>
<li><a href="../ActionView/Helpers.html">ActionView::Helpers</a>
<li><a href="../ActionView/Helpers/TagHelper.html">ActionView::Helpers::TagHelper</a>
<li><a href="../Application.html">Application</a>
<li><a href="../Object.html">Object</a>
</ul>
</nav>
</div>
</nav>
<div id="documentation">
<h1 class="module">module YMDP::FormTagHelper</h1>
<div id="description" class="description">
</div><!-- description -->
<section id="5Buntitled-5D" class="documentation-section">
<!-- Methods -->
<section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
<h3 class="section-header">Public Instance Methods</h3>
<div id="method-i-label" class="method-detail ">
<div class="method-heading">
<span class="method-name">label</span><span
class="method-args">(name, content_or_options = nil, options = {})</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<div class="method-source-code" id="label-source">
<pre><span class="ruby-comment"># File lib/ymdp/view/asset_tag_helper.rb, line 48</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">label</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">content_or_options</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">options</span> = {})
<span class="ruby-keyword">if</span> <span class="ruby-identifier">content_or_options</span>.<span class="ruby-identifier">is_a?</span>(<span class="ruby-constant">Hash</span>)
<span class="ruby-identifier">options</span> = <span class="ruby-identifier">content_or_options</span>
<span class="ruby-identifier">text</span> = <span class="ruby-identifier">name</span>
<span class="ruby-keyword">else</span>
<span class="ruby-identifier">text</span> = <span class="ruby-identifier">content_or_options</span> <span class="ruby-operator">||</span> <span class="ruby-identifier">name</span>
<span class="ruby-keyword">end</span>
<span class="ruby-identifier">options</span>[<span class="ruby-value">:id</span>] <span class="ruby-operator">||=</span> <span class="ruby-node">"#{name.downcase}_label"</span>
<span class="ruby-identifier">options</span>[<span class="ruby-value">:for</span>] <span class="ruby-operator">||=</span> <span class="ruby-identifier">name</span>.<span class="ruby-identifier">downcase</span>
<span class="ruby-identifier">content_tag</span>(<span class="ruby-string">"label"</span>, <span class="ruby-identifier">text</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword">end</span></pre>
</div><!-- label-source -->
</div>
</div><!-- label-method -->
<div id="method-i-password_field" class="method-detail ">
<div class="method-heading">
<span class="method-name">password_field</span><span
class="method-args">(name, options={})</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<div class="method-source-code" id="password_field-source">
<pre><span class="ruby-comment"># File lib/ymdp/view/asset_tag_helper.rb, line 43</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">password_field</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span>={})
<span class="ruby-identifier">options</span>[<span class="ruby-value">:type</span>] = <span class="ruby-string">"password"</span>
<span class="ruby-identifier">text_field</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword">end</span></pre>
</div><!-- password_field-source -->
</div>
</div><!-- password_field-method -->
<div id="method-i-text_field" class="method-detail ">
<div class="method-heading">
<span class="method-name">text_field</span><span
class="method-args">(name, options={})</span>
<span class="method-click-advice">click to toggle source</span>
</div>
<div class="method-description">
<div class="method-source-code" id="text_field-source">
<pre><span class="ruby-comment"># File lib/ymdp/view/asset_tag_helper.rb, line 35</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier">text_field</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">options</span>={})
<span class="ruby-identifier">options</span>[<span class="ruby-value">:id</span>] <span class="ruby-operator">||=</span> <span class="ruby-identifier">name</span>
<span class="ruby-identifier">options</span>[<span class="ruby-value">:name</span>] <span class="ruby-operator">||=</span> <span class="ruby-identifier">name</span>
<span class="ruby-identifier">options</span>[<span class="ruby-value">:type</span>] <span class="ruby-operator">||=</span> <span class="ruby-string">"text"</span>
<span class="ruby-identifier">tag</span>(<span class="ruby-string">"input"</span>, <span class="ruby-identifier">options</span>)
<span class="ruby-keyword">end</span></pre>
</div><!-- text_field-source -->
</div>
</div><!-- text_field-method -->
</section><!-- public-instance-method-details -->
</section><!-- 5Buntitled-5D -->
</div><!-- documentation -->
<footer id="validator-badges">
<p><a href="http://validator.w3.org/check/referer">[Validate]</a>
<p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
<p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
</footer>
| progressions/ymdp | doc/YMDP/FormTagHelper.html | HTML | mit | 10,635 |
<!DOCTYPE html>
<!--[if IE 8]> <html class="ie ie8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Smarty - Multipurpose + Admin</title>
<meta name="keywords" content="HTML5,CSS3,Template" />
<meta name="description" content="" />
<meta name="Author" content="Dorin Grigoras [www.stepofweb.com]" />
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<!-- WEB FONTS : use %7C instead of | (pipe) -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400%7CRaleway:300,400,500,600,700%7CLato:300,400,400italic,600,700" rel="stylesheet" type="text/css" />
<!-- CORE CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- REVOLUTION SLIDER -->
<link href="assets/plugins/slider.revolution/css/extralayers.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/slider.revolution/css/settings.css" rel="stylesheet" type="text/css" />
<!-- THEME CSS -->
<link href="assets/css/essentials.css" rel="stylesheet" type="text/css" />
<link href="assets/css/layout.css" rel="stylesheet" type="text/css" />
<link href="assets/css/thematics-restaurant.css" rel="stylesheet" type="text/css" />
<!-- PAGE LEVEL SCRIPTS -->
<link href="assets/css/header-1.css" rel="stylesheet" type="text/css" />
<link href="assets/css/color_scheme/brown.css" rel="stylesheet" type="text/css" id="color_scheme" />
</head>
<!--
AVAILABLE BODY CLASSES:
smoothscroll = create a browser smooth scroll
enable-animation = enable WOW animations
bg-grey = grey background
grain-grey = grey grain background
grain-blue = blue grain background
grain-green = green grain background
grain-blue = blue grain background
grain-orange = orange grain background
grain-yellow = yellow grain background
boxed = boxed layout
pattern1 ... patern11 = pattern background
menu-vertical-hide = hidden, open on click
BACKGROUND IMAGE [together with .boxed class]
data-background="assets/images/boxed_background/1.jpg"
-->
<body class="smoothscroll enable-animation">
<!-- SLIDE TOP -->
<div id="slidetop">
<div class="container">
<div class="row">
<div class="col-md-4">
<h6><i class="icon-heart"></i> WHY SMARTY?</h6>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus nulla, commodo a sodales sed, dignissim pretium nunc. Nam et lacus neque. Ut enim massa, sodales tempor convallis et, iaculis ac massa. </p>
</div>
<div class="col-md-4">
<h6><i class="icon-attachment"></i> RECENTLY VISITED</h6>
<ul class="list-unstyled">
<li><a href="#"><i class="fa fa-angle-right"></i> Consectetur adipiscing elit amet</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> This is a very long text, very very very very very very very very very very very very </a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Lorem ipsum dolor sit amet</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Dolor sit amet,consectetur adipiscing elit amet</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Consectetur adipiscing elit amet,consectetur adipiscing elit</a></li>
</ul>
</div>
<div class="col-md-4">
<h6><i class="icon-envelope"></i> CONTACT INFO</h6>
<ul class="list-unstyled">
<li><b>Address:</b> PO Box 21132, Here Weare St, <br /> Melbourne, Vivas 2355 Australia</li>
<li><b>Phone:</b> 1-800-565-2390</li>
<li><b>Email:</b> <a href="mailto:support@yourname.com">support@yourname.com</a></li>
</ul>
</div>
</div>
</div>
<a class="slidetop-toggle" href="#"><!-- toggle button --></a>
</div>
<!-- /SLIDE TOP -->
<!-- wrapper -->
<div id="wrapper">
<!--
AVAILABLE HEADER CLASSES
Default nav height: 96px
.header-md = 70px nav height
.header-sm = 60px nav height
.noborder = remove bottom border (only with transparent use)
.transparent = transparent header
.translucent = translucent header
.sticky = sticky header
.static = static header
.dark = dark header
.bottom = header on bottom
shadow-before-1 = shadow 1 header top
shadow-after-1 = shadow 1 header bottom
shadow-before-2 = shadow 2 header top
shadow-after-2 = shadow 2 header bottom
shadow-before-3 = shadow 3 header top
shadow-after-3 = shadow 3 header bottom
.clearfix = required for mobile menu, do not remove!
Example Usage: class="clearfix sticky header-sm transparent noborder"
-->
<div id="header" class="sticky bottom dark header-md clearfix">
<!-- TOP NAV -->
<header id="topNav">
<div class="container">
<!-- Mobile Menu Button -->
<button class="btn btn-mobile" data-toggle="collapse" data-target=".nav-main-collapse">
<i class="fa fa-bars"></i>
</button>
<!-- BUTTONS -->
<ul class="pull-right nav nav-pills nav-second-main">
<!-- SEARCH -->
<li class="search">
<a href="javascript:;">
<i class="fa fa-search"></i>
</a>
<div class="search-box">
<form action="page-search-result-1.html" method="get">
<div class="input-group">
<input type="text" name="src" placeholder="Search" class="form-control" />
<span class="input-group-btn">
<button class="btn btn-primary" type="submit">Search</button>
</span>
</div>
</form>
</div>
</li>
<!-- /SEARCH -->
<!-- QUICK SHOP CART -->
<li class="quick-cart">
<a href="#">
<span class="badge badge-aqua btn-xs badge-corner">2</span>
<i class="fa fa-shopping-cart"></i>
</a>
<div class="quick-cart-box">
<h4>Shop Cart</h4>
<div class="quick-cart-wrapper">
<a href="#"><!-- cart item -->
<img src="assets/images/demo/people/300x300/4-min.jpg" width="45" height="45" alt="" />
<h6><span>2x</span> RED BAG WITH HUGE POCKETS</h6>
<small>$37.21</small>
</a><!-- /cart item -->
<a href="#"><!-- cart item -->
<img src="assets/images/demo/people/300x300/5-min.jpg" width="45" height="45" alt="" />
<h6><span>2x</span> THIS IS A VERY LONG TEXT AND WILL BE TRUNCATED</h6>
<small>$17.18</small>
</a><!-- /cart item -->
<!-- cart no items example -->
<!--
<a class="text-center" href="#">
<h6>0 ITEMS ON YOUR CART</h6>
</a>
-->
</div>
<!-- quick cart footer -->
<div class="quick-cart-footer clearfix">
<a href="shop-cart.html" class="btn btn-primary btn-xs pull-right">VIEW CART</a>
<span class="pull-left"><strong>TOTAL:</strong> $54.39</span>
</div>
<!-- /quick cart footer -->
</div>
</li>
<!-- /QUICK SHOP CART -->
</ul>
<!-- /BUTTONS -->
<!-- Logo -->
<a class="logo pull-left" href="index.html">
<img src="assets/images/logo_light.png" alt="" />
</a>
<!--
Top Nav
AVAILABLE CLASSES:
submenu-dark = dark sub menu
-->
<div class="navbar-collapse pull-right nav-main-collapse collapse submenu-dark">
<nav class="nav-main">
<!--
NOTE
For a regular link, remove "dropdown" class from LI tag and "dropdown-toggle" class from the href.
Direct Link Example:
<li>
<a href="#">HOME</a>
</li>
-->
<ul id="topMain" class="nav nav-pills nav-main">
<li class="dropdown active"><!-- HOME -->
<a class="dropdown-toggle" href="#">
HOME
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME CORPORATE
</a>
<ul class="dropdown-menu">
<li><a href="index-corporate-1.html">CORPORATE LAYOUT 1</a></li>
<li><a href="index-corporate-2.html">CORPORATE LAYOUT 2</a></li>
<li><a href="index-corporate-3.html">CORPORATE LAYOUT 3</a></li>
<li><a href="index-corporate-4.html">CORPORATE LAYOUT 4</a></li>
<li><a href="index-corporate-5.html">CORPORATE LAYOUT 5</a></li>
<li><a href="index-corporate-6.html">CORPORATE LAYOUT 6</a></li>
<li><a href="index-corporate-7.html">CORPORATE LAYOUT 7</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME PORTFOLIO
</a>
<ul class="dropdown-menu">
<li><a href="index-portfolio-1.html">PORTFOLIO LAYOUT 1</a></li>
<li><a href="index-portfolio-2.html">PORTFOLIO LAYOUT 2</a></li>
<li><a href="index-portfolio-masonry.html">PORTFOLIO MASONRY</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME BLOG
</a>
<ul class="dropdown-menu">
<li><a href="index-blog-1.html">BLOG LAYOUT 1</a></li>
<li><a href="index-blog-2.html">BLOG LAYOUT 2</a></li>
<li><a href="index-blog-3.html">BLOG LAYOUT 3</a></li>
<li><a href="index-blog-4.html">BLOG LAYOUT 4</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME SHOP
</a>
<ul class="dropdown-menu">
<li><a href="index-shop-1.html">SHOP LAYOUT 1</a></li>
<li><a href="index-shop-2.html">SHOP LAYOUT 2</a></li>
<li><a href="index-shop-3.html">SHOP LAYOUT 3</a></li>
<li><a href="index-shop-4.html">SHOP LAYOUT 4</a></li>
<li><a href="index-shop-5.html">SHOP LAYOUT 5</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME MAGAZINE
</a>
<ul class="dropdown-menu">
<li><a href="index-magazine-1.html">MAGAZINE LAYOUT 1</a></li>
<li><a href="index-magazine-2.html">MAGAZINE LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME LANDING PAGE
</a>
<ul class="dropdown-menu">
<li><a href="index-landing-1.html">LANDING PAGE LAYOUT 1</a></li>
<li><a href="index-landing-2.html">LANDING PAGE LAYOUT 2</a></li>
<li><a href="index-landing-3.html">LANDING PAGE LAYOUT 3</a></li>
<li><a href="index-landing-4.html">LANDING PAGE LAYOUT 4</a></li>
<li><a href="index-landing-5.html">LANDING PAGE LAYOUT 5</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME FULLSCREEN
</a>
<ul class="dropdown-menu">
<li><a href="index-fullscreen-revolution.html">FULLSCREEN - REVOLUTION</a></li>
<li><a href="index-fullscreen-youtube.html">FULLSCREEN - YOUTUBE</a></li>
<li><a href="index-fullscreen-local-video.html">FULLSCREEN - LOCAL VIDEO</a></li>
<li><a href="index-fullscreen-image.html">FULLSCREEN - IMAGE</a></li>
<li><a href="index-fullscreen-txt-rotator.html">FULLSCREEN - TEXT ROTATOR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
HOME ONE PAGE
</a>
<ul class="dropdown-menu">
<li><a href="index-onepage-default.html">ONE PAGE - DEFAULT</a></li>
<li><a href="index-onepage-revolution.html">ONE PAGE - REVOLUTION</a></li>
<li><a href="index-onepage-image.html">ONE PAGE - IMAGE</a></li>
<li><a href="index-onepage-parallax.html">ONE PAGE - PARALLAX</a></li>
<li><a href="index-onepage-youtube.html">ONE PAGE - YOUTUBE</a></li>
<li><a href="index-onepage-text-rotator.html">ONE PAGE - TEXT ROTATOR</a></li>
<li><a href="start.html#onepage"><span class="label label-success pull-right">new</span> MORE LAYOUTS</a></li>
</ul>
</li>
<li class="divider"></li>
<li class="dropdown active">
<a class="dropdown-toggle" href="#">
HOME - THEMATICS <i class="fa fa-heart margin-left-10"></i>
</a>
<ul class="dropdown-menu">
<li><a href="index-thematics-restaurant.html">HOME - RESTAURANT</a></li>
<li><a href="index-thematics-education.html">HOME - EDUCATION</a></li>
<li><a href="index-thematics-construction.html">HOME - CONSTRUCTION</a></li>
<li><a href="index-thematics-medical.html">HOME - MEDICAL</a></li>
<li><a href="index-thematics-church.html">HOME - CHURCH</a></li>
<li class="active"><a href="index-thematics-fashion.html">HOME - FASHION</a></li>
<li><a href="index-thematics-wedding.html">HOME - WEDDING</a></li>
<li><a href="index-thematics-events.html">HOME - EVENTS</a></li>
<li><a href="http://www.stepofweb.com/propose-design.html" data-toggle="tooltip" data-placement="top" title="Do you need a specific home design? We can include it in the next update!" target="_blank"><span class="label label-danger pull-right">hot</span> PROPOSE THEMATIC</a></li>
</ul>
</li>
<li class="divider"></li>
<li><a href="start.html#newrevslider" data-toggle="tooltip" data-placement="top" title="32 More Revolution Slider V5"><span class="label label-danger pull-right">new</span> 32 MORE LAYOUTS</a></li>
<li class="divider"></li>
<li><a href="index-simple-revolution.html">HOME SIMPLE - REVOLUTION</a></li>
<li><a href="index-simple-layerslider.html">HOME SIMPLE - LAYERSLIDER</a></li>
<li><a href="index-simple-parallax.html">HOME SIMPLE - PARALLAX</a></li>
<li><a href="index-simple-youtube.html">HOME SIMPLE - YOUTUBE</a></li>
</ul>
</li>
<li class="dropdown"><!-- PAGES -->
<a class="dropdown-toggle" href="#">
PAGES
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
ABOUT
</a>
<ul class="dropdown-menu">
<li><a href="page-about-us-1.html">ABOUT US - LAYOUT 1</a></li>
<li><a href="page-about-us-2.html">ABOUT US - LAYOUT 2</a></li>
<li><a href="page-about-us-3.html">ABOUT US - LAYOUT 3</a></li>
<li><a href="page-about-us-4.html">ABOUT US - LAYOUT 4</a></li>
<li><a href="page-about-us-5.html">ABOUT US - LAYOUT 5</a></li>
<li><a href="page-about-me-1.html">ABOUT ME - LAYOUT 1</a></li>
<li><a href="page-about-me-2.html">ABOUT ME - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
TEAM
</a>
<ul class="dropdown-menu">
<li><a href="page-team-1.html">TEAM - LAYOUT 1</a></li>
<li><a href="page-team-2.html">TEAM - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SERVICES
</a>
<ul class="dropdown-menu">
<li><a href="page-services-1.html">SERVICES - LAYOUT 1</a></li>
<li><a href="page-services-2.html">SERVICES - LAYOUT 2</a></li>
<li><a href="page-services-3.html">SERVICES - LAYOUT 3</a></li>
<li><a href="page-services-4.html">SERVICES - LAYOUT 4</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
FAQ
</a>
<ul class="dropdown-menu">
<li><a href="page-faq-1.html">FAQ - LAYOUT 1</a></li>
<li><a href="page-faq-2.html">FAQ - LAYOUT 2</a></li>
<li><a href="page-faq-3.html">FAQ - LAYOUT 3</a></li>
<li><a href="page-faq-4.html">FAQ - LAYOUT 4</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
CONTACT
</a>
<ul class="dropdown-menu">
<li><a href="page-contact-1.html">CONTACT - LAYOUT 1</a></li>
<li><a href="page-contact-2.html">CONTACT - LAYOUT 2</a></li>
<li><a href="page-contact-3.html">CONTACT - LAYOUT 3</a></li>
<li><a href="page-contact-4.html">CONTACT - LAYOUT 4</a></li>
<li><a href="page-contact-5.html">CONTACT - LAYOUT 5</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
ERROR
</a>
<ul class="dropdown-menu">
<li><a href="page-404-1.html">ERROR 404 - LAYOUT 1</a></li>
<li><a href="page-404-2.html">ERROR 404 - LAYOUT 2</a></li>
<li><a href="page-404-3.html">ERROR 404 - LAYOUT 3</a></li>
<li><a href="page-404-4.html">ERROR 404 - LAYOUT 4</a></li>
<li><a href="page-404-5.html">ERROR 404 - LAYOUT 5</a></li>
<li><a href="page-404-6.html">ERROR 404 - LAYOUT 6</a></li>
<li><a href="page-404-7.html">ERROR 404 - LAYOUT 7</a></li>
<li><a href="page-404-8.html">ERROR 404 - LAYOUT 8</a></li>
<li class="divider"></li>
<li><a href="page-500-1.html">ERROR 500 - LAYOUT 1</a></li>
<li><a href="page-500-2.html">ERROR 500 - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SIDEBAR
</a>
<ul class="dropdown-menu">
<li><a href="page-sidebar-left.html">SIDEBAR LEFT</a></li>
<li><a href="page-sidebar-right.html">SIDEBAR RIGHT</a></li>
<li><a href="page-sidebar-both.html">SIDEBAR BOTH</a></li>
<li><a href="page-sidebar-no.html">NO SIDEBAR</a></li>
<li class="divider"></li>
<li><a href="page-sidebar-dark-left.html">SIDEBAR LEFT - DARK</a></li>
<li><a href="page-sidebar-dark-right.html">SIDEBAR RIGHT - DARK</a></li>
<li><a href="page-sidebar-dark-both.html">SIDEBAR BOTH - DARK</a></li>
<li><a href="page-sidebar-dark-no.html">NO SIDEBAR - DARK</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
LOGIN/REGISTER
</a>
<ul class="dropdown-menu">
<li><a href="page-login-1.html">LOGIN - LAYOUT 1</a></li>
<li><a href="page-login-2.html">LOGIN - LAYOUT 2</a></li>
<li><a href="page-login-3.html">LOGIN - LAYOUT 3</a></li>
<li><a href="page-login-4.html">LOGIN - LAYOUT 4</a></li>
<li><a href="page-login-5.html">LOGIN - LAYOUT 5</a></li>
<li><a href="page-login-register-1.html">LOGIN + REGISTER 1</a></li>
<li><a href="page-login-register-2.html">LOGIN + REGISTER 2</a></li>
<li><a href="page-login-register-3.html">LOGIN + REGISTER 3</a></li>
<li><a href="page-register-1.html">REGISTER - LAYOUT 1</a></li>
<li><a href="page-register-2.html">REGISTER - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
CLIENTS
</a>
<ul class="dropdown-menu">
<li><a href="page-clients-1.html">CLIENTS 1 - SIDEBAR RIGHT</a></li>
<li><a href="page-clients-2.html">CLIENTS 1 - SIDEBAR LEFT</a></li>
<li><a href="page-clients-3.html">CLIENTS 1 - FULLWIDTH</a></li>
<li class="divider"></li>
<li><a href="page-clients-4.html">CLIENTS 2 - SIDEBAR RIGHT</a></li>
<li><a href="page-clients-5.html">CLIENTS 2 - SIDEBAR LEFT</a></li>
<li><a href="page-clients-6.html">CLIENTS 2 - FULLWIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SEARCH RESULT
</a>
<ul class="dropdown-menu">
<li><a href="page-search-result-1.html">LAYOUT 1 - LEFT SIDEBAR</a></li>
<li><a href="page-search-result-2.html">LAYOUT 1 - RIGHT SIDEBAR</a></li>
<li><a href="page-search-result-3.html">LAYOUT 1 - FULLWIDTH</a></li>
<li class="divider"></li>
<li><a href="page-search-result-4.html">LAYOUT 2 - LEFT SIDEBAR</a></li>
<li><a href="page-search-result-5.html">LAYOUT 2 - RIGHT SIDEBAR</a></li>
<li class="divider"></li>
<li><a href="page-search-result-6.html">LAYOUT 3 - TABLE SEARCH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
PROFILE
</a>
<ul class="dropdown-menu">
<li><a href="page-profile.html">USER PROFILE</a></li>
<li><a href="page-profile-projects.html">USER PROJECTS</a></li>
<li><a href="page-profile-comments.html">USER COMMENTS</a></li>
<li><a href="page-profile-history.html">USER HISTORY</a></li>
<li><a href="page-profile-settings.html">USER SETTINGS</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
MAINTENANCE
</a>
<ul class="dropdown-menu">
<li><a href="page-maintenance-1.html">MAINTENANCE - LAYOUT 1</a></li>
<li><a href="page-maintenance-2.html">MAINTENANCE - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
COMING SOON
</a>
<ul class="dropdown-menu">
<li><a href="page-coming-soon-1.html">COMING SOON - LAYOUT 1</a></li>
<li><a href="page-coming-soon-2.html">COMING SOON - LAYOUT 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
FORUM
</a>
<ul class="dropdown-menu">
<li><a href="page-forum-home.html">FORUM - HOME</a></li>
<li><a href="page-forum-topic.html">FORUM - TOPIC</a></li>
<li><a href="page-forum-post.html">FORUM - POST</a></li>
</ul>
</li>
<li><a href="page-careers.html">CAREERS</a></li>
<li><a href="page-sitemap.html">SITEMAP</a></li>
<li><a href="page-blank.html">BLANK PAGE</a></li>
</ul>
</li>
<li class="dropdown"><!-- FEATURES -->
<a class="dropdown-toggle" href="#">
FEATURES
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-browser"></i> SLIDERS
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-toggle" href="#">REVOLUTION SLIDER 4.x</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-revolution-fullscreen.html">FULLSCREEN</a></li>
<li><a href="feature-slider-revolution-fullwidth.html">FULL WIDTH</a></li>
<li><a href="feature-slider-revolution-fixedwidth.html">FIXED WIDTH</a></li>
<li><a href="feature-slider-revolution-kenburns.html">KENBURNS EFFECT</a></li>
<li><a href="feature-slider-revolution-videobg.html">HTML5 VIDEO</a></li>
<li><a href="feature-slider-revolution-captions.html">CAPTIONS</a></li>
<li><a href="feature-slider-revolution-smthumb.html">THUMB SMALL</a></li>
<li><a href="feature-slider-revolution-lgthumb.html">THUMB LARGE</a></li>
<li class="divider"></li>
<li><a href="feature-slider-revolution-prev1.html">NAV PREVIEW 1</a></li>
<li><a href="feature-slider-revolution-prev2.html">NAV PREVIEW 2</a></li>
<li><a href="feature-slider-revolution-prev3.html">NAV PREVIEW 3</a></li>
<li><a href="feature-slider-revolution-prev4.html">NAV PREVIEW 4</a></li>
<li><a href="feature-slider-revolution-prev0.html">NAV THEME DEFAULT</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">LAYER SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-layer-fullwidth.html">FULLWIDTH</a></li>
<li><a href="feature-slider-layer-fixed.html">FIXED WIDTH</a></li>
<li><a href="feature-slider-layer-captions.html">CAPTIONS</a></li>
<li><a href="feature-slider-layer-carousel.html">CAROUSEL</a></li>
<li><a href="feature-slider-layer-2d3d.html">2D & 3D TRANSITIONS</a></li>
<li><a href="feature-slider-layer-thumb.html">THUMB NAV</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">FLEX SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-flexslider-fullwidth.html">FULL WIDTH</a></li>
<li><a href="feature-slider-flexslider-content.html">CONTENT</a></li>
<li><a href="feature-slider-flexslider-thumbs.html">WITH THUMBS</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">OWL SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-owl-fullwidth.html">FULL WIDTH</a></li>
<li><a href="feature-slider-owl-fixed.html">FIXED WIDTH</a></li>
<li><a href="feature-slider-owl-fixed+progress.html">FIXED + PROGRESS</a></li>
<li><a href="feature-slider-owl-carousel.html">BASIC CAROUSEL</a></li>
<li><a href="feature-slider-owl-fade.html">EFFECT - FADE</a></li>
<li><a href="feature-slider-owl-backslide.html">EFFECT - BACKSLIDE</a></li>
<li><a href="feature-slider-owl-godown.html">EFFECT - GODOWN</a></li>
<li><a href="feature-slider-owl-fadeup.html">EFFECT - FADE UP</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">SWIPE SLIDER</a>
<ul class="dropdown-menu">
<li><a href="feature-slider-swipe-full.html">FULLSCREEN</a></li>
<li><a href="feature-slider-swipe-fixed-height.html">FIXED HEIGHT</a></li>
<li><a href="feature-slider-swipe-autoplay.html">AUTOPLAY</a></li>
<li><a href="feature-slider-swipe-fade.html">FADE TRANSITION</a></li>
<li><a href="feature-slider-swipe-slide.html">SLIDE TRANSITION</a></li>
<li><a href="feature-slider-swipe-coverflow.html">COVERFLOW TRANSITION</a></li>
<li><a href="feature-slider-swipe-html5-video.html">HTML5 VIDEO</a></li>
<li><a href="feature-slider-swipe-3columns.html">3 COLUMNS</a></li>
<li><a href="feature-slider-swipe-4columns.html">4 COLUMNS</a></li>
</ul>
</li>
<li><a href="feature-slider-nivo.html">NIVO SLIDER</a></li>
<li><a href="feature-slider-camera.html">CAMERA SLIDER</a></li>
<li><a href="feature-slider-elastic.html">ELASTIC SLIDER</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-hotairballoon"></i> HEADERS
</a>
<ul class="dropdown-menu">
<li><a href="feature-header-light.html">HEADER - LIGHT</a></li>
<li><a href="feature-header-dark.html">HEADER - DARK</a></li>
<li>
<a class="dropdown-toggle" href="#">HEADER - HEIGHT</a>
<ul class="dropdown-menu">
<li><a href="feature-header-large.html">LARGE (96px)</a></li>
<li><a href="feature-header-medium.html">MEDIUM (70px)</a></li>
<li><a href="feature-header-small.html">SMALL (60px)</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - SHADOW</a>
<ul class="dropdown-menu">
<li><a href="feature-header-shadow-after-1.html">SHADOW 1 - AFTER</a></li>
<li><a href="feature-header-shadow-before-1.html">SHADOW 1 - BEFORE</a></li>
<li class="divider"></li>
<li><a href="feature-header-shadow-after-2.html">SHADOW 2 - AFTER</a></li>
<li><a href="feature-header-shadow-before-2.html">SHADOW 2 - BEFORE</a></li>
<li class="divider"></li>
<li><a href="feature-header-shadow-after-3.html">SHADOW 3 - AFTER</a></li>
<li><a href="feature-header-shadow-before-3.html">SHADOW 3 - BEFORE</a></li>
<li class="divider"></li>
<li><a href="feature-header-shadow-dark-1.html">SHADOW - DARK PAGE EXAMPLE</a></li>
</ul>
</li>
<li><a href="feature-header-transparent.html">HEADER - TRANSPARENT</a></li>
<li><a href="feature-header-transparent-line.html">HEADER - TRANSP+LINE</a></li>
<li><a href="feature-header-translucent.html">HEADER - TRANSLUCENT</a></li>
<li>
<a class="dropdown-toggle" href="#">HEADER - BOTTOM</a>
<ul class="dropdown-menu">
<li><a href="feature-header-bottom-light.html">BOTTOM LIGHT</a></li>
<li><a href="feature-header-bottom-dark.html">BOTTOM DARK</a></li>
<li><a href="feature-header-bottom-transp.html">BOTTOM TRANSPARENT</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - LEFT SIDE</a>
<ul class="dropdown-menu">
<li><a href="feature-header-side-left-1.html">FIXED</a></li>
<li><a href="feature-header-side-left-2.html">OPEN ON CLICK</a></li>
<li><a href="feature-header-side-left-3.html">DARK</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - RIGHT SIDE</a>
<ul class="dropdown-menu">
<li><a href="feature-header-side-right-1.html">FIXED</a></li>
<li><a href="feature-header-side-right-2.html">OPEN ON CLICK</a></li>
<li><a href="feature-header-side-right-3.html">DARK</a></li>
</ul>
</li>
<li>
<a class="dropdown-toggle" href="#">HEADER - STATIC</a>
<ul class="dropdown-menu">
<li><a href="feature-header-static-top-light.html">STATIC TOP - LIGHT</a></li>
<li><a href="feature-header-static-top-dark.html">STATIC TOP - DARK</a></li>
<li class="divider"></li>
<li><a href="feature-header-static-bottom-light.html">STATIC BOTTOM - LIGHT</a></li>
<li><a href="feature-header-static-bottom-dark.html">STATIC BOTTOM - DARK</a></li>
</ul>
</li>
<li><a href="feature-header-nosticky.html">HEADER - NO STICKY</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-anchor"></i> FOOTERS
</a>
<ul class="dropdown-menu">
<li><a href="feature-footer-1.html#footer">FOOTER - LAYOUT 1</a></li>
<li><a href="feature-footer-2.html#footer">FOOTER - LAYOUT 2</a></li>
<li><a href="feature-footer-3.html#footer">FOOTER - LAYOUT 3</a></li>
<li><a href="feature-footer-4.html#footer">FOOTER - LAYOUT 4</a></li>
<li><a href="feature-footer-5.html#footer">FOOTER - LAYOUT 5</a></li>
<li><a href="feature-footer-6.html#footer">FOOTER - LAYOUT 6</a></li>
<li><a href="feature-footer-7.html#footer">FOOTER - LAYOUT 7</a></li>
<li><a href="feature-footer-8.html#footer">FOOTER - LAYOUT 8 (light)</a></li>
<li><a href="feature-footer-0.html#footer">FOOTER - STICKY</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-circle-compass"></i> MENU STYLES
</a>
<ul class="dropdown-menu">
<li><a href="feature-menu-0.html">MENU - OVERLAY</a></li>
<li><a href="feature-menu-1.html">MENU - STYLE 1</a></li>
<li><a href="feature-menu-2.html">MENU - STYLE 2</a></li>
<li><a href="feature-menu-3.html">MENU - STYLE 3</a></li>
<li><a href="feature-menu-4.html">MENU - STYLE 4</a></li>
<li><a href="feature-menu-5.html">MENU - STYLE 5</a></li>
<li><a href="feature-menu-6.html">MENU - STYLE 6</a></li>
<li><a href="feature-menu-7.html">MENU - STYLE 7</a></li>
<li><a href="feature-menu-8.html">MENU - STYLE 8</a></li>
<li><a href="feature-menu-9.html">MENU - STYLE 9</a></li>
<li><a href="feature-menu-10.html">MENU - STYLE 10</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-genius"></i> MENU DROPDOWN
</a>
<ul class="dropdown-menu">
<li><a href="feature-menu-dd-light.html">DROPDOWN - LIGHT</a></li>
<li><a href="feature-menu-dd-dark.html">DROPDOWN - DARK</a></li>
<li><a href="feature-menu-dd-color.html">DROPDOWN - COLOR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-beaker"></i> PAGE TITLES
</a>
<ul class="dropdown-menu">
<li><a href="feature-title-left.html">ALIGN LEFT</a></li>
<li><a href="feature-title-right.html">ALIGN RIGHT</a></li>
<li><a href="feature-title-center.html">ALIGN CENTER</a></li>
<li><a href="feature-title-light.html">LIGHT</a></li>
<li><a href="feature-title-dark.html">DARK</a></li>
<li><a href="feature-title-tabs.html">WITH TABS</a></li>
<li><a href="feature-title-breadcrumbs.html">BREADCRUMBS ONLY</a></li>
<li>
<a class="dropdown-toggle" href="#">PARALLAX</a>
<ul class="dropdown-menu">
<li><a href="feature-title-parallax-small.html">PARALLAX SMALL</a></li>
<li><a href="feature-title-parallax-medium.html">PARALLAX MEDIUM</a></li>
<li><a href="feature-title-parallax-large.html">PARALLAX LARGE</a></li>
<li><a href="feature-title-parallax-2xlarge.html">PARALLAX 2x LARGE</a></li>
<li><a href="feature-title-parallax-transp.html">TRANSPARENT HEADER</a></li>
<li><a href="feature-title-parallax-transp-large.html">TRANSPARENT HEADER - LARGE</a></li>
</ul>
</li>
<li><a href="feature-title-short-height.html">SHORT HEIGHT</a></li>
<li><a href="feature-title-rotative-text.html">ROTATIVE TEXT</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-layers"></i> PAGE SUBMENU
</a>
<ul class="dropdown-menu">
<li><a href="feature-page-submenu-light.html">PAGE SUBMENU - LIGHT</a></li>
<li><a href="feature-page-submenu-dark.html">PAGE SUBMENU - DARK</a></li>
<li><a href="feature-page-submenu-color.html">PAGE SUBMENU - COLOR</a></li>
<li><a href="feature-page-submenu-transparent.html">PAGE SUBMENU - TRANSPARENT</a></li>
<li><a href="feature-page-submenu-below-title.html">PAGE SUBMENU - BELOW PAGE TITLE</a></li>
<li><a href="feature-page-submenu-scrollto.html">PAGE SUBMENU - SCROLLTO</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-trophy"></i> ICONS
</a>
<ul class="dropdown-menu">
<li><a href="feature-icons-fontawesome.html">FONTAWESOME</a></li>
<li><a href="feature-icons-glyphicons.html">GLYPHICONS</a></li>
<li><a href="feature-icons-etline.html">ET LINE</a></li>
<li><a href="feature-icons-flags.html">FLAGS</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-flag"></i> BACKGROUNDS
</a>
<ul class="dropdown-menu">
<li><a href="feature-content-bg-grey.html">CONTENT - SIMPLE GREY</a></li>
<li><a href="feature-content-bg-ggrey.html">CONTENT - GRAIN GREY</a></li>
<li><a href="feature-content-bg-gblue.html">CONTENT - GRAIN BLUE</a></li>
<li><a href="feature-content-bg-ggreen.html">CONTENT - GRAIN GREEN</a></li>
<li><a href="feature-content-bg-gorange.html">CONTENT - GRAIN ORANGE</a></li>
<li><a href="feature-content-bg-gyellow.html">CONTENT - GRAIN YELLOW</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-magnifying-glass"></i> SEARCH LAYOUTS
</a>
<ul class="dropdown-menu">
<li><a href="feature-search-default.html">SEARCH - DEFAULT</a></li>
<li><a href="feature-search-fullscreen-light.html">SEARCH - FULLSCREEN LIGHT</a></li>
<li><a href="feature-search-fullscreen-dark.html">SEARCH - FULLSCREEN DARK</a></li>
<li><a href="feature-search-header-light.html">SEARCH - HEADER LIGHT</a></li>
<li><a href="feature-search-header-dark.html">SEARCH - HEADER DARK</a></li>
</ul>
</li>
<li><a href="shortcode-animations.html"><i class="et-expand"></i> ANIMATIONS</a></li>
<li><a href="feature-grid.html"><i class="et-grid"></i> GRID</a></li>
<li><a href="feature-essentials.html"><i class="et-heart"></i> ESSENTIALS</a></li>
<li><a href="page-changelog.html"><i class="et-alarmclock"></i> CHANGELOG</a></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
<i class="et-newspaper"></i> SIDE PANEL
</a>
<ul class="dropdown-menu">
<li><a href="feature-sidepanel-dark-right.html">SIDE PANEL - DARK - RIGHT</a></li>
<li><a href="feature-sidepanel-dark-left.html">SIDE PANEL - DARK - LEFT</a></li>
<li class="divider"></li>
<li><a href="feature-sidepanel-light-right.html">SIDE PANEL - LIGHT - RIGHT</a></li>
<li><a href="feature-sidepanel-light-left.html">SIDE PANEL - LIGHT - LEFT</a></li>
<li class="divider"></li>
<li><a href="feature-sidepanel-color-right.html">SIDE PANEL - COLOR - RIGHT</a></li>
<li><a href="feature-sidepanel-color-left.html">SIDE PANEL - COLOR - LEFT</a></li>
</ul>
</li>
<li><a target="_blank" href="../Admin/HTML/"><span class="label label-success pull-right">BONUS</span><i class="et-gears"></i> ADMIN PANEL</a></li>
</ul>
</li>
<li class="dropdown mega-menu"><!-- PORTFOLIO -->
<a class="dropdown-toggle" href="#">
PORTFOLIO
</a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>GRID</span></li>
<li><a href="portfolio-grid-1-columns.html">1 COLUMN</a></li>
<li><a href="portfolio-grid-2-columns.html">2 COLUMNS</a></li>
<li><a href="portfolio-grid-3-columns.html">3 COLUMNS</a></li>
<li><a href="portfolio-grid-4-columns.html">4 COLUMNS</a></li>
<li><a href="portfolio-grid-5-columns.html">5 COLUMNS</a></li>
<li><a href="portfolio-grid-6-columns.html">6 COLUMNS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>MASONRY</span></li>
<li><a href="portfolio-masonry-2-columns.html">2 COLUMNS</a></li>
<li><a href="portfolio-masonry-3-columns.html">3 COLUMNS</a></li>
<li><a href="portfolio-masonry-4-columns.html">4 COLUMNS</a></li>
<li><a href="portfolio-masonry-5-columns.html">5 COLUMNS</a></li>
<li><a href="portfolio-masonry-6-columns.html">6 COLUMNS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>SINGLE</span></li>
<li><a href="portfolio-single-extended.html">EXTENDED ITEM</a></li>
<li><a href="portfolio-single-parallax.html">PARALLAX IMAGE</a></li>
<li><a href="portfolio-single-slider.html">SLIDER GALLERY</a></li>
<li><a href="portfolio-single-html5-video.html">HTML5 VIDEO</a></li>
<li><a href="portfolio-single-masonry-thumbs.html">MASONRY THUMBS</a></li>
<li><a href="portfolio-single-embed-video.html">EMBED VIDEO</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>LAYOUT</span></li>
<li><a href="portfolio-layout-default.html">DEFAULT</a></li>
<li><a href="portfolio-layout-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="portfolio-layout-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="portfolio-layout-aside-both.html">BOTH SIDEBAR</a></li>
<li><a href="portfolio-layout-fullwidth.html">FULL WIDTH (100%)</a></li>
<li><a href="portfolio-layout-tabfilter.html">TAB FILTER & PAGINATION</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><span>LOADING</span></li>
<li><a href="portfolio-loading-pagination.html">PAGINATION</a></li>
<li><a href="portfolio-loading-jpagination.html">JQUERY PAGINATION</a></li>
<li><a href="portfolio-loading-infinite-scroll.html">INFINITE SCROLL</a></li>
<li><a href="portfolio-loading-ajax-page.html">AJAX IN PAGE</a></li>
<li><a href="portfolio-loading-ajax-modal.html">AJAX IN MODAL</a></li>
</ul>
</div>
</div>
</li>
</ul>
</li>
<li class="dropdown"><!-- BLOG -->
<a class="dropdown-toggle" href="#">
BLOG
</a>
<ul class="dropdown-menu">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
DEFAULT
</a>
<ul class="dropdown-menu">
<li><a href="blog-default-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-default-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-default-aside-both.html">BOTH SIDEBAR</a></li>
<li><a href="blog-default-fullwidth.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
GRID
</a>
<ul class="dropdown-menu">
<li><a href="blog-column-2colums.html">2 COLUMNS</a></li>
<li><a href="blog-column-3colums.html">3 COLUMNS</a></li>
<li><a href="blog-column-4colums.html">4 COLUMNS</a></li>
<li class="divider"></li>
<li><a href="blog-column-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-column-aside-right.html">RIGHT SIDEBAR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
MASONRY
</a>
<ul class="dropdown-menu">
<li><a href="blog-masonry-2colums.html">2 COLUMNS</a></li>
<li><a href="blog-masonry-3colums.html">3 COLUMNS</a></li>
<li><a href="blog-masonry-4colums.html">4 COLUMNS</a></li>
<li><a href="blog-masonry-fullwidth.html">FULLWIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
TIMELINE
</a>
<ul class="dropdown-menu">
<li><a href="blog-timeline-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-timeline-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-timeline-right-aside-right.html">RIGHT + TIMELINE RIGHT</a></li>
<li><a href="blog-timeline-right-aside-left.html">LEFT + TIMELINE RIGHT</a></li>
<li><a href="blog-timeline-fullwidth-left.html">FULL WIDTH - LEFT</a></li>
<li><a href="blog-timeline-fullwidth-right.html">FULL WIDTH - RIGHT</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SMALL IMAGE
</a>
<ul class="dropdown-menu">
<li><a href="blog-smallimg-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-smallimg-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-smallimg-aside-both.html">BOTH SIDEBAR</a></li>
<li><a href="blog-smallimg-fullwidth.html">FULL WIDTH</a></li>
<li class="divider"></li>
<li><a href="blog-smallimg-alternate-1.html">ALTERNATE 1</a></li>
<li><a href="blog-smallimg-alternate-2.html">ALTERNATE 2</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SINGLE
</a>
<ul class="dropdown-menu">
<li><a href="blog-single-default.html">DEFAULT</a></li>
<li><a href="blog-single-aside-left.html">LEFT SIDEBAR</a></li>
<li><a href="blog-single-aside-right.html">RIGHT SIDEBAR</a></li>
<li><a href="blog-single-fullwidth.html">FULL WIDTH</a></li>
<li><a href="blog-single-small-image-left.html">SMALL IMAGE - LEFT</a></li>
<li><a href="blog-single-small-image-right.html">SMALL IMAGE - RIGHT</a></li>
<li><a href="blog-single-big-image.html">BIG IMAGE</a></li>
<li><a href="blog-single-fullwidth-image.html">FULLWIDTH IMAGE</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
COMMENTS
</a>
<ul class="dropdown-menu">
<li><a href="blog-comments-bordered.html#comments">BORDERED COMMENTS</a></li>
<li><a href="blog-comments-default.html#comments">DEFAULT COMMENTS</a></li>
<li><a href="blog-comments-facebook.html#comments">FACEBOOK COMMENTS</a></li>
<li><a href="blog-comments-disqus.html#comments">DISQUS COMMENTS</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown"><!-- SHOP -->
<a class="dropdown-toggle" href="#">
SHOP
</a>
<ul class="dropdown-menu pull-right">
<li class="dropdown">
<a class="dropdown-toggle" href="#">
1 COLUMN
</a>
<ul class="dropdown-menu">
<li><a href="shop-1col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-1col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-1col-both.html">BOTH SIDEBAR</a></li>
<li><a href="shop-1col-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
2 COLUMNS
</a>
<ul class="dropdown-menu">
<li><a href="shop-2col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-2col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-2col-both.html">BOTH SIDEBAR</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
3 COLUMNS
</a>
<ul class="dropdown-menu">
<li><a href="shop-3col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-3col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-3col-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
4 COLUMNS
</a>
<ul class="dropdown-menu">
<li><a href="shop-4col-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-4col-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-4col-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
SINGLE PRODUCT
</a>
<ul class="dropdown-menu">
<li><a href="shop-single-left.html">LEFT SIDEBAR</a></li>
<li><a href="shop-single-right.html">RIGHT SIDEBAR</a></li>
<li><a href="shop-single-both.html">BOTH SIDEBAR</a></li>
<li><a href="shop-single-full.html">FULL WIDTH</a></li>
</ul>
</li>
<li><a href="shop-compare.html">COMPARE</a></li>
<li><a href="shop-cart.html">CART</a></li>
<li><a href="shop-checkout.html">CHECKOUT</a></li>
<li><a href="shop-checkout-final.html">ORDER PLACED</a></li>
</ul>
</li>
<li class="dropdown mega-menu"><!-- SHORTCODES -->
<a class="dropdown-toggle" href="#">
SHORTCODES
</a>
<ul class="dropdown-menu">
<li>
<div class="row">
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-animations.html">ANIMATIONS</a></li>
<li><a href="shortcode-buttons.html">BUTTONS</a></li>
<li><a href="shortcode-carousel.html">CAROUSEL</a></li>
<li><a href="shortcode-charts.html">GRAPHS</a></li>
<li><a href="shortcode-clients.html">CLIENTS</a></li>
<li><a href="shortcode-columns.html">GRID & COLUMNS</a></li>
<li><a href="shortcode-counters.html">COUNTERS</a></li>
<li><a href="shortcode-forms.html">FORM ELEMENTS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-dividers.html">DIVIDERS</a></li>
<li><a href="shortcode-icon-boxes.html">BOXES & ICONS</a></li>
<li><a href="shortcode-galleries.html">GALLERIES</a></li>
<li><a href="shortcode-headings.html">HEADING STYLES</a></li>
<li><a href="shortcode-icon-lists.html">ICON LISTS</a></li>
<li><a href="shortcode-labels.html">LABELS & BADGES</a></li>
<li><a href="shortcode-lightbox.html">LIGHTBOX</a></li>
<li><a href="shortcode-forms-editors.html">HTML EDITORS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-list-pannels.html">LIST & PANNELS</a></li>
<li><a href="shortcode-maps.html">MAPS</a></li>
<li><a href="shortcode-media-embeds.html">MEDIA EMBEDS</a></li>
<li><a href="shortcode-modals.html">MODAL / POPOVER / NOTIF</a></li>
<li><a href="shortcode-navigations.html">NAVIGATIONS</a></li>
<li><a href="shortcode-paginations.html">PAGINATIONS</a></li>
<li><a href="shortcode-progress-bar.html">PROGRESS BARS</a></li>
<li><a href="shortcode-widgets.html">WIDGETS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-pricing.html">PRICING BOXES</a></li>
<li><a href="shortcode-process-steps.html">PROCESS STEPS</a></li>
<li><a href="shortcode-callouts.html">CALLOUTS</a></li>
<li><a href="shortcode-info-bars.html">INFO BARS</a></li>
<li><a href="shortcode-blockquotes.html">BLOCKQUOTES</a></li>
<li><a href="shortcode-responsive.html">RESPONSIVE</a></li>
<li><a href="shortcode-sections.html">SECTIONS</a></li>
<li><a href="shortcode-social-icons.html">SOCIAL ICONS</a></li>
</ul>
</div>
<div class="col-md-5th">
<ul class="list-unstyled">
<li><a href="shortcode-alerts.html">ALERTS</a></li>
<li><a href="shortcode-styled-icons.html">STYLED ICONS</a></li>
<li><a href="shortcode-tables.html">TABLES</a></li>
<li><a href="shortcode-tabs.html">TABS</a></li>
<li><a href="shortcode-testimonials.html">TESTIMONIALS</a></li>
<li><a href="shortcode-thumbnails.html">THUMBNAILS</a></li>
<li><a href="shortcode-toggles.html">TOGGLES</a></li>
</ul>
</div>
</div>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</header>
<!-- /Top Nav -->
</div>
<!-- REVOLUTION SLIDER -->
<div class="slider fullwidthbanner-container roundedcorners">
<!-- slider top links -->
<div class="top-shadow padding-top-20"><!-- top shadow over image -->
<div class="container hidden-md hidden-sm hidden-xs">
<div class="slider-links position-top">
<ul class="list-inline">
<li class="weight-700 letter-spacing-1">
trending
</li>
<li>
<a href="#">Did Kylie Jenner steal Beyonce's denim look?</a>
</li>
<li>
<a href="#">Justin Timberlake and Jessica Biel share first photo of baby</a>
</li>
<li>
<a href="#">You won't be able to guess the highest grossing film of 2014</a>
</li>
<li>
<a href="#">'Frozen' star Idina Menzel has gone blonde like Elsa!</a>
</li>
</ul>
</div>
</div>
</div>
<div class="bottom-shadow"></div>
<!-- /slider top links -->
<!--
Navigation Styles:
data-navigationStyle="" theme default navigation
data-navigationStyle="preview1"
data-navigationStyle="preview2"
data-navigationStyle="preview3"
data-navigationStyle="preview4"
Bottom Shadows
data-shadow="1"
data-shadow="2"
data-shadow="3"
Slider Height (do not use on fullscreen mode)
data-height="300"
data-height="350"
data-height="400"
data-height="450"
data-height="500"
data-height="550"
data-height="600"
data-height="650"
data-height="700"
data-height="750"
data-height="800"
-->
<div class="fullscreenbanner" data-height="600" data-shadow="0" data-navigationStyle="preview1">
<ul class="hide">
<!-- SLIDE -->
<li data-transition="fade" data-slotamount="1" data-masterspeed="1000" data-saveperformance="off" data-title="Slide title 1" data-thumb="assets/images/demo/thematics/fashion/slider_1-min.jpg">
<img src="assets/images/1x1.png" data-lazyload="assets/images/demo/thematics/fashion/slider_1-min.jpg" alt="" data-bgfit="cover" data-bgposition="center top" data-bgrepeat="no-repeat" />
<div class="overlay dark-1"><!-- dark overlay [0 to 9 opacity] --></div>
<div class="tp-caption customin ltl tp-resizeme small_light_white font-lato"
data-x="center"
data-y="150"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800"
data-start="1400"
data-easing="easeOutQuad"
data-splitin="none"
data-splitout="none"
data-elementdelay="0.01"
data-endelementdelay="0.1"
data-endspeed="1000"
data-endeasing="Power4.easeIn" style="color:#fff; z-index: 10; font-size:20px; width: 100%; max-width: 250px; white-space: normal; text-align:left;">
<h4>Lorem Ipsum Dolor</h4>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet cumque, perferendis accusamus porro illo exercitationem molestias, inventore obcaecati ut omnis voluptatibus ratione odio amet magnam quidem tempore.
</div>
<div class="tp-caption customin ltl tp-resizeme small_light_white font-lato"
data-x="right"
data-y="450"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800"
data-start="1800"
data-easing="easeOutQuad"
data-splitin="none"
data-splitout="none"
data-elementdelay="0.01"
data-endelementdelay="0.1"
data-endspeed="1000"
data-endeasing="Power4.easeIn" style="color:#fff; font-size:20px; z-index: 10; width: 100%; max-width: 250px; white-space: normal; text-align:left;">
<h4>Consectetur Adipisicing</h4>
Ipsum dolor sit amet, consectetur adipisicing elit. Eveniet cumque, perferendis accusamus porro illo exercitationem molestias.
</div>
</li>
<!-- SLIDE -->
<li data-transition="fade" data-slotamount="1" data-masterspeed="1000" data-saveperformance="off" data-title="Slide title 1" data-thumb="assets/images/demo/thematics/fashion/slider_2-min.jpg">
<img src="assets/images/1x1.png" data-lazyload="assets/images/demo/thematics/fashion/slider_2-min.jpg" alt="" data-bgfit="cover" data-bgposition="center top" data-bgrepeat="no-repeat" />
<div class="overlay dark-1"><!-- dark overlay [1 to 9 opacity] --></div>
<div class="tp-caption customin ltl tp-resizeme small_light_white font-lato"
data-x="left"
data-y="450"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800"
data-start="1400"
data-easing="easeOutQuad"
data-splitin="none"
data-splitout="none"
data-elementdelay="0.01"
data-endelementdelay="0.1"
data-endspeed="1000"
data-endeasing="Power4.easeIn" style="color:#fff; font-size:20px; z-index: 10; width: 100%; max-width: 250px; white-space: normal; text-align:left;">
<h4>Lorem Ipsum Dolor</h4>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet cumque, perferendis accusamus porro illo exercitationem molestias, inventore obcaecati ut omnis voluptatibus ratione odio amet magnam quidem tempore.
</div>
<div class="tp-caption customin ltl tp-resizeme small_light_white font-lato"
data-x="right"
data-y="450"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800"
data-start="1800"
data-easing="easeOutQuad"
data-splitin="none"
data-splitout="none"
data-elementdelay="0.01"
data-endelementdelay="0.1"
data-endspeed="1000"
data-endeasing="Power4.easeIn" style="color:#fff; font-size:20px; z-index: 10; width: 100%; max-width: 250px; white-space: normal; text-align:left;">
<h4>Consectetur Adipisicing</h4>
Ipsum dolor sit amet, consectetur adipisicing elit. Eveniet cumque, perferendis accusamus porro illo exercitationem molestias.
</div>
</li>
</ul>
<div class="tp-bannertimer"><!-- progress bar --></div>
</div>
</div>
<!-- /REVOLUTION SLIDER -->
<!-- Welcome -->
<section>
<div class="container">
<div class="text-center margin-top-80 clearfix">
<h1 class="font-cinzel-decorative size-50 weight-300 nomargin-bottom">Welcome! World Of <span>Fashion</span>.</h1>
<hr />
<h2 class="col-sm-10 col-sm-offset-1 nomargin-bottom weight-400 size-25">NEW TRENDS & STYLES</h2>
</div>
</div>
</section>
<!-- /Welcome -->
<!-- News -->
<section id="news">
<div class="container">
<div class="row">
<!-- RIGHT -->
<div class="col-lg-9 col-md-9 col-sm-9 col-lg-push-3 col-md-push-3 col-sm-push-3">
<h2>Recent News <span class="size-18">/ Get update from us!</span></h2>
<!-- news item -->
<div class="inews-item">
<a class="inews-thumbnail" href="#">
<span class="inews-sticky font-lato">
<i class="fa fa-bullhorn"></i>
STICKY POST
</span>
<img class="img-responsive" src="assets/images/demo/thematics/fashion/thumb_f6-min.jpg" alt="image" />
</a>
<div class="inews-item-content">
<div class="inews-date-wrapper">
<span class="inews-date-day">29</span>
<span class="inews-date-month">June</span>
<span class="inews-date-year">2015</span>
</div>
<div class="inews-content-inner">
<h3 class="size-20"><a href="#">Lorem Upsum Dolor</a></h3>
<ul class="blog-post-info list-inline noborder margin-bottom-20 nopadding">
<li>
<a href="page-profile.html">
<i class="fa fa-user"></i>
<span class="font-lato">By John Doe</span>
</a>
</li>
<li>
<i class="fa fa-folder-open-o"></i>
<a class="category" href="#">
<span class="font-lato">Design</span>
</a>
<a class="category" href="#">
<span class="font-lato">Photography</span>
</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Idque Caesaris facere voluntate liceret: sese habere....</p>
</div>
</div>
</div>
<!-- /news item -->
<!-- news item -->
<div class="inews-item">
<a class="inews-thumbnail" href="#">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/thumb_f7-min.jpg" alt="image" />
</a>
<div class="inews-item-content">
<div class="inews-date-wrapper">
<span class="inews-date-day">29</span>
<span class="inews-date-month">June</span>
<span class="inews-date-year">2015</span>
</div>
<div class="inews-content-inner">
<h3 class="size-20"><a href="#">Lorem Upsum Dolor</a></h3>
<ul class="blog-post-info list-inline noborder margin-bottom-20 nopadding">
<li>
<a href="page-profile.html">
<i class="fa fa-user"></i>
<span class="font-lato">By John Doe</span>
</a>
</li>
<li>
<i class="fa fa-folder-open-o"></i>
<a class="category" href="#">
<span class="font-lato">Design</span>
</a>
<a class="category" href="#">
<span class="font-lato">Photography</span>
</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Idque Caesaris facere voluntate liceret: sese habere....</p>
</div>
</div>
</div>
<!-- /news item -->
<!-- news item -->
<div class="inews-item">
<a class="inews-thumbnail" href="#">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/thumb_f8-min.jpg" alt="image" />
</a>
<div class="inews-item-content">
<div class="inews-date-wrapper">
<span class="inews-date-day">29</span>
<span class="inews-date-month">June</span>
<span class="inews-date-year">2015</span>
</div>
<div class="inews-content-inner">
<h3 class="size-20"><a href="#">Lorem Upsum Dolor</a></h3>
<ul class="blog-post-info list-inline noborder margin-bottom-20 nopadding">
<li>
<a href="page-profile.html">
<i class="fa fa-user"></i>
<span class="font-lato">By John Doe</span>
</a>
</li>
<li>
<i class="fa fa-folder-open-o"></i>
<a class="category" href="#">
<span class="font-lato">Design</span>
</a>
<a class="category" href="#">
<span class="font-lato">Photography</span>
</a>
</li>
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Idque Caesaris facere voluntate liceret: sese habere....</p>
</div>
</div>
</div>
<!-- /news item -->
<a href="#" class="btn btn-default btn-lg btn-block">MORE NEWS</a>
</div>
<!-- LEFT -->
<div class="col-lg-3 col-md-3 col-sm-3 col-lg-pull-9 col-md-pull-9 col-sm-pull-9">
<h3 class="margin-top-8">Twitter Feed</h3>
<!--
data-php="php/twitter/tweet.php" - widget php path
data-username="stepofweb" - twitter username
data-limit="3" - maximum twwts to load
PLEASE NOTE!
php/_cache/ - folder should be writable by the webserver!
- it's used to cache tweets
-->
<ul class="widget-twitter margin-bottom-30" data-php="php/twitter/tweet.php" data-username="stepofweb" data-limit="3">
<li></li>
</ul>
<!-- FEATURED VIDEO -->
<h3 class="hidden-xs size-16 margin-bottom-10">FEATURED VIDEO</h3>
<div class="hidden-xs embed-responsive embed-responsive-16by9 margin-bottom-60">
<iframe class="embed-responsive-item" src="http://player.vimeo.com/video/8408210" width="800" height="450"></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- /News -->
<!-- Gallery -->
<section class="alternate">
<div class="container">
<div class="row">
<div class="col-sm-6 text-center-xs">
<h2 class="font-cinzel-decorative size-50 weight-300 nomargin-bottom "><span>Current Trends</span></h2>
<h3 class="weight-400 size-25">MORE ENERGY & POWER</h3>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<p class="size-11"><b>Note:</b> Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div>
<div class="col-sm-6">
<div class="row lightbox" data-plugin-options='{"delegate": "a", "gallery": {"enabled": true}}'>
<div class="col-sm-4 col-xs-6">
<a class="thumbnail" href="assets/images/demo/thematics/fashion/f1-min.jpg">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/f1-min.jpg" alt="" />
</a>
</div>
<div class="col-sm-4 col-xs-6">
<a class="thumbnail" href="assets/images/demo/thematics/fashion/f2-min.jpg">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/f2-min.jpg" alt="" />
</a>
</div>
<div class="col-sm-4 col-xs-6">
<a class="thumbnail" href="assets/images/demo/thematics/fashion/f3-min.jpg">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/f3-min.jpg" alt="" />
</a>
</div>
<div class="col-sm-4 col-xs-6">
<a class="thumbnail" href="assets/images/demo/thematics/fashion/f4-min.jpg">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/f4-min.jpg" alt="" />
</a>
</div>
<div class="col-sm-4 col-xs-6">
<a class="thumbnail" href="assets/images/demo/thematics/fashion/f5-min.jpg">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/f5-min.jpg" alt="" />
</a>
</div>
<div class="col-sm-4 col-xs-6">
<a class="thumbnail" href="assets/images/demo/thematics/fashion/f6-min.jpg">
<img class="img-responsive" src="assets/images/demo/thematics/fashion/f6-min.jpg" alt="" />
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Gallery -->
<!-- Parallax -->
<section class="parallax parallax-2" style="background-image: url('assets/images/demo/video/back.jpg');">
<div class="overlay dark-5"><!-- dark overlay [1 to 9 opacity] --></div>
<div class="container">
<div class="text-center">
<h3 class="font-cinzel-decorative nomargin weight-300"><span>Fashion Events</span></h3>
<p class="font-lato weight-300 lead nomargin-top">YOU DON'T WANT TO MISS OUR EVENTS</p>
</div>
</div>
</section>
<!-- /Parallax -->
<!-- Events -->
<section>
<div class="container">
<header class="text-center margin-bottom-60 clearfix">
<h2 class="weight-300 nomargin-bottom">UPCOMING <strong>EVENTS</strong></h2>
</header>
<ul class="list-unstyled">
<li class="clearfix border-bottom-dotted relative margin-bottom-10">
<a class="clearfix size-20 block relative padding-10" href="#">
<span class="pull-right text-black size-14">29 June 2015 / 09:00am - 12:00 pm</span>
FASHION GABANNA
</a>
</li>
<li class="clearfix border-bottom-dotted relative margin-bottom-10">
<a class="clearfix size-20 block relative padding-10" href="#">
<span class="pull-right text-black size-14">29 June 2015 / 09:00am - 12:00 pm</span>
FASHION VERSAICE
</a>
</li>
<li class="clearfix border-bottom-dotted relative margin-bottom-10">
<a class="clearfix size-20 block relative padding-10" href="#">
<span class="pull-right text-black size-14">29 June 2015 / 09:00am - 12:00 pm</span>
NEW VERSAICE TREND
</a>
</li>
<li class="clearfix border-bottom-dotted relative margin-bottom-10">
<a class="clearfix size-20 block relative padding-10" href="#">
<span class="pull-right text-black size-14">29 June 2015 / 09:00am - 12:00 pm</span>
HALLOWEEN FASHION PARTY
</a>
</li>
</ul>
</div>
</section>
<!-- /Events -->
<!-- Latest Videos -->
<section id="videos">
<div class="container">
<h2>Video Presentations <span class="size-18">/ Get update from us!</span></h2>
<div class="row">
<div class="col-sm-6">
<div class="embed-responsive embed-responsive-16by9"><!-- VIMEO VIDEO -->
<iframe class="embed-responsive-item" src="http://player.vimeo.com/video/8408210" width="800" height="450"></iframe>
</div>
</div>
<div class="col-sm-6">
<div class="embed-responsive embed-responsive-16by9"><!-- VIMEO VIDEO -->
<iframe class="embed-responsive-item" src="http://player.vimeo.com/video/28748175" width="800" height="450"></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- /Latest Videos -->
<!-- Brands -->
<section class="nopadding">
<div class="container">
<!--
controlls-over = navigation buttons over the image
buttons-autohide = navigation buttons visible on mouse hover only
data-plugin-options:
"singleItem": true
"autoPlay": true (or ms. eg: 4000)
"navigation": true
"pagination": true
-->
<div class="text-center margin-top-30 margin-bottom-30">
<div class="owl-carousel nomargin" data-plugin-options='{"singleItem": false, "autoPlay": true}'>
<div>
<img class="img-responsive" src="assets/images/demo/brands/1.jpg" alt="">
</div>
<div>
<img class="img-responsive" src="assets/images/demo/brands/2.jpg" alt="">
</div>
<div>
<img class="img-responsive" src="assets/images/demo/brands/3.jpg" alt="">
</div>
<div>
<img class="img-responsive" src="assets/images/demo/brands/4.jpg" alt="">
</div>
<div>
<img class="img-responsive" src="assets/images/demo/brands/5.jpg" alt="">
</div>
<div>
<img class="img-responsive" src="assets/images/demo/brands/6.jpg" alt="">
</div>
<div>
<img class="img-responsive" src="assets/images/demo/brands/7.jpg" alt="">
</div>
<div>
<img class="img-responsive" src="assets/images/demo/brands/8.jpg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- /Brands -->
<!-- FOOTER -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-8">
<!-- Footer Logo -->
<img class="footer-logo footer-2" src="assets/images/logo-footer.png" alt="" />
<!-- Small Description -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus nulla, commodo a sodales sed, dignissim pretium nunc. Nam et lacus neque.</p>
<hr />
<div class="row">
<div class="col-md-6 col-sm-6">
<!-- Newsletter Form -->
<p class="margin-bottom-10">Subscribe to Our <strong>Newsletter</strong></p>
<form class="validate" action="php/newsletter.php" method="post" data-success="Subscribed! Thank you!" data-toastr-position="bottom-right">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-envelope"></i></span>
<input type="email" id="email" name="email" class="form-control required" placeholder="Enter your Email">
<span class="input-group-btn">
<button class="btn btn-success" type="submit">Subscribe</button>
</span>
</div>
</form>
<!-- /Newsletter Form -->
</div>
<div class="col-md-6 col-sm-6 hidden-xs">
<!-- Social Icons -->
<div class="margin-left-50 clearfix">
<p class="margin-bottom-10">Follow Us</p>
<a href="#" class="social-icon social-icon-sm social-icon-transparent social-facebook pull-left" data-toggle="tooltip" data-placement="top" title="Facebook">
<i class="icon-facebook"></i>
<i class="icon-facebook"></i>
</a>
<a href="#" class="social-icon social-icon-sm social-icon-transparent social-twitter pull-left" data-toggle="tooltip" data-placement="top" title="Twitter">
<i class="icon-twitter"></i>
<i class="icon-twitter"></i>
</a>
<a href="#" class="social-icon social-icon-sm social-icon-transparent social-gplus pull-left" data-toggle="tooltip" data-placement="top" title="Google plus">
<i class="icon-gplus"></i>
<i class="icon-gplus"></i>
</a>
<a href="#" class="social-icon social-icon-sm social-icon-transparent social-linkedin pull-left" data-toggle="tooltip" data-placement="top" title="Linkedin">
<i class="icon-linkedin"></i>
<i class="icon-linkedin"></i>
</a>
<a href="#" class="social-icon social-icon-sm social-icon-transparent social-rss pull-left" data-toggle="tooltip" data-placement="top" title="Rss">
<i class="icon-rss"></i>
<i class="icon-rss"></i>
</a>
</div>
<!-- /Social Icons -->
</div>
</div>
</div>
<div class="col-md-4">
<h4 class="letter-spacing-1">PHOTO GALLERY</h4>
<div class="footer-gallery lightbox" data-plugin-options='{"delegate": "a", "gallery": {"enabled": true}}'>
<a href="assets/images/demo/thematics/fashion/f1-min.jpg">
<img src="assets/images/demo/thematics/fashion/f1-min.jpg" width="105" alt="" />
</a>
<a href="assets/images/demo/thematics/fashion/f2-min.jpg">
<img src="assets/images/demo/thematics/fashion/f2-min.jpg" width="105" alt="" />
</a>
<a href="assets/images/demo/thematics/fashion/f3-min.jpg">
<img src="assets/images/demo/thematics/fashion/f3-min.jpg" width="105" alt="" />
</a>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<ul class="pull-right nomargin list-inline mobile-block">
<li><a href="#">Terms & Conditions</a></li>
<li>•</li>
<li><a href="#">Privacy</a></li>
</ul>
© All Rights Reserved, Company LTD
</div>
</div>
</footer> <!-- /FOOTER -->
</div>
<!-- /wrapper -->
<!-- SCROLL TO TOP -->
<a href="#" id="toTop"></a>
<!-- PRELOADER -->
<div id="preloader">
<div class="inner">
<span class="loader"></span>
</div>
</div><!-- /PRELOADER -->
<!-- JAVASCRIPT FILES -->
<script type="text/javascript">var plugin_path = 'assets/plugins/';</script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="assets/js/scripts.js"></script>
<!-- STYLESWITCHER - REMOVE -->
<script async type="text/javascript" src="assets/plugins/styleswitcher/styleswitcher.js"></script>
<!-- REVOLUTION SLIDER -->
<script type="text/javascript" src="assets/plugins/slider.revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="assets/plugins/slider.revolution/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="assets/js/view/demo.revolution_slider.js"></script>
</body>
</html> | Emkrypted/premiereimports | HTML/index-thematics-fashion.html | HTML | mit | 80,176 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:12:56 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter (Lucene 4.6.1 API)</title>
<meta name="date" content="2014-01-23">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter (Lucene 4.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/codecs/blockterms/VariableGapTermsIndexWriter.html" title="class in org.apache.lucene.codecs.blockterms">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/codecs/blockterms//class-useVariableGapTermsIndexWriter.html" target="_top">FRAMES</a></li>
<li><a href="VariableGapTermsIndexWriter.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter" class="title">Uses of Class<br>org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter</h2>
</div>
<div class="classUseContainer">No usage of org.apache.lucene.codecs.blockterms.VariableGapTermsIndexWriter</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../org/apache/lucene/codecs/blockterms/VariableGapTermsIndexWriter.html" title="class in org.apache.lucene.codecs.blockterms">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>PREV</li>
<li>NEXT</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/lucene/codecs/blockterms//class-useVariableGapTermsIndexWriter.html" target="_top">FRAMES</a></li>
<li><a href="VariableGapTermsIndexWriter.html" target="_top">NO FRAMES</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
| OrlandoLee/ForYou | lucene/lib/lucene-4.6.1/docs/codecs/org/apache/lucene/codecs/blockterms/class-use/VariableGapTermsIndexWriter.html | HTML | mit | 5,090 |
{% extends "elections/base.html" %}
{% block contents %}
<div class="row">
<div class="large-12 columns">
<table>
<thead>
<tr>
<th>Name</th>
<th>Organization</th>
<th>Status</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<h3>Nominees for Board of Directors</h3>
{% for candidate in election.latest.candidate_set.all %}
<tr>
<td>{{ candidate.candidate_first_name }} {{ candidate.candidate_last_name }}</td>
<td>{{ candidate.organization.display_name }}</td>
<td>{{ candidate.get_status_display }}</td>
<td><a href="{% url 'elections:candidate-view' key=candidate.view_link_key %}">View details</a>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
{% endblock %} | ocwc/ocwc-members | members/elections/templates/elections/candidate_list.html | HTML | mit | 755 |
<!DOCTYPE html>
<html ng-app="ngBoilerplate" ng-controller="AppCtrl">
<head>
<title ng-bind="pageTitle"></title>
<!-- font awesome from BootstrapCDN -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<!-- compiled CSS --><% styles.forEach( function ( file ) { %>
<link rel="stylesheet" type="text/css" href="<%= file %>"/>
<% }); %>
<!-- compiled JavaScript --><% scripts.forEach( function ( file ) { %>
<script type="text/javascript" src="<%= file %>"></script>
<% }); %>
</head>
<body>
</body>
</html>
| andrewhj-mn/angular-egghead | src/index.html | HTML | mit | 600 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>5-处理用户输入</title>
<script src="https://unpkg.com/vue/dist/vue.js"></script>
</head>
<body>
<div id="app">
<p>{{message}}</p>
<button v-on:click="reverseMessage">逆转信息</button>
</div>
<script>
var app = new Vue({
el: '#app',
data: {
message: "Hello Vue.js!"
},
methods: {
reverseMessage: function () {
this.message = this.message.split('').reverse().join('')
}
}
});
</script>
</body>
</html> | ymqy/LearnBook | VueJS/Vue.js2.0学习笔记/01.介绍/5-处理用户输入.html | HTML | mit | 527 |
<div class="col-xs-12">
<article class="detail page" ng-if="$ctrl.post">
<div class="featured-image">
<img ng-src="{{$ctrl.post.featured_image_url}}" alt="$ctrl.post.title.rendered">
<div class="featured-image-caption" ng-if="$ctrl.post.acf.featured_image_caption" ng-bind-html="$ctrl.post.acf.featured_image_caption | trustAsHTML"></div>
</div>
<h1 class="title" ng-bind-html="$ctrl.post.title.rendered | trustAsHTML"></h1>
<main class="content" ng-bind-html="$ctrl.post.content.rendered | trustAsHTML"></main>
<aside class="response" ng-if="$ctrl.post.acf.response">
<h2 ng-if="$ctrl.post.author === 1">Xavvi's Response</h2>
<h2 ng-if="$ctrl.post.author === 2">Tyler's Response</h2>
<div ng-bind-html="$ctrl.post.acf.response | trustAsHTML"></div>
</aside>
<aside class="meta row">
<div class="map col-xs-12 col-sm-6">
</div>
<div class="info col-xs-12 col-sm-6">
<a ng-href="{{$ctrl.post.acf.website}}">
<h3 ng-bind-html="$ctrl.post.title.rendered | trustAsHTML"></h3>
</a>
<p>{{$ctrl.post.acf.address}}</p>
</div>
</aside>
</article>
<loader ng-if="!$ctrl.post"></loader>
</div> | tylerwalters/whydidieatthis | src/public/views/single.html | HTML | mit | 1,214 |
<!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.16 - v0.10.21: v8::StringObject 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.16 - v0.10.21
</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_string_object.html">StringObject</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="classv8_1_1_string_object-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::StringObject 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::StringObject:</div>
<div class="dyncontent">
<div class="center">
<img src="classv8_1_1_string_object.png" usemap="#v8::StringObject_map" alt=""/>
<map id="v8::StringObject_map" name="v8::StringObject_map">
<area href="classv8_1_1_object.html" alt="v8::Object" shape="rect" coords="0,112,102,136"/>
<area href="classv8_1_1_value.html" alt="v8::Value" shape="rect" coords="0,56,102,80"/>
<area href="classv8_1_1_data.html" alt="v8::Data" shape="rect" coords="0,0,102,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:abc51573fc5d4c01266a1ba8c522c6eab"><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_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_string_object.html#abc51573fc5d4c01266a1ba8c522c6eab">StringValue</a> () const </td></tr>
<tr class="separator:abc51573fc5d4c01266a1ba8c522c6eab"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_methods_classv8_1_1_object"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classv8_1_1_object')"><img src="closed.png" alt="-"/> Public Member Functions inherited from <a class="el" href="classv8_1_1_object.html">v8::Object</a></td></tr>
<tr class="memitem:a97717c7b7fdc556c3a7fad14877ca912 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a97717c7b7fdc556c3a7fad14877ca912"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>Set</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value, PropertyAttribute attribs=None)</td></tr>
<tr class="separator:a97717c7b7fdc556c3a7fad14877ca912 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa588c4de7f0e4db47a2f22acfaa774fd inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa588c4de7f0e4db47a2f22acfaa774fd"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>Set</b> (uint32_t index, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value)</td></tr>
<tr class="separator:aa588c4de7f0e4db47a2f22acfaa774fd inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a42bf74b18b3d9280612620df3d2c13e0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a42bf74b18b3d9280612620df3d2c13e0"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>ForceSet</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value, PropertyAttribute attribs=None)</td></tr>
<tr class="separator:a42bf74b18b3d9280612620df3d2c13e0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a59bd849c1cdb2aa1033423ee21b2ede9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a59bd849c1cdb2aa1033423ee21b2ede9"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:a59bd849c1cdb2aa1033423ee21b2ede9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7310ce3ee18744c0971356dad8e2bed1 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7310ce3ee18744c0971356dad8e2bed1"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>Get</b> (uint32_t index)</td></tr>
<tr class="separator:a7310ce3ee18744c0971356dad8e2bed1 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1e0346ba95c50258a2b4dbd3dc5a6221 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT PropertyAttribute </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a1e0346ba95c50258a2b4dbd3dc5a6221">GetPropertyAttributes</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:a1e0346ba95c50258a2b4dbd3dc5a6221 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ada7a824246df2e8a9b7476bd63a54b2e inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ada7a824246df2e8a9b7476bd63a54b2e"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>Has</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:ada7a824246df2e8a9b7476bd63a54b2e inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aec3bd916e6796e7d1b4cda31874c963d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aec3bd916e6796e7d1b4cda31874c963d"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>Delete</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:aec3bd916e6796e7d1b4cda31874c963d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac7d6916233e21ca58c623793da89d578 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac7d6916233e21ca58c623793da89d578"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>ForceDelete</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > key)</td></tr>
<tr class="separator:ac7d6916233e21ca58c623793da89d578 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a12a53d31423d7da6da3960cde76bfea5 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a12a53d31423d7da6da3960cde76bfea5"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>Has</b> (uint32_t index)</td></tr>
<tr class="separator:a12a53d31423d7da6da3960cde76bfea5 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67efb8fba62c35fec415977d2ec12ae3 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a67efb8fba62c35fec415977d2ec12ae3"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>Delete</b> (uint32_t index)</td></tr>
<tr class="separator:a67efb8fba62c35fec415977d2ec12ae3 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeba9bd0dd01a04a35c63763ea650c83c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeba9bd0dd01a04a35c63763ea650c83c"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>SetAccessor</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > name, <a class="el" href="namespacev8.html#a3016fe071826349d1370a700e71be094">AccessorGetter</a> getter, AccessorSetter setter=0, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > data=<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> >(), <a class="el" href="namespacev8.html#a31d8355cb043d7d2dda3f4a52760b64e">AccessControl</a> settings=DEFAULT, PropertyAttribute attribute=None)</td></tr>
<tr class="separator:aeba9bd0dd01a04a35c63763ea650c83c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0e28660353b6da64f9e2769260f31001 inherit pub_methods_classv8_1_1_object"><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_array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a0e28660353b6da64f9e2769260f31001">GetPropertyNames</a> ()</td></tr>
<tr class="separator:a0e28660353b6da64f9e2769260f31001 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab407b4e8dc83c3a75197f809d1465f7e inherit pub_methods_classv8_1_1_object"><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_array.html">Array</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ab407b4e8dc83c3a75197f809d1465f7e">GetOwnPropertyNames</a> ()</td></tr>
<tr class="separator:ab407b4e8dc83c3a75197f809d1465f7e inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a171fc92c6e695d9c944f9e5d7670ed11 inherit pub_methods_classv8_1_1_object"><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_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a171fc92c6e695d9c944f9e5d7670ed11">GetPrototype</a> ()</td></tr>
<tr class="separator:a171fc92c6e695d9c944f9e5d7670ed11 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2a1ab58bf92984255f767946eeff1199 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a2a1ab58bf92984255f767946eeff1199">SetPrototype</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > prototype)</td></tr>
<tr class="separator:a2a1ab58bf92984255f767946eeff1199 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa3b8aaece354c6af98b98e0ae9abe13d inherit pub_methods_classv8_1_1_object"><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_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aa3b8aaece354c6af98b98e0ae9abe13d">FindInstanceInPrototypeChain</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_function_template.html">FunctionTemplate</a> > tmpl)</td></tr>
<tr class="separator:aa3b8aaece354c6af98b98e0ae9abe13d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a2dc22d2a2acf9eab4ed2965149e48af9 inherit pub_methods_classv8_1_1_object"><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_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a2dc22d2a2acf9eab4ed2965149e48af9">ObjectProtoToString</a> ()</td></tr>
<tr class="separator:a2dc22d2a2acf9eab4ed2965149e48af9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a63861862c17e0fb2cf4e2d62b656f548 inherit pub_methods_classv8_1_1_object"><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_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a63861862c17e0fb2cf4e2d62b656f548">GetConstructor</a> ()</td></tr>
<tr class="separator:a63861862c17e0fb2cf4e2d62b656f548 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4851a914d3d95b5eb7238c664fb7fd16 inherit pub_methods_classv8_1_1_object"><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_string.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a4851a914d3d95b5eb7238c664fb7fd16">GetConstructorName</a> ()</td></tr>
<tr class="separator:a4851a914d3d95b5eb7238c664fb7fd16 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:affaee480d3f50d5ac7a640db5aa8e89d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#affaee480d3f50d5ac7a640db5aa8e89d">InternalFieldCount</a> ()</td></tr>
<tr class="separator:affaee480d3f50d5ac7a640db5aa8e89d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a> (int index)</td></tr>
<tr class="separator:aa3324fdf652d8ac3b2f27faa0559231d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a94e24494687ea499471d41e914eeb90d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a94e24494687ea499471d41e914eeb90d">SetInternalField</a> (int index, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value)</td></tr>
<tr class="separator:a94e24494687ea499471d41e914eeb90d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8ef1f3e0d4f4cecc54d5e0248bc45694 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a8ef1f3e0d4f4cecc54d5e0248bc45694">GetPointerFromInternalField</a> (int index)</td></tr>
<tr class="separator:a8ef1f3e0d4f4cecc54d5e0248bc45694 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5e79966b79d69ef3a7b3b0d91414ec2c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a5e79966b79d69ef3a7b3b0d91414ec2c">SetPointerInInternalField</a> (int index, void *value)</td></tr>
<tr class="separator:a5e79966b79d69ef3a7b3b0d91414ec2c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a58cf9219dca36c4b17f02544c59a2549 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a58cf9219dca36c4b17f02544c59a2549"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>HasOwnProperty</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a58cf9219dca36c4b17f02544c59a2549 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad5f2524b42102c4feb63fe5e17eaec83 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad5f2524b42102c4feb63fe5e17eaec83"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>HasRealNamedProperty</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:ad5f2524b42102c4feb63fe5e17eaec83 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae1835a3c20cb3bf485e575f4c82aa5af inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae1835a3c20cb3bf485e575f4c82aa5af"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>HasRealIndexedProperty</b> (uint32_t index)</td></tr>
<tr class="separator:ae1835a3c20cb3bf485e575f4c82aa5af inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7d3dbdffefc92245e04b0828aa0e770d inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7d3dbdffefc92245e04b0828aa0e770d"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>HasRealNamedCallbackProperty</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a7d3dbdffefc92245e04b0828aa0e770d inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab955e6c94dc6bf3e65e5355eb3d2d876 inherit pub_methods_classv8_1_1_object"><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_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ab955e6c94dc6bf3e65e5355eb3d2d876">GetRealNamedPropertyInPrototypeChain</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:ab955e6c94dc6bf3e65e5355eb3d2d876 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a353c1568c4de35ef3f3065b5a4aecc50 inherit pub_methods_classv8_1_1_object"><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_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a353c1568c4de35ef3f3065b5a4aecc50">GetRealNamedProperty</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:a353c1568c4de35ef3f3065b5a4aecc50 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ad0791109068a7816d65a06bbc9f6f870 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ad0791109068a7816d65a06bbc9f6f870">HasNamedLookupInterceptor</a> ()</td></tr>
<tr class="separator:ad0791109068a7816d65a06bbc9f6f870 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:afd36ea440a254335bde065a4ceafffb3 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#afd36ea440a254335bde065a4ceafffb3">HasIndexedLookupInterceptor</a> ()</td></tr>
<tr class="separator:afd36ea440a254335bde065a4ceafffb3 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2299eda3240be1e76b7d5c2af7a6bbc inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#aa2299eda3240be1e76b7d5c2af7a6bbc">TurnOnAccessCheck</a> ()</td></tr>
<tr class="separator:aa2299eda3240be1e76b7d5c2af7a6bbc inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a5309f7a349feb906a05ee45b6feeaab1 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a5309f7a349feb906a05ee45b6feeaab1">GetIdentityHash</a> ()</td></tr>
<tr class="separator:a5309f7a349feb906a05ee45b6feeaab1 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0040e3012d621b25f580407bacebf95f inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a0040e3012d621b25f580407bacebf95f">SetHiddenValue</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > value)</td></tr>
<tr class="separator:a0040e3012d621b25f580407bacebf95f inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af3634e494683aee31ea57ca493cc016a inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af3634e494683aee31ea57ca493cc016a"></a>
V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>GetHiddenValue</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:af3634e494683aee31ea57ca493cc016a inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac88c826e949768226fc88a812110038c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac88c826e949768226fc88a812110038c"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>DeleteHiddenValue</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > key)</td></tr>
<tr class="separator:ac88c826e949768226fc88a812110038c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a76d0c5021dd74a57239ad64d1cb1c83c inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a76d0c5021dd74a57239ad64d1cb1c83c">IsDirty</a> ()</td></tr>
<tr class="separator:a76d0c5021dd74a57239ad64d1cb1c83c inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a45a67c1b0408922403048b59a5bc22b2 inherit pub_methods_classv8_1_1_object"><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_object.html">Object</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a45a67c1b0408922403048b59a5bc22b2">Clone</a> ()</td></tr>
<tr class="separator:a45a67c1b0408922403048b59a5bc22b2 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a509f00335e1e0ddfc4bcf93d9e1cb567 inherit pub_methods_classv8_1_1_object"><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_context.html">Context</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a509f00335e1e0ddfc4bcf93d9e1cb567">CreationContext</a> ()</td></tr>
<tr class="separator:a509f00335e1e0ddfc4bcf93d9e1cb567 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a3f08aee708af5e2856e65e81b22edc61 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a3f08aee708af5e2856e65e81b22edc61">SetIndexedPropertiesToPixelData</a> (uint8_t *data, int length)</td></tr>
<tr class="separator:a3f08aee708af5e2856e65e81b22edc61 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a559c5db719c43a40b5f615a0c955dbaa inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a559c5db719c43a40b5f615a0c955dbaa"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>HasIndexedPropertiesInPixelData</b> ()</td></tr>
<tr class="separator:a559c5db719c43a40b5f615a0c955dbaa inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af9f801a1165992961f902fbee25fbe87 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af9f801a1165992961f902fbee25fbe87"></a>
V8EXPORT uint8_t * </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesPixelData</b> ()</td></tr>
<tr class="separator:af9f801a1165992961f902fbee25fbe87 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a39892346c98e665c02b410ebdf58a7b0 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a39892346c98e665c02b410ebdf58a7b0"></a>
V8EXPORT int </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesPixelDataLength</b> ()</td></tr>
<tr class="separator:a39892346c98e665c02b410ebdf58a7b0 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a53be627cd653a5591038a4d81a908f64 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a53be627cd653a5591038a4d81a908f64">SetIndexedPropertiesToExternalArrayData</a> (void *data, ExternalArrayType array_type, int number_of_elements)</td></tr>
<tr class="separator:a53be627cd653a5591038a4d81a908f64 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a92c4c4b66d3dd30d77bdea30a20ec4f7 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a92c4c4b66d3dd30d77bdea30a20ec4f7"></a>
V8EXPORT bool </td><td class="memItemRight" valign="bottom"><b>HasIndexedPropertiesInExternalArrayData</b> ()</td></tr>
<tr class="separator:a92c4c4b66d3dd30d77bdea30a20ec4f7 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4ac77257bc3f809d4abc76f176909747 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4ac77257bc3f809d4abc76f176909747"></a>
V8EXPORT void * </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayData</b> ()</td></tr>
<tr class="separator:a4ac77257bc3f809d4abc76f176909747 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a235b6394b7651077dc2a7642bc97c4a9 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a235b6394b7651077dc2a7642bc97c4a9"></a>
V8EXPORT ExternalArrayType </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayDataType</b> ()</td></tr>
<tr class="separator:a235b6394b7651077dc2a7642bc97c4a9 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa0b083e6d5ec0a17d300759de482a1d2 inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa0b083e6d5ec0a17d300759de482a1d2"></a>
V8EXPORT int </td><td class="memItemRight" valign="bottom"><b>GetIndexedPropertiesExternalArrayDataLength</b> ()</td></tr>
<tr class="separator:aa0b083e6d5ec0a17d300759de482a1d2 inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a73e7f8c470da4fa3ccc2ce8d58671bed inherit pub_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top">V8EXPORT bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a73e7f8c470da4fa3ccc2ce8d58671bed">IsCallable</a> ()</td></tr>
<tr class="separator:a73e7f8c470da4fa3ccc2ce8d58671bed inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab6b6c44668d7a0d0b5b1056f8de4fd6b inherit pub_methods_classv8_1_1_object"><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_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#ab6b6c44668d7a0d0b5b1056f8de4fd6b">CallAsFunction</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_object.html">Object</a> > recv, int argc, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > argv[])</td></tr>
<tr class="separator:ab6b6c44668d7a0d0b5b1056f8de4fd6b inherit pub_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a156c6b33082be397626ce106369e4eba inherit pub_methods_classv8_1_1_object"><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_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_object.html#a156c6b33082be397626ce106369e4eba">CallAsConstructor</a> (int argc, <a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > argv[])</td></tr>
<tr class="separator:a156c6b33082be397626ce106369e4eba inherit pub_methods_classv8_1_1_object"><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:aea287b745656baa8a12a2ae1d69744b6 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#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a> () const </td></tr>
<tr class="separator:aea287b745656baa8a12a2ae1d69744b6 inherit pub_methods_classv8_1_1_value"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa2c6ed8ef832223a7e2cd81e6ac61c78 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#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a> () const </td></tr>
<tr class="separator:aa2c6ed8ef832223a7e2cd81e6ac61c78 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="pub-static-methods"></a>
Static Public Member Functions</h2></td></tr>
<tr class="memitem:a5c97e0af3f2d20cb433c1c286ed83781"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5c97e0af3f2d20cb433c1c286ed83781"></a>
static V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a>< <a class="el" href="classv8_1_1_value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>New</b> (<a class="el" href="classv8_1_1_handle.html">Handle</a>< <a class="el" href="classv8_1_1_string.html">String</a> > value)</td></tr>
<tr class="separator:a5c97e0af3f2d20cb433c1c286ed83781"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af2169f0b4c890196416e4d28fbf76df8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af2169f0b4c890196416e4d28fbf76df8"></a>
static <a class="el" href="classv8_1_1_string_object.html">StringObject</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:af2169f0b4c890196416e4d28fbf76df8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="inherit_header pub_static_methods_classv8_1_1_object"><td colspan="2" onclick="javascript:toggleInherit('pub_static_methods_classv8_1_1_object')"><img src="closed.png" alt="-"/> Static Public Member Functions inherited from <a class="el" href="classv8_1_1_object.html">v8::Object</a></td></tr>
<tr class="memitem:a45c986af65c199e7f453719d03de7650 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a45c986af65c199e7f453719d03de7650"></a>
static 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>New</b> ()</td></tr>
<tr class="separator:a45c986af65c199e7f453719d03de7650 inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1_object"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1f9ac46d0b164197318ce81dc0ec1343"></a>
static <a class="el" href="classv8_1_1_object.html">Object</a> * </td><td class="memItemRight" valign="bottom"><b>Cast</b> (<a class="el" href="classv8_1_1_value.html">Value</a> *obj)</td></tr>
<tr class="separator:a1f9ac46d0b164197318ce81dc0ec1343 inherit pub_static_methods_classv8_1_1_object"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A <a class="el" href="classv8_1_1_string.html">String</a> object (ECMA-262, 4.3.18). </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="abc51573fc5d4c01266a1ba8c522c6eab"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">V8EXPORT <a class="el" href="classv8_1_1_local.html">Local</a><<a class="el" href="classv8_1_1_string.html">String</a>> v8::StringObject::StringValue </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the <a class="el" href="classv8_1_1_string.html">String</a> held by the object. </p>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8_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:02 for V8 API Reference Guide for node.js v0.10.16 - v0.10.21 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 | 6b92a71/html/classv8_1_1_string_object.html | HTML | mit | 58,451 |
<?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>cache.rb</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" />
<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>
</head>
<body>
<div class="banner">
<h1>
cache.rb
</h1>
<ul class="files">
<li>lib/scrapes/cache.rb</li>
<li>Last modified: Sun Aug 30 10:20:23 -0600 2009</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p>
Copyright (C) 2006 Peter J Jones (pjones@pmade.com)
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to the
following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
</p>
</div>
<div class="sectiontitle">Required Files</div>
<ul>
<li>ostruct</li>
<li>digest/md5</li>
</ul>
<div class="sectiontitle">Classes and Modules</div>
<ul>
<li><span class="type">MODULE</span> <a href="../../../classes/Scrapes.html">Scrapes</a></li>
</ul>
</div>
</div>
</body>
</html> | mgarriss/scrapes | doc/files/lib/scrapes/cache_rb.html | HTML | mit | 2,762 |
<!DOCTYPE html>
<html lang="ca-es" data-theme="">
<head>
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer-when-downgrade">
<title>La vista cansada</title>
<meta name="description" content="">
<link rel="icon" type="image/x-icon" href="https://carlesbellver.github.io/favicon.ico">
<link rel="apple-touch-icon-precomposed" href="https://carlesbellver.github.io/favicon.png">
<link rel="stylesheet" href="https://carlesbellver.github.io/css/light.css?rnd=1602439751" />
<style>
[data-theme="dark"] {
--font-color: #eee;
--bg-color: #212121;
--link-color:#599ada;
--link-state-color:#ff5858;
--link-state-border-color: rgba(238, 54, 54, 0.5);
--thead-bg-color: #343a40;
--table-border-color: lightgrey;
--pre-color: #333;
--pre-bg-color: #f1f1f1;
--bq-color: #ccc;
--hr-color: #333;
--pagination-bg-color: #373737;
--pagination-link-color: #b6b6b6;
--post-info-color: grey;
--switcher-color: #333;
--switcher-bg-color: #fff;
}
</style>
<link rel="stylesheet" href="https://carlesbellver.github.io/css/style.css?rnd=1602439751" />
<meta property="og:title" content="" />
<meta property="og:description" content="📎 One city in China has more electric buses than all of America’s biggest cities have buses
Shenzhen ha acomplert la transició dels seus 16." />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://carlesbellver.github.io/2018/01/03/one-city-in.html" />
<meta property="article:published_time" content="2018-01-03T07:52:00+00:00" />
<meta property="article:modified_time" content="2018-01-03T07:52:00+00:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content="📎 One city in China has more electric buses than all of America’s biggest cities have buses
Shenzhen ha acomplert la transició dels seus 16."/>
</head>
<body>
<a class="skip-main" href="#main">Anar al contingut principal</a>
<div class="container">
<header class="common-header">
<h1 class="site-title">
<a href="/">La vista cansada</a>
</h1>
<nav>
<a class="" href="https://carlesbellver.github.io/about/" title="">Informació</a>
<a class="" href="https://carlesbellver.github.io/tags/" title="">Etiquetes</a>
</nav>
</header>
<main id="main" tabindex="-1">
<article class="post retalls h-entry">
<header class="post-header">
<h1 class="post-title p-name"></h1>
</header>
<div class="content e-content">
<p>📎 <a href="https://qz.com/1169690/shenzhen-in-china-has-16359-electric-buses-more-than-americas-biggest-citiess-conventional-bus-fleet/?mc_cid=507fcad9ea&mc_eid=9172700c8d">One city in China has more electric buses than all of America’s biggest cities have buses</a></p>
<p>Shenzhen ha acomplert la transició dels seus 16.359 autobusos a un futur energètic nou. A continuació, 17.000 taxis.</p>
</div>
<div class="post-info">
<a class="u-url" href="/2018/01/03/one-city-in.html"><div class="post-date dt-published">2018-01-03</div></a>
<div class="post-taxonomies">
<ul class="post-tags">
<li><a href="https://carlesbellver.github.io/tags/retalls">#retalls</a></li>
</ul>
</div>
</div>
</article>
</main>
<footer class="common-footer">
<div class="common-footer-bottom">
<div class="copyright">
<p>Carles Bellver Torlà </p>
</div>
<button class="theme-switcher">
Tema fosc
</button>
<script>
const STORAGE_KEY = 'user-color-scheme'
const defaultTheme = "light"
let currentTheme
let switchButton
let autoDefinedScheme = window.matchMedia('(prefers-color-scheme: dark)')
const autoChangeScheme = e => {
currentTheme = e.matches ? 'dark' : 'light'
document.documentElement.setAttribute('data-theme', currentTheme)
changeButtonText()
}
document.addEventListener('DOMContentLoaded', function() {
switchButton = document.querySelector('.theme-switcher')
currentTheme = detectCurrentScheme()
if (currentTheme == 'dark') {
document.documentElement.setAttribute('data-theme', 'dark')
}
if (currentTheme == 'auto') {
autoChangeScheme(autoDefinedScheme);
autoDefinedScheme.addListener(autoChangeScheme);
}
changeButtonText()
switchButton.addEventListener('click', switchTheme, false)
})
function detectCurrentScheme() {
if (localStorage.getItem(STORAGE_KEY)) {
return localStorage.getItem(STORAGE_KEY)
}
if (defaultTheme) {
return defaultTheme
}
if (!window.matchMedia) {
return 'light'
}
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
return 'dark'
}
return 'light'
}
function changeButtonText()
{
switchButton.textContent = currentTheme == 'dark' ? "Tema clar" : "Tema fosc"
}
function switchTheme(e) {
if (currentTheme == 'dark') {
localStorage.setItem(STORAGE_KEY, 'light')
document.documentElement.setAttribute('data-theme', 'light')
currentTheme = 'light'
} else {
localStorage.setItem(STORAGE_KEY, 'dark')
document.documentElement.setAttribute('data-theme', 'dark')
currentTheme = 'dark'
}
changeButtonText()
}
</script>
</div>
</footer>
</div>
</body>
</html>
| carlesbellver/carlesbellver.github.io | 2018/01/03/one-city-in.html | HTML | mit | 6,088 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example 02.01 - Basic Scene</title>
<script type="text/javascript" src="../libs/three.js"></script>
<script type="text/javascript" src="../libs/stats.js"></script>
<script type="text/javascript" src="../libs/dat.gui.js"></script>
<style>
body {
/* set margin to 0 and overflow to hidden, to
use the complete page */
margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<div id="Stats-output">
</div>
<!-- Div which will hold the Output -->
<div id="WebGL-output">
</div>
<!-- Javascript code that runs our Three.js examples -->
<script type="text/javascript">
// once everything is loaded, we run our Three.js stuff.
function init() {
// here we'll put the Three.js stuff
var stats = initStats();
var scene = new THREE.Scene();
var camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight,
0.1, 1000);
scene.add(camera);
var renderer = new THREE.WebGLRenderer();
renderer.setClearColor(new THREE.Color(0xEEEEEE), 1.0);
renderer.setSize(window.innerWidth, window.innerHeight);
renderer.shadowMapEnabled = true;
// plane
var planeGeometry = new THREE.PlaneGeometry(60, 40, 1, 1);
var planeMaterial = new THREE.MeshLambertMaterial({color: 0xffffff});
var plane = new THREE.Mesh(planeGeometry, planeMaterial);
plane.receiveShadow = true;
plane.rotation.x = -0.5 * Math.PI;
plane.position.x = 0;
plane.position.y = 0;
plane.position.z = 0;
scene.add(plane);
// camera
camera.position.x = -30;
camera.position.y = 40;
camera.position.z = 30;
camera.lookAt(scene.position);
// add subtle ambient lighting
var ambientLight = new THREE.AmbientLight(0x0c0c0c);
scene.add(ambientLight);
// add spotlight for the shadow
var spotLight = new THREE.SpotLight(0xffffff);
spotLight.position.set(-40, 60, -10);
spotLight.castShadow = true;
scene.add(spotLight);
// add the output the renderer to the html element
document.getElementById("WebGL-output").appendChild(renderer.domElement);
var step = 0;
var controls = new function() {
this.rotationSpeed = 0.02;
this.numberOfObjects = scene.children.length;
this.removeCube = function () {
var allChildren = scene.children;
var lastObject = allChildren[allChildren.length-1];
if (lastObject instanceof THREE.Mesh){
scene.remove(lastObject);
this.numberOfObjects = scene.children.length;
}
};
this.addCube = function () {
var cubeSize = Math.ceil((Math.random() * 3));
var cubeGeometry = new THREE.BoxGeometry(cubeSize, cubeSize, cubeSize);
var cubeMaterial = new THREE.MeshLambertMaterial({color: Math.random() * 0xffffff});
var cube = new THREE.Mesh(cubeGeometry, cubeMaterial);
cube.castShadow = true;
cube.name = "cube-" + scene.children.length;
cube.position.x = -30 + Math.round((Math.random() * planeGeometry.parameters.width));
cube.position.y = Math.round((Math.random() * 5));
cube.position.z = -20 + Math.round((Math.random() * planeGeometry.parameters.height));
scene.add(cube);
this.numberOfObjects = scene.children.length;
};
this.outputObjects = function () {
console.log(scene.children);
};
};
var gui = new dat.GUI();
gui.add(controls, 'rotationSpeed', 0, 0.5);
gui.add(controls, 'addCube');
gui.add(controls, 'removeCube');
gui.add(controls, 'outputObjects');
gui.add(controls, 'numberOfObjects').listen();
render();
function render() {
stats.update();
scene.traverse(function (e){
if (e instanceof THREE.Mesh && e != plane) {
e.rotation.x += controls.rotationSpeed;
e.rotation.y += controls.rotationSpeed;
e.rotation.z += controls.rotationSpeed;
}
});
requestAnimationFrame(render);
renderer.render(scene, camera);
}
function initStats() {
var stats = new Stats();
stats.setMode(0); // 0: fps, 1: ms
stats.domElement.style.position = 'absolute';
stats.domElement.style.left = '0px';
stats.domElement.style.top = '0px';
document.getElementById("Stats-output").appendChild(stats.domElement);
return stats;
}
}
window.onload = init
</script>
</body>
</html> | THISISAGOODNAME/threejsdemo | demos/CH02/01-basic-scene.html | HTML | mit | 5,075 |
<!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" lang="eng">
<head>
<link rel="stylesheet" type="text/css" href="/Content/Gamercard/default/gamercard.css" />
<meta name="robots" content="noindex,nofollow" />
<meta name="category" content="Gamercard" />
<base target="_top" />
<title>laikal1</title>
</head>
<body>
<div class="XbcGamercard Gold Male ">
<a id="Gamertag" href="http://live.xbox.com/en-US/Profile?Gamertag=laikal1">laikal1</a>
<a href="http://live.xbox.com/en-US/Profile?Gamertag=laikal1">
<img id="Gamerpic" src="http://avatar.xboxlive.com/avatar/laikal1/avatarpic-l.png" alt="laikal1" title="laikal1"/>
</a>
<div class="RepContainer">
<label>Rep</label>
<div class="Star Full"></div>
<div class="Star Full"></div>
<div class="Star Full"></div>
<div class="Star Full"></div><div class="Star Quarter"></div>
</div>
<div class="GamerscoreContainer">
<label></label>
<div id="Gamerscore">49646</div>
</div>
<div id="Location">Ann Arbor, MI</div>
<div id="Motto">Complexify!</div>
<div id="Name">Nyarlathotep (1 bucket)</div>
<div id="Bio">Design is how it works.</div>
<ol id="PlayedGames" >
<li >
<a href="http://live.xbox.com/en-US/Activity/Details?titleId=1161890110&compareTo=laikal1">
<img src="http://tiles.xbox.com/tiles/9a/SL/0mdsb2JhbA9ECgQNGwEfV1wmL2ljb24vMC84MDAwIAAAAAAAAP2kpOo=.jpg" alt="KoA: Reckoning" title="KoA: Reckoning" />
<span class="Title">KoA: Reckoning</span>
<span class="LastPlayed">3/28/2012</span>
<span class="EarnedGamerscore">10</span>
<span class="AvailableGamerscore">1300</span>
<span class="EarnedAchievements">1</span>
<span class="AvailableAchievements">61</span>
<span class="PercentageComplete">1%</span>
</a>
</li>
<li >
<a href="http://live.xbox.com/en-US/Activity/Details?titleId=1161890141&compareTo=laikal1">
<img src="http://tiles.xbox.com/tiles/np/G2/12dsb2JhbA9ECgQNGwEfV1onL2ljb24vMC84MDAwIAAAAAAAAPiZkYE=.jpg" alt="Mass Effect 3" title="Mass Effect 3" />
<span class="Title">Mass Effect 3</span>
<span class="LastPlayed">3/27/2012</span>
<span class="EarnedGamerscore">1025</span>
<span class="AvailableGamerscore">1050</span>
<span class="EarnedAchievements">51</span>
<span class="AvailableAchievements">52</span>
<span class="PercentageComplete">98%</span>
</a>
</li>
<li >
<a href="http://live.xbox.com/en-US/Activity/Details?titleId=1161890083&compareTo=laikal1">
<img src="http://tiles.xbox.com/tiles/WQ/nz/0Wdsb2JhbA9ECgQNGwEfV11QL2ljb24vMC84MDAwIAAAAAAAAP7cCUY=.jpg" alt="Syndicate" title="Syndicate" />
<span class="Title">Syndicate</span>
<span class="LastPlayed">3/11/2012</span>
<span class="EarnedGamerscore">530</span>
<span class="AvailableGamerscore">1000</span>
<span class="EarnedAchievements">33</span>
<span class="AvailableAchievements">50</span>
<span class="PercentageComplete">66%</span>
</a>
</li>
<li class="Complete" >
<a href="http://live.xbox.com/en-US/Activity/Details?titleId=1414793176&compareTo=laikal1">
<img src="http://tiles.xbox.com/tiles/fc/qf/0Wdsb2JhbA9ECgUMGgQfWStbL2ljb24vMC84MDAwIAAAAAAAAP6wymI=.jpg" alt="BioShock" title="BioShock" />
<span class="Title">BioShock</span>
<span class="LastPlayed">2/24/2012</span>
<span class="EarnedGamerscore">1100</span>
<span class="AvailableGamerscore">1100</span>
<span class="EarnedAchievements">51</span>
<span class="AvailableAchievements">51</span>
<span class="PercentageComplete">100%</span>
</a>
</li>
<li >
<a href="http://live.xbox.com/en-US/Activity/Details?titleId=1112737766&compareTo=laikal1">
<img src="http://tiles.xbox.com/tiles/qR/QI/1Gdsb2JhbA9ECgQKGgMfWSpVL2ljb24vMC84MDAwIAAAAAAAAPsnFLY=.jpg" alt="Skyrim" title="Skyrim" />
<span class="Title">Skyrim</span>
<span class="LastPlayed">2/14/2012</span>
<span class="EarnedGamerscore">910</span>
<span class="AvailableGamerscore">1000</span>
<span class="EarnedAchievements">47</span>
<span class="AvailableAchievements">50</span>
<span class="PercentageComplete">94%</span>
</a>
</li>
</ol>
</div>
</body>
</html> | hypomodern/gamercard | spec/fixtures/laikal1.html | HTML | mit | 5,729 |
{% extends "layout.html" %}
{% block hello_user %} {{user}} {% endblock %}
{% block text-center %} {{username}} {% endblock %}
{% block center %} {{emailid}} {% endblock %}
{% block container %}
<form class="form-horizontal" action="/notification_setting/" method="post">{% csrf_token %}
<div class="controls">
<input type="checkbox" name="check_mail" {% if email_active %} checked="checked" {% endif %} value="1">Subscribe me for email notification.
</div>
<input type="submit" value="Submit">
</form>
{% endblock %}
{% block calender %}
<script type="text/javascript" src="/static/bootstrap-datetimepicker/sample in bootstrap v2/jquery/jquery-1.8.3.min.js" charset="UTF-8"></script>
<script type="text/javascript" src="/static/bootstrap-datetimepicker/sample in bootstrap v2/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/static/bootstrap-datetimepicker/js/bootstrap-datetimepicker.js" charset="UTF-8"></script>
<script type="text/javascript" src="/static/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.fr.js" charset="UTF-8"></script>
</script> {% endblock %}
| kumarisneha/todo_app | templates/email_notification.html | HTML | mit | 1,226 |
<!DOCTYPE html>
<html>
<head>
<title>MyAngular</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="/angular/vendor/angular.min.js"></script>
<script src="/angular/egghead/v02_controllers/main.js"></script>
</head>
<body>
<div><a href="/angular/index.html">Back to home</a></div>
<h3><a href="http://egghead.io/lessons/angularjs-controllers">Egghead AngularJS V02 Controllers</a></h3>
<div ng-app="">
<div ng-controller="FirstCtrl">
<h1>{{data.message + " world"}}</h1>
</div>
</div>
</body>
</html>
| cerad/zayso | web/angular/egghead/v02_controllers/index.html | HTML | mit | 684 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>BO__BufferOverrunProofObligations (infer.BO__BufferOverrunProofObligations)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.0.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">infer</a> » BO__BufferOverrunProofObligations</nav><header class="odoc-preamble"><h1>Module <code><span>BO__BufferOverrunProofObligations</span></code></h1></header><div class="odoc-content"></div></body></html> | facebook/infer | website/static/odoc/next/infer/BO__BufferOverrunProofObligations/index.html | HTML | mit | 758 |
<!doctype html>
<html lang="en">
<head>
<title>Calculator</title>
<link href="CSSParser.css" rel='stylesheet' type='text/css'>
<script src="Script.js" type="text/javascript"></script>
</head>
<body>
<input id="input" TYPE="text" class="css-input"></input>
<button class="myButton" onclick="caller()">Calculate!</button>
</body>
</html>
| wworks/Expression-Evaluator | Javascript version(Web)/Parser.html | HTML | mit | 363 |
<?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>ActionView::LookupContext::DetailsCache</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.0.0</span><br />
<h1>
<span class="type">Module</span>
ActionView::LookupContext::DetailsCache
</h1>
<ul class="files">
<li><a href="../../../files/home/jude/_gem/ruby/2_0_0/gems/actionpack-4_0_0/lib/action_view/lookup_context_rb.html">/home/jude/.gem/ruby/2.0.0/gems/actionpack-4.0.0/lib/action_view/lookup_context.rb</a></li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<div class="description">
<p>Add caching behavior on top of Details.</p>
</div>
<!-- Method ref -->
<div class="sectiontitle">Methods</div>
<dl class="methods">
<dt>#</dt>
<dd>
<ul>
<li>
<a href="#method-i-_set_detail">_set_detail</a>
</li>
</ul>
</dd>
<dt>D</dt>
<dd>
<ul>
<li>
<a href="#method-i-disable_cache">disable_cache</a>
</li>
</ul>
</dd>
</dl>
<!-- Section attributes -->
<div class="sectiontitle">Attributes</div>
<table border='0' cellpadding='5'>
<tr valign='top'>
<td class='attr-rw'>
[RW]
</td>
<td class='attr-name'>cache</td>
<td class='attr-desc'></td>
</tr>
</table>
<!-- Methods -->
<div class="sectiontitle">Instance Public methods</div>
<div class="method">
<div class="title method-title" id="method-i-disable_cache">
<b>disable_cache</b>()
<a href="../../../classes/ActionView/LookupContext/DetailsCache.html#method-i-disable_cache" name="method-i-disable_cache" class="permalink">Link</a>
</div>
<div class="description">
<p>Temporary skip passing the details_key forward.</p>
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-disable_cache_source')" id="l_method-i-disable_cache_source">show</a>
</p>
<div id="method-i-disable_cache_source" class="dyn-source">
<pre><span class="ruby-comment"># File /home/jude/.gem/ruby/2.0.0/gems/actionpack-4.0.0/lib/action_view/lookup_context.rb, line 88</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">disable_cache</span>
<span class="ruby-identifier">old_value</span>, <span class="ruby-ivar">@cache</span> = <span class="ruby-ivar">@cache</span>, <span class="ruby-keyword">false</span>
<span class="ruby-keyword">yield</span>
<span class="ruby-keyword">ensure</span>
<span class="ruby-ivar">@cache</span> = <span class="ruby-identifier">old_value</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
<div class="sectiontitle">Instance Protected methods</div>
<div class="method">
<div class="title method-title" id="method-i-_set_detail">
<b>_set_detail</b>(key, value)
<a href="../../../classes/ActionView/LookupContext/DetailsCache.html#method-i-_set_detail" name="method-i-_set_detail" class="permalink">Link</a>
</div>
<div class="description">
</div>
<div class="sourcecode">
<p class="source-link">
Source:
<a href="javascript:toggleSource('method-i-_set_detail_source')" id="l_method-i-_set_detail_source">show</a>
</p>
<div id="method-i-_set_detail_source" class="dyn-source">
<pre><span class="ruby-comment"># File /home/jude/.gem/ruby/2.0.0/gems/actionpack-4.0.0/lib/action_view/lookup_context.rb, line 97</span>
<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">_set_detail</span>(<span class="ruby-identifier">key</span>, <span class="ruby-identifier">value</span>)
<span class="ruby-ivar">@details</span> = <span class="ruby-ivar">@details</span>.<span class="ruby-identifier">dup</span> <span class="ruby-keyword">if</span> <span class="ruby-ivar">@details_key</span>
<span class="ruby-ivar">@details_key</span> = <span class="ruby-keyword">nil</span>
<span class="ruby-ivar">@details</span>[<span class="ruby-identifier">key</span>] = <span class="ruby-identifier">value</span>
<span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html> | zhuzhang/auc | doc/api/classes/ActionView/LookupContext/DetailsCache.html | HTML | mit | 6,292 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
Madison Square Park Art Installation · Afzal Jasani
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/lanyon.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700|PT+Sans:400">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
<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-55017909-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<!-- Target for toggling the sidebar `.sidebar-checkbox` is for regular
styles, `#sidebar-checkbox` for behavior. -->
<input type="checkbox" class="sidebar-checkbox" id="sidebar-checkbox">
<!-- Toggleable sidebar -->
<div class="sidebar" id="sidebar">
<div class="sidebar-item">
<p>Learning and exploring new things</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="/">Home</a>
<a class="sidebar-nav-item" href="/about.html">About</a>
<a class="sidebar-nav-item" href="/archive.html">Archive</a>
<a class="sidebar-nav-item" href="/photos.html">Photos</a>
<a class="sidebar-nav-item" href="/projects.html">Projects</a>
<span class="sidebar-nav-item">Currently v2.0.0</span>
</nav>
<div class="sidebar-item">
<p>
© 2015. All rights reserved.
</p>
</div>
</div>
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="masthead">
<div class="container">
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<h3 class="masthead-title">
<a href="/" title="Home">Afzal Jasani</a>
<small></small>
</h3>
</div>
</div>
<div class="container content">
<div class="posts">
<h1 class="title">Madison Square Park Art Installation</h1>
<span class="post-date"></span>
<p><img src="/assets/IMG_2230.JPG" alt="picture"></p>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'afzaljasanicom'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
</div>
</body>
</html>
| aj786123/aj786123.github.io | _site/photos/2015-01-28-Art-Installation.html | HTML | mit | 4,270 |
<div class="footers">
<script type="text/javascript">
$(document).ready(function() {
$("#top_title").click(function() {
$("#show_provinces").toggle();
}).css({
"cursor": "pointer"
});
var last_show = null;
$(".sub_title").mouseover(function() {
if (last_show != null) {
last_show.prev().css({
"color": "#FF6600",
"font-weight": "normal"
});
last_show.hide();
}
last_show = $(this).css({
"color": "#FF6600"
}).next();
last_show.show();
}).css({
"cursor": "pointer",
"text-decoration": "underline"
});
$("li a").click(function() {
$(".show_citys").hide();
$("#show_provinces").hide();
});
$("#close").click(function() {
$(".show_citys").css({
"color": "#FF6600"
}).hide();
$("#show_provinces").css({
"color": "#FF6600"
}).hide();
}).mouseover(function() {
$(this).css({
"color": "#FF6600"
});
}).mouseout(function() {
$(this).css({
"color": "#FF6600"
});
}).css({
"cursor": "pointer"
});
});
</script>
<div id="site-info-w">
<ul class="site-info">
<li class="site-info__item">
<h3>
商务合作
</h3>
<ul>
<!--{if MEMBER_ROLE_ID!=6}-->
<li>
<a href="?mod=seller_join">
申请成为商家
</a>
</li>
<!--{/if}-->
<li>
<a href="?mod=list&code=feedback">
意见反馈
</a>
</li>
<li>
<a href="?mod=list&code=business">
商务合作
</a>
</li>
</ul>
</li>
<li class="site-info__item">
<h3>
如何{TUANGOU_STR}
</h3>
<ul>
<li>
<a href="?mod=html&code=help">
{TUANGOU_STR}指南
</a>
</li>
<li>
<a href="?mod=html&code=faq">
常见问题
</a>
</li>
<li>
<a href="?mod=subscribe&code=mail">
邮件订阅
</a>
</li>
</ul>
</li>
<li class="site-info__item">
<h3>
联系我们
</h3>
<ul>
<li>
<a href="?mod=html&code=contact">
联系我们
</a>
</li>
<li>
<a href="?mod=list&code=ask">
在线问答
</a>
</li>
</ul>
</li>
<li class="site-info__item">
<h3>
公司信息
</h3>
<ul>
<li>
<a href="?mod=html&code=about">
关于我们
</a>
</li>
<li>
<a href="?mod=html&code=privacy">
隐私保护
</a>
</li>
<li>
<a href="?mod=html&code=join">
加入我们
</a>
</li>
<li>
<a href="?mod=html&code=terms">
用户协议
</a>
</li>
</ul>
</li>
<li class="site-info__item site-info__item--btm-logo" style="padding-top:0px;">
<div id="logo-footer">
<img src="img/营业网点.jpg" />
</div>
</li>
</ul>
<div class="friend_link" {if count(ini( 'link'))==0} style="display:none;"
{/if}>
<h3>
友情链接:
</h3>
<ul class="sub-list">
<!--{if ini('link')}-->
<!--{loop ini('link') $i $value}-->
<li>
<a href="{$value[url]}" title="{$value[name]}" target="_blank">
{if $value[logo]}
<img src="{$value[logo]}" style="width:81px;" height="31px" />
{else}{$value[name]}{/if}
</a>
</li>
<!--{/loop}-->
<!--{/if}-->
</ul>
</div>
<div class="attestation">
<a href="#">
<img src="images/trust_r1_c3.gif" />
</a>
<a href="#">
<img src="images/trust_r1_c1.gif" />
</a>
<a href="#">
<img src="templates/default/images/t1.jpeg" />
</a>
{~logic('acl')->Comlic()}
</div>
</div>
</div>
<div id="stick-qrcode">
<!--{if DOWNAPP}-->
<!--{/if}-->
<a id="gotop" class="goTop" title="返回顶部" href="javascript:void(0)">
</a>
</div>
<script type="text/javascript">
function a(x, y) {
l = $('.site-mast__user-nav').offset().left;
w = $('.site-mast__user-nav').width();
$('#stick-qrcode').css('left', (l + w + x) + 'px');
$('#stick-qrcode').css('bottom', y + 'px');
}
function b() {
w_h = $(window).height();
d_t = $(document).scrollTop() * 3;
if (d_t > w_h) {
$('#gotop').css("display", "block");
} else {
$('#gotop').hide();
}
}
$(document).ready(function(e) {
a(10, 120); //#content_us的div距浏览器底部和页面内容区域右侧的距离
b();
$('#gotop').click(function() {
//$(document).scrollTop(0);
$('html, body').animate({
scrollTop: 0
},
300);
})
});
$(window).resize(function() {
a(10, 120); //#content_us的div距浏览器底部和页面内容区域右侧的距离
});
$(window).scroll(function(e) {
b();
})
</script>
<!--{eval echo ui('loader')->js('@'.$this->Module.'.'.$this->Code)}-->
<!--{~ui('loader')->js('@footer')}-->
<!--{~ui('pingfore')->html()}-->
<div style="line-height:30px; text-align:center"> 版权所有 汕头天隆国际旅行社, 备案号:粤ICP备10240558号-5</div>
<script src="http://s19.cnzz.com/z_stat.php?id=1252940397&web_id=1252940397"
language="JavaScript">
</script>
</body>
</html>
{~handler('member')->UpdateSessions()} | kinglion/tttuangou | templates/default/footer.html | HTML | mit | 7,635 |
<div class="content pure-form search-form" ng-class="{fixed: fixed}">
<div class="grid-1-4"><select class="pure-input-1" ng-model="sort">
<option value="" selected>Popularity</option>
<option>Usefulness</option>
<option>Easiness</option>
<option>Name</option>
</select></div><div class="grid-1-4"><select class="pure-input-1" ng-model="department">
<option value="" selected>Department</option>
<option ng-repeat="dept in departments">{{dept}}</option>
</select></div><div class="grid-1-4"><input class="pure-input-1" type="text" ng-model="search" placeholder="Search"/></div><div class="grid-1-4"><div class="pure-input-1">Showing {{shownCourses.length}} of {{filteredCourses.length}}</div></div>
</div>
<div class="content">
<div class="courses">
<a href="/{{type}}/{{course.id}}" class="course" ng-repeat="course in shownCourses">
<div class="name">{{course.title}}</div>
<div class="caret"><i class="fa fa-chevron-right"></i></div>
<div class="bars">
<div class="progress-bar">
Like
<div class="bar-bg">
<div class="bar" style="width: {{course.like*100}}%"></div>
</div>
</div>
<div class="progress-bar">
Useful
<div class="bar-bg">
<div class="bar" style="width: {{course.useful*100}}%"></div>
</div>
</div>
<div class="progress-bar">
Easy
<div class="bar-bg">
<div class="bar" style="width: {{course.easy*100}}%"></div>
</div>
</div>
</div>
</a>
<div class="course more pure-button" ng-click="showMore()" ng-if="shownCourses.length < filteredCourses.length">
Show 100 More
</div>
</div>
</div>
| d4l3k/ubc-course | client/app/reviewSort/reviewSort.html | HTML | mit | 1,778 |
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>FirstMe Login</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="FirstMe Login"./>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!--<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css" />-->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="dist/css/AdminLTE.css" rel="stylesheet" type="text/css" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--webfonts-->
<link href='http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic' rel='stylesheet' type='text/css'>
<!--//webfonts-->
<link href="dist/css/skins/skin-green.min.css" rel="stylesheet" type="text/css" />
<link href="dist/css/custom_style.css" rel="stylesheet" type="text/css" />
<link href="dist/css/form_style.css" rel='stylesheet' type='text/css' />
</head>
<body>
<div class="modal" id="forgot_modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" style="border:none">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body" style="margin-top:0px;padding-top:0px">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-1">
<div class="box-body">
<form id="forgot_form" style="padding:0px">
<div style="padding:20px;font-size:1em;text-align:center;width:100%"><p>Enter Your Email Address</p></div>
<li>
<input type="text" class="text" style="width:100%" placeholder="example@example.com">
</li>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="submit" style="padding:0px;">
<input type="submit" value="SUBMIT" >
</div>
</div>
</div>
</div>
</form>
</div><!-- /.box-body -->
</div>
</div>
</div>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<!--/start-login-one-->
<div class="login-01">
<div class="one-login hvr-float-shadow">
<div class="one-login-head">
<img src="dist/img/firstme.png" alt="First Me"/>
<h1></h1>
<span></span>
</div>
<form id="login_form">
<li>
<!--input type="text" class="text" id="username" style="width:90%" placeholder="example@example.com">
<i class=" icon user"></i-->
<div class="input-group">
<span class="input-group-addon glyphicon glyphicon-user" style="background-color: initial;"></span>
<input type="text" class="text" id="username" style="width:90%" placeholder="example@example.com">
</div>
</li>
<li>
<div class="input-group">
<span class="input-group-addon glyphicon glyphicon-lock" style="background-color: initial;"></span>
<input type="password" id="password" style="width:90%" value="" placeholder="Password">
</div>
</li>
<div class="p-container">
<b id="error" style="color:red"></b>
<div class="clear"> </div>
</div>
<div class="submit">
<input type="submit" value="SIGN IN" >
</div>
<div class="p-container">
<h6><a data-toggle="modal" data-target="#forgot_modal" href="#">Forgot Password ?</a> </h6>
<div class="clear"> </div>
</div>
<div class="social-icons">
</div>
</form>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<!-- REQUIRED JS SCRIPTS -->
<!-- jQuery 2.1.4 -->
<!-- Bootstrap 3.3.2 JS -->
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<!-- <script src="assets/plugins/scrollbar/jquery.mCustomScrollbar.js"></script> -->
<!-- AdminLTE App -->
<script>
$('#login_form').on('submit',function(event){
event.preventDefault();
if(($('#username').val()=="demo@demo.com")&&($('#password').val()=="demo"))
{
window.location="dashboard.html";
}else{
$("#error").html("Invalid Username or Password");
}
});
</script>
</body>
</html> | bforbiswajit/first1me2 | admin/index.html | HTML | mit | 5,340 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ramsey: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / extra-dev</a></li>
<li class="active"><a href="">8.11.dev / ramsey - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
ramsey
<small>
8.7.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-07-24 01:10:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-24 01:10:59 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.dev Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/ramsey"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Ramsey"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [ "keyword: dimension one Ramsey theorem" "keyword: constructive mathematics" "keyword: almost full sets" "category: Mathematics/Logic/See also" "category: Mathematics/Combinatorics and Graph Theory" "category: Miscellaneous/Extracted Programs/Combinatorics" ]
authors: [ "Marc Bezem" ]
bug-reports: "https://github.com/coq-contribs/ramsey/issues"
dev-repo: "git+https://github.com/coq-contribs/ramsey.git"
synopsis: "Ramsey Theory"
description: """
For dimension one, the Infinite Ramsey Theorem states that, for any
subset A of the natural numbers nat, either A or nat\\A is
infinite. This special case of the Pigeon Hole Principle is
classically equivalent to: if A and B are both co-finite, then so is
their intersection. None of these principles is constructively
valid. In [VB] the notion of an almost full set is introduced,
classically equivalent to co-finiteness, for which closure under
finite intersection can be proved constructively. A is almost full if
for every (strictly) increasing sequence f: nat -> nat there exists an
x in nat such that f(x) in A. The notion of almost full and its
closure under finite intersection are generalized to all finite
dimensions, yielding constructive Ramsey Theorems. The proofs for
dimension two and higher essentially use Brouwer's Bar Theorem.
In the proof development below we strengthen the notion of almost full
for dimension one in the following sense. A: nat -> Prop is called
Y-full if for every (strictly) increasing sequence f: nat -> nat we
have (A (f (Y f))). Here of course Y : (nat -> nat) -> nat. Given
YA-full A and YB-full B we construct X from YA and YB such that the
intersection of A and B is X-full. This is essentially [VB, Th. 5.4],
but now it can be done without using axioms, using only inductive
types. The generalization to higher dimensions will be much more
difficult and is not pursued here."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/ramsey/archive/v8.7.0.tar.gz"
checksum: "md5=2dae4557a10bb6ab518e14e2cc8e7b8e"
}
</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-ramsey.8.7.0 coq.8.11.dev</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev).
The following dependencies couldn't be met:
- coq-ramsey -> coq < 8.8~ -> ocaml < 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-ramsey.8.7.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
<small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small>
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.11.dev/ramsey/8.7.0.html | HTML | mit | 8,389 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coinductive-examples: 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.3 / coinductive-examples - 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>
coinductive-examples
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-07 04:07:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-07 04:07:19 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.5.3 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/coinductive-examples"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoinductiveExamples"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: co-inductive types" "keyword: co-induction" "category: Miscellaneous/Coq Use Examples" ]
authors: [ "Eduardo Giménez" ]
bug-reports: "https://github.com/coq-contribs/coinductive-examples/issues"
dev-repo: "git+https://github.com/coq-contribs/coinductive-examples.git"
synopsis: "Some simple examples about co-inductive types and co-induction"
description: """
This directory containts some simple examples about
the use of co-inductive types in Coq. Directory ARITH
is about non-standard arithmetic. Directory STREAMS
contains examples about schemes, including an application
of the translation method presented in Eduardo Giménez's
article ``Codifying guarded definitions with recursive
schemes'' (LNCS no. 996)."""
flags: light-uninstall
url {
src:
"https://github.com/coq-contribs/coinductive-examples/archive/v8.6.0.tar.gz"
checksum: "md5=30dfec6531961e4e1eb46766d3262c4b"
}
</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-coinductive-examples.8.6.0 coq.8.5.3</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.3).
The following dependencies couldn't be met:
- coq-coinductive-examples -> coq >= 8.6
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-coinductive-examples.8.6.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.3/coinductive-examples/8.6.0.html | HTML | mit | 7,274 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>goedel: 3 m 41 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.9.1 / goedel - 8.9.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
goedel
<small>
8.9.0
<span class="label label-success">3 m 41 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-27 07:02:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 07:02:49 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.9.1 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.2 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "http://r6.ca/goedel1.html"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Goedel"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
"coq-pocklington" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword:Goedel"
"keyword:Rosser"
"keyword:incompleteness"
"keyword:logic"
"keyword:Hilbert"
"category: Mathematics/Logic/Foundations"
"date: 2007-04-13"
]
authors: [
"Russell O'Connor <roconnor@alumni.uwaterloo.ca> [http://r6.ca]"
]
bug-reports: "https://github.com/coq-contribs/goedel/issues"
dev-repo: "git+https://github.com/coq-contribs/goedel.git"
synopsis: "The Gödel-Rosser 1st incompleteness theorem"
description: """
A proof that any first order theory extending NN (which is PA
without induction) that is complete is inconsistent"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/goedel/archive/v8.9.0.tar.gz"
checksum: "md5=c211e8c91e43d2e50ff59a9ad1a09ebb"
}
</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-goedel.8.9.0 coq.8.9.1</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-goedel.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>34 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-goedel.8.9.0 coq.8.9.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 m 41 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 12 M</p>
<ul>
<li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSubFormula.glob</code></li>
<li>1 M <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PRrepresentable.glob</code></li>
<li>646 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/checkPrf.glob</code></li>
<li>409 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/subProp.glob</code></li>
<li>366 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSubFormula.vo</code></li>
<li>363 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSysPrf.glob</code></li>
<li>324 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PRrepresentable.vo</code></li>
<li>252 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/checkPrf.vo</code></li>
<li>235 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/subProp.vo</code></li>
<li>223 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/rosserPA.glob</code></li>
<li>223 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/subAll.glob</code></li>
<li>201 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSubFormula.v</code></li>
<li>192 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folProp.glob</code></li>
<li>192 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/primRec.glob</code></li>
<li>188 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PRrepresentable.v</code></li>
<li>183 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/wellFormed.glob</code></li>
<li>161 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSysPrf.vo</code></li>
<li>145 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/primRec.vo</code></li>
<li>144 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/chRem.glob</code></li>
<li>140 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeFreeVar.glob</code></li>
<li>129 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codePA.glob</code></li>
<li>122 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/rosserPA.vo</code></li>
<li>115 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/subAll.vo</code></li>
<li>115 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/checkPrf.v</code></li>
<li>113 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic3.glob</code></li>
<li>108 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/fol.glob</code></li>
<li>107 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/cPair.glob</code></li>
<li>105 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic3.vo</code></li>
<li>103 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/rosser.glob</code></li>
<li>102 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNN2LNT.vo</code></li>
<li>100 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folProp.vo</code></li>
<li>99 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/fixPoint.glob</code></li>
<li>97 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/chRem.vo</code></li>
<li>96 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/model.glob</code></li>
<li>93 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/model.vo</code></li>
<li>92 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeList.glob</code></li>
<li>91 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/code.vo</code></li>
<li>88 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/fol.vo</code></li>
<li>88 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNN2LNT.glob</code></li>
<li>85 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/rosser.vo</code></li>
<li>81 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PAtheory.glob</code></li>
<li>77 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codePA.vo</code></li>
<li>76 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/wellFormed.vo</code></li>
<li>74 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/subProp.v</code></li>
<li>73 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSubTerm.glob</code></li>
<li>70 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/cPair.vo</code></li>
<li>70 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PA.vo</code></li>
<li>64 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSysPrf.v</code></li>
<li>62 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/fixPoint.vo</code></li>
<li>60 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic.glob</code></li>
<li>60 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNN.vo</code></li>
<li>59 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PAtheory.vo</code></li>
<li>58 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNT.vo</code></li>
<li>57 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeFreeVar.vo</code></li>
<li>56 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/code.glob</code></li>
<li>52 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic.vo</code></li>
<li>50 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/goedel1.vo</code></li>
<li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/primRec.v</code></li>
<li>49 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNN.glob</code></li>
<li>48 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/rosserPA.v</code></li>
<li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeList.vo</code></li>
<li>47 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/goedel2.vo</code></li>
<li>46 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic2.glob</code></li>
<li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNT.glob</code></li>
<li>44 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/subAll.v</code></li>
<li>43 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSubTerm.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NN.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/expressible.vo</code></li>
<li>41 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic2.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/Languages.vo</code></li>
<li>40 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folReplace.glob</code></li>
<li>39 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/Deduction.vo</code></li>
<li>38 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folProof.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NNtheory.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PAconsistent.vo</code></li>
<li>36 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PA.glob</code></li>
<li>35 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/goedel1.glob</code></li>
<li>34 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folReplace.vo</code></li>
<li>32 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NN2PA.vo</code></li>
<li>31 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/wConsistent.vo</code></li>
<li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/wellFormed.v</code></li>
<li>30 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeNatToTerm.vo</code></li>
<li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/chRem.v</code></li>
<li>28 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folProp.v</code></li>
<li>27 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/prLogic.vo</code></li>
<li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codePA.v</code></li>
<li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NNtheory.glob</code></li>
<li>26 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/extEqualNat.vo</code></li>
<li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NN.glob</code></li>
<li>25 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/expressible.glob</code></li>
<li>24 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/goedel2.glob</code></li>
<li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/rosser.v</code></li>
<li>23 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeFreeVar.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNN2LNT.v</code></li>
<li>22 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/cPair.v</code></li>
<li>21 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/fol.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/fixPoint.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic3.v</code></li>
<li>20 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/model.v</code></li>
<li>18 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/ListExt.vo</code></li>
<li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/Deduction.glob</code></li>
<li>17 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeList.v</code></li>
<li>16 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/Languages.glob</code></li>
<li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PAtheory.v</code></li>
<li>15 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folProof.glob</code></li>
<li>13 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic.v</code></li>
<li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeSubTerm.v</code></li>
<li>11 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNN.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/code.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/LNT.v</code></li>
<li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PA.v</code></li>
<li>9 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PAconsistent.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NN2PA.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/goedel1.v</code></li>
<li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/ListExt.glob</code></li>
<li>8 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NN.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/goedel2.v</code></li>
<li>7 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folLogic2.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/expressible.v</code></li>
<li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/wConsistent.glob</code></li>
<li>6 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folReplace.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NNtheory.v</code></li>
<li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeNatToTerm.glob</code></li>
<li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/Languages.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/Deduction.v</code></li>
<li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/extEqualNat.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/misc.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/misc.vo</code></li>
<li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/folProof.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/PAconsistent.v</code></li>
<li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/NN2PA.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/prLogic.glob</code></li>
<li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/ListExt.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/codeNatToTerm.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/extEqualNat.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/wConsistent.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/misc.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Goedel/prLogic.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-goedel.8.9.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.06.1-2.0.5/released/8.9.1/goedel/8.9.0.html | HTML | mit | 22,211 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io: 17 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.12.2 / io - 3.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
io
<small>
3.0.0
<span class="label label-success">17 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-21 17:10:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-21 17:10:36 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.12.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/io"
dev-repo: "git+https://github.com/clarus/io.git"
bug-reports: "https://github.com/clarus/io/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Io"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "A library for effects in Coq"
flags: light-uninstall
url {
src: "https://github.com/coq-io/io/archive/3.0.0.tar.gz"
checksum: "md5=f4bdf1f8af1b126ea7da97696f3d4f04"
}
</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-io.3.0.0 coq.8.12.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-io.3.0.0 coq.8.12.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>11 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-io.3.0.0 coq.8.12.2</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>17 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 41 K</p>
<ul>
<li>12 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/C.vo</code></li>
<li>10 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/Spec.vo</code></li>
<li>5 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/C.glob</code></li>
<li>4 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/Spec.glob</code></li>
<li>3 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/Effect.vo</code></li>
<li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/C.v</code></li>
<li>2 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/All.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/Spec.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/Effect.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/Effect.v</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/All.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/Io/All.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-io.3.0.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.06.1-2.0.5/released/8.12.2/io/3.0.0.html | HTML | mit | 7,345 |
<div class="jumbotron text-center">
<h1>Mean Auth App</h1>
<p>Welcome to our Mean authentication app built from scratch</p>
<div>
<a class="btn btn-primary" [routerLink] = "['/register']">Register</a>
<a class="btn btn-default" [routerLink] = "['/login']">Login</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Express Backend</h3>
<p>A rock solid Node.js/Express server using Mongoose to organize models and query the database.</p>
</div>
<div class="col-md-4">
<h3>Angular-CLI</h3>
<p>Angular-CLI to generate components, services and more. Local dev server and easy compilation.</p>
</div>
<div class="col-md-4">
<h3>Jwt Tokens</h3>
<p>Full featured authentication using JSON web tokens. Login and store user data.</p>
</div>
</div> | pedrofg/nodejs-samples | Mean-stack/angular-src/src/app/components/home/home.component.html | HTML | mit | 775 |
---
layout: default
title: Demonstrating | ptheywood.uk
---
<section>
<h2 class="sub-header">Demonstrating</h2>
<p>
As a PhD student I have the opportunity to demonstrate lab sessions for taught students and outreach events.
</p>
<ul class="demonstrating-list">
{% for year in site.data.demonstrating %}
<li>
<h3>{{ year.year }}</h3>
<ul>
{% for event in year.events %}
<li>
{{ event }}
</li>
{% endfor %}
</ul>
</li>
{% endfor %}
</ul>
</section>
| ptheywood/ptheywood.github.io | demonstrating/index.html | HTML | mit | 620 |
<div class="interests-container container-block">
<h2 class="container-block-title">Interets</h2>
<ul class="list-unstyled interests-list">
<li>Basket-Ball</li>
<li>Running</li>
</ul>
</div><!--//interests-->
| cvando/online-cv | _includes/interests.html | HTML | mit | 209 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/SonghayCore/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/SonghayCore/assets/img/favicon.ico" type="image/x-icon">
<title>SonghayCore Documentation - API - HttpWebRequestExtensions.WithRequestBody(HttpWebRequest, string, string) Method</title>
<link href="/SonghayCore/assets/css/highlight.css" rel="stylesheet">
<link href="/SonghayCore/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/SonghayCore/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/SonghayCore/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/SonghayCore/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/SonghayCore/assets/css/override.css" rel="stylesheet">
<script src="/SonghayCore/assets/js/jquery-2.2.3.min.js"></script>
<script src="/SonghayCore/assets/js/bootstrap.min.js"></script>
<script src="/SonghayCore/assets/js/app.min.js"></script>
<script src="/SonghayCore/assets/js/highlight.pack.js"></script>
<script src="/SonghayCore/assets/js/jquery.slimscroll.min.js"></script>
<script src="/SonghayCore/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/SonghayCore/assets/js/mermaid.min.js"></script>
<script src="/SonghayCore/assets/js/svg-pan-zoom.min.js"></script>
<!--[if lt IE 9]>
<script src="/SonghayCore/assets/js/html5shiv.min.js"></script>
<script src="/SonghayCore/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/SonghayCore/" class="logo">
<span>SonghayCore Documentation</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="/SonghayCore/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Summary">Summary</a></p>
<p><a href="#Syntax">Syntax</a></p>
<p><a href="#Parameters">Parameters</a></p>
<p><a href="#ReturnValue">Return Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/SonghayCore/assets/js/lunr.min.js"></script>
<script src="/SonghayCore/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/SonghayCore/api/Songhay.Extensions">Songhay<wbr>.Extensions</a></li>
<li class="header">Type</li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions">Http<wbr>Web<wbr>Request<wbr>Extensions</a></li>
<li role="separator" class="divider"></li>
<li class="header">Method Members</li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/F4387121">DownloadToFile<wbr>(HttpWebRequest, <wbr>string)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/0134F731">DownloadToFile<wbr>(HttpWebRequest, <wbr>string, <wbr>Uri, <wbr>bool)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/BAC346A0">DownloadToString<wbr>(HttpWebRequest)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/B164A399">DownloadToString<wbr>(HttpWebRequest, <wbr>Uri, <wbr>bool)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/62402993">PostForm<wbr>(HttpWebRequest, <wbr>Uri, <wbr>Hashtable)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/6FD8037D">PostForm<wbr>(HttpWebRequest, <wbr>Uri, <wbr>Hashtable, <wbr>Uri, <wbr>bool)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/0C695B8A">PostXml<wbr>(HttpWebRequest, <wbr>string)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/EC9A63AC">PostXml<wbr>(HttpWebRequest, <wbr>string, <wbr>Uri, <wbr>bool)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/6A776C36">ToHttpStatusCode<wbr>(HttpWebRequest)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/40EFB3E6">ToHttpWebResponse<wbr>(HttpWebRequest)<wbr></a></li>
<li><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/AABD5679">WithProxy<wbr>(HttpWebRequest, <wbr>Uri, <wbr>bool)<wbr></a></li>
<li class="selected"><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions/EFB4ECEE">WithRequestBody<wbr>(HttpWebRequest, <wbr>string, <wbr>string)<wbr></a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions">Http<wbr>Web<wbr>Request<wbr>Extensions</a>.</h3>
<h1>WithRequestBody<wbr>(HttpWebRequest, <wbr>string, <wbr>string)<wbr> <small>Method</small></h1>
</section>
<section class="content">
<h1 id="Summary">Summary</h1>
<div class="lead">
Returns <code class="cs">HttpWebRequest</code> with the request body.
</div>
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/SonghayCore/api/Songhay.Extensions">Songhay<wbr>.Extensions</a></dd>
<dt>Containing Type</dt>
<dd><a href="/SonghayCore/api/Songhay.Extensions/HttpWebRequestExtensions">Http<wbr>Web<wbr>Request<wbr>Extensions</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>public static HttpWebRequest WithRequestBody(this HttpWebRequest request, string requestBody, string requestMethod)</code></pre>
<h1 id="Parameters">Parameters</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover three-cols">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>request</td>
<td>HttpWebRequest</td>
<td>The request.</td>
</tr>
<tr>
<td>requestBody</td>
<td>string</td>
<td>The request body.</td>
</tr>
<tr>
<td>requestMethod</td>
<td>string</td>
<td>The request method.</td>
</tr>
</tbody></table>
</div>
</div>
<h1 id="ReturnValue">Return Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>HttpWebRequest</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).ready(function() {
mermaid.initialize(
{
flowchart:
{
useMaxWidth: false
},
startOnLoad: false,
cloneCssStyles: false
});
mermaid.init(undefined, ".mermaid");
// Remove the max-width setting that Mermaid sets
var mermaidSvg = $('.mermaid svg');
mermaidSvg.addClass('img-responsive');
mermaidSvg.css('max-width', '');
// Make it scrollable
var target = document.querySelector(".mermaid svg");
if(target !== null)
{
var panZoom = window.panZoom = svgPanZoom(target, {
zoomEnabled: true,
controlIconsEnabled: true,
fit: true,
center: true,
maxZoom: 20,
zoomScaleSensitivity: 0.6
});
// Do the reset once right away to fit the diagram
panZoom.resize();
panZoom.fit();
panZoom.center();
$(window).resize(function(){
panZoom.resize();
panZoom.fit();
panZoom.center();
});
}
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> | BryanWilhite/SonghayCore | docs/api/Songhay.Extensions/HttpWebRequestExtensions/EFB4ECEE.html | HTML | mit | 14,004 |
<!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="./636e1734d77ba26f87ed287cd7894ff5033f9829eaca38e8ca3ea3f82e2858ae.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/9154991079ac8da530ece63b54c62d99f4304e112bc4ef3691ebbe066c0c43b3.html | HTML | mit | 550 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./0c9ba27f475e8e05aa7745bf51296664de32a8c27f91f0772e1c3b3467c420da.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/6c09a3f6eef98c6604cd9495bec81c3542980e1eb640bef87054ebd26ace63d7.html | HTML | mit | 550 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>QGraphicsWebView Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">QGraphicsWebView Class Reference</h1>
<h3 align="center">[<a href="com_trolltech_qt_webkitwidgets.html">com.trolltech.qt.webkitwidgets</a> package]</h3>
<p>Inherits <a href="qgraphicswidget.html">QGraphicsWidget</a>.</p>
<h3>Constructor</h3>
<ul>
<li><div class="fn"/><b>void QGraphicsWebView(QGraphicsItem parent)</b></li>
</ul>
<h3>Constructor Properties</h3>
<ul>
<li><b>prototype</b>: The QGraphicsWebView prototype object</li>
</ul>
<h3>Prototype Object Properties</h3>
<p>The QGraphicsWebView prototype object inherits properties from the <a href="qgraphicswidget.html">QGraphicsWidget</a> prototype object and also has the following properties.</p>
<ul>
<li><div class="fn"/><b>bool findText(String subString, FindFlags options)</b></li>
<li><div class="fn"/><b>void load(QNetworkRequest request, Operation operation, QByteArray body)</b></li>
<li><div class="fn"/><b>QWebPage page()</b></li>
<li><div class="fn"/><b>QAction pageAction(WebAction action)</b></li>
<li><div class="fn"/><b>void setContent(QByteArray data, String mimeType, QUrl baseUrl)</b></li>
<li><div class="fn"/><b>void setHtml(String html, QUrl baseUrl)</b></li>
<li><div class="fn"/><b>void setPage(QWebPage arg__1)</b></li>
<li><div class="fn"/><b>void setRenderHint(RenderHint arg__1, bool enabled)</b></li>
<li><div class="fn"/><b>QWebSettings settings()</b></li>
<li><div class="fn"/><b>void triggerPageAction(WebAction action, bool checked)</b></li>
</ul>
<h3>Instance Properties</h3>
<p>QGraphicsWebView objects inherit properties from the QGraphicsWebView prototype object and also have the following properties.</p>
<ul>
<li><div class="fn"/><b>title</b></li>
<li><div class="fn"/><b>icon</b></li>
<li><div class="fn"/><b>zoomFactor</b></li>
<li><div class="fn"/><b>url</b></li>
<li><div class="fn"/><b>modified</b></li>
<li><div class="fn"/><b>resizesToContents</b></li>
<li><div class="fn"/><b>tiledBackingStoreFrozen</b></li>
<li><div class="fn"/><b>renderHints</b></li>
</ul>
</body>
</html>
| shibukawa/qt5.jsx | doc/qgraphicswebview.html | HTML | mit | 2,334 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright (C) 2013 Szymon Ulewicz
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<html xmlns="http://www.w3.org/1999/xhtml" lang="pl">
<head>
<title>JSAsm</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="css/main.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/codemirror.css">
<script type="text/javascript" charset="utf-8" src="js/codemirror.js"></script>
<script type="text/javascript" charset="utf-8" src="js/z80.js"></script>
<script type="text/javascript" charset="utf-8" src="js/ui.js"></script>
<script type="text/javascript" charset="utf-8" src="js/vm.js"></script>
<script type="text/javascript" charset="utf-8" src="js/main.js"></script>
</head>
<body>
<div id="main">
<div id="workspace">
<div id="editor"></div>
<div id="panel">
<div id="controls">
<input type="button" id="run_btn" value="Run"></input>
<input type="button" id="step_btn" value="Step"></input>
<input type="button" id="reset_btn" value="Reset"></input>
</div>
<div id="registers">
<table>
<tr><th colspan="4">Registers</th></tr>
<tr><th>R0</th><th>R1</th><th>R2</th><th>R3</th></tr>
<tr><td>0</td><td>0</td><td>0</td><td>0</td></tr>
</table>
</div>
<div id="memory">
<table>
<tr><th colspan="11">Memory</th></tr>
<tr><th> </th><th>0</th><th>1</th><th>2</th><th>3</th><th>4</th><th>5</th><th>6</th><th>7</th><th>8</th><th>9</th></tr>
<tr><th>00</th><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
<tr><th>10</th><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
<tr><th>20</th><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
<tr><th>30</th><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td><td>0</td></tr>
</table>
</div>
<div id="error"></div>
</div>
</div>
<div id="help">
<h3>Instructions</h3>
<table>
<tr><th class="first">Instruction</th><th class="second">Description</th><th class="third">Example</th></tr>
<tr>
<td>MOV <i>destination</i>,<i>source</i></td>
<td>Copies the constant or the value from the address pointed by <i>source</i> to the address pointed by <i>destination</i>, <i>destination</i> cannot be a constant.</td>
<td>MOV #5,23 - Copies 23 to the memory cell with address 5.<br>MOV R1,#15 - Copies value from memory cell with address 15 to register R1.</td>
</tr>
<tr>
<td>ADD <i>destination</i>,<i>source</i></td>
<td>Adds <i>destination</i> and <i>source</i> and stores the result in register or address pointed by <i>destination</i>, because of that <i>destination</i> cannot be a constant.</td>
<td>ADD R0,5 - Adds the content of register R0 and constant 5 and stores the result in register R0.</td>
</tr>
<tr>
<td>SUB <i>destination</i>,<i>source</i></td>
<td>Subtracts <i>source</i> from <i>destination</i> and stores the result in register or address pointed by <i>destination</i>, because of that <i>destination</i> cannot be a constant.</td>
<td>SUB R0,5 - Subtracts 5 from the content of register R0 and stores the result in register R0.</td>
</tr>
<tr>
<td>MUL <i>destination</i>,<i>source</i></td>
<td>Multiplies <i>destination</i> and <i>source</i> and stores the result in register or address pointed by <i>destination</i>, because of that <i>destination</i> cannot be a constant.</td>
<td>MUL R0,5 - Multiplies the content of register R0 and constant 5 and stores the result in register R0.</td>
</tr>
<tr>
<td>DIV <i>destination</i>,<i>source</i></td>
<td>Divides <i>destination</i> by <i>source</i> and stores the result in register or address pointed by <i>destination</i>, because of that <i>destination</i> cannot be a constant.</td>
<td>DIV R0,5 - Divides the content of register R0 by constant 5 and stores the result in register R0.</td>
</tr>
<tr>
<td>JMP <i>line</i></td>
<td>Causes jump to the specified <i>line</i></td>
<td>JMP 0 - Jumps to the first instruction.</td>
</tr>
<tr>
<td>JZ <i>line</i></td>
<td>Conditional jump. Causes jump to the specified <i>line</i>, only if the result of last instruction was <b>equal</b> to 0.</td>
<td>JZ 0 - Jumps to the first instruction.</td>
</tr>
<tr>
<td>JNZ <i>line</i></td>
<td>Conditional jump. Causes jump to the specified <i>line</i>, only if the result of last instruction was <b>not equal</b> to 0.</td>
<td>JNZ 0 - Jumps to the first instruction.</td>
</tr>
<tr>
<td>JG <i>line</i></td>
<td>Conditional jump. Causes jump to the specified <i>line</i>, only if the result of last instruction was <b>greater</b> than 0 ( > ).</td>
<td>JG 0 - Jumps to the first instruction.</td>
</tr>
<tr>
<td>JNG <i>line</i></td>
<td>Conditional jump. Causes jump to the specified <i>line</i>, only if the result of last instruction was <b>not greater</b> than 0 ( <= ).</td>
<td>JNG 0 - Jumps to the first instruction.</td>
</tr>
<tr>
<td>JL <i>line</i></td>
<td>Conditional jump. Causes jump to the specified <i>line</i>, only if the result of last instruction was <b>less</b> than 0 ( < ).</td>
<td>JL 0 - Jumps to the first instruction.</td>
</tr>
<tr>
<td>JNL <i>line</i></td>
<td>Conditional jump. Causes jump to the specified <i>line</i>, only if the result of last instruction was <b>not less</b> than 0 ( >= ).</td>
<td>JNL 0 - Jumps to the first instruction.</td>
</tr>
</table>
<h3>Addresses</h3>
<table>
<tr><th class="first">Format</th><th class="second">Description</th><th class="third">Example</th></tr>
<tr>
<td><b>#</b><i>value</i></td>
<td>Describes memory address. Accepted values are 0 - 39.</td>
<td>#1 - Address of the second byte in the memory.</td>
</tr>
<tr>
<td><b>R</b><i>value</i></td>
<td>Describes processor register. Accepted values are 0 - 3.</td>
<td>R2 - Third processor register.</td>
</tr>
<tr>
<td><b>@R</b><i>value</i></td>
<td>Describes memory address, which is stored in the given processor register. Accepted values are 0 - 3.</td>
<td>@R2 - Assuming that R2 contains 1, it will be the address of the second byte in the memory.</td>
</tr>
</table>
</div>
<div id="footer">Copyright (C) 2013 Szymon Ulewicz</div>
</div>
</body>
</html> | sulewicz/jsasm | src/index.html | HTML | mit | 9,297 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_27) on Wed Nov 21 16:03:55 EST 2012 -->
<TITLE>
Uses of Class org.pentaho.di.trans.steps.sapinput.sap.SAPFunction
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.pentaho.di.trans.steps.sapinput.sap.SAPFunction";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?org/pentaho/di/trans/steps/sapinput/sap//class-useSAPFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="SAPFunction.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.pentaho.di.trans.steps.sapinput.sap.SAPFunction</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.pentaho.di.trans.steps.sapinput"><B>org.pentaho.di.trans.steps.sapinput</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.pentaho.di.trans.steps.sapinput.mock"><B>org.pentaho.di.trans.steps.sapinput.mock</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.pentaho.di.trans.steps.sapinput.sap"><B>org.pentaho.di.trans.steps.sapinput.sap</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.pentaho.di.ui.trans.steps.sapinput"><B>org.pentaho.di.ui.trans.steps.sapinput</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.pentaho.di.trans.steps.sapinput"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/package-summary.html">org.pentaho.di.trans.steps.sapinput</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/package-summary.html">org.pentaho.di.trans.steps.sapinput</A> that return <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></CODE></FONT></TD>
<TD><CODE><B>SapInputMeta.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/SapInputMeta.html#getFunction()">getFunction</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/package-summary.html">org.pentaho.di.trans.steps.sapinput</A> with parameters of type <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SapInputMeta.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/SapInputMeta.html#setFunction(org.pentaho.di.trans.steps.sapinput.sap.SAPFunction)">setFunction</A></B>(<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> function)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.pentaho.di.trans.steps.sapinput.mock"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/package-summary.html">org.pentaho.di.trans.steps.sapinput.mock</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/package-summary.html">org.pentaho.di.trans.steps.sapinput.mock</A> that return <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></CODE></FONT></TD>
<TD><CODE><B>SAPConnectionMock.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/SAPConnectionMock.html#getFunction(java.lang.String)">getFunction</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/package-summary.html">org.pentaho.di.trans.steps.sapinput.mock</A> that return types with arguments of type <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A>></CODE></FONT></TD>
<TD><CODE><B>SAPConnectionMock.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/SAPConnectionMock.html#getFunctions(java.lang.String)">getFunctions</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> query)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/package-summary.html">org.pentaho.di.trans.steps.sapinput.mock</A> with parameters of type <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> org.pentaho.di.trans.steps.sapinput.sap.impl.SAPRowIterator</CODE></FONT></TD>
<TD><CODE><B>SAPConnectionMock.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/SAPConnectionMock.html#executeFunctionCursored(org.pentaho.di.trans.steps.sapinput.sap.SAPFunction, java.util.Collection, java.util.Collection)">executeFunctionCursored</A></B>(<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> function,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> input,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> output)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPResultSet.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPResultSet</A></CODE></FONT></TD>
<TD><CODE><B>SAPConnectionMock.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/SAPConnectionMock.html#executeFunctionUncursored(org.pentaho.di.trans.steps.sapinput.sap.SAPFunction, java.util.Collection, java.util.Collection)">executeFunctionUncursored</A></B>(<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> function,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> input,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> output)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunctionSignature.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunctionSignature</A></CODE></FONT></TD>
<TD><CODE><B>SAPConnectionMock.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/mock/SAPConnectionMock.html#getFunctionSignature(org.pentaho.di.trans.steps.sapinput.sap.SAPFunction)">getFunctionSignature</A></B>(<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> function)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.pentaho.di.trans.steps.sapinput.sap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/package-summary.html">org.pentaho.di.trans.steps.sapinput.sap</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/package-summary.html">org.pentaho.di.trans.steps.sapinput.sap</A> that return <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></CODE></FONT></TD>
<TD><CODE><B>SAPConnection.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPConnection.html#getFunction(java.lang.String)">getFunction</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> name)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/package-summary.html">org.pentaho.di.trans.steps.sapinput.sap</A> that return types with arguments of type <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A>></CODE></FONT></TD>
<TD><CODE><B>SAPConnection.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPConnection.html#getFunctions(java.lang.String)">getFunctions</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> query)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/package-summary.html">org.pentaho.di.trans.steps.sapinput.sap</A> with parameters of type <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> org.pentaho.di.trans.steps.sapinput.sap.impl.SAPRowIterator</CODE></FONT></TD>
<TD><CODE><B>SAPConnection.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPConnection.html#executeFunctionCursored(org.pentaho.di.trans.steps.sapinput.sap.SAPFunction, java.util.Collection, java.util.Collection)">executeFunctionCursored</A></B>(<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> function,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> input,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> output)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPResultSet.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPResultSet</A></CODE></FONT></TD>
<TD><CODE><B>SAPConnection.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPConnection.html#executeFunctionUncursored(org.pentaho.di.trans.steps.sapinput.sap.SAPFunction, java.util.Collection, java.util.Collection)">executeFunctionUncursored</A></B>(<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> function,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> input,
<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A><<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPField.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPField</A>> output)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunctionSignature.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunctionSignature</A></CODE></FONT></TD>
<TD><CODE><B>SAPConnection.</B><B><A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPConnection.html#getFunctionSignature(org.pentaho.di.trans.steps.sapinput.sap.SAPFunction)">getFunctionSignature</A></B>(<A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> function)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.pentaho.di.ui.trans.steps.sapinput"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A> in <A HREF="../../../../../../../../org/pentaho/di/ui/trans/steps/sapinput/package-summary.html">org.pentaho.di.ui.trans.steps.sapinput</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../../org/pentaho/di/ui/trans/steps/sapinput/package-summary.html">org.pentaho.di.ui.trans.steps.sapinput</A> that return <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap">SAPFunction</A></CODE></FONT></TD>
<TD><CODE><B>SapFunctionBrowser.</B><B><A HREF="../../../../../../../../org/pentaho/di/ui/trans/steps/sapinput/SapFunctionBrowser.html#open()">open</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../org/pentaho/di/trans/steps/sapinput/sap/SAPFunction.html" title="class in org.pentaho.di.trans.steps.sapinput.sap"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?org/pentaho/di/trans/steps/sapinput/sap//class-useSAPFunction.html" target="_top"><B>FRAMES</B></A>
<A HREF="SAPFunction.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
| ColFusion/PentahoKettle | kettle-data-integration/docs/api/org/pentaho/di/trans/steps/sapinput/sap/class-use/SAPFunction.html | HTML | mit | 26,905 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>list-plus: 13 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 / extra-dev</a></li>
<li class="active"><a href="">dev / list-plus - 1.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
list-plus
<small>
1.0.0
<span class="label label-success">13 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-02 09:43:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:43:56 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 4 Virtual package relying on a GMP lib system installation
coq dev Formal proof management system
dune 3.0.2 Fast, portable, and opinionated build system
ocaml 4.13.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.13.1 Official release 4.13.1
ocaml-config 2 OCaml Switch Configuration
ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled
ocamlfind 1.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/clarus/coq-list-plus"
dev-repo: "git+https://github.com/clarus/coq-list-plus.git"
bug-reports: "https://github.com/clarus/coq-list-plus/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ListPlus"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
]
synopsis: "More functions on lists"
flags: light-uninstall
url {
src: "https://github.com/clarus/coq-list-plus/archive/1.0.0.tar.gz"
checksum: "md5=acdcf26122d8425f17ebbaf89d517677"
}
</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-list-plus.1.0.0 coq.dev</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-list-plus.1.0.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>8 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-list-plus.1.0.0 coq.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>13 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 11 K</p>
<ul>
<li>9 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/ListPlus/All.vo</code></li>
<li>1 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/ListPlus/All.glob</code></li>
<li>1 K <code>../ocaml-base-compiler.4.13.1/lib/coq/user-contrib/ListPlus/All.v</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-list-plus.1.0.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.13.1-2.0.10/extra-dev/dev/list-plus/1.0.0.html | HTML | mit | 6,813 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 選舉資料查詢 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>中選會選舉資料庫網站</title>
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css">
<script type="text/javascript">
function AddToFaves_hp() {
var is_4up = parseInt(navigator.appVersion);
var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
var thePage = location.href;
if (thePage.lastIndexOf('#')!=-1)
thePage = thePage.substring(0,thePage.lastIndexOf('#'));
if (is_ie && is_4up && !is_mac)
window.external.AddFavorite(thePage,document.title);
else if (is_ie || document.images)
booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
//booker_hp.focus();
}
</script>
</head>
<body class="frame">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題:選舉資料庫網站 -->
<div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;">
<div style="float: left;">
<img src="http://db.cec.gov.tw/images/main_title.gif" />
</div>
<div style="width: 100%; height: 48px;">
<div style="text-align: center;">
<img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span
style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw"
style="text-decoration: none;">回中選會網站</a>
</span>
</div>
</div>
<div style="width: 100%; height: 8px; background-color: #fde501;">
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 頁籤 -->
<div
style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;">
<div style="text-align: center;">
<a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a>
<a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a>
<!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> -->
<!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> -->
<a href="histQuery.jsp?voteCode=20120101T1A2&qryType=ctks&prvCode=06&cityCode=002&areaCode=01&deptCode=001&liCode=0003#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a>
<a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a>
</div>
</div>
<div
style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;">
</div>
<div class="query">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 子頁面:查詢候選人得票數 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 標題 -->
<div class="titlebox">
<div class="title">
<div class="head">第 08 屆 立法委員選舉(區域) 候選人得票數</div>
<div class="date">投票日期:中華民國101年01月14日</div>
<div class="separator"></div>
</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- 查詢:候選人得票數,縣市多選區,如區域立委 -->
<link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" />
<!-- 投開票所表頭 -->
<table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" >
<tr class="title">
<td nowrap align="center">地區</td>
<td nowrap align="center">姓名</td>
<td nowrap align="center">號次</td>
<td nowrap align="center">得票數</td>
<td nowrap align="center">得票率</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=2 align=center>桃園縣第01選區蘆竹鄉新莊村第0008投開票所</td>
<td nowrap align="center">鄭文燦</td>
<td nowrap align="center">1</td>
<td nowrap align="right">520</td>
<td nowrap align="right"> 54.16%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳根德</td>
<td nowrap align="center">2</td>
<td nowrap align="right">440</td>
<td nowrap align="right"> 45.83%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=2 align=center>桃園縣第01選區蘆竹鄉新莊村第0009投開票所</td>
<td nowrap align="center">鄭文燦</td>
<td nowrap align="center">1</td>
<td nowrap align="right">546</td>
<td nowrap align="right"> 57.35%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳根德</td>
<td nowrap align="center">2</td>
<td nowrap align="right">406</td>
<td nowrap align="right"> 42.64%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap rowspan=2 align=center>桃園縣第01選區蘆竹鄉新莊村第0010投開票所</td>
<td nowrap align="center">鄭文燦</td>
<td nowrap align="center">1</td>
<td nowrap align="right">445</td>
<td nowrap align="right"> 44.01%</td>
</tr>
<!-- 投開票所內容 -->
<tr class="data">
<td nowrap align="center">陳根德</td>
<td nowrap align="center">2</td>
<td nowrap align="right">566</td>
<td nowrap align="right"> 55.98%</td>
</tr>
</table>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; ">
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
<span style="margin-right: 100px;"> </span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" />
</span>
<span style="margin: 0px 10px 0px 10px; ">
<a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a>
</span>
<span>
<img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" />
</span>
</div>
</div>
</body>
</html> | g0v/projectV | mirror/prvCode_07/cityCode_002-areaCode_01-deptCode_001/voteCode_20120101T1A2-qryType_ctks-prvCode_06-cityCode_002-areaCode_01-deptCode_001-liCode_0003.html | HTML | mit | 6,623 |
<navbar></navbar>
<nav class="navbar navbar-custom">
<div class="navbar-inner">
<ul class="nav nav-justified">
<li><a href="#/main">Home</a></li>
<li><a href="#/gps">Vehicles</a></li>
<li><a href="#/groups">Groups</a></li>
<li><a href="#/vendors">Vendors</a></li>
</ul>
</div>
</nav>
<div class="container container-custom">
<alert ng-repeat="alert in alerts" type="alert.type" close="closeAlert($index)">{{alert.msg}}</alert>
<div class="col-md-12">
<h1><i class="fa fa-users fa-1x icon-padding"></i>Groups<button class="btn btn-primary pull-right" ng-click="changeToAdd()">Add Group</button></h1>
<hr>
</div>
<table class="table table-hover">
<thead>
<tr>
<th>Name</th>
<th>Address</th>
<th>Created</th>
<th></th>
</tr>
</thead>
<tr ng-repeat="group in groups" class="my-repeat-animation">
<td><a href="#/group/{{group.id}}">{{group.name}} </a></td>
<td>{{group.location.address}}</td>
<td>{{group.created_at | date:'yyyy-MM-dd'}}</td>
<td class="dropdown">
<a href="#" tooltip-placement="left" tooltip="Settings" class="dropdown-toggle"><i class="fa fa-cogs fa-lg"></i></a>
<ul class="dropdown-menu">
<li><a><i class="fa fa-trash-o" ng-click="deleteGroup(group.id,$index)"> Delete</i></a></li>
</ul>
</td>
</tr>
</table>
</div> | FleetOnRails/fleet-web-app | app/partials/groups.html | HTML | mit | 1,562 |
{% load static %}
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>{% block title %}{% endblock %}</title>
<!-- Bootstrap -->
<link href="{% static 'bootstrap-3.3.7-dist/css/bootstrap.min.css' %}" rel="stylesheet">
{% block css %}{% endblock %}
{% block js %}{% endblock %}
</head>
<header>
{% if user.is_authenticated %}
ようこそ {{ user }} さん <a href="{% url 'serverctl:login' %}">ログアウト</a>
{% endif %}
</header>
<body>
<section id="main">
<div class="layout-main">
{% block content %}
{% endblock %}
</div>
</section>
<footer>
footer
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="{% static 'jquery-3.2.0.min.js' %}"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{% static 'bootstrap-3.3.7-dist/js/bootstrap.min.js' %}"></script>
</body>
</html>
| uehara1414/serverctl-prototype | serverctl/templates/serverctl/base.html | HTML | mit | 951 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>dictionaries: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / dictionaries - 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>
dictionaries
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.05.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0 Official 4.05.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/dictionaries"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Dictionaries"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: modules"
"keyword: functors"
"keyword: search trees"
"category: Computer Science/Data Types and Data Structures"
"category: Miscellaneous/Extracted Programs/Data structures"
"date: 2003-02-6"
]
authors: [
"Pierre Castéran <casteran@labri.fr>"
]
bug-reports: "https://github.com/coq-contribs/dictionaries/issues"
dev-repo: "git+https://github.com/coq-contribs/dictionaries.git"
synopsis: "Dictionaries (with modules)"
description: """
This file contains a specification for dictionaries, and
an implementation using binary search trees. Coq's module system,
with module types and functors, is heavily used. It can be considered
as a certified version of an example proposed by Paulson in Standard ML.
A detailed description (in French) can be found in the chapter 11 of
The Coq'Art, the book written by Yves Bertot and Pierre Castéran
(please follow the link http://coq.inria.fr/doc-eng.html)"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/dictionaries/archive/v8.10.0.tar.gz"
checksum: "md5=f3526b8bd66cfea5d80f86ddda5a866f"
}
</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-dictionaries.8.10.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-dictionaries -> coq >= 8.10
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-dictionaries.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.05.0-2.0.1/released/8.7.1+2/dictionaries/8.10.0.html | HTML | mit | 7,497 |
<!-- extend base layout -->
{% extends "base.html" %}
{% block content %}
<table>
<tr valign="top">
<td><img src="{{user.avatar(128)}}"></td>
<td>
<h1>User: {{user.nickname}}</h1>
{% if user.about_me %}<p>{{user.about_me}}</p>{% endif %}
{% if user.last_seen %}<p><i>Last seen on: {{user.last_seen}}</i></p>{% endif %}
{% if user.id == g.user.id %}<p><a href="{{url_for('edit')}}">Edit your profile</a></p>{% endif %}
</td>
</tr>
</table>
<hr>
<table>
<tr>
<th>Original</th>
<th>Shortened</th>
<th>Created</th>
</tr>
{% for post in posts.items %}
{% include 'post.html' %}
{% endfor %}
</table>
{% if posts.has_prev %}<a href="{{ url_for('user', nickname = user.nickname, page = posts.prev_num) }}"><< Newer posts</a>{% else %}<< Newer posts{% endif %} |
{% if posts.has_next %}<a href="{{ url_for('user', nickname = user.nickname, page = posts.next_num) }}">Older posts >></a>{% else %}Older posts >>{% endif %}
{% endblock %} | mrzacarias/zaca_shortener | app/templates/user.html | HTML | mit | 1,026 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_65) on Sat Sep 16 13:54:12 CEST 2017 -->
<title>ch.obermuhlner.math.big (ch.obermuhlner.math.big 1.3.0 API)</title>
<meta name="date" content="2017-09-16">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../ch/obermuhlner/math/big/package-summary.html" target="classFrame">ch.obermuhlner.math.big</a></h1>
<div class="indexContainer">
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="BigDecimalMath.html" title="class in ch.obermuhlner.math.big" target="classFrame">BigDecimalMath</a></li>
<li><a href="BigFloat.html" title="class in ch.obermuhlner.math.big" target="classFrame">BigFloat</a></li>
<li><a href="BigFloat.Context.html" title="class in ch.obermuhlner.math.big" target="classFrame">BigFloat.Context</a></li>
<li><a href="BigRational.html" title="class in ch.obermuhlner.math.big" target="classFrame">BigRational</a></li>
</ul>
</div>
</body>
</html>
| eobermuhlner/big-math | docs/javadoc/v1.3.0/ch/obermuhlner/math/big/package-frame.html | HTML | mit | 1,215 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.